Merge Chromium + Blink git repositories
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / fast / css / getPropertyValue-webkit-text-stroke-expected.txt
blob3fd8c50d6b42087e623a5bf756c46bb4fb0b9c21
1 Bug 111018: getPropertyValue for -webkit-text-stroke returns null, should compute the shorthand value
3 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
6 PASS webkitTextStrokeValue("text-stroke1") is "thin red"
7 PASS webkitTextStrokeValue("text-stroke2") is "green"
8 PASS webkitTextStrokeValue("text-stroke3") is "thin"
9 PASS webkitTextStrokeValue("text-stroke4") is "1px red"
10 PASS webkitTextStrokeValue("text-stroke5") is "1px black"
11 NOTE: 'foo' is an illegal CSS value for '-webkit-text-stroke'.
12 PASS webkitTextStrokeValue("text-stroke6") is ""
13 NOTE: If only few longhand properties are specified, getPropertyValue for shorthand property returns empty string.
14 PASS webkitTextStrokeValue("text-stroke7") is ""
15 PASS successfullyParsed is true
17 TEST COMPLETE