Chromium Code Reviews| OLD | NEW |
|---|---|
| 1 Tests that iframe content is available after iframe's load event fired. See bug 76552. | 1 Tests that iframe content is available after iframe's load event fired. See bug 76552. |
| 2 | 2 |
| 3 | 3 |
| 4 | 4 |
| 5 | 5 |
| 6 After frame navigate | 6 After frame navigate |
| 7 - <html> | 7 - <html> |
| 8 - <head> | 8 - <head> |
| 9 <script src="../../http/tests/inspector/inspector-test.js"></script> | 9 <script src="../../http/tests/inspector/inspector-test.js"></script> |
| 10 <script src="../../http/tests/inspector/elements-test.js"></script> | 10 <script src="../../http/tests/inspector/elements-test.js"></script> |
| (...skipping 10 matching lines...) Expand all Loading... | |
| 21 - <html> | 21 - <html> |
| 22 <head></head> | 22 <head></head> |
| 23 - <body> | 23 - <body> |
| 24 <div id="iframe-2-element"></div> | 24 <div id="iframe-2-element"></div> |
| 25 </body> | 25 </body> |
| 26 </html> | 26 </html> |
| 27 </iframe> | 27 </iframe> |
| 28 </body> | 28 </body> |
| 29 </html> | 29 </html> |
| 30 | 30 |
| OLD | NEW |