| Index: third_party/WebKit/LayoutTests/fast/multicol/nested-balancing-with-line-at-exact-top.html
|
| diff --git a/third_party/WebKit/LayoutTests/fast/multicol/nested-balancing-with-line-at-exact-top.html b/third_party/WebKit/LayoutTests/fast/multicol/nested-balancing-with-line-at-exact-top.html
|
| index efd2812531e5199c1da49e1ea8867c5cd8c82a63..0d6f3ba621a9d3e21dc7c13fe34a641ab7941dae 100644
|
| --- a/third_party/WebKit/LayoutTests/fast/multicol/nested-balancing-with-line-at-exact-top.html
|
| +++ b/third_party/WebKit/LayoutTests/fast/multicol/nested-balancing-with-line-at-exact-top.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:120px;"></div>
|
| <br> <!-- last line in second column in first row. Exactly no space left after this. -->
|
|
|