Update To 11.40.268.0
[platform/framework/web/crosswalk.git] / src / third_party / WebKit / LayoutTests / compositing / gestures / gesture-tapHighlight-1-iframe-scrolled.html
index 249c4bb..c0af4c7 100644 (file)
@@ -2,15 +2,17 @@
 <html>
 <head>
 <script src="../../resources/js-test.js"></script>
+<script src="resources/link-highlight-helper.js"></script>
 </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);">
-This test is successful if "Target Link" is covered by a green box with rounded rectangles,
+<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>
 <script>
 function runTest() {
+    useMockHighlight();
     var targetFrame = document.getElementById("targetFrame");
     var clientRect = targetFrame.contentDocument.getElementById('targetLink').getBoundingClientRect();
     x = (clientRect.left + clientRect.right) / 2;