summaryrefslogtreecommitdiffstats
path: root/browser/tools/mozscreenshots/mozscreenshots/extension/lib/controlCenter/mixed_active.html
blob: 4ce8e78dc407c73d2587c8bfaa5ddc6f1499108a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
<!-- This Source Code Form is subject to the terms of the Mozilla Public
   - License, v. 2.0. If a copy of the MPL was not distributed with this file,
   - You can obtain one at http://mozilla.org/MPL/2.0/. -->

<!DOCTYPE html>
<html>
  <head>
    <meta charset="utf8" />
    <title>Mixed Active Content test</title>
  </head>
  <body>
    <iframe style="visibility: hidden" src="http://example.com"></iframe>
  </body>
</html>