OLD | NEW |
1 <html> | 1 <html> |
2 <head> | 2 <head> |
3 <script type="text/javascript"> | 3 <script type="text/javascript"> |
4 if (window.testRunner && window.internals) { | 4 if (window.testRunner && window.internals) { |
5 testRunner.waitUntilDone(); | 5 testRunner.waitUntilDone(); |
6 testRunner.dumpAsText(); | 6 testRunner.dumpAsText(); |
7 internals.settings.setFrameFlatteningEnabled(true); | 7 internals.settings.setFrameFlatteningEnabled(true); |
8 } | 8 } |
9 </script> | 9 </script> |
10 <style>body { background-color: green; }</style> | 10 <style>body { background-color: green; }</style> |
11 </head> | 11 </head> |
12 <body> | 12 <body> |
13 <div> | 13 <div> |
14 <p>This test verifies that nested iframes do not cause assertion failure
, when 3 level nesting is applied with blocking resource at the bottommost ifram
e. PASS if no assert in debug.</p> | 14 <p>This test verifies that nested iframes do not cause assertion failure
, when 3 level nesting is applied with blocking resource at the bottommost ifram
e. PASS if no assert in debug.</p> |
15 </div> | 15 </div> |
16 <iframe src='./resources/nested-iframe-loading-another-iframe.html'></iframe
> | 16 <iframe src='./resources/nested-iframe-loading-another-iframe.html'></iframe
> |
17 </body> | 17 </body> |
18 </html> | 18 </html> |
OLD | NEW |