Index: LayoutTests/fast/css/atrule-with-escape-character-crash.html |
diff --git a/LayoutTests/fast/css/atrule-with-escape-character-crash.html b/LayoutTests/fast/css/atrule-with-escape-character-crash.html |
new file mode 100644 |
index 0000000000000000000000000000000000000000..f1f70b0d149aa6b9128e0f1d7bbc552e314d1c5d |
--- /dev/null |
+++ b/LayoutTests/fast/css/atrule-with-escape-character-crash.html |
@@ -0,0 +1,22 @@ |
+<!DOCTYPE html> |
+<html> |
+<head> |
+ <script> |
+ if (window.testRunner) |
+ testRunner.dumpAsText(); |
+ </script> |
+ |
+ <style> |
+ * { |
+ @\aaa |
+ } |
+ </style> |
+</head> |
+<body> |
+ <p> |
+ Test for crash when the identifier of an at-rule contains unicode escapes. |
+ The test passes if it does not cause an assertion failure. |
+ (http://code.google.com/p/chromium/issues/detail?id=364492) |
+ </p> |
+</body> |
+</html> |