Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(162)

Unified Diff: LayoutTests/fast/text-autosizing/textarea-fontsize-change.html

Issue 145123010: Fix supercluster logic. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Address review comment. Created 6 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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>
« no previous file with comments | « LayoutTests/TestExpectations ('k') | LayoutTests/fast/text-autosizing/textarea-fontsize-change-expected.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698