1
    2
    3
    4
    5
    6
    7
    8
    9

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

<!doctype html>
<html>
<head></head>
<body>
  <img src="image.jpg"/>
  <p>This page has an iframe. Yay for iframes!
  <p><iframe srcdoc="Initial page" id="test_iframe"></iframe>
</body>
</html>