Move parseFontFaceDescriptor to CSSPropertyParser.cpp
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / compositing / gestures / gesture-tapHighlight-2-iframe-composited-inner-expected.html
blob499bda3b2d4650fee6337c4d1f908ddc17f1f1f7
1 <!DOCTYPE html>
2 <html>
3 <head>
4 <script src="../../resources/js-test.js"></script>
5 </head>
6 <body onLoad="runTest();">
7 <iframe id="nestingFrame" src="resources/1-nested-frame-composited-expected.html" style="position: relative; left: 10px; top: 10px; width: 450px; 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>