summaryrefslogtreecommitdiffstats
path: root/toolkit/components/extensions/test/mochitest/file_contentscript_activeTab.html
blob: 6c1675cb47510ab6de3dd5319876d0426786fa6e (plain)
1
2
3
4
5
6
7
8
9
10
11
<!DOCTYPE HTML>

<html>
<head>
  <meta charset="utf-8">
</head>
<body>
  <iframe id="emptyframe"></iframe>
  <iframe id="regularframe" src="http://test1.example.com/"></iframe>
</body>
</html>