Sign in
chromium
/
external
/
w3c
/
web-platform-tests
/
master
/
.
/
css
/
css-cascade
/
scope-declaration-list-crash.html
blob: c459da053a1a601c3b1c2edaa0ef9c7688261bc0 [
file
] [
log
] [
blame
]
<!DOCTYPE html>
<title>
@scope crash with invalid selectors
</title>
<style>
@
scope
(
div
)
{
z-index
:
1
;
}
@
scope
(
div
)
{
.
a
;
}
</style>
<p>
PASS if no crash.
</p>