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

Unified Diff: third_party/WebKit/LayoutTests/fast/multicol/table-vertical-align.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
Index: third_party/WebKit/LayoutTests/fast/multicol/table-vertical-align.html
diff --git a/third_party/WebKit/LayoutTests/fast/multicol/table-vertical-align.html b/third_party/WebKit/LayoutTests/fast/multicol/table-vertical-align.html
index 46d71199c083c25bfa4b3fff8db0ee95c67814af..231edb6a68992563b30db341f35169c219700910 100644
--- a/third_party/WebKit/LayoutTests/fast/multicol/table-vertical-align.html
+++ b/third_party/WebKit/LayoutTests/fast/multicol/table-vertical-align.html
@@ -1,5 +1,6 @@
<!DOCTYPE html>
<style>
+ body { overflow: hidden; } /* Disable auto-scrollbars, to hide crbug.com/534751 */
.mc { -webkit-columns:2; -webkit-column-gap:20px; column-fill:auto; overflow:hidden; width:520px; height:80px; font-size:12px; line-height:20px; background:#ddd; }
table { border-spacing:5px; }
td:first-child { width:30px; }

Powered by Google App Engine
This is Rietveld 408576698