Chromium Code Reviews| OLD | NEW |
|---|---|
| (Empty) | |
| 1 <script src="../../resources/js-test.js"></script> | |
| 2 foo | |
| 3 <script> | |
| 4 function handler() { | |
| 5 shouldBeUndefined(window.open("foo", "bar")); | |
| 6 } | |
| 7 </script> | |
| 8 <template></template> | |
| 9 <iframe onload="handler()"></iframe> | |
| 10 <template> | |
| 11 <marquee> | |
| OLD | NEW |