1
    2
    3
    4
    5
    6
    7
    8
    9
   10

content / test / data / frame_with_load_event.html [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>