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

Side by Side Diff: LayoutTests/fast/multicol/columns-shorthand-parsing-2-expected.txt

Issue 14334014: Parse "-webkit-columns: auto <length>" properly. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Compile fix Created 7 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
« no previous file with comments | « LayoutTests/fast/multicol/columns-shorthand-parsing-2.html ('k') | Source/core/css/CSSParser.h » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
(Empty)
1 Test the behavior when 'auto' is part of the 'columns' property value. See http: //www.w3.org/TR/css3-multicol/#columns
2
3 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE ".
4
5
6 PASS element.style.WebkitColumnWidth is "auto"
7 PASS element.style.WebkitColumnCount is "3"
8 PASS element.style.WebkitColumns is "auto 3"
9 PASS element.style.WebkitColumnWidth is "10em"
10 PASS element.style.WebkitColumnCount is "auto"
11 PASS element.style.WebkitColumns is "10em auto"
12 PASS element.style.WebkitColumnWidth is "auto"
13 PASS element.style.WebkitColumnCount is "3"
14 PASS element.style.WebkitColumns is "auto 3"
15 PASS element.style.WebkitColumnWidth is "10em"
16 PASS element.style.WebkitColumnCount is "auto"
17 PASS element.style.WebkitColumns is "10em auto"
18 PASS element.style.WebkitColumnWidth is "7em"
19 PASS element.style.WebkitColumnCount is "7"
20 PASS element.style.WebkitColumns is "7em 7"
21 PASS element.style.WebkitColumnWidth is "7em"
22 PASS element.style.WebkitColumnCount is "7"
23 PASS element.style.WebkitColumns is "7em 7"
24 PASS element.style.WebkitColumnWidth is "auto"
25 PASS element.style.WebkitColumnCount is "auto"
26 PASS element.style.WebkitColumns is "auto"
27 PASS element.style.WebkitColumnWidth is "auto"
28 PASS element.style.WebkitColumnCount is "auto"
29 PASS element.style.WebkitColumns is "auto auto"
30 PASS element.style.WebkitColumnWidth is "initial"
31 PASS element.style.WebkitColumnCount is "initial"
32 PASS element.style.WebkitColumns is "initial"
33 PASS element.style.WebkitColumnWidth is "auto"
34 PASS element.style.WebkitColumnCount is "auto"
35 PASS element.style.WebkitColumns is "auto"
36 PASS element.style.WebkitColumnWidth is "inherit"
37 PASS element.style.WebkitColumnCount is "inherit"
38 PASS element.style.WebkitColumns is "inherit"
39 PASS element.style.WebkitColumnWidth is "auto"
40 PASS element.style.WebkitColumnCount is "auto"
41 PASS element.style.WebkitColumns is "auto"
42 PASS element.style.WebkitColumnWidth is "auto"
43 PASS element.style.WebkitColumnCount is "7"
44 PASS element.style.WebkitColumns is "7"
45 PASS element.style.WebkitColumnWidth is "7em"
46 PASS element.style.WebkitColumnCount is "auto"
47 PASS element.style.WebkitColumns is "7em"
48 PASS successfullyParsed is true
49
50 TEST COMPLETE
51
OLDNEW
« no previous file with comments | « LayoutTests/fast/multicol/columns-shorthand-parsing-2.html ('k') | Source/core/css/CSSParser.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698