Index: LayoutTests/fast/css/css-escaped-identifier-crash.html |
diff --git a/LayoutTests/fast/css/css-escaped-identifier-crash.html b/LayoutTests/fast/css/css-escaped-identifier-crash.html |
new file mode 100644 |
index 0000000000000000000000000000000000000000..6cfb0e6de5bb921096cfd8e376d6b1742e1c6ed9 |
--- /dev/null |
+++ b/LayoutTests/fast/css/css-escaped-identifier-crash.html |
@@ -0,0 +1,14 @@ |
+<html> |
+<head> |
+ <style>foo { D\\\\\$\eeeeeeeeeee\\\\\\\\\\\\\\\\\\ }</style> |
+ <script> |
+ if (window.testRunner) |
+ testRunner.dumpAsText(); |
+ </script> |
+</head> |
+<body> |
+ <p> |
+ Test for crash discovered with escapes in CSS identifiers. If this text appears, the test passed. |
+ </p> |
+</body> |
+</html> |