Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(259)

Unified Diff: third_party/WebKit/LayoutTests/fast/dom/HTMLBodyElement/body-legacy-colors-expected.txt

Issue 1921823006: Fix parsing of <body link vlink alink> (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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.

Powered by Google App Engine
This is Rietveld 408576698