mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-08-19 10:53:11 +09:00
12 lines
328 B
HTML
12 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>
|