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> |