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

Side by Side Diff: LayoutTests/css-parser/color3_hsl-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
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_hsl.json 2 Color test for resources/css-parsing-tests/color3_hsl.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("hsl(0, 0%, 0%)") is "rgb(0, 0, 0)" 7 PASS colorTest.parseColor("hsl(0, 0%, 0%)") is "rgb(0, 0, 0)"
7 PASS colorTest.parseColor("hsl(30, 0%, 0%)") is "rgb(0, 0, 0)" 8 PASS colorTest.parseColor("hsl(30, 0%, 0%)") is "rgb(0, 0, 0)"
8 PASS colorTest.parseColor("hsl(60, 0%, 0%)") is "rgb(0, 0, 0)" 9 PASS colorTest.parseColor("hsl(60, 0%, 0%)") is "rgb(0, 0, 0)"
9 PASS colorTest.parseColor("hsl(90, 0%, 0%)") is "rgb(0, 0, 0)" 10 PASS colorTest.parseColor("hsl(90, 0%, 0%)") is "rgb(0, 0, 0)"
10 PASS colorTest.parseColor("hsl(120, 0%, 0%)") is "rgb(0, 0, 0)" 11 PASS colorTest.parseColor("hsl(120, 0%, 0%)") is "rgb(0, 0, 0)"
(...skipping 3877 matching lines...) Expand 10 before | Expand all | Expand 10 after
3888 PASS colorTest.parseColor("hsla(180, 100%, 100%, 0)") is "rgba(255, 255, 255, 0) " 3889 PASS colorTest.parseColor("hsla(180, 100%, 100%, 0)") is "rgba(255, 255, 255, 0) "
3889 PASS colorTest.parseColor("hsla(210, 100%, 100%, 0)") is "rgba(255, 255, 255, 0) " 3890 PASS colorTest.parseColor("hsla(210, 100%, 100%, 0)") is "rgba(255, 255, 255, 0) "
3890 PASS colorTest.parseColor("hsla(240, 100%, 100%, 0)") is "rgba(255, 255, 255, 0) " 3891 PASS colorTest.parseColor("hsla(240, 100%, 100%, 0)") is "rgba(255, 255, 255, 0) "
3891 PASS colorTest.parseColor("hsla(270, 100%, 100%, 0)") is "rgba(255, 255, 255, 0) " 3892 PASS colorTest.parseColor("hsla(270, 100%, 100%, 0)") is "rgba(255, 255, 255, 0) "
3892 PASS colorTest.parseColor("hsla(300, 100%, 100%, 0)") is "rgba(255, 255, 255, 0) " 3893 PASS colorTest.parseColor("hsla(300, 100%, 100%, 0)") is "rgba(255, 255, 255, 0) "
3893 PASS colorTest.parseColor("hsla(330, 100%, 100%, 0)") is "rgba(255, 255, 255, 0) " 3894 PASS colorTest.parseColor("hsla(330, 100%, 100%, 0)") is "rgba(255, 255, 255, 0) "
3894 PASS successfullyParsed is true 3895 PASS successfullyParsed is true
3895 3896
3896 TEST COMPLETE 3897 TEST COMPLETE
3897 3898
OLDNEW
« no previous file with comments | « LayoutTests/css-parser/color3-expected.txt ('k') | LayoutTests/css-parser/color3_keywords-expected.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698