Merge Chromium + Blink git repositories
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / compositing / gestures / gesture-tapHighlight-1-iframe-composited-expected.html
blobe17ff10d84269dfeef27028d653105f393fd6c01
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();
16 </script>
17 </body>
18 </html>