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

Unified Diff: LayoutTests/fast/events/document-elementFromPoint.html

Issue 25687002: Add support for the column-fill property. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: 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/events/document-elementFromPoint.html
diff --git a/LayoutTests/fast/events/document-elementFromPoint.html b/LayoutTests/fast/events/document-elementFromPoint.html
index eaae330b2d30ade2d4f26b637ead4fbabc3fd830..ab5fead539600b167b01c7f3b139423fac89c4ab 100644
--- a/LayoutTests/fast/events/document-elementFromPoint.html
+++ b/LayoutTests/fast/events/document-elementFromPoint.html
@@ -77,6 +77,9 @@ th { height: 30px; }
left: 500px;
border: 1px solid black;
-webkit-column-count: 3;
+ -webkit-column-fill: auto;
+ column-count: 3;
+ column-fill: auto;
}
.column-line {

Powered by Google App Engine
This is Rietveld 408576698