Index: LayoutTests/fast/selectors/013-expected.html |
diff --git a/LayoutTests/fast/selectors/013-expected.html b/LayoutTests/fast/selectors/013-expected.html |
new file mode 100644 |
index 0000000000000000000000000000000000000000..7752ae5855ed2aa8931a0d3beb5b01435de16e08 |
--- /dev/null |
+++ b/LayoutTests/fast/selectors/013-expected.html |
@@ -0,0 +1,7 @@ |
+<!DOCTYPE html> |
+<style>li { background: lime }</style> |
+<ul> |
+ <li>This list item should have green background because its class is "t1"</li> |
+ <li>This list item should have green background because its class is "t2"</li> |
+ <li>This list item should have green background because the inner SPAN does not match SPAN.t3</li> |
+</ul> |