Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(53)

Unified Diff: LayoutTests/fast/css/atrule-with-escape-character-crash.html

Issue 241053002: ASSERTION FAILED: name[0] == '@' && length >= 2 in WebCore::CSSTokenizer::detectAtToken (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 6 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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>

Powered by Google App Engine
This is Rietveld 408576698