summaryrefslogtreecommitdiffstats
path: root/dom/promise/tests/file_promise_job_with_bind_from_discarded_iframe.html
blob: 352cf6623e67c81f9951fd6f6c72e38e190ce25c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
<!DOCTYPE html>
<html>
<head>
<title>iframe in http</title>
</head>
<body>
<div id="result"></div>
<script type="text/javascript">
if (typeof SpecialPowers !== "undefined") {
  document.getElementById("result").textContent = "ok";
}
</script>
</body>
</html>