OLD | NEW |
1 <html> | 1 <html> |
2 <head> | 2 <head> |
3 <script src="../../http/tests/inspector/inspector-test.js"></script> | 3 <script src="../../http/tests/inspector/inspector-test.js"></script> |
4 <script src="../../http/tests/inspector/elements-test.js"></script> | 4 <script src="../../http/tests/inspector/elements-test.js"></script> |
5 <script src="resources/iframe-load-event-iframe.js"></script> | 5 <script src="resources/iframe-load-event-iframe.js"></script> |
6 </head> | 6 </head> |
7 <body> | 7 <body> |
8 <p> | 8 <p> |
9 Tests that iframe content is available after iframe's load event fired. See <a h
ref="http://webkit.org/b/76552">bug 76552</a>. | 9 Tests that iframe content is available after iframe's load event fired. See <a h
ref="http://webkit.org/b/76552">bug 76552</a>. |
10 </p> | 10 </p> |
11 <iframe id="myframe" src="resources/iframe-load-event-iframe-1.html" onload="run
Test()"></iframe> | 11 <iframe id="myframe" src="resources/iframe-load-event-iframe-1.html" onload="run
Test()"></iframe> |
12 </body> | 12 </body> |
13 </html> | 13 </html> |
OLD | NEW |