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-statement-copy-crash.html - WPT Dashboard Interop Dashboard
<!DOCTYPE html>
<title>Chromium bug: Crash when copying layer statement rule from memory cache</title>
<link rel="author" href="mailto:xiaochengh@chromium.org">
<link rel="stylesheet" href="data:text/css,@layer foo;@media(all){}">
<link rel="stylesheet" href="data:text/css,@layer foo;@media(all){}">
<body>
<p style="color: green">Test passes if it does not crash.</p>
</body>