Index: LayoutTests/fast/multicol/newmulticol/compare-with-old-impl/html-make-paginated.html |
diff --git a/LayoutTests/fast/multicol/newmulticol/compare-with-old-impl/html-make-paginated.html b/LayoutTests/fast/multicol/newmulticol/compare-with-old-impl/html-make-paginated.html |
deleted file mode 100644 |
index b633631dff4003f7772b11cade00d2dfaf43bd4a..0000000000000000000000000000000000000000 |
--- a/LayoutTests/fast/multicol/newmulticol/compare-with-old-impl/html-make-paginated.html |
+++ /dev/null |
@@ -1,23 +0,0 @@ |
-<!DOCTYPE html> |
-<html> |
- <head> |
- <script> |
- if (window.internals) |
- internals.settings.setRegionBasedColumnsEnabled(true); |
- </script> |
- <title>Dynamically set paged overflow on the root element</title> |
- <script> |
- function test() { |
- document.body.offsetTop; // trigger layout |
- document.documentElement.style.overflow = '-webkit-paged-x'; |
- document.documentElement.style.overflow = 'paged-x'; |
- } |
- </script> |
- </head> |
- <body onload="test()"> |
- <div style="height:150vh;"> |
- There should be no text below. |
- <div style="-webkit-column-break-before:always;">FAIL</div> |
- </div> |
- </body> |
-</html> |