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

Unified Diff: LayoutTests/fast/pagination/auto-height-expected.html

Issue 295373006: [New Multicolumn] Support for paged overflow. (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 side-by-side diff with in-line comments
Download patch
Index: LayoutTests/fast/pagination/auto-height-expected.html
diff --git a/LayoutTests/fast/pagination/auto-height-expected.html b/LayoutTests/fast/pagination/auto-height-expected.html
new file mode 100644
index 0000000000000000000000000000000000000000..a8a5408708d4d1240358698ec5c1aab8d648975d
--- /dev/null
+++ b/LayoutTests/fast/pagination/auto-height-expected.html
@@ -0,0 +1,12 @@
+<!DOCTYPE html>
+<html>
+ <body>
+ <p>There should be a yellow <em>square</em> below.</p>
+ <div style="width:16em; line-height:4em; background:yellow;">
+ <br>
+ <br>
+ <br>
+ <br>
+ </div>
+ </body>
+</html>

Powered by Google App Engine
This is Rietveld 408576698