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

Side by Side Diff: third_party/WebKit/LayoutTests/fast/css/invalid-predefined-color-expected.txt

Issue 1936913002: [CSS] Accept 8 (#RRGGBBAA) and 4 (#RGBA) value hex colors (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Add quirks mode fastParseColorInternal() test cases. 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
1 This test checks hexadecimal color parsing. 1 This test checks hexadecimal color parsing.
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(div, null).color is red 6 PASS getComputedStyle(div, null).color is red
7 PASS getComputedStyle(div, null).color is red 7 PASS getComputedStyle(div, null).color is red
8 PASS getComputedStyle(div, null).color is red 8 PASS getComputedStyle(div, null).color is red
9 PASS getComputedStyle(div, null).color is red 9 PASS getComputedStyle(div, null).color is red
10 PASS getComputedStyle(div, null).color is red 10 PASS getComputedStyle(div, null).color is red
11 PASS getComputedStyle(div, null).color is black 11 PASS getComputedStyle(div, null).color is black
12 PASS getComputedStyle(div, null).color is black 12 PASS getComputedStyle(div, null).color is black
13 PASS getComputedStyle(div, null).color is black 13 PASS getComputedStyle(div, null).color is black
14 PASS getComputedStyle(div, null).color is black 14 PASS getComputedStyle(div, null).color is black
15 PASS getComputedStyle(div, null).color is black 15 PASS getComputedStyle(div, null).color is black
16 PASS getComputedStyle(div, null).color is black
17 PASS successfullyParsed is true 16 PASS successfullyParsed is true
18 17
19 TEST COMPLETE 18 TEST COMPLETE
20 This style is "color: red" 19 This style is "color: red"
21 This style is "color: FF0000" 20 This style is "color: FF0000"
22 This style is "color: #FF0000" 21 This style is "color: #FF0000"
23 This style is "color: F00" 22 This style is "color: F00"
24 This style is "color: #F00" 23 This style is "color: #F00"
25 This style is "color: #red" 24 This style is "color: #red"
26 This style is "color: #yellow" 25 This style is "color: #yellow"
27 This style is "color: #green" 26 This style is "color: #green"
28 This style is "color: #FFAALL" 27 This style is "color: #FFAALL"
29 This style is "color: #FF000000"
30 This style is "color: #\#" 28 This style is "color: #\#"
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698