Index: LayoutTests/fast/multicol/newmulticol/compare-with-old-impl/paged-x-to-paged-y.html |
diff --git a/LayoutTests/fast/multicol/newmulticol/compare-with-old-impl/paged-x-to-paged-y.html b/LayoutTests/fast/multicol/newmulticol/compare-with-old-impl/paged-x-to-paged-y.html |
deleted file mode 100644 |
index 7018e972873afdb4c8a61af662ca31c8df145287..0000000000000000000000000000000000000000 |
--- a/LayoutTests/fast/multicol/newmulticol/compare-with-old-impl/paged-x-to-paged-y.html |
+++ /dev/null |
@@ -1,22 +0,0 @@ |
-<!DOCTYPE html> |
-<html> |
- <head> |
- <script> |
- if (window.internals) |
- internals.settings.setRegionBasedColumnsEnabled(true); |
- </script> |
- <title>Changing from paged-x to paged-y</title> |
- <script> |
- function test() { |
- document.body.offsetTop; // trigger layout |
- document.body.style.overflow = 'paged-y'; |
- document.body.style.overflow = '-webkit-paged-y'; |
- } |
- </script> |
- </head> |
- <body style="overflow:-webkit-paged-x; overflow:paged-x;" onload="test()"> |
- <div style="height:150vh;"> |
- There should be a vertical scrollbar on this page. |
- </div> |
- </body> |
-</html> |