Index: LayoutTests/fast/multicol/newmulticol/compare-with-old-impl/body-make-paginated-expected.html |
diff --git a/LayoutTests/fast/multicol/newmulticol/compare-with-old-impl/body-make-paginated-expected.html b/LayoutTests/fast/multicol/newmulticol/compare-with-old-impl/body-make-paginated-expected.html |
deleted file mode 100644 |
index 86fa70ed0d3c1662a069bc73ee11c3d371c9953b..0000000000000000000000000000000000000000 |
--- a/LayoutTests/fast/multicol/newmulticol/compare-with-old-impl/body-make-paginated-expected.html |
+++ /dev/null |
@@ -1,19 +0,0 @@ |
-<!DOCTYPE html> |
-<html> |
- <head> |
- <title>Dynamically set paged overflow on the body element</title> |
- <script> |
- function test() { |
- document.body.offsetTop; // trigger layout |
- document.body.style.overflow = '-webkit-paged-x'; |
- document.body.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> |