summaryrefslogtreecommitdiffstats
path: root/toolkit/components/resistfingerprinting/tests/browser/testPage.html
blob: 07a17d3d712986102e0802a15c9aaac0a419f4b9 (plain)
1
2
3
4
5
6
7
8
9
<!DOCTYPE html>
<html>
<head>
  <title>A page with a javascript URL iframe</title>
</head>
<body>
  <iframe id="testFrame" src="javascript:void(0)"></iframe>
</body>
</html>