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