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

Unified Diff: LayoutTests/fast/multicol/newmulticol/unresolvable-percent-max-height-expected.html

Issue 144463015: [New multicol] Avoid 1px tall multicol if percent height is unresolvable. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 6 years, 10 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/newmulticol/unresolvable-percent-max-height-expected.html
diff --git a/LayoutTests/fast/multicol/newmulticol/unresolvable-percent-max-height-expected.html b/LayoutTests/fast/multicol/newmulticol/unresolvable-percent-max-height-expected.html
new file mode 100644
index 0000000000000000000000000000000000000000..9d14623cd8d99fb2ffce2bc36a8fa03a0556f40d
--- /dev/null
+++ b/LayoutTests/fast/multicol/newmulticol/unresolvable-percent-max-height-expected.html
@@ -0,0 +1,10 @@
+<!DOCTYPE html>
+<html>
+ <head>
+ <title>Multicol with unresolvable percentage height</title>
+ </head>
+ <body>
+ <p>There should be a blue square below, and no unnecessary scrollbar.</p>
+ <div style="width:200px; height:200px; background:blue;"></div>
+ </body>
+</html>

Powered by Google App Engine
This is Rietveld 408576698