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

Unified Diff: LayoutTests/css3/unicode-bidi-isolate-basic.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/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 b262ab53ab014aa4f965d2ff4fd9f4389c08e911..ef1c5ac29c9670edea978db9561722f47ee6be8e 100644
--- a/LayoutTests/css3/unicode-bidi-isolate-basic.html
+++ b/LayoutTests/css3/unicode-bidi-isolate-basic.html
@@ -11,7 +11,6 @@
-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;

Powered by Google App Engine
This is Rietveld 408576698