Upstream version 5.34.104.0
[platform/framework/web/crosswalk.git] / src / third_party / WebKit / LayoutTests / fast / text-autosizing / textarea-fontsize-change.html
index dea83f4..5e919a0 100644 (file)
@@ -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>