| Index: third_party/WebKit/LayoutTests/fast/multicol/newmulticol/fixed-height-fill-balance-2.html
|
| diff --git a/third_party/WebKit/LayoutTests/fast/multicol/newmulticol/fixed-height-fill-balance-2.html b/third_party/WebKit/LayoutTests/fast/multicol/newmulticol/fixed-height-fill-balance-2.html
|
| index 64fca4872eb1f661a662ae879f52a0710b775702..6ee079c688eb72c252f6efb7a1c6fe442335641a 100644
|
| --- a/third_party/WebKit/LayoutTests/fast/multicol/newmulticol/fixed-height-fill-balance-2.html
|
| +++ b/third_party/WebKit/LayoutTests/fast/multicol/newmulticol/fixed-height-fill-balance-2.html
|
| @@ -5,7 +5,7 @@
|
| </head>
|
| <body style="overflow:hidden;">
|
| <p>There should be three identical blue rectangles below.</p>
|
| - <div style="-webkit-columns:3; -webkit-column-gap:1em; columns:3; column-gap:1em; line-height:2em; height:3.9em; width:20em;">
|
| + <div style="-webkit-columns:3; -webkit-column-gap:1em; columns:3; column-gap:1em; line-height:2em; height:3.9em; width:20em; orphans:1; widows:1;">
|
| <div style="background:blue;"><br><br><br></div>
|
| </div>
|
| </body>
|
|
|