Upstream version 9.38.198.0
[platform/framework/web/crosswalk.git] / src / third_party / WebKit / LayoutTests / compositing / gestures / gesture-tapHighlight-1-iframe-composited-expected.html
1 <!DOCTYPE html>
2 <html>
3 <head>
4 <script src="../../resources/js-test.js"></script>
5 </head>
6 <body onLoad="runTest();">
7 <iframe id="targetFrame" src="resources/1-frame-composited-expected.html" style="position: relative; left: 10px; top: 10px; width: 400px; height: 150px;"></iframe>
8 <div style="position: relative; left: 10px; top: 20px;">
9 This test is successful if "Target Link" is covered by a green box with square corners.
10 </div>
11 <script>
12 function runTest() {
13     if (window.testRunner)
14         testRunner.dumpAsTextWithPixelResults();
15 }
16 </script>
17 </body>
18 </html>