| OLD | NEW |
| 1 Test case for bug 39168. This tests the CSS color parsing code using <canvas>. | 1 Test case for bug 39168. This tests the CSS color parsing code using <canvas>. |
| 2 | 2 |
| 3 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE
". | 3 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE
". |
| 4 | 4 |
| 5 | 5 |
| 6 PASS Setting color to ActiveBorder was successfully set. | 6 PASS Setting color to ActiveBorder was successfully set. |
| 7 PASS Setting color to activeborder was successfully set. | 7 PASS Setting color to activeborder was successfully set. |
| 8 PASS Setting color to ActiveCaption was successfully set. | 8 PASS Setting color to ActiveCaption was successfully set. |
| 9 PASS Setting color to activecaption was successfully set. | 9 PASS Setting color to activecaption was successfully set. |
| 10 PASS Setting color to AppWorkspace was successfully set. | 10 PASS Setting color to AppWorkspace was successfully set. |
| (...skipping 195 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 206 PASS Setting color to yellow was successfully set. | 206 PASS Setting color to yellow was successfully set. |
| 207 PASS Setting color to yellowgreen was successfully set. | 207 PASS Setting color to yellowgreen was successfully set. |
| 208 PASS Setting color to #0f0 was successfully set. | 208 PASS Setting color to #0f0 was successfully set. |
| 209 PASS Setting color to hsl(120, 100%, 50%) was successfully set. | 209 PASS Setting color to hsl(120, 100%, 50%) was successfully set. |
| 210 PASS Setting color to foobar was not set (as expected). | 210 PASS Setting color to foobar was not set (as expected). |
| 211 PASS Setting color to counter(foobar) was not set (as expected). | 211 PASS Setting color to counter(foobar) was not set (as expected). |
| 212 PASS Setting color to url(http://127.0.0.1:8080/) was not set (as expected). | 212 PASS Setting color to url(http://127.0.0.1:8080/) was not set (as expected). |
| 213 PASS Setting color to inherited was not set (as expected). | 213 PASS Setting color to inherited was not set (as expected). |
| 214 PASS Setting color to #100% was not set (as expected). | 214 PASS Setting color to #100% was not set (as expected). |
| 215 PASS Setting color to #100px was not set (as expected). | 215 PASS Setting color to #100px was not set (as expected). |
| 216 PASS Setting color to -webkit-var("test") was not set (as expected). | 216 PASS Setting color to var("test") was not set (as expected). |
| 217 PASS successfullyParsed is true | 217 PASS successfullyParsed is true |
| 218 | 218 |
| 219 TEST COMPLETE | 219 TEST COMPLETE |
| 220 | 220 |
| OLD | NEW |