Sign in
chromium
/
external
/
w3c
/
web-platform-tests.git
/
refs/heads/DOMParser-interface
/
.
/
css
/
css-cascade
/
layer-namespace-sandwich-crash.html
blob: c0a754e902fbd0b26ef784614dfe6fe71a29391f [
file
] [
log
] [
blame
] [
edit
]
<!DOCTYPE html>
<title>
Crash Test: @layer statement sandwiched between namespaces
</title>
<link
rel
=
"help"
href
=
"https://issues.chromium.org/issues/402248410"
>
<style>
@
namespace
"hello"
;
@
layer feh
;
@
namespace
"world"
;
</style>