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> |