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

Side by Side Diff: LayoutTests/fast/multicol/columns-shorthand-parsing-2-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 Test the behavior when 'auto' is part of the 'columns' property value. See http: //www.w3.org/TR/css3-multicol/#columns 1 Test the behavior when 'auto' is part of the 'columns' property value. See http: //www.w3.org/TR/css3-multicol/#columns
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 element.style.WebkitColumnWidth is "auto" 6 PASS element.style.WebkitColumnWidth is "auto"
7 PASS element.style.WebkitColumnCount is "3" 7 PASS element.style.WebkitColumnCount is "3"
8 PASS element.style.WebkitColumns is "auto 3" 8 PASS element.style.WebkitColumns is "auto 3"
9 PASS element.style.WebkitColumnWidth is "10em" 9 PASS element.style.WebkitColumnWidth is "10em"
10 PASS element.style.WebkitColumnCount is "auto" 10 PASS element.style.WebkitColumnCount is "auto"
11 PASS element.style.WebkitColumns is "10em auto" 11 PASS element.style.WebkitColumns is "10em auto"
12 PASS element.style.WebkitColumnWidth is "auto" 12 PASS element.style.WebkitColumnWidth is "auto"
13 PASS element.style.WebkitColumnCount is "3" 13 PASS element.style.WebkitColumnCount is "3"
14 PASS element.style.WebkitColumns is "auto 3" 14 PASS element.style.WebkitColumns is "auto 3"
15 PASS element.style.WebkitColumnWidth is "10em" 15 PASS element.style.WebkitColumnWidth is "10em"
16 PASS element.style.WebkitColumnCount is "auto" 16 PASS element.style.WebkitColumnCount is "auto"
17 PASS element.style.WebkitColumns is "10em auto" 17 PASS element.style.WebkitColumns is "10em auto"
18 PASS element.style.WebkitColumnWidth is "7em" 18 PASS element.style.WebkitColumnWidth is "7em"
19 PASS element.style.WebkitColumnCount is "7" 19 PASS element.style.WebkitColumnCount is "7"
20 PASS element.style.WebkitColumns is "7em 7" 20 PASS element.style.WebkitColumns is "7em 7"
21 PASS element.style.WebkitColumnWidth is "7em" 21 PASS element.style.WebkitColumnWidth is "7em"
22 PASS element.style.WebkitColumnCount is "7" 22 PASS element.style.WebkitColumnCount is "7"
23 PASS element.style.WebkitColumns is "7em 7" 23 PASS element.style.WebkitColumns is "7em 7"
24 PASS element.style.WebkitColumnWidth is "auto" 24 PASS element.style.WebkitColumnWidth is "auto"
25 PASS element.style.WebkitColumnCount is "auto" 25 PASS element.style.WebkitColumnCount is "auto"
26 PASS element.style.WebkitColumns is "auto" 26 PASS element.style.WebkitColumns is "auto auto"
27 PASS element.style.WebkitColumnWidth is "auto" 27 PASS element.style.WebkitColumnWidth is "auto"
28 PASS element.style.WebkitColumnCount is "auto" 28 PASS element.style.WebkitColumnCount is "auto"
29 PASS element.style.WebkitColumns is "auto auto" 29 PASS element.style.WebkitColumns is "auto auto"
30 PASS element.style.WebkitColumnWidth is "initial" 30 PASS element.style.WebkitColumnWidth is "initial"
31 PASS element.style.WebkitColumnCount is "initial" 31 PASS element.style.WebkitColumnCount is "initial"
32 PASS element.style.WebkitColumns is "initial" 32 PASS element.style.WebkitColumns is "initial"
33 PASS element.style.WebkitColumnWidth is "auto" 33 PASS element.style.WebkitColumnWidth is "auto"
34 PASS element.style.WebkitColumnCount is "auto" 34 PASS element.style.WebkitColumnCount is "auto"
35 PASS element.style.WebkitColumns is "auto" 35 PASS element.style.WebkitColumns is "auto auto"
36 PASS element.style.WebkitColumnWidth is "inherit" 36 PASS element.style.WebkitColumnWidth is "inherit"
37 PASS element.style.WebkitColumnCount is "inherit" 37 PASS element.style.WebkitColumnCount is "inherit"
38 PASS element.style.WebkitColumns is "inherit" 38 PASS element.style.WebkitColumns is "inherit"
39 PASS element.style.WebkitColumnWidth is "auto" 39 PASS element.style.WebkitColumnWidth is "auto"
40 PASS element.style.WebkitColumnCount is "auto" 40 PASS element.style.WebkitColumnCount is "auto"
41 PASS element.style.WebkitColumns is "auto" 41 PASS element.style.WebkitColumns is "auto auto"
42 PASS element.style.WebkitColumnWidth is "auto" 42 PASS element.style.WebkitColumnWidth is "auto"
43 PASS element.style.WebkitColumnCount is "7" 43 PASS element.style.WebkitColumnCount is "7"
44 PASS element.style.WebkitColumns is "7" 44 PASS element.style.WebkitColumns is "auto 7"
45 PASS element.style.WebkitColumnWidth is "7em" 45 PASS element.style.WebkitColumnWidth is "7em"
46 PASS element.style.WebkitColumnCount is "auto" 46 PASS element.style.WebkitColumnCount is "auto"
47 PASS element.style.WebkitColumns is "7em" 47 PASS element.style.WebkitColumns is "7em auto"
48 PASS successfullyParsed is true 48 PASS successfullyParsed is true
49 49
50 TEST COMPLETE 50 TEST COMPLETE
51 51
OLDNEW
« no previous file with comments | « LayoutTests/fast/multicol/columns-shorthand-parsing-2.html ('k') | Source/core/css/StylePropertySerializer.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698