Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(78)

Side by Side Diff: LayoutTests/fast/css/getPropertyValue-webkit-text-stroke-expected.txt

Issue 1274643002: CSSStyleDeclaraction returns empty string (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Removed changes from imported/csswg-test Created 5 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
OLDNEW
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
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698