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

Unified Diff: LayoutTests/fast/multicol/percent-height.html

Issue 197113002: Handle percent height children of multicol containers correctly. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 6 years, 9 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
« no previous file with comments | « no previous file | LayoutTests/fast/multicol/percent-height-expected.html » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: LayoutTests/fast/multicol/percent-height.html
diff --git a/LayoutTests/fast/multicol/newmulticol/avoid-column-break-inside.html b/LayoutTests/fast/multicol/percent-height.html
similarity index 54%
copy from LayoutTests/fast/multicol/newmulticol/avoid-column-break-inside.html
copy to LayoutTests/fast/multicol/percent-height.html
index 91ef9d2054b9d6ea7f0460428cf521ac189c7bbb..622aaa37a6690007893b528df55ec1827f795537 100644
--- a/LayoutTests/fast/multicol/newmulticol/avoid-column-break-inside.html
+++ b/LayoutTests/fast/multicol/percent-height.html
@@ -1,7 +1,7 @@
<!DOCTYPE html>
<html>
<head>
- <title>Avoid column break inside block</title>
+ <title>Resolving percent height inside multicol</title>
<script>
if (window.internals)
internals.settings.setRegionBasedColumnsEnabled(true);
@@ -9,8 +9,8 @@
</head>
<body>
<p>There should be a blue square below.</p>
- <div style="-webkit-columns:4; columns:4;">
- <div style="width:100px; height:100px; -webkit-column-break-inside:avoid; break-inside:avoid; background:blue;"></div>
+ <div style="-webkit-columns:3; columns:3; -webkit-column-gap:0; column-gap:0; width:99px; height:99px;">
+ <div style="height:300%; background:blue;"></div>
</div>
</body>
</html>
« no previous file with comments | « no previous file | LayoutTests/fast/multicol/percent-height-expected.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698