| Index: LayoutTests/fast/multicol/pageLogicalOffset-vertical.html
|
| diff --git a/LayoutTests/fast/multicol/pageLogicalOffset-vertical.html b/LayoutTests/fast/multicol/pageLogicalOffset-vertical.html
|
| deleted file mode 100644
|
| index c3fe08bf79b97958fb75a977689837e105752645..0000000000000000000000000000000000000000
|
| --- a/LayoutTests/fast/multicol/pageLogicalOffset-vertical.html
|
| +++ /dev/null
|
| @@ -1,36 +0,0 @@
|
| -<style>
|
| - .container {
|
| - background-color: lightblue;
|
| - height: 200px;
|
| - width: 100px;
|
| - -webkit-columns: 2;
|
| - -webkit-column-gap: 0;
|
| - columns: 2;
|
| - column-gap: 0;
|
| - column-fill: auto;
|
| - margin: 8px;
|
| - }
|
| -
|
| - .margin-before {
|
| - -webkit-margin-before: 30px;
|
| - width: 60px;
|
| - }
|
| -
|
| - .test {
|
| - font: 20px Ahem;
|
| - background-color: yellow;
|
| - }
|
| -</style>
|
| -<div class="container" style="-webkit-writing-mode: vertical-rl;">
|
| - <div>
|
| - <div class="margin-before"></div>
|
| - <div class="test">Test</div>
|
| - </div>
|
| -</div>
|
| -
|
| -<div class="container" style="-webkit-writing-mode: vertical-lr;">
|
| - <div>
|
| - <div class="margin-before"></div>
|
| - <div class="test">Test</div>
|
| - </div>
|
| -</div>
|
|
|