summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/tests/html/browsers/the-window-object/accessing-other-browsing-contexts/test1.html
blob: f85f90f7c6d3aa2ce32e9f868ed907d20d04432f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
<!DOCTYPE html>
<meta charset="utf-8">
<title>HTML Test: child browsing contexts created by iframe elements</title>
<link rel="author" title="Intel" href="http://www.intel.com/" />
<table id="tbl">
  <tr>
    <td>
      <iframe id="fr4" src=""></iframe>
    </td>
  </tr>
  <iframe id="fr5" src="about:blank"></iframe>
</table>