Chromium Code Reviews| OLD | NEW |
|---|---|
| (Empty) | |
| 1 <b><p> | |
| 2 <script> | |
| 3 var body = document.body; | |
| 4 body.remove(); | |
| 5 top.reparentedIframe = body.firstChild.firstChild.appendChild(document.createEle ment("iframe")); | |
| 6 document.documentElement.appendChild(body.firstChild); | |
| 7 body = null; | |
|
Yuta Kitamura
2015/02/23 07:54:41
Took some time for me to understand this part; let
| |
| 8 </script> | |
| 9 <!-- Force reparenting! --> | |
|
Yuta Kitamura
2015/02/23 07:54:41
This comment seems unhelpful and unnecessary
| |
| 10 </b></p> | |
|
Yuta Kitamura
2015/02/23 07:54:41
Close tag order is wrong
| |
| OLD | NEW |