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

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: Created 7 years, 8 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 document.getElementById('elm1').style.WebkitColumnWidth is "auto"
7 PASS document.getElementById('elm1').style.WebkitColumnCount is "3"
8 PASS document.getElementById('elm2').style.WebkitColumnWidth is "10em"
9 PASS document.getElementById('elm2').style.WebkitColumnCount is "auto"
10 PASS document.getElementById('elm3').style.WebkitColumnWidth is "auto"
11 PASS document.getElementById('elm3').style.WebkitColumnCount is "3"
12 PASS document.getElementById('elm4').style.WebkitColumnWidth is "10em"
13 PASS document.getElementById('elm4').style.WebkitColumnCount is "auto"
14 PASS document.getElementById('elm5').style.WebkitColumnWidth is "7em"
15 PASS document.getElementById('elm5').style.WebkitColumnCount is "7"
16 PASS document.getElementById('elm6').style.WebkitColumnWidth is "7em"
17 PASS document.getElementById('elm6').style.WebkitColumnCount is "7"
18 PASS document.getElementById('elm7').style.WebkitColumnWidth is "auto"
19 PASS document.getElementById('elm7').style.WebkitColumnCount is "auto"
20 PASS document.getElementById('elm8').style.WebkitColumnWidth is "auto"
21 PASS document.getElementById('elm8').style.WebkitColumnCount is "auto"
22 PASS document.getElementById('elm9').style.WebkitColumnCount is "initial"
23 PASS document.getElementById('elm9').style.WebkitColumnWidth is "initial"
24 PASS document.getElementById('elm10').style.WebkitColumnCount is "auto"
25 PASS document.getElementById('elm10').style.WebkitColumnWidth is "auto"
26 PASS document.getElementById('elm11').style.WebkitColumnCount is "inherit"
27 PASS document.getElementById('elm11').style.WebkitColumnWidth is "inherit"
28 PASS document.getElementById('elm12').style.WebkitColumnCount is "auto"
29 PASS document.getElementById('elm12').style.WebkitColumnWidth is "auto"
30 PASS document.getElementById('elm13').style.WebkitColumnCount is "7"
31 PASS document.getElementById('elm13').style.WebkitColumnWidth is "initial"
32 PASS document.getElementById('elm14').style.WebkitColumnCount is "initial"
33 PASS document.getElementById('elm14').style.WebkitColumnWidth is "7em"
34 PASS successfullyParsed is true
35
36 TEST COMPLETE
37
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698