Index: LayoutTests/fast/css/atrule-with-escape-character-crash.html |
diff --git a/LayoutTests/fast/css/crash-comparing-equal.html b/LayoutTests/fast/css/atrule-with-escape-character-crash.html |
similarity index 61% |
copy from LayoutTests/fast/css/crash-comparing-equal.html |
copy to LayoutTests/fast/css/atrule-with-escape-character-crash.html |
index 2284fe1142988e01b1540bbbbd088cd0dee113af..93d63e9d88f2616c7f067c16c71044cf772e384b 100644 |
--- a/LayoutTests/fast/css/crash-comparing-equal.html |
+++ b/LayoutTests/fast/css/atrule-with-escape-character-crash.html |
@@ -4,12 +4,14 @@ |
if (window.testRunner) |
testRunner.dumpAsText(); |
</script> |
+ |
<style> |
- #parent { |
- font: 20px/1 ahem; |
+ * { |
+ @\aaa |
+ } |
</style> |
</head> |
<body> |
-This page shouldn't crash when parsing CSS - Bug 95706. |
+ <p>This test passes if it does not crash.</p> |
Julien - ping for review
2014/05/08 15:26:29
I would like a description of what we test for pos
|
</body> |
</html> |