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

Unified 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, 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 side-by-side diff with in-line comments
Download patch
Index: LayoutTests/fast/css-intrinsic-dimensions/multicol-expected.txt
diff --git a/LayoutTests/fast/css-intrinsic-dimensions/multicol-expected.txt b/LayoutTests/fast/css-intrinsic-dimensions/multicol-expected.txt
new file mode 100644
index 0000000000000000000000000000000000000000..0f6cd65a85dd62fecc5022385f1f7965146b5a01
--- /dev/null
+++ b/LayoutTests/fast/css-intrinsic-dimensions/multicol-expected.txt
@@ -0,0 +1,29 @@
+Test intrinsic width calculation for multicol. See http://dev.w3.org/csswg/css-sizing/#multicol-intrinsic
+
+On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
+
+
+PASS elm01.offsetWidth is 330
+PASS elm02.offsetWidth is 330
+PASS elm03.offsetWidth is 330
+PASS elm04.offsetWidth is 630
+PASS elm05.offsetWidth is 50
+PASS elm06.offsetWidth is 330
+PASS elm07.offsetWidth is 50
+PASS elm08.offsetWidth is 630
+PASS elm09.offsetWidth is 100
+PASS elm10.offsetWidth is 480
+PASS elm11.offsetWidth is 100
+PASS elm12.offsetWidth is 630
+PASS elm13.offsetWidth is 50
+PASS elm14.offsetWidth is 100
+PASS elm15.offsetWidth is 50
+PASS elm16.offsetWidth is 200
+PASS elm17.offsetWidth is 100
+PASS elm18.offsetWidth is 150
+PASS elm19.offsetWidth is 100
+PASS elm20.offsetWidth is 200
+PASS successfullyParsed is true
+
+TEST COMPLETE
+

Powered by Google App Engine
This is Rietveld 408576698