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