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

Unified Diff: LayoutTests/fast/multicol/nested-outer-fixed-height-expected.html

Issue 1292163002: Initial support for nested multicol layout. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: code review Created 5 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/multicol/nested-outer-fixed-height-expected.html
diff --git a/LayoutTests/fast/multicol/nested-outer-fixed-height-expected.html b/LayoutTests/fast/multicol/nested-outer-fixed-height-expected.html
new file mode 100644
index 0000000000000000000000000000000000000000..a277d1c90c7cd4018b3cd89627e49e10443f1684
--- /dev/null
+++ b/LayoutTests/fast/multicol/nested-outer-fixed-height-expected.html
@@ -0,0 +1,13 @@
+<!DOCTYPE html>
+<style>
+ .column { float:left; width:1em; }
+</style>
+<p>Test that we establish two column rows for the contents of an inner multicol container that
+ crosses a column boundary in the outer multicol container.</p>
+<p>The word "PASS" should be seen below, with large letter spacing, and no red.</p>
+<div style="line-height:2em;">
+ <div class="column">P</div>
+ <div class="column">A</div>
+ <div class="column">S</div>
+ <div class="column">S</div>
+</div>
« no previous file with comments | « LayoutTests/fast/multicol/nested-outer-fixed-height.html ('k') | Source/core/layout/LayoutMultiColumnFlowThread.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698