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

Unified Diff: LayoutTests/fast/text-autosizing/textarea-fontsize-change-expected.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-expected.html
diff --git a/LayoutTests/fast/text-autosizing/textarea-fontsize-change-expected.html b/LayoutTests/fast/text-autosizing/textarea-fontsize-change-expected.html
index f0f664682c7f8b108761766a370cddfb976f02ec..19eedc1cc873f0ebac1ecb48738fa518d6e3763b 100644
--- a/LayoutTests/fast/text-autosizing/textarea-fontsize-change-expected.html
+++ b/LayoutTests/fast/text-autosizing/textarea-fontsize-change-expected.html
@@ -9,6 +9,9 @@
margin: 0;
overflow-y: hidden;
}
+ textarea::-webkit-scrollbar {
+ display: none;
+ }
</style>
</head>
« no previous file with comments | « LayoutTests/fast/text-autosizing/textarea-fontsize-change.html ('k') | Source/core/rendering/FastTextAutosizer.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698