summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/tests/css/css-will-change/will-change-contents-crash.html
diff options
context:
space:
mode:
Diffstat (limited to 'testing/web-platform/tests/css/css-will-change/will-change-contents-crash.html')
-rw-r--r--testing/web-platform/tests/css/css-will-change/will-change-contents-crash.html11
1 files changed, 11 insertions, 0 deletions
diff --git a/testing/web-platform/tests/css/css-will-change/will-change-contents-crash.html b/testing/web-platform/tests/css/css-will-change/will-change-contents-crash.html
new file mode 100644
index 0000000000..b2a05dac86
--- /dev/null
+++ b/testing/web-platform/tests/css/css-will-change/will-change-contents-crash.html
@@ -0,0 +1,11 @@
+<!DOCTYPE html>
+<head>
+ <title>CSS will-change contents: Chrome crash with partial cache hit</title>
+ <link rel="author" href="mailto:sesse@chromium.org">
+ <link rel="help" href="https://crbug.com/1469858">
+</head>
+<body>
+ <div style="color: blue;"><div style="will-change: contents;">Test passes</div></div>
+ <div style="color: fuchsia;"><div style="will-change: contents;">if it does not crash.</div></div>
+</body>
+</html>