Index: LayoutTests/fast/multicol/newmulticol/compare-with-old-impl/div-make-paginated.html |
diff --git a/LayoutTests/fast/pagination/div-make-paginated.html b/LayoutTests/fast/multicol/newmulticol/compare-with-old-impl/div-make-paginated.html |
similarity index 81% |
copy from LayoutTests/fast/pagination/div-make-paginated.html |
copy to LayoutTests/fast/multicol/newmulticol/compare-with-old-impl/div-make-paginated.html |
index 57dfcae47df796c9e479a0f722c782a6dbe554e5..9ae3a2697f591cc3c3fff08acdc7fc9ce0475181 100644 |
--- a/LayoutTests/fast/pagination/div-make-paginated.html |
+++ b/LayoutTests/fast/multicol/newmulticol/compare-with-old-impl/div-make-paginated.html |
@@ -1,6 +1,10 @@ |
<!DOCTYPE html> |
<html> |
<head> |
+ <script> |
+ if (window.internals) |
+ internals.settings.setRegionBasedColumnsEnabled(true); |
+ </script> |
<title>Dynamically set paged overflow on a DIV element</title> |
<script> |
function test() { |