mirror of
https://github.com/servo/servo
synced 2026-04-29 10:57:43 +02:00
13 lines
328 B
HTML
13 lines
328 B
HTML
<!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>
|