Chromium Code Reviews| OLD | NEW |
|---|---|
| (Empty) | |
| 1 <script src='../../resources/js-test.js'></script> | |
| 2 <body> | |
| 3 <b><p> | |
| 4 <iframe></iframe> | |
| 5 <script>document.body.offsetTop; /* force iframe to attach synchronously */</scr ipt> | |
| 6 <!-- | |
| 7 Force reparenting by closing <b> first. This makes the following tree: | |
| 8 +b | |
| 9 +p | |
| 10 +b | |
| 11 +iframe | |
| 12 +script | |
| 13 --> | |
| 14 </b></p> | |
| 15 <script> | |
| 16 debug('PASS if test does not crash in DEBUG builds.'); | |
| 17 </script> | |
| OLD | NEW |