summaryrefslogtreecommitdiffstats
path: root/toolkit/components/perfmonitoring/tests/browser/browser_compartments.html
blob: d7ee6c418910b5cdae134523cf4643d30450db75 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
<!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>