| OLD | NEW |
| 1 <!DOCTYPE html> | 1 <!DOCTYPE html> |
| 2 <html> | 2 <html> |
| 3 <head> | 3 <head> |
| 4 <script src="../../js/resources/js-test-pre.js"></script> | 4 <script src="../../js/resources/js-test-pre.js"></script> |
| 5 <script src="resources/polyfill.js"></script> | |
| 6 </head> | 5 </head> |
| 7 <body> | 6 <body> |
| 8 <pre id="console"></pre> | 7 <pre id="console"></pre> |
| 9 <iframe name="i0"></iframe> | 8 <iframe name="i0"></iframe> |
| 10 <iframe name="i1"></iframe> | 9 <iframe name="i1"></iframe> |
| 11 <iframe name="i1"></iframe> | 10 <iframe name="i1"></iframe> |
| 12 <iframe name="i2"></iframe> | 11 <iframe name="i2"></iframe> |
| 13 | 12 |
| 14 <div id="host"></div> | 13 <div id="host"></div> |
| 15 | 14 |
| (...skipping 47 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 63 | 62 |
| 64 document.body.appendChild(i3InShadow); | 63 document.body.appendChild(i3InShadow); |
| 65 shouldBe("window.length", "4"); | 64 shouldBe("window.length", "4"); |
| 66 shouldBe("document['i3']", "i3InShadow.contentWindow"); | 65 shouldBe("document['i3']", "i3InShadow.contentWindow"); |
| 67 | 66 |
| 68 </script> | 67 </script> |
| 69 | 68 |
| 70 <script src="../../js/resources/js-test-post.js"></script> | 69 <script src="../../js/resources/js-test-post.js"></script> |
| 71 </body> | 70 </body> |
| 72 </html> | 71 </html> |
| OLD | NEW |