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

Side by Side 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 unified diff | Download patch
OLDNEW
1 <html> 1 <html>
Julien - ping for review 2014/05/08 15:26:29 The test is missing a <!DOCTYPE html>
2 <head> 2 <head>
3 <script> 3 <script>
4 if (window.testRunner) 4 if (window.testRunner)
5 testRunner.dumpAsText(); 5 testRunner.dumpAsText();
6 </script> 6 </script>
7
7 <style> 8 <style>
8 #parent { 9 * {
9 font: 20px/1 ahem; 10 @\aaa
11 }
10 </style> 12 </style>
11 </head> 13 </head>
12 <body> 14 <body>
13 This page shouldn't crash when parsing CSS - Bug 95706. 15 <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
14 </body> 16 </body>
15 </html> 17 </html>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698