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

Unified Diff: LayoutTests/css3/unicode-bidi-isolate-basic.html

Issue 23763002: Improve multicol preferred/intrinsic width calculation. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Code review Created 7 years, 4 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
« no previous file with comments | « no previous file | LayoutTests/fast/css-intrinsic-dimensions/multicol.html » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: LayoutTests/css3/unicode-bidi-isolate-basic.html
diff --git a/LayoutTests/css3/unicode-bidi-isolate-basic.html b/LayoutTests/css3/unicode-bidi-isolate-basic.html
index ef768d9c99335f083f685061bd5b36400b0ac92a..b262ab53ab014aa4f965d2ff4fd9f4389c08e911 100644
--- a/LayoutTests/css3/unicode-bidi-isolate-basic.html
+++ b/LayoutTests/css3/unicode-bidi-isolate-basic.html
@@ -8,9 +8,13 @@
top: 0px;
left: 0px;
-moz-column-width: 13em;
- -webkit-column-width: 13em;
-moz-column-gap: 5em;
+ -webkit-columns:1 1px; /* Make as many (overflowing) columns as necessary, but keep them as narrow as possible */
-webkit-column-gap: 5em;
+ -webkit-column-fill: auto;
+ columns:1 1px;
+ column-gap: 5em;
+ column-fill: auto;
height: 400px;
}
</style>
« no previous file with comments | « no previous file | LayoutTests/fast/css-intrinsic-dimensions/multicol.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698