| Index: third_party/WebKit/LayoutTests/fast/multicol/nested-balancing-with-lines-and-space-left-in-previous-row.html
|
| diff --git a/third_party/WebKit/LayoutTests/fast/multicol/nested-balancing-with-lines-and-space-left-in-previous-row.html b/third_party/WebKit/LayoutTests/fast/multicol/nested-balancing-with-lines-and-space-left-in-previous-row.html
|
| index 0bd281ce0bfa9c46f1ad3e1c8e6648faadcaf99c..76217d7c4b69f3dadb267dd6a278075495a1ce69 100644
|
| --- a/third_party/WebKit/LayoutTests/fast/multicol/nested-balancing-with-lines-and-space-left-in-previous-row.html
|
| +++ b/third_party/WebKit/LayoutTests/fast/multicol/nested-balancing-with-lines-and-space-left-in-previous-row.html
|
| @@ -1,7 +1,7 @@
|
| <!DOCTYPE html>
|
| <script src="../../resources/check-layout.js"></script>
|
| <p>The word BOMBINATE should be seen below.</p>
|
| -<div id="outer" style="position:relative; overflow:hidden; -webkit-column-count:2; -webkit-column-gap:0; column-fill:auto; width:500px; height:70px; line-height:20px;">
|
| +<div id="outer" style="position:relative; overflow:hidden; -webkit-column-count:2; -webkit-column-gap:0; column-fill:auto; width:500px; height:70px; line-height:20px; orphans:1; widows:1;">
|
| <div data-expected-height="110" style="-webkit-column-count:2; -webkit-column-gap:0;">
|
| <div style="height:115px;"></div>
|
| <br> <!-- last line in second column in first row. 5px of unusable space left after this. -->
|
|
|