blob: 289099977f911b07d25fb75c34cfd5948f9f6175 [file] [log] [blame]
Bug 111018: getPropertyValue for -webkit-text-stroke returns null, should compute the shorthand value
On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
PASS webkitTextStrokeValue("text-stroke1") is "thin red"
PASS webkitTextStrokeValue("text-stroke2") is "green"
PASS webkitTextStrokeValue("text-stroke3") is "thin"
PASS webkitTextStrokeValue("text-stroke4") is "1px red"
PASS webkitTextStrokeValue("text-stroke5") is "1px black"
NOTE: 'foo' is an illegal CSS value for '-webkit-text-stroke'.
PASS webkitTextStrokeValue("text-stroke6") is null
NOTE: If only few longhand properties are specified, getPropertyValue for shorthand property returns null.
PASS webkitTextStrokeValue("text-stroke7") is null
PASS successfullyParsed is true
TEST COMPLETE