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

Unified Diff: LayoutTests/fast/multicol/nested-fixed-height-with-struts-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-fixed-height-with-struts-expected.html
diff --git a/LayoutTests/fast/multicol/nested-fixed-height-with-struts-expected.html b/LayoutTests/fast/multicol/nested-fixed-height-with-struts-expected.html
new file mode 100644
index 0000000000000000000000000000000000000000..2c0f2dea1518904511b5cef9d561d7bbcef8ce7b
--- /dev/null
+++ b/LayoutTests/fast/multicol/nested-fixed-height-with-struts-expected.html
@@ -0,0 +1,9 @@
+<!DOCTYPE html>
+<style>
+ .box { display:inline-block; width:1em; height:4em; background:blue; }
+</style>
+<p>There should be a blue square below.</p>
+<div style="line-height:5em;">
+ <br>
+ <div style="display:inline-block; width:1em; width:4em; height:4em; background:blue;"></div>
+</div>

Powered by Google App Engine
This is Rietveld 408576698