summaryrefslogtreecommitdiffstats
path: root/browser/components/extensions/test/browser/file_iframe_document.html
blob: 7b65ce17cc440eea198b6db10ea5dadccb51dc18 (plain)
1
2
3
4
5
6
7
8
9
10
11
<!DOCTYPE html>
<html lang="en">
<head>
  <meta charset="UTF-8">
  <title></title>
</head>
<body>
  <iframe src="/"></iframe>
  <iframe src="about:blank"></iframe>
</body>
</html>