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

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

Issue 1151593003: Remove hexDigit check in CSSParserValueList (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Remove ASSERT and add subtest Created 5 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
16 PASS successfullyParsed is true 17 PASS successfullyParsed is true
17 18
18 TEST COMPLETE 19 TEST COMPLETE
19 This style is "color: red" 20 This style is "color: red"
20 This style is "color: FF0000" 21 This style is "color: FF0000"
21 This style is "color: #FF0000" 22 This style is "color: #FF0000"
22 This style is "color: F00" 23 This style is "color: F00"
23 This style is "color: #F00" 24 This style is "color: #F00"
24 This style is "color: #red" 25 This style is "color: #red"
25 This style is "color: #yellow" 26 This style is "color: #yellow"
26 This style is "color: #green" 27 This style is "color: #green"
27 This style is "color: #FFAALL" 28 This style is "color: #FFAALL"
28 This style is "color: #FF000000" 29 This style is "color: #FF000000"
30 This style is "color: #\#"
OLDNEW
« no previous file with comments | « LayoutTests/fast/css/invalid-predefined-color.html ('k') | LayoutTests/fast/css/script-tests/invalid-predefined-color.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698