Sign in
chromium
/
chromium
/
src.git
/
fafff21
/
.
/
content
/
test
/
data
/
accessibility
/
css
/
interactivity-inert.html
blob: 0a4f8da68e98f7982ee423960c5cd59d9e2e04a6 [
file
]
<!DOCTYPE html>
<style>
.
inert
{
interactivity
:
inert
;
}
</style>
<button>
Visible
</button>
<button
class
=
"inert"
>
Inert
</button>