1
0
Fork 0
firefox/testing/web-platform/tests/css/css-cascade/layer-statement-copy-crash.html
Daniel Baumann 5e9a113729
Adding upstream version 140.0.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
2025-06-25 09:37:52 +02:00

10 lines
541 B
HTML

<!DOCTYPE html>
<title>Chromium bug: Crash when copying layer statement rule from memory cache</title>
<link rel="help" href="https://www.w3.org/TR/css-cascade-5/#layer-empty">
<link rel="help" href="https://bugs.chromium.org/p/chromium/issues/detail?id=1345181">
<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>