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

Side by Side Diff: LayoutTests/css-parser/color3_keywords-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_keywords.json 2 Color test for resources/css-parsing-tests/color3_keywords.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("transparent") is "rgba(0, 0, 0, 0)" 7 PASS colorTest.parseColor("transparent") is "rgba(0, 0, 0, 0)"
7 PASS colorTest.parseColor("Transparent") is "rgba(0, 0, 0, 0)" 8 PASS colorTest.parseColor("Transparent") is "rgba(0, 0, 0, 0)"
8 PASS colorTest.parseColor("\\transparent") is "rgba(0, 0, 0, 0)" 9 PASS colorTest.parseColor("\\transparent") is "rgba(0, 0, 0, 0)"
9 PASS colorTest.parseColor("\\74 ransparent") is "rgba(0, 0, 0, 0)" 10 PASS colorTest.parseColor("\\74 ransparent") is "rgba(0, 0, 0, 0)"
10 PASS colorTest.parseColor("ransparent") is "parse error" 11 PASS colorTest.parseColor("ransparent") is "parse error"
(...skipping 790 matching lines...) Expand 10 before | Expand all | Expand 10 after
801 PASS colorTest.parseColor("\\79 ellow") is "rgb(255, 255, 0)" 802 PASS colorTest.parseColor("\\79 ellow") is "rgb(255, 255, 0)"
802 PASS colorTest.parseColor("ellow") is "parse error" 803 PASS colorTest.parseColor("ellow") is "parse error"
803 PASS colorTest.parseColor("yellowgreen") is "rgb(154, 205, 50)" 804 PASS colorTest.parseColor("yellowgreen") is "rgb(154, 205, 50)"
804 PASS colorTest.parseColor("yellowgreEn") is "rgb(154, 205, 50)" 805 PASS colorTest.parseColor("yellowgreEn") is "rgb(154, 205, 50)"
805 PASS colorTest.parseColor("yellowgre\\65 n") is "rgb(154, 205, 50)" 806 PASS colorTest.parseColor("yellowgre\\65 n") is "rgb(154, 205, 50)"
806 PASS colorTest.parseColor("yellowgren") is "parse error" 807 PASS colorTest.parseColor("yellowgren") is "parse error"
807 PASS successfullyParsed is true 808 PASS successfullyParsed is true
808 809
809 TEST COMPLETE 810 TEST COMPLETE
810 811
OLDNEW
« no previous file with comments | « LayoutTests/css-parser/color3_hsl-expected.txt ('k') | LayoutTests/dom/svg/level3/xpath/Attribute_Nodes-expected.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698