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

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: Updated patch Created 6 years, 7 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
« no previous file with comments | « no previous file | LayoutTests/fast/css/atrule-with-escape-character-crash-expected.txt » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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>
« no previous file with comments | « no previous file | LayoutTests/fast/css/atrule-with-escape-character-crash-expected.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698