| Index: LayoutTests/fast/multicol/newmulticol/compare-with-old-impl/overflow-content.html
|
| diff --git a/LayoutTests/fast/multicol/newmulticol/compare-with-old-impl/overflow-content.html b/LayoutTests/fast/multicol/newmulticol/compare-with-old-impl/overflow-content.html
|
| deleted file mode 100644
|
| index 7795e969dfa9b6fa49a30392a54d825a562a8436..0000000000000000000000000000000000000000
|
| --- a/LayoutTests/fast/multicol/newmulticol/compare-with-old-impl/overflow-content.html
|
| +++ /dev/null
|
| @@ -1,77 +0,0 @@
|
| -<script>
|
| - if (window.internals)
|
| - internals.settings.setRegionBasedColumnsEnabled(true);
|
| -</script>
|
| -<style>
|
| - div.test {
|
| - -webkit-logical-width: 100px;
|
| - -webkit-border-before: 5px solid;
|
| - -webkit-border-after: 15px solid;
|
| - -webkit-column-count: 2;
|
| - -webkit-column-gap: 0;
|
| - column-count: 2;
|
| - column-gap: 0;
|
| - column-fill: auto;
|
| - background-color: lightblue;
|
| - }
|
| - div.container {
|
| - -webkit-logical-height: 120px;
|
| - background-color: red;
|
| - -webkit-logical-width: 100px;
|
| - -webkit-margin-after: 8px;
|
| - }
|
| -</style>
|
| -<div>
|
| - <div class="container">
|
| - <div class="test" style="-webkit-logical-height: 100px;">
|
| - <div style="-webkit-logical-height: 20px;">
|
| - <div style="-webkit-logical-height: 300px; background-color: yellow;"></div>
|
| - </div>
|
| - </div>
|
| - </div>
|
| -
|
| - <div class="container">
|
| - <div class="test">
|
| - <div style="-webkit-logical-height: 20px;">
|
| - <div style="-webkit-logical-height: 200px; background-color: yellow;"></div>
|
| - </div>
|
| - </div>
|
| - </div>
|
| -
|
| - <div class="container">
|
| - <div class="test">
|
| - <div style="-webkit-logical-height: 10px;"></div>
|
| - <div style="-webkit-column-break-before: always; -webkit-logical-height: 10px;">
|
| - <div style="-webkit-logical-height: 100px; background-color: yellow;"></div>
|
| - </div>
|
| - <div style="-webkit-logical-height: 20px;"></div>
|
| - </div>
|
| - </div>
|
| -</div>
|
| -<div style="-webkit-writing-mode: vertical-rl;">
|
| - <div class="container">
|
| - <div class="test" style="-webkit-logical-height: 100px;">
|
| - <div style="-webkit-logical-height: 20px;">
|
| - <div style="-webkit-logical-height: 300px; background-color: yellow;"></div>
|
| - </div>
|
| - </div>
|
| - </div>
|
| -
|
| - <div class="container">
|
| - <div class="test">
|
| - <div style="-webkit-logical-height: 20px;">
|
| - <div style="-webkit-logical-height: 200px; background-color: yellow;"></div>
|
| - </div>
|
| - </div>
|
| - </div>
|
| -
|
| - <div class="container">
|
| - <div class="test">
|
| - <div style="-webkit-logical-height: 10px;"></div>
|
| - <div style="-webkit-column-break-before: always; -webkit-logical-height: 10px;">
|
| - <div style="-webkit-logical-height: 100px; background-color: yellow;"></div>
|
| - </div>
|
| - <div style="-webkit-logical-height: 20px;"></div>
|
| - </div>
|
| - </div>
|
| -</div>
|
|
|