| OLD | NEW |
| 1 Bug 111018: getPropertyValue for -webkit-text-stroke returns null, should comput
e the shorthand value | 1 Bug 111018: getPropertyValue for -webkit-text-stroke returns null, should comput
e the shorthand value |
| 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 webkitTextStrokeValue("text-stroke1") is "thin red" | 6 PASS webkitTextStrokeValue("text-stroke1") is "thin red" |
| 7 PASS webkitTextStrokeValue("text-stroke2") is "green" | 7 PASS webkitTextStrokeValue("text-stroke2") is "green" |
| 8 PASS webkitTextStrokeValue("text-stroke3") is "thin" | 8 PASS webkitTextStrokeValue("text-stroke3") is "thin" |
| 9 PASS webkitTextStrokeValue("text-stroke4") is "1px red" | 9 PASS webkitTextStrokeValue("text-stroke4") is "1px red" |
| 10 PASS webkitTextStrokeValue("text-stroke5") is "1px black" | 10 PASS webkitTextStrokeValue("text-stroke5") is "1px black" |
| 11 NOTE: 'foo' is an illegal CSS value for '-webkit-text-stroke'. | 11 NOTE: 'foo' is an illegal CSS value for '-webkit-text-stroke'. |
| 12 PASS webkitTextStrokeValue("text-stroke6") is null | 12 PASS webkitTextStrokeValue("text-stroke6") is "" |
| 13 NOTE: If only few longhand properties are specified, getPropertyValue for shorth
and property returns null. | 13 NOTE: If only few longhand properties are specified, getPropertyValue for shorth
and property returns empty string. |
| 14 PASS webkitTextStrokeValue("text-stroke7") is null | 14 PASS webkitTextStrokeValue("text-stroke7") is "" |
| 15 PASS successfullyParsed is true | 15 PASS successfullyParsed is true |
| 16 | 16 |
| 17 TEST COMPLETE | 17 TEST COMPLETE |
| 18 | 18 |
| OLD | NEW |