Source code
Revision control
Copy as Markdown
Other Tools
Test Info:
- This WPT test may be referenced by the following Test IDs:
- /css/css-cascade/layer-namespace-sandwich-crash.html - WPT Dashboard Interop Dashboard
<!DOCTYPE html>
<title>Crash Test: @layer statement sandwiched between namespaces</title>
<style>
@namespace "hello";
@layer feh;
@namespace "world";
</style>