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

Side by Side Diff: LayoutTests/fast/css/getPropertyValue-columns-expected.txt

Issue 1215503009: Remove an instance of isPropertyImplicit from StylePropertySerializer.cpp. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 5 years, 5 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" 6 PASS webkitColumnsValue("columns1") is "10px auto"
7 PASS webkitColumnsValue("columns2") is "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" 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 null
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 null.
16 PASS webkitColumnsValue("columns9") is null 16 PASS webkitColumnsValue("columns9") is null
17 PASS successfullyParsed is true 17 PASS successfullyParsed is true
18 18
19 TEST COMPLETE 19 TEST COMPLETE
20 20
OLDNEW
« no previous file with comments | « LayoutTests/fast/css/getPropertyValue-columns.html ('k') | LayoutTests/fast/multicol/columns-shorthand-parsing-2.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698