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

Unified Diff: LayoutTests/fast/forms/placeholder-position.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/fast/forms/placeholder-position.html
diff --git a/LayoutTests/fast/forms/placeholder-position.html b/LayoutTests/fast/forms/placeholder-position.html
index a2cbccd79d134fcedae49d74d3a29ec1b7eebc92..f94ca3d94c4a9b26798a2713df63c37bf6877899 100644
--- a/LayoutTests/fast/forms/placeholder-position.html
+++ b/LayoutTests/fast/forms/placeholder-position.html
@@ -20,4 +20,4 @@
<input placeholder="placeholder" style="text-align: center;">
<input placeholder="placeholder" class="center"> <br>
-<input type="text" placeholder="placeholder" style="padding-top: 15px; -webkit-transform: translateY(30px) rotateZ(30deg)"><br>
+<input type="text" placeholder="placeholder" style="padding-top: 15px; transform: translateY(30px) rotateZ(30deg)"><br>

Powered by Google App Engine
This is Rietveld 408576698