Chromium Code Reviews| OLD | NEW |
|---|---|
| (Empty) | |
| 1 <body> | |
| 2 <script src=no-nothing.html></script> | |
|
esprehn
2014/04/28 18:18:45
do-nothing.js? You have that file, but it seems yo
Hajime Morrita
2014/04/28 18:52:53
Oops :-( Done.
| |
| 3 <script> | |
| 4 window.top.done(document); | |
| 5 </script> | |
| 6 </body> | |
| 7 </html> | |
|
esprehn
2014/04/28 18:18:45
Remove </html> unless you need it.
Hajime Morrita
2014/04/28 18:52:53
Done.
| |
| OLD | NEW |