Index: LayoutTests/fast/selectors/001-expected.html |
diff --git a/LayoutTests/fast/selectors/001-expected.html b/LayoutTests/fast/selectors/001-expected.html |
new file mode 100644 |
index 0000000000000000000000000000000000000000..0b42045f0561fe169063edf4ddd53e86af51a804 |
--- /dev/null |
+++ b/LayoutTests/fast/selectors/001-expected.html |
@@ -0,0 +1,6 @@ |
+<!DOCTYPE html> |
+<ul> |
+ <li style="background:lime">The background of this list item should be green</li> |
+ <li style="background:lime">The background of this second list item should be also green</li> |
+</ul> |
+<p style="background:lime">The background of this paragraph should be green.</p> |