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

Side by Side Diff: LayoutTests/fast/css/getPropertyValue-columns-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 111011: getPropertyValue for -webkit-columns returns null, should compute th e shorthand value 1 Bug 111011: getPropertyValue for -webkit-columns returns null, should compute th e 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 webkitColumnsValue("columns1") is "10px auto" 6 PASS webkitColumnsValue("columns1") is "10px auto"
7 PASS webkitColumnsValue("columns2") is "auto 10" 7 PASS webkitColumnsValue("columns2") is "auto 10"
8 PASS webkitColumnsValue("columns3") is "10px auto" 8 PASS webkitColumnsValue("columns3") is "10px auto"
9 PASS webkitColumnsValue("columns4") is "auto auto" 9 PASS webkitColumnsValue("columns4") is "auto auto"
10 PASS webkitColumnsValue("columns5") is "auto 2" 10 PASS webkitColumnsValue("columns5") is "auto 2"
11 PASS webkitColumnsValue("columns6") is "10px 2" 11 PASS webkitColumnsValue("columns6") is "10px 2"
12 PASS webkitColumnsValue("columns7") is "auto auto" 12 PASS webkitColumnsValue("columns7") is "auto auto"
13 NOTE: 'foo' is an illegal CSS value for '-webkit-columns'. 13 NOTE: 'foo' is an illegal CSS value for '-webkit-columns'.
14 PASS webkitColumnsValue("columns8") is null 14 PASS webkitColumnsValue("columns8") is ""
15 NOTE: If only few longhand properties are specified, getPropertyValue for shorth and property returns null. 15 NOTE: If only few longhand properties are specified, getPropertyValue for shorth and property returns empty string.
16 PASS webkitColumnsValue("columns9") is null 16 PASS webkitColumnsValue("columns9") is ""
17 PASS successfullyParsed is true 17 PASS successfullyParsed is true
18 18
19 TEST COMPLETE 19 TEST COMPLETE
20 20
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698