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

Unified Diff: LayoutTests/transforms/transform-focus-ring-repaint.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-repaint.html
diff --git a/LayoutTests/transforms/transform-focus-ring-repaint.html b/LayoutTests/transforms/transform-focus-ring-repaint.html
index 867a9992ec7d3e7434b0538c870e14e89a3bb9cf..7f73c100d6d1dc1801279e490f106c4f91476b2f 100644
--- a/LayoutTests/transforms/transform-focus-ring-repaint.html
+++ b/LayoutTests/transforms/transform-focus-ring-repaint.html
@@ -10,7 +10,7 @@ onload = runRepaintTest;
Result repaint rects should cover the whole focus ring.
</div>
<div id="target" style="backface-visibility: hidden; width: 200px; height: 200px; background-color: yellow">
- <div style="-webkit-transform: rotate(90deg); position: absolute; top: 100px; left: 100px; background-color: blue; width: 300px; height: 300px">
+ <div style="transform: rotate(90deg); position: absolute; top: 100px; left: 100px; background-color: blue; width: 300px; height: 300px">
<div style="position: absolute; top: 100px; left: 40px; background-color: green; width: 400px; height: 100px"></div>
</div>
</div>

Powered by Google App Engine
This is Rietveld 408576698