Chromium Code Reviews| Index: LayoutTests/fast/text-autosizing/textarea-fontsize-change.html |
| diff --git a/LayoutTests/fast/text-autosizing/textarea-fontsize-change.html b/LayoutTests/fast/text-autosizing/textarea-fontsize-change.html |
| index dea83f402b3ad942b5139458205715672217a4f9..5e919a0551f25dee3fd528b452734ef00cd16bdd 100644 |
| --- a/LayoutTests/fast/text-autosizing/textarea-fontsize-change.html |
| +++ b/LayoutTests/fast/text-autosizing/textarea-fontsize-change.html |
| @@ -9,6 +9,12 @@ |
| margin: 0; |
| overflow-y: hidden; |
| } |
| + /* Avoid complications from scrollbar changing the width which changes the |
| + * text autosizing multiplier. Mobile uses overlay scrollbars anyway. |
| + */ |
| + textarea::-webkit-scrollbar { |
| + display: none; |
| + } |
| </style> |
| <script> |