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

Unified Diff: LayoutTests/fast/forms/file/file-appearance-transform-no-effects.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/file/file-appearance-transform-no-effects.html
diff --git a/LayoutTests/fast/forms/file/file-appearance-transform-no-effects.html b/LayoutTests/fast/forms/file/file-appearance-transform-no-effects.html
index 84231da5620b794bf6bc17c04143ff0177cc1f2e..90e2c65e361ed6993baa1b80b4fe8251ab474c73 100644
--- a/LayoutTests/fast/forms/file/file-appearance-transform-no-effects.html
+++ b/LayoutTests/fast/forms/file/file-appearance-transform-no-effects.html
@@ -1,6 +1,6 @@
<!DOCTYPE html>
<html>
<body>
-<input type="file" style="-webkit-transform: translate(0)">
+<input type="file" style="transform: translate(0)">
</body>
</html>

Powered by Google App Engine
This is Rietveld 408576698