Chromium Code Reviews| OLD | NEW |
|---|---|
| (Empty) | |
| 1 <!DOCTYPE html> | |
| 2 <html> | |
| 3 <head> | |
| 4 <title>iframe that opens a poup</title> | |
| 5 <script> | |
| 6 function test() { | |
| 7 window.open("about:blank"); | |
| 8 } | |
| 9 </script> | |
| 10 </head> | |
| 11 <body onload="test()"> | |
| 12 </body> | |
| 13 </html> | |
| OLD | NEW |