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

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

Issue 299373006: Move old multicol tests to a separate directory. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 6 years, 7 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"
(...skipping 31 matching lines...) Expand 10 before | Expand all | Expand 10 after
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 "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"
48 PASS successfullyParsed is true 48 PASS successfullyParsed is true
49 49
50 TEST COMPLETE 50 TEST COMPLETE
51 51
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698