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

Unified Diff: LayoutTests/editing/input/reveal-caret-of-transformed-input-scrollable-parent.html

Issue 637763002: Unprefix usage of -webkit-transform in tests (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 6 years, 2 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/editing/input/reveal-caret-of-transformed-input-scrollable-parent.html
diff --git a/LayoutTests/editing/input/reveal-caret-of-transformed-input-scrollable-parent.html b/LayoutTests/editing/input/reveal-caret-of-transformed-input-scrollable-parent.html
index ccd6092ab09100999089e78d00db3ac7f7f14b63..c767709662364a3d403cc530e4a7fadc186e31ff 100644
--- a/LayoutTests/editing/input/reveal-caret-of-transformed-input-scrollable-parent.html
+++ b/LayoutTests/editing/input/reveal-caret-of-transformed-input-scrollable-parent.html
@@ -6,7 +6,7 @@
<div>When the caret is scrolled out, on starting typing it must be brought to the center of the control.</div>
<div style="overflow:auto; height:150px; width:300px">
<textarea name="textarea" id="textarea" rows="10" cols="10"
- style="-webkit-transform:translate(110px, 110px) scale(2); height:200px"></textarea>
+ style="transform:translate(110px, 110px) scale(2); height:200px"></textarea>
<div style="height:1000px"></div>
</div>
<script>

Powered by Google App Engine
This is Rietveld 408576698