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

Side by Side 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 unified diff | Download patch
OLDNEW
(Empty)
1 PASS successfullyParsed is true
2
3 TEST COMPLETE
4 PASS getComputedStyle(window.document.body).backgroundColor is white
5 PASS internals.computedStyleIncludingVisitedInfo(vlink).color is green
6 PASS internals.computedStyleIncludingVisitedInfo(alink).color is yellow
7 PASS internals.computedStyleIncludingVisitedInfo(link).color is red
8 This should have a white background. This text should be green. This text should be yellow while active. This text should be red.
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698