Index: LayoutTests/compositing/gestures/gesture-tapHighlight-simple-navigate.html |
diff --git a/LayoutTests/compositing/gestures/gesture-tapHighlight-simple-navigate.html b/LayoutTests/compositing/gestures/gesture-tapHighlight-simple-navigate.html |
index 4bb12eb3c3bb18bed1548916f77d6916ab134f51..10036f0b3621038f2d6c8fe760acd8743383e17e 100644 |
--- a/LayoutTests/compositing/gestures/gesture-tapHighlight-simple-navigate.html |
+++ b/LayoutTests/compositing/gestures/gesture-tapHighlight-simple-navigate.html |
@@ -7,7 +7,7 @@ |
<!-- For this test to work, must put the translateZ(0) on a div other than the one containing the |
highlighted link. This will force the highlight into the non-composited content host, which |
may survive the navigation. --> |
-<div style="position: relative; left: 10px; top: 70px; -webkit-transform: translateZ(0);"> |
+<div style="position: relative; left: 10px; top: 70px; transform: translateZ(0);"> |
This test is not successful if this message appears. |
</div> |
<script src="../../resources/run-after-display.js"></script> |