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

Unified Diff: LayoutTests/fast/forms/range/input-appearance-range.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/range/input-appearance-range.html
diff --git a/LayoutTests/fast/forms/range/input-appearance-range.html b/LayoutTests/fast/forms/range/input-appearance-range.html
index f9efbdf7a1cd683d32f6ed775b3637df9143ea83..ef774e2f769d2df368d03a2547153a625e43fb4e 100644
--- a/LayoutTests/fast/forms/range/input-appearance-range.html
+++ b/LayoutTests/fast/forms/range/input-appearance-range.html
@@ -14,7 +14,7 @@
<div><input type=range style="-webkit-appearance:slider-vertical; height:140px; margin-left:64px"></div>
-<div><input type=range value=75 style="-webkit-transform: rotate(30deg)"></div>
+<div><input type=range value=75 style="transform: rotate(30deg)"></div>
<script>
document.getElementsByTagName('input')[1].focus();
« no previous file with comments | « LayoutTests/fast/forms/placeholder-position.html ('k') | LayoutTests/fast/forms/range/slider-transformed.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698