Chromium Code Reviews| OLD | NEW |
|---|---|
| (Empty) | |
| 1 <!DOCTYPE html> | |
| 2 <html> | |
| 3 <head> | |
| 4 </head> | |
| 5 <body> | |
| 6 This page has a cross-site iframe with a load event. | |
| 7 <iframe id='test' onload="document.title += 'LOADED';" src="/cross-site/baz.co m/title1.html"></iframe> | |
| 8 </body> | |
| 9 </html> | |
| 10 | |
| OLD | NEW |