1
    2
    3
    4
    5
    6
    7
    8

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

<html>
<head></head>
<body>
  <p>This page has a srcdoc iframe. Yay for iframes!</p>
  <iframe srcdoc="Hello world" id="srcdoc_iframe" name="srcdoc_iframe">
  </iframe>
</body>
</html>