| OLD | NEW |
| 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 Loading... |
| 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 |
| OLD | NEW |