Index: LayoutTests/fast/multicol/mixed-opacity-test.html |
diff --git a/LayoutTests/fast/multicol/mixed-opacity-test.html b/LayoutTests/fast/multicol/mixed-opacity-test.html |
index 9b1b0c13a3ebfef06a641593e65c7664e8af5f0b..6b0f33d1db5bc67ecd877132dcd30c9a9fc908ff 100644 |
--- a/LayoutTests/fast/multicol/mixed-opacity-test.html |
+++ b/LayoutTests/fast/multicol/mixed-opacity-test.html |
@@ -1,6 +1,3 @@ |
-<script> |
-internals.settings.setRegionBasedColumnsEnabled(true) |
-</script> |
<div style="position:relative; -webkit-column-count:2; -webkit-column-width:200px; -webkit-column-gap:20px; column-count:2; column-width:200px; column-gap:20px; column-fill:auto; border:2px solid black; width:420px; height:200px;"> |
<div style="opacity:0.5"> |
<div style="height:400px;background-color:green"></div> |