Index: LayoutTests/compositing/gestures/gesture-tapHighlight-1-overflow-div-layout-change-expected.html |
diff --git a/LayoutTests/compositing/gestures/gesture-tapHighlight-1-overflow-div-layout-change-expected.html b/LayoutTests/compositing/gestures/gesture-tapHighlight-1-overflow-div-layout-change-expected.html |
index ee09a3136466db5c63af54178405715d009ba485..6f7d5ce93e7d7bfee8b00657cc72ddc3c70064a1 100644 |
--- a/LayoutTests/compositing/gestures/gesture-tapHighlight-1-overflow-div-layout-change-expected.html |
+++ b/LayoutTests/compositing/gestures/gesture-tapHighlight-1-overflow-div-layout-change-expected.html |
@@ -5,7 +5,7 @@ |
<script src="resources/link-highlight-helper.js"></script> |
</head> |
<body onload="runTest();"> |
-<div id="targetDiv" style="-webkit-transform: translateZ(0); position: relative; left: 10px; top: 10px"></div> |
+<div id="targetDiv" style="transform: translateZ(0); position: relative; left: 10px; top: 10px"></div> |
<div style="position: relative; left: 10px; top: 40px; width: 200px; height: 100px; overflow-y: scroll; overflow-x: scroll;"> |
<a href="">Link 1</a><br> |
<a href="">Link 2</a><br> |