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

Side by Side Diff: LayoutTests/css-parser/color3-expected.txt

Issue 585873002: Show a warning when using sync xhr. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Added needsrebaseline for win_rel. Created 6 years, 1 month 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
« no previous file with comments | « LayoutTests/TestExpectations ('k') | LayoutTests/css-parser/color3_hsl-expected.txt » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 CONSOLE WARNING: Synchronous XMLHttpRequest on the main thread is deprecated bec ause of its detrimental effects to the end user's experience. For more help, che ck http://xhr.spec.whatwg.org/.
1 Color test for resources/css-parsing-tests/color3.json 2 Color test for resources/css-parsing-tests/color3.json
2 3
3 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE ". 4 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE ".
4 5
5 6
6 PASS colorTest.parseColor("") is "parse error" 7 PASS colorTest.parseColor("") is "parse error"
7 PASS colorTest.parseColor(" /* hey */\n") is "parse error" 8 PASS colorTest.parseColor(" /* hey */\n") is "parse error"
8 FAIL colorTest.parseColor("4") should be parse error. Was rgb(0, 0, 4). 9 FAIL colorTest.parseColor("4") should be parse error. Was rgb(0, 0, 4).
9 PASS colorTest.parseColor("top") is "parse error" 10 PASS colorTest.parseColor("top") is "parse error"
10 PASS colorTest.parseColor("/**/transparent") is "rgba(0, 0, 0, 0)" 11 PASS colorTest.parseColor("/**/transparent") is "rgba(0, 0, 0, 0)"
(...skipping 115 matching lines...) Expand 10 before | Expand all | Expand 10 after
126 PASS colorTest.parseColor("hsla()") is "parse error" 127 PASS colorTest.parseColor("hsla()") is "parse error"
127 PASS colorTest.parseColor("hsla(0)") is "parse error" 128 PASS colorTest.parseColor("hsla(0)") is "parse error"
128 PASS colorTest.parseColor("hsla(0, 0%)") is "parse error" 129 PASS colorTest.parseColor("hsla(0, 0%)") is "parse error"
129 PASS colorTest.parseColor("hsla(0, 0%, 0%, 50%)") is "parse error" 130 PASS colorTest.parseColor("hsla(0, 0%, 0%, 50%)") is "parse error"
130 PASS colorTest.parseColor("hsla(0, 0%, 0%, 1, 0%)") is "parse error" 131 PASS colorTest.parseColor("hsla(0, 0%, 0%, 1, 0%)") is "parse error"
131 PASS colorTest.parseColor("cmyk(0, 0, 0, 0)") is "parse error" 132 PASS colorTest.parseColor("cmyk(0, 0, 0, 0)") is "parse error"
132 PASS successfullyParsed is true 133 PASS successfullyParsed is true
133 134
134 TEST COMPLETE 135 TEST COMPLETE
135 136
OLDNEW
« no previous file with comments | « LayoutTests/TestExpectations ('k') | LayoutTests/css-parser/color3_hsl-expected.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698