Index: LayoutTests/compositing/gestures/gesture-tapHighlight-img-and-text.html |
diff --git a/LayoutTests/compositing/gestures/gesture-tapHighlight-img-and-text.html b/LayoutTests/compositing/gestures/gesture-tapHighlight-img-and-text.html |
index 1b2f31ce7766269739a3f4f4ab205ab1e1aac712..a47abc32f0ee99ff0224a0c4c631f4e8336d4165 100644 |
--- a/LayoutTests/compositing/gestures/gesture-tapHighlight-img-and-text.html |
+++ b/LayoutTests/compositing/gestures/gesture-tapHighlight-img-and-text.html |
@@ -7,7 +7,7 @@ |
</style> |
</head> |
<body onload="runTest();"> |
-<div style="-webkit-transform: translateZ(0); padding: 20px;"> |
+<div style="transform: translateZ(0); padding: 20px;"> |
<a href="" id="targetLink" style="-webkit-tap-highlight-color: rgb(0, 255, 0)"> |
<font id="beforeTarget">Before Text</font><img id="imgTarget" width="320" height="240" src="resources/dice.png"><font id="afterTarget">After Text</font> |
</a> |