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..f9533bb922303983fa04ec62b184420c09ed0651 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; |
| } |
| + textarea { |
| + /* Avoid complications from scrollbar changing the width which changes the |
| + * text autosizing multiplier. Mobile uses overlay scrollbars anyway. |
| + */ |
| + overflow-y: hidden; |
|
pdr.
2014/02/13 20:56:37
Could we use the following instead?
textarea::-web
skobes
2014/02/13 22:34:12
Done.
|
| + } |
| </style> |
| <script> |