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

Unified Diff: LayoutTests/compositing/gestures/gesture-tapHighlight-pixel-transparent.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/compositing/gestures/gesture-tapHighlight-pixel-transparent.html
diff --git a/LayoutTests/compositing/gestures/gesture-tapHighlight-pixel-transparent.html b/LayoutTests/compositing/gestures/gesture-tapHighlight-pixel-transparent.html
index b0161db7829b41220fbf12f8e12803139bf18c58..9cfe24eae21be2941077e76896e48e7becd47783 100644
--- a/LayoutTests/compositing/gestures/gesture-tapHighlight-pixel-transparent.html
+++ b/LayoutTests/compositing/gestures/gesture-tapHighlight-pixel-transparent.html
@@ -8,7 +8,7 @@
<a href="" id="link1">Link 1</a><br>
<a href="" id="targetLink" class="transparentHighlight">Target Link.</a><br>
<a href="" id="link2">Link 2</a>
-<div style="position: relative; left: 0px; top: 200px; -webkit-transform: translateZ(0);">
+<div style="position: relative; left: 0px; top: 200px; transform: translateZ(0);">
This test is successful if "Target Link" above is covered in a transparent green rectangle with rounded corners.
</div>
<script>

Powered by Google App Engine
This is Rietveld 408576698