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

Unified Diff: ManualTests/autocorrection/autocorrection-in-iframe.html

Issue 637763002: Unprefix usage of -webkit-transform in tests (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Remove duplicate transform 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: ManualTests/autocorrection/autocorrection-in-iframe.html
diff --git a/ManualTests/autocorrection/autocorrection-in-iframe.html b/ManualTests/autocorrection/autocorrection-in-iframe.html
index c4ebbcf2762ae2bb6964e0d636b1f41bb8998453..7e5de239d9db68b25c7ae6681d21570dbaa0c594 100644
--- a/ManualTests/autocorrection/autocorrection-in-iframe.html
+++ b/ManualTests/autocorrection/autocorrection-in-iframe.html
@@ -9,7 +9,7 @@
<br>
<br>
<br>
-<div style="-webkit-transform: translate(100px, 100px) rotate(20deg)">
+<div style="transform: translate(100px, 100px) rotate(20deg)">
<iframe src="document-for-iframe-test.html"></iframe>
</div>
</body>

Powered by Google App Engine
This is Rietveld 408576698