Sign in
chromium
/
devtools
/
devtools-frontend
/
main
/
.
/
test
/
e2e
/
resources
/
elements
/
css-scopes.html
blob: df3850d1bc247b910ee14e85720002c118c75e72 [
file
] [
log
] [
blame
]
<!DOCTYPE html>
<style>
div
{
width
:
0px
;
height
:
0px
;
}
@
scope
(
body
)
{
.
rule1
{
width
:
10px
;
}
}
</style>
<div
class
=
"rule1"
></div>