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

Unified Diff: LayoutTests/fast/forms/datalist/input-appearance-range-with-transform.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/datalist/input-appearance-range-with-transform.html
diff --git a/LayoutTests/fast/forms/datalist/input-appearance-range-with-transform.html b/LayoutTests/fast/forms/datalist/input-appearance-range-with-transform.html
index c23bc59cfdf5c92588b8538a99320916ec73b8ab..7fdbf0feda49c7790b5d68801ecec1f0e30ec4cd 100644
--- a/LayoutTests/fast/forms/datalist/input-appearance-range-with-transform.html
+++ b/LayoutTests/fast/forms/datalist/input-appearance-range-with-transform.html
@@ -2,12 +2,12 @@
<html>
<head></head>
<body>
-<input type=range list=foo style="width: 100px; padding: 0 40px; -webkit-transform: scale(1.5) translate(10px, 100px) rotate(-45deg);" value=20 />
-<div style="display: inline-block; -webkit-transform: scale(1.5) translate(10px, 100px) rotate(-45deg);">
+<input type=range list=foo style="width: 100px; padding: 0 40px; transform: scale(1.5) translate(10px, 100px) rotate(-45deg);" value=20 />
+<div style="display: inline-block; transform: scale(1.5) translate(10px, 100px) rotate(-45deg);">
<input type=range list=foo style="width: 100px; padding: 0 40px;" value=20 />
</div>
-<div style="display: inline-block; -webkit-transform: scale(1.5) translate(10px, 100px) rotate(-45deg);">
- <div style="display: inline-block; -webkit-transform: scale(0.75) translate(10px, 100px) rotate(-45deg);">
+<div style="display: inline-block; transform: scale(1.5) translate(10px, 100px) rotate(-45deg);">
+ <div style="display: inline-block; transform: scale(0.75) translate(10px, 100px) rotate(-45deg);">
<input type=range list=foo style="width: 100px; padding: 0 40px;" value=20 />
</div>
</div>

Powered by Google App Engine
This is Rietveld 408576698