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

Unified Diff: LayoutTests/fast/multicol/tall-float2.html

Issue 242203003: [New Multicolumn] Make floats affect heights correctly. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Rebase master Created 6 years, 8 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/tall-float2.html
diff --git a/LayoutTests/fast/multicol/percent-height.html b/LayoutTests/fast/multicol/tall-float2.html
similarity index 53%
copy from LayoutTests/fast/multicol/percent-height.html
copy to LayoutTests/fast/multicol/tall-float2.html
index 622aaa37a6690007893b528df55ec1827f795537..68d619ebda2fc462ea005f7074e3778c8c081de3 100644
--- a/LayoutTests/fast/multicol/percent-height.html
+++ b/LayoutTests/fast/multicol/tall-float2.html
@@ -1,16 +1,17 @@
<!DOCTYPE html>
<html>
<head>
- <title>Resolving percent height inside multicol</title>
<script>
if (window.internals)
internals.settings.setRegionBasedColumnsEnabled(true);
</script>
</head>
<body>
- <p>There should be a blue square below.</p>
- <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>
+ <p>There should be no red below.</p>
+ <div style="-webkit-columns:3; columns:3; -webkit-column-gap:0; column-gap:0; background:red;">
+ <div style="float:left; width:100%; background:yellow;">
+ hest<br>hest<br>hest<br>hest<br>hest<br>hest<br>hest<br>hest<br>hest<br>
+ </div>
</div>
</body>
</html>
« no previous file with comments | « LayoutTests/fast/multicol/tall-float1-expected.html ('k') | LayoutTests/fast/multicol/tall-float2-expected.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698