| OLD | NEW |
| 1 This tests checks that all of the input values for -webkit-font-smoothing parse
correctly. | 1 This tests checks that all of the input values for -webkit-font-smoothing parse
correctly. |
| 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 test("-webkit-font-smoothing: auto;") is "auto" | 6 PASS test("-webkit-font-smoothing: auto;") is "auto" |
| 7 PASS test("-webkit-font-smoothing: none;") is "none" | 7 PASS test("-webkit-font-smoothing: none;") is "none" |
| 8 PASS test("-webkit-font-smoothing: antialiased;") is "antialiased" | 8 PASS test("-webkit-font-smoothing: antialiased;") is "antialiased" |
| 9 PASS test("-webkit-font-smoothing: subpixel-antialiased;") is "subpixel-antialia
sed" | 9 PASS test("-webkit-font-smoothing: subpixel-antialiased;") is "subpixel-antialia
sed" |
| 10 PASS test("-webkit-font-smoothing: apple;") is null | 10 PASS test("-webkit-font-smoothing: apple;") is "" |
| 11 PASS test("-webkit-font-smoothing: 15;") is null | 11 PASS test("-webkit-font-smoothing: 15;") is "" |
| 12 PASS test("-webkit-font-smoothing: auto auto;") is null | 12 PASS test("-webkit-font-smoothing: auto auto;") is "" |
| 13 PASS successfullyParsed is true | 13 PASS successfullyParsed is true |
| 14 | 14 |
| 15 TEST COMPLETE | 15 TEST COMPLETE |
| 16 | 16 |
| OLD | NEW |