Index: LayoutTests/compositing/gestures/gesture-tapHighlight-1-iframe-composited-scrolled-late-composite.html |
diff --git a/LayoutTests/compositing/gestures/gesture-tapHighlight-1-iframe-composited-scrolled-late-composite.html b/LayoutTests/compositing/gestures/gesture-tapHighlight-1-iframe-composited-scrolled-late-composite.html |
index aa9934619007bee4e7e6f81949bb535dc2f54d5c..03445df32fc5afdfd4c22f9adbdf2c1ea852ab62 100644 |
--- a/LayoutTests/compositing/gestures/gesture-tapHighlight-1-iframe-composited-scrolled-late-composite.html |
+++ b/LayoutTests/compositing/gestures/gesture-tapHighlight-1-iframe-composited-scrolled-late-composite.html |
@@ -7,7 +7,7 @@ |
</head> |
<body onLoad="runTest();"> |
<iframe id="targetFrame" src="resources/1-frame-noncomposited.html" style="position: relative; left: 10px; top: 10px; width: 400px; height: 150px;"></iframe> |
-<div style="position: relative; left: 10px; top: 20px; -webkit-transform: translateZ(0);"> |
+<div style="position: relative; left: 10px; top: 20px; transform: translateZ(0);"> |
This test is successful if "Target Link" is covered by a green box with square corners, |
and the frame is partially scrolled. |
</div> |