blob: 8e9c9147217f5cfb7ad7f12024e1f8460ef01a93 [file] [log] [blame]
This tests checks that all of the input values for -webkit-font-smoothing parse correctly.
On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
PASS test("-webkit-font-smoothing: auto;") is "auto"
PASS test("-webkit-font-smoothing: none;") is "none"
PASS test("-webkit-font-smoothing: antialiased;") is "antialiased"
PASS test("-webkit-font-smoothing: subpixel-antialiased;") is "subpixel-antialiased"
PASS test("-webkit-font-smoothing: apple;") is null
PASS test("-webkit-font-smoothing: 15;") is null
PASS test("-webkit-font-smoothing: auto auto;") is null
PASS successfullyParsed is true
TEST COMPLETE