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

Unified Diff: LayoutTests/compositing/gestures/gesture-tapHighlight-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-img.html
diff --git a/LayoutTests/compositing/gestures/gesture-tapHighlight-img.html b/LayoutTests/compositing/gestures/gesture-tapHighlight-img.html
index 04fa3dd42678d9ec327b274d6b5b02c761243eb7..c15e0c1a1487c046e3c9003618e70f38d316d069 100644
--- a/LayoutTests/compositing/gestures/gesture-tapHighlight-img.html
+++ b/LayoutTests/compositing/gestures/gesture-tapHighlight-img.html
@@ -5,7 +5,7 @@
<link rel="stylesheet" type="text/css" href="resources/link-highlight-style.css">
</head>
<body onload="runTest();">
-<div style="-webkit-transform: translateZ(0); padding: 20px;">
+<div style="transform: translateZ(0); padding: 20px;">
<a href="" id="targetLink" class="opaqueHighlight"><img width="320" height="240" src="resources/dice.png"></a>
</div>
<script>

Powered by Google App Engine
This is Rietveld 408576698