Index: LayoutTests/fast/multicol/newmulticol/compare-with-old-impl/div-make-unpaginated.html |
diff --git a/LayoutTests/fast/multicol/newmulticol/compare-with-old-impl/div-make-unpaginated.html b/LayoutTests/fast/multicol/newmulticol/compare-with-old-impl/div-make-unpaginated.html |
deleted file mode 100644 |
index 8fed8a8f35898899fad0fc3a80276cb5ccf2000a..0000000000000000000000000000000000000000 |
--- a/LayoutTests/fast/multicol/newmulticol/compare-with-old-impl/div-make-unpaginated.html |
+++ /dev/null |
@@ -1,22 +0,0 @@ |
-<!DOCTYPE html> |
-<html> |
- <head> |
- <script> |
- if (window.internals) |
- internals.settings.setRegionBasedColumnsEnabled(true); |
- </script> |
- <title>Dynamically remove paged overflow on a DIV element</title> |
- <script> |
- function test() { |
- document.body.offsetTop; // trigger layout |
- document.getElementById('elm').style.overflow = 'visible'; |
- } |
- </script> |
- </head> |
- <body onload="test()"> |
- <div id="elm" style="width:30em; height:10em; overflow:-webkit-paged-x; overflow:paged-x;"> |
- The word 'PASS' should be seen below. |
- <div style="margin-top:10em;">PASS</div> |
- </div> |
- </body> |
-</html> |