blob: 7f084bc74b033d5e71f60f6a0dd8f8f874337a79 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
<!doctype html>
<html>
<!--
https://bugzilla.mozilla.org/show_bug.cgi?id=802895
-->
<body>
<iframe id="iframe" srcdoc="Hello World"></iframe>
<iframe id="iframe1" src="about:mozilla"
srcdoc="Goodbye World"></iframe>
<iframe id="iframe2" srcdoc="Peeking test" sandbox=""></iframe>
<iframe id="iframe3" src="file_srcdoc_iframe3.html"
srcdoc="Going"></iframe>
</body>
</html>
|