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-imagemap.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-imagemap.html
diff --git a/LayoutTests/compositing/gestures/gesture-tapHighlight-imagemap.html b/LayoutTests/compositing/gestures/gesture-tapHighlight-imagemap.html
index 4431b3f551aef93fcaef8ba7419ef3546fe35b7a..c64b9d09dc2a9f68e795bae7ad58fbdd18dfa420 100644
--- a/LayoutTests/compositing/gestures/gesture-tapHighlight-imagemap.html
+++ b/LayoutTests/compositing/gestures/gesture-tapHighlight-imagemap.html
@@ -4,7 +4,7 @@
<script src="../../resources/js-test.js"></script>
</head>
<body onload="runTest();">
-<div style="-webkit-transform: translateZ(0);">
+<div style="transform: translateZ(0);">
<div id="target" style="width: 320px; height: 240px; cursor: pointer; -webkit-tap-highlight-color: rgb(0, 255, 0)">
<map name="map">
<area shape="rect" coords="10,10,200,200" alt="Test" href="#">

Powered by Google App Engine
This is Rietveld 408576698