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

Unified Diff: LayoutTests/compositing/gestures/gesture-tapHighlight-img-expected.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-img-expected.html
diff --git a/LayoutTests/compositing/gestures/gesture-tapHighlight-img-expected.html b/LayoutTests/compositing/gestures/gesture-tapHighlight-img-expected.html
index a98dd8317ef832f08ce2168cc59ef5a7af09ee5c..d48aa277f13c963d254e17bf11d19a8013c49ad3 100644
--- a/LayoutTests/compositing/gestures/gesture-tapHighlight-img-expected.html
+++ b/LayoutTests/compositing/gestures/gesture-tapHighlight-img-expected.html
@@ -6,7 +6,7 @@
</head>
<body onload="runTest();">
<div style="padding: 20px">
- <div id="targetLink" style="-webkit-transform: translateZ(0); margin:0px; padding: 0px; width: 320px;">
+ <div id="targetLink" style="transform: translateZ(0); margin:0px; padding: 0px; width: 320px;">
<a href="#"><img id="targetImg" width="320" height="240" src="resources/dice.png"></a>
</div>
</div>

Powered by Google App Engine
This is Rietveld 408576698