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

Unified Diff: LayoutTests/fast/media/import-media-01.html

Issue 14065029: Improved parse error handling for CSSMQ. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 7 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/media/import-media-01.html
diff --git a/LayoutTests/fast/media/import-media-01.html b/LayoutTests/fast/media/import-media-01.html
new file mode 100644
index 0000000000000000000000000000000000000000..04bcf6c2e163014d43edcc8fdac1ebeed89705b5
--- /dev/null
+++ b/LayoutTests/fast/media/import-media-01.html
@@ -0,0 +1,12 @@
+<!DOCTYPE html>
+<html>
+<head>
+ <title>Unexpected EOF in @import rule</title>
+ <link rel="author" title="Rune Lillesveen" href="mailto:rune@opera.com">
+ <link rel="help" href="http://www.w3.org/TR/CSS21/syndata.html#parsing-errors">
+ <style type="text/css">@import url(import-p-green.css) (color</style>
+</head>
+<body>
+ <p>This text should be green.</p>
+</body>
+</html>
« no previous file with comments | « LayoutTests/fast/css/media-rule-no-whitespace.html ('k') | LayoutTests/fast/media/import-media-01-expected.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698