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