summaryrefslogtreecommitdiffstats
path: root/dom/html/test/file_srcdoc-2.html
blob: bd75f5e059ec831a534a080710b2cf174658d9fd (plain)
1
2
3
4
5
6
7
8
9
10
<!doctype html>
<html>
<!--
https://bugzilla.mozilla.org/show_bug.cgi?id=802895
-->
<body>
<iframe id="iframe" srcdoc="Hello World"></iframe>
</body>

</html>