Index: LayoutTests/fast/parser/resources/hello.css |
diff --git a/LayoutTests/fast/parser/resources/hello.css b/LayoutTests/fast/parser/resources/hello.css |
new file mode 100644 |
index 0000000000000000000000000000000000000000..97d25085bf8a568e9c15298657fd3d0b7392f692 |
--- /dev/null |
+++ b/LayoutTests/fast/parser/resources/hello.css |
@@ -0,0 +1,4 @@ |
+ |
+h1 { |
+ color: blue; |
+} |