trisquel-icecat/icecat/testing/web-platform/tests/css/css-cascade/layer-namespace-sandwich-crash.html
2025-10-06 02:35:48 -06:00

8 lines
235 B
HTML

<!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>