blob: 22cd085856f5e1d43f14ba0c8d86dcf3d8082e17 [file] [log] [blame]
<!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>