Chromium Code Reviews| Index: LayoutTests/fast/selectors/015-expected.html |
| diff --git a/LayoutTests/fast/selectors/015-expected.html b/LayoutTests/fast/selectors/015-expected.html |
| new file mode 100644 |
| index 0000000000000000000000000000000000000000..f0ea41575a914c98c496dba8475972881e40f7bc |
| --- /dev/null |
| +++ b/LayoutTests/fast/selectors/015-expected.html |
| @@ -0,0 +1,6 @@ |
| +<!DOCTYPE html> |
| +<ul> |
| + <li style="background:lime">This list item should have a green background. because its ID is "t1"</li> |
| + <li style="background:lime">This list item should have a green background. because its ID is "t2"</li> |
| + <li style="background:lime">This list item should have a green background. because the inner SPAN does not match "#t4"</li> |
| +</ul> |