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

Side by Side Diff: LayoutTests/fast/css-intrinsic-dimensions/multicol-expected.txt

Issue 23763002: Improve multicol preferred/intrinsic width calculation. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 7 years, 3 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 intrinsic width calculation for multicol. See http://dev.w3.org/csswg/css-s izing/#multicol-intrinsic
2
3 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE ".
4
5
6 PASS elm01.offsetWidth is 330
7 PASS elm02.offsetWidth is 330
8 PASS elm03.offsetWidth is 330
9 PASS elm04.offsetWidth is 630
10 PASS elm05.offsetWidth is 50
11 PASS elm06.offsetWidth is 330
12 PASS elm07.offsetWidth is 50
13 PASS elm08.offsetWidth is 630
14 PASS elm09.offsetWidth is 100
15 PASS elm10.offsetWidth is 480
16 PASS elm11.offsetWidth is 100
17 PASS elm12.offsetWidth is 630
18 PASS elm13.offsetWidth is 50
19 PASS elm14.offsetWidth is 100
20 PASS elm15.offsetWidth is 50
21 PASS elm16.offsetWidth is 200
22 PASS elm17.offsetWidth is 100
23 PASS elm18.offsetWidth is 150
24 PASS elm19.offsetWidth is 100
25 PASS elm20.offsetWidth is 200
26 PASS successfullyParsed is true
27
28 TEST COMPLETE
29
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698