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

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

Issue 1990683002: [DevTools] Capture call stacks for deprecation console messages. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: rebased 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 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 https://xhr.spec.whatwg.org/. 1 CONSOLE WARNING: line 3: Synchronous XMLHttpRequest on the main thread is deprec ated because of its detrimental effects to the end user's experience. For more h elp, check https://xhr.spec.whatwg.org/.
2 Color test for resources/css-parsing-tests/color3.json 2 Color test for resources/css-parsing-tests/color3.json
3 3
4 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 ".
5 5
6 6
7 PASS colorTest.parseColor("") is "parse error" 7 PASS colorTest.parseColor("") is "parse error"
8 PASS colorTest.parseColor(" /* hey */\n") is "parse error" 8 PASS colorTest.parseColor(" /* hey */\n") is "parse error"
9 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).
10 PASS colorTest.parseColor("top") is "parse error" 10 PASS colorTest.parseColor("top") is "parse error"
11 PASS colorTest.parseColor("/**/transparent") is "rgba(0, 0, 0, 0)" 11 PASS colorTest.parseColor("/**/transparent") is "rgba(0, 0, 0, 0)"
(...skipping 117 matching lines...) Expand 10 before | Expand all | Expand 10 after
129 PASS colorTest.parseColor("hsla()") is "parse error" 129 PASS colorTest.parseColor("hsla()") is "parse error"
130 PASS colorTest.parseColor("hsla(0)") is "parse error" 130 PASS colorTest.parseColor("hsla(0)") is "parse error"
131 PASS colorTest.parseColor("hsla(0, 0%)") is "parse error" 131 PASS colorTest.parseColor("hsla(0, 0%)") is "parse error"
132 PASS colorTest.parseColor("hsla(0, 0%, 0%, 50%)") is "parse error" 132 PASS colorTest.parseColor("hsla(0, 0%, 0%, 50%)") is "parse error"
133 PASS colorTest.parseColor("hsla(0, 0%, 0%, 1, 0%)") is "parse error" 133 PASS colorTest.parseColor("hsla(0, 0%, 0%, 1, 0%)") is "parse error"
134 PASS colorTest.parseColor("cmyk(0, 0, 0, 0)") is "parse error" 134 PASS colorTest.parseColor("cmyk(0, 0, 0, 0)") is "parse error"
135 PASS successfullyParsed is true 135 PASS successfullyParsed is true
136 136
137 TEST COMPLETE 137 TEST COMPLETE
138 138
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698