From 81d61ff55585809e61504fc60774d48f1725e4cf Mon Sep 17 00:00:00 2001 From: "vidur%netscape.com" Date: Thu, 23 Jul 1998 22:47:32 +0000 Subject: [PATCH] Simple document.write test --- dom/tests/js/write.html | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 dom/tests/js/write.html diff --git a/dom/tests/js/write.html b/dom/tests/js/write.html new file mode 100644 index 000000000000..2bdad3056818 --- /dev/null +++ b/dom/tests/js/write.html @@ -0,0 +1,9 @@ + + +

This is text in the document.

+ +And now some more text in the document. + \ No newline at end of file