| Index: LayoutTests/fast/multicol/newmulticol/compare-with-old-impl/paged-x-to-paged-y-expected.html
|
| diff --git a/LayoutTests/fast/multicol/newmulticol/compare-with-old-impl/paged-x-to-paged-y-expected.html b/LayoutTests/fast/multicol/newmulticol/compare-with-old-impl/paged-x-to-paged-y-expected.html
|
| deleted file mode 100644
|
| index 27881aba9128c999890ce9a583ab1e2b8b8018e5..0000000000000000000000000000000000000000
|
| --- a/LayoutTests/fast/multicol/newmulticol/compare-with-old-impl/paged-x-to-paged-y-expected.html
|
| +++ /dev/null
|
| @@ -1,18 +0,0 @@
|
| -<!DOCTYPE html>
|
| -<html>
|
| - <head>
|
| - <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>
|
|
|