1
    2
    3
    4
    5
    6
    7

content / test / data / page_with_allowfullscreen_frame.html [blame]

<!DOCTYPE html>
<html>
<body>
  This page has one cross-site iframe with permission to enter fullscreen.
  <iframe id="child-0" src="/cross-site/b.com/title1.html" allowFullscreen></iframe>
</body>
</html>