forked from mirrors/gecko-dev
--HG-- extra : amend_source : 8ac6f00e2641581f2d7533226435f1fb680da10c extra : histedit_source : c2e716dece6f74daf2b9c613cf47155ee300c045
20 lines
302 B
HTML
20 lines
302 B
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<title>
|
|
Main frame for test browser_compartments.js
|
|
</title>
|
|
</head>
|
|
<body>
|
|
Main frame.
|
|
|
|
<iframe src="browser_compartments_frame.html?frame=1">
|
|
Subframe 1
|
|
</iframe>
|
|
|
|
<iframe src="browser_compartments_frame.html?frame=2">
|
|
Subframe 2.
|
|
</iframe>
|
|
|
|
</body>
|
|
</html>
|