summaryrefslogtreecommitdiffstats
path: root/toolkit/components/extensions/test/mochitest/file_with_about_blank.html
blob: af51c2e52a112f7c862cace2ee6ec0e33fb95238 (plain)
1
2
3
4
5
6
7
8
9
10
<!doctype html>
<html>
<head>
  <meta charset="utf-8">
</head>
<body>
  <iframe id="a_b" src="about:blank"></iframe>
  <iframe srcdoc="galactica actual" src="adama"></iframe>
</body>
</html>