8 lines
235 B
HTML
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>
|