Update To 11.40.268.0
[platform/framework/web/crosswalk.git] / src / third_party / WebKit / LayoutTests / compositing / gestures / gesture-tapHighlight-on-promoted-overflow-div-scrolled-expected.html
index a4da84d..c4f0f33 100644 (file)
@@ -18,7 +18,7 @@
     <script src="resources/link-highlight-helper.js"></script>
   </head>
   <body onload="runTest();">
-    <div style="-webkit-transform: translateZ(0); position: relative; left: 10px; top: 10px"></div>
+    <div style="transform: translateZ(0); position: relative; left: 10px; top: 10px"></div>
     <div id="targetDiv" 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>
@@ -29,7 +29,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>