Chromium Code Reviews| 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..74b99d0de34685c27d7ff598ee42c68c8732af56 |
| --- /dev/null |
| +++ b/LayoutTests/fast/selectors/001-expected.html |
| @@ -0,0 +1,9 @@ |
| +<!DOCTYPE html> |
|
mstensho (USE GERRIT)
2015/01/13 09:24:18
What's the difference between the ref and the test
rune
2015/01/13 13:45:23
Oops. I'm using a style attribute in all reference
|
| +<style> |
| +li, p { background: lime } |
| +</style> |
| +<ul> |
| + <li>The background of this list item should be green</li> |
| + <li>The background of this second list item should be also green</li> |
| +</ul> |
| +<p>The background of this paragraph should be green.</p> |