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

Unified Diff: third_party/WebKit/LayoutTests/fast/multicol/cell-shrinkback.html

Issue 1429903003: Always lay out the flow thread when the multicol container is laid out. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 1 month 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 | third_party/WebKit/LayoutTests/fast/multicol/cell-shrinkback-expected.html » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/WebKit/LayoutTests/fast/multicol/cell-shrinkback.html
diff --git a/third_party/WebKit/LayoutTests/fast/multicol/cell-shrinkback.html b/third_party/WebKit/LayoutTests/fast/multicol/cell-shrinkback.html
index 890b541c49ca0084f42c6e063393243e41afad53..1df68b68fd72b869fdaeab323b99917bddc9d3f7 100644
--- a/third_party/WebKit/LayoutTests/fast/multicol/cell-shrinkback.html
+++ b/third_party/WebKit/LayoutTests/fast/multicol/cell-shrinkback.html
@@ -1,3 +1,7 @@
+<!DOCTYPE html>
+<style>
+ body { overflow: hidden; } /* Disable auto-scrollbars, to hide crbug.com/534751 */
+</style>
<div style="height: 100px; width: 200px; border: solid; -webkit-columns:2; -webkit-column-gap:0; columns:2; column-gap:0; column-fill:auto;">
<div style="height: 55px;"></div>
<table cellspacing=0 cellpadding=0>
« no previous file with comments | « no previous file | third_party/WebKit/LayoutTests/fast/multicol/cell-shrinkback-expected.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698