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

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: Rebase master + minor coding style fix that the old version of check-webkit-style didn't complain a… Created 7 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
(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 successfullyParsed is true
7
8 TEST COMPLETE
9 PASS elm.style.WebkitColumnCount is "3"
10 PASS elm.style.WebkitColumnWidth is "auto"
11 PASS elm.style.WebkitColumnCount is "auto"
12 PASS elm.style.WebkitColumnWidth is "10em"
13 PASS elm.style.WebkitColumnCount is "3"
14 PASS elm.style.WebkitColumnWidth is "auto"
15 PASS elm.style.WebkitColumnCount is "auto"
16 PASS elm.style.WebkitColumnWidth is "10em"
17 PASS elm.style.WebkitColumnCount is "7"
18 PASS elm.style.WebkitColumnWidth is "7em"
19 PASS elm.style.WebkitColumnCount is "7"
20 PASS elm.style.WebkitColumnWidth is "7em"
21 PASS elm.style.WebkitColumnCount is "auto"
22 PASS elm.style.WebkitColumnWidth is "auto"
23 PASS elm.style.WebkitColumnCount is "auto"
24 PASS elm.style.WebkitColumnWidth is "auto"
25 PASS elm.style.WebkitColumnCount is "initial"
26 PASS elm.style.WebkitColumnWidth is "initial"
27 PASS elm.style.WebkitColumnCount is "auto"
28 PASS elm.style.WebkitColumnWidth is "auto"
29 PASS elm.style.WebkitColumnCount is "inherit"
30 PASS elm.style.WebkitColumnWidth is "inherit"
31 PASS elm.style.WebkitColumnCount is "auto"
32 PASS elm.style.WebkitColumnWidth is "auto"
33 PASS elm.style.WebkitColumnCount is "7"
34 PASS elm.style.WebkitColumnWidth is "initial"
35 PASS elm.style.WebkitColumnCount is "initial"
36 PASS elm.style.WebkitColumnWidth is "7em"
37
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698