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

Unified Diff: LayoutTests/transforms/transform-focus-ring.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: LayoutTests/transforms/transform-focus-ring.html
diff --git a/LayoutTests/transforms/transform-focus-ring.html b/LayoutTests/transforms/transform-focus-ring.html
index f921089c6fe118a9f53f2dcd8ad3b9dc1cdeb948..7198c2168d2c99a845801183520bb66d261b54bd 100644
--- a/LayoutTests/transforms/transform-focus-ring.html
+++ b/LayoutTests/transforms/transform-focus-ring.html
@@ -1,6 +1,6 @@
<!DOCTYPE html>
<div style="width: 100px; height: 100px; outline: red auto thin; background-color: yellow">
- <div style="-webkit-transform: rotate(90deg); position: absolute; top: 50px; left: 50px; background-color: blue; width: 150px; height: 150px">
+ <div style="transform: rotate(90deg); position: absolute; top: 50px; left: 50px; background-color: blue; width: 150px; height: 150px">
<div style="position: absolute; top: 50px; left: 20px; background-color: green; width: 200px; height: 50px"></div>
</div>
</div>

Powered by Google App Engine
This is Rietveld 408576698