mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-01-19 09:30:44 +00:00
Simple document.write test
This commit is contained in:
parent
4850d9a00a
commit
81d61ff555
9
dom/tests/js/write.html
Normal file
9
dom/tests/js/write.html
Normal file
@ -0,0 +1,9 @@
|
||||
<HTML>
|
||||
<BODY>
|
||||
<P>This is text in the document.</P>
|
||||
<SCRIPT>
|
||||
document.writeln("<P>This is text generated by a document.write.");
|
||||
document.writeln("And this is an image: <IMG SRC='resource:/res/gear1.gif'></P>");
|
||||
</SCRIPT>
|
||||
And now some more text in the document.
|
||||
</BODY>
|
Loading…
x
Reference in New Issue
Block a user