<!DOCTYPE html> <html> <head> </head> <body> This page has a cross-site iframe with a load event. <iframe id='test' onload="document.title += 'LOADED';" src="/cross-site/baz.com/title1.html"></iframe> </body> </html>