| Index: LayoutTests/fast/text-autosizing/constrained-height-body.html
|
| ===================================================================
|
| --- LayoutTests/fast/text-autosizing/constrained-height-body.html (revision 143933)
|
| +++ LayoutTests/fast/text-autosizing/constrained-height-body.html (working copy)
|
| @@ -5,7 +5,7 @@
|
| <meta name="viewport" content="width=800">
|
| <style>
|
| html { font-size: 16px; }
|
| -body { width: 800px; margin: 0; }
|
| +body { width: 800px; margin: 0; overflow-y: hidden; }
|
| </style>
|
|
|
| <script>
|
|
|