Index: LayoutTests/fast/multicol/tall-float2.html |
diff --git a/LayoutTests/fast/multicol/tall-float2.html b/LayoutTests/fast/multicol/tall-float2.html |
index 68d619ebda2fc462ea005f7074e3778c8c081de3..277c65ff23d2520234432ef67675691e7eadf236 100644 |
--- a/LayoutTests/fast/multicol/tall-float2.html |
+++ b/LayoutTests/fast/multicol/tall-float2.html |
@@ -1,11 +1,5 @@ |
<!DOCTYPE html> |
<html> |
- <head> |
- <script> |
- if (window.internals) |
- internals.settings.setRegionBasedColumnsEnabled(true); |
- </script> |
- </head> |
<body> |
<p>There should be no red below.</p> |
<div style="-webkit-columns:3; columns:3; -webkit-column-gap:0; column-gap:0; background:red;"> |