summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/tests/html/browsers/origin/inheritance/resources/iframe-with-about-blank-iframe.html
blob: b3f51252332f8d83f1371619293ba0bcd57633ae (plain)
1
2
3
4
5
6
7
<!DOCTYPE html>
<html>
  <body>
    <iframe src="about:blank"></iframe>
    <iframe src=""></iframe>
  </body>
</html>