summaryrefslogtreecommitdiffstats
path: root/toolkit/components/extensions/test/xpcshell/data/file_with_xorigin_frame.html
blob: 199c2ce4d4f001b1960990d81af741c41b84e26a (plain)
1
2
3
4
5
6
7
8
9
10
<!DOCTYPE html>
<html lang="en">
<head>
  <meta charset="UTF-8">
  <title>Document with example.org frame</title>
</head>
<body>
  <iframe src="http://example.org/data/file_iframe.html"></iframe>
</body>
</html>