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

Side by Side Diff: LayoutTests/fast/media/import-media-01.html

Issue 14620012: Improved parse error handling for CSSMQ. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@query-selector-performance
Patch Set: Let expected result for "and(" be the current implementation. Created 7 years, 6 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
« no previous file with comments | « no previous file | LayoutTests/fast/media/import-media-01-expected.html » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
(Empty)
1 <!DOCTYPE html>
2 <html>
3 <head>
4 <title>Unexpected EOF in @import rule</title>
5 <link rel="author" title="Rune Lillesveen" href="mailto:rune@opera.com">
6 <link rel="help" href="http://www.w3.org/TR/CSS21/syndata.html#parsing-error s">
7 <style type="text/css">@import url(import-p-green.css) (color</style>
8 </head>
9 <body>
10 <p>This text should be green.</p>
11 </body>
12 </html>
OLDNEW
« no previous file with comments | « no previous file | LayoutTests/fast/media/import-media-01-expected.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698