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

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: 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/events/document-elementFromPoint.html
diff --git a/LayoutTests/fast/events/document-elementFromPoint.html b/LayoutTests/fast/events/document-elementFromPoint.html
index eaae330b2d30ade2d4f26b637ead4fbabc3fd830..df073857c69369704c6009c3c8cfcff4f768af18 100644
--- a/LayoutTests/fast/events/document-elementFromPoint.html
+++ b/LayoutTests/fast/events/document-elementFromPoint.html
@@ -77,6 +77,8 @@ th { height: 30px; }
left: 500px;
border: 1px solid black;
-webkit-column-count: 3;
+ column-count: 3;
+ column-fill: auto;
}
.column-line {
« no previous file with comments | « LayoutTests/fast/dynamic/layer-no-longer-paginated.html ('k') | LayoutTests/fast/line-grid/line-grid-inside-columns.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698