mirror of
https://github.com/servo/servo
synced 2026-04-25 17:15:48 +02:00
9 lines
235 B
HTML
Vendored
9 lines
235 B
HTML
Vendored
<!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>
|