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

Side by Side Diff: third_party/WebKit/LayoutTests/fast/css/outline-currentcolor-expected.txt

Issue 2081633002: Reject invert for outline-color at parse time. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: New attempt. Created 4 years, 6 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
1 Test that outline-color is non-inherit and currentColor is handled correctly. 1 Test that outline-color is non-inherit and currentColor is handled correctly.
2 2
3 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE ". 3 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE ".
4 4
5 5
6 PASS getComputedStyle(test1).outlineColor is "rgb(0, 128, 0)" 6 PASS getComputedStyle(test1).outlineColor is "rgb(0, 128, 0)"
7 PASS getComputedStyle(test2).outlineColor is "rgb(0, 128, 0)" 7 PASS getComputedStyle(test2).outlineColor is "rgb(0, 128, 0)"
8 PASS getComputedStyle(test3).outlineColor is "rgb(0, 128, 0)" 8 PASS getComputedStyle(test3).outlineColor is "rgb(0, 128, 0)"
9 PASS getComputedStyle(test4).outlineColor is "rgb(0, 128, 0)"
9 PASS successfullyParsed is true 10 PASS successfullyParsed is true
10 11
11 TEST COMPLETE 12 TEST COMPLETE
12 13
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698