Update To 11.40.268.0
[platform/framework/web/crosswalk.git] / src / third_party / WebKit / LayoutTests / compositing / gestures / gesture-tapHighlight-simple-multi-line-expected.html
1 <!DOCTYPE html>
2 <html>
3 <head>
4 <script src="../../resources/js-test.js"></script>
5 <link rel="stylesheet" type="text/css" href="resources/link-highlight-style.css">
6 </head>
7 <body>
8 <div style="transform: translateZ(0); position: relative; left: 10; top: 40">
9 <span class="fauxHighlightSquare" href="" id="targetLink">Long Target<br>Link.</a>
10 </div>
11 <div style="position: relative; left: 10; top: 70">
12 This test is successful if "Long Target Link" above is covered in two green rectangles with square corners.
13 </div>
14 <script>
15     if (window.testRunner)
16         testRunner.dumpAsTextWithPixelResults();
17 </script>
18 </body>
19 </html>