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

Unified Diff: LayoutTests/fast/multicol/hit-test-float.html

Issue 25687002: Add support for the column-fill property. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Put changes to problematic files (for the bots) back in. Created 7 years, 2 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/hit-test-float.html
diff --git a/LayoutTests/fast/multicol/hit-test-float.html b/LayoutTests/fast/multicol/hit-test-float.html
index 7af96ad8bf3c165565c5481dab9f80418b916d2b..a78054dbae0bc14435c283133cb5ce8a78796d8a 100644
--- a/LayoutTests/fast/multicol/hit-test-float.html
+++ b/LayoutTests/fast/multicol/hit-test-float.html
@@ -9,7 +9,7 @@
<p>
The red square should turn green when hovered.
</p>
-<div style="margin: 100; width: 300; height: 200; outline: solid black; -webkit-columns: 2;">
+<div style="-webkit-columns:2; columns:2; column-fill:auto; margin: 100; width: 300; height: 200; outline: solid black;">
<div>
<div style="height: 250px; background-color: purple;"></div>
<div style="float: right; background-color: lightyellow; margin: 5px;">

Powered by Google App Engine
This is Rietveld 408576698