Chromium Code Reviews| 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..7baaec71a4fa84cc91d8b83f17ca5bb8bfb02d68 |
| --- /dev/null |
| +++ b/LayoutTests/fast/selectors/013-expected.html |
| @@ -0,0 +1,6 @@ |
| +<!DOCTYPE html> |
| +<ul> |
| + <li style="background:lime">This list item should have green background because its class is "t1"</li> |
| + <li style="background:lime">This list item should have green background because its class is "t2"</li> |
| + <li style="background:lime">This list item should have green background because the inner SPAN does not match SPAN.t3</li> |
| +</ul> |