Upstream version 9.38.198.0
[platform/framework/web/crosswalk.git] / src / third_party / WebKit / LayoutTests / compositing / gestures / gesture-tapHighlight-on-promoted-overflow-div-scrolled.html
index 4892c13..4c96629 100644 (file)
@@ -2,7 +2,9 @@
 <html>
   <head>
     <link rel="stylesheet" type="text/css" href="resources/link-highlight-style.css">
+    <script src="resources/link-highlight-helper.js"></script>
     <script>
+      useMockHighlight();
       if (window.internals)
         window.internals.settings.setAcceleratedCompositingForOverflowScrollEnabled(true);
 
@@ -43,7 +45,7 @@
     </div>
     <div style="position: relative; left: 10px; top: 80px">
       This test is successful if "Target Link" above is covered in a green
-      rectangle with rounded corners and the list is partially scrolled.
+      rectangle with square corners and the list is partially scrolled.
     </div>
     <div id="result"></div>
   </body>