mirror of
https://github.com/classilla/tenfourfox.git
synced 2025-01-22 11:33:03 +00:00
21 lines
302 B
HTML
21 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>
|