1 This tests checks that all of the input values for background-repeat parse correctly.
3 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
6 PASS test("text-rendering: auto;") is "auto"
7 PASS test("text-rendering: optimizeSpeed;") is "optimizeSpeed"
8 PASS test("text-rendering: optimizeLegibility;") is "optimizeLegibility"
9 PASS test("text-rendering: geometricPrecision;") is "geometricPrecision"
10 PASS test("text-rendering: OptIMizESpEEd;") is "optimizeSpeed"
11 PASS test("text-rendering: auto auto;") is ""
12 PASS test("text-rendering: optimizeCoconuts;") is ""
13 PASS test("text-rendering: 15;") is ""
14 PASS successfullyParsed is true