1
    2
    3
    4
    5
    6
    7
    8
    9
   10

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

<html>
<head></head>
<body>
  <p>This page has a sandboxed srcdoc iframe. Yay for sandboxed srcdoc iframes!
  <p><iframe id="test_iframe"
             name="test_iframe"
             sandbox="allow-scripts"
             srcdoc="foo"></iframe>
</body>
</html>