| Index: third_party/WebKit/LayoutTests/fast/multicol/cell-shrinkback.html
|
| diff --git a/third_party/WebKit/LayoutTests/fast/multicol/cell-shrinkback.html b/third_party/WebKit/LayoutTests/fast/multicol/cell-shrinkback.html
|
| index 1df68b68fd72b869fdaeab323b99917bddc9d3f7..e969362671efec9b2f8406928e951087b72b54b9 100644
|
| --- a/third_party/WebKit/LayoutTests/fast/multicol/cell-shrinkback.html
|
| +++ b/third_party/WebKit/LayoutTests/fast/multicol/cell-shrinkback.html
|
| @@ -1,6 +1,6 @@
|
| <!DOCTYPE html>
|
| <style>
|
| - body { overflow: hidden; } /* Disable auto-scrollbars, to hide crbug.com/534751 */
|
| + body { overflow: hidden; font: 16px Ahem;} /* Disable auto-scrollbars, to hide crbug.com/534751 */
|
| </style>
|
| <div style="height: 100px; width: 200px; border: solid; -webkit-columns:2; -webkit-column-gap:0; columns:2; column-gap:0; column-fill:auto;">
|
| <div style="height: 55px;"></div>
|
|
|