mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-09-09 01:08:39 +09:00
import FIREFOX_52_6_0esr_RELEASE from mozilla-esr52 hg repo
This commit is contained in:
commit
dcd9973243
150858 changed files with 23884658 additions and 0 deletions
16
dom/html/test/file_srcdoc.html
Normal file
16
dom/html/test/file_srcdoc.html
Normal file
|
|
@ -0,0 +1,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="data:text/html;charset=US-ASCII,Gone"
|
||||
srcdoc="Going"></iframe>
|
||||
</body>
|
||||
|
||||
</html>
|
||||
Loading…
Add table
Add a link
Reference in a new issue