| Index: third_party/WebKit/LayoutTests/fast/dom/HTMLBodyElement/body-legacy-colors-expected.txt
|
| diff --git a/third_party/WebKit/LayoutTests/fast/dom/HTMLBodyElement/body-legacy-colors-expected.txt b/third_party/WebKit/LayoutTests/fast/dom/HTMLBodyElement/body-legacy-colors-expected.txt
|
| new file mode 100644
|
| index 0000000000000000000000000000000000000000..2820b0ab8afe023dcd4dc6c0421ece30e2a8b6db
|
| --- /dev/null
|
| +++ b/third_party/WebKit/LayoutTests/fast/dom/HTMLBodyElement/body-legacy-colors-expected.txt
|
| @@ -0,0 +1,8 @@
|
| +PASS successfullyParsed is true
|
| +
|
| +TEST COMPLETE
|
| +PASS getComputedStyle(window.document.body).backgroundColor is white
|
| +PASS internals.computedStyleIncludingVisitedInfo(vlink).color is green
|
| +PASS internals.computedStyleIncludingVisitedInfo(alink).color is yellow
|
| +PASS internals.computedStyleIncludingVisitedInfo(link).color is red
|
| +This should have a white background. This text should be green. This text should be yellow while active. This text should be red.
|
|
|