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

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: Rebaseline. 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..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>
« 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