Mypal/toolkit/components/aboutperformance/tests/browser/browser_compartments.html
2019-03-11 13:26:37 +03:00

21 lines
306 B
HTML

<!DOCTYPE html>
<html>
<head>
<title>
Main frame for test browser_aboutperformance.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>