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

Unified Diff: LayoutTests/compositing/gestures/gesture-tapHighlight-composited-img.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-composited-img.html
diff --git a/LayoutTests/compositing/gestures/gesture-tapHighlight-composited-img.html b/LayoutTests/compositing/gestures/gesture-tapHighlight-composited-img.html
index 796b56bc54241234b94650f8090ddf5df440664b..82baf52a8451e9610578a2c4225e9d4d25809ba4 100644
--- a/LayoutTests/compositing/gestures/gesture-tapHighlight-composited-img.html
+++ b/LayoutTests/compositing/gestures/gesture-tapHighlight-composited-img.html
@@ -6,7 +6,7 @@
<link rel="stylesheet" type="text/css" href="resources/link-highlight-style.css">
</head>
<body onload="runTest();" style="overflow: hidden">
- <img class="opaqueHighlight" style="cursor: pointer; -webkit-transform: translateZ(0)" width="320" height="240" id="targetLink" src="resources/dice.png">
+ <img class="opaqueHighlight" style="cursor: pointer; transform: translateZ(0)" width="320" height="240" id="targetLink" src="resources/dice.png">
</div>
<script>
function runTest() {

Powered by Google App Engine
This is Rietveld 408576698