From 8f08f820f4d17173c08d121a1bd50e1afe66724c Mon Sep 17 00:00:00 2001 From: Vincent Sanders Date: Thu, 1 Nov 2012 21:12:21 +0000 Subject: improve tests --- test/js/doc-dom2.html | 12 ++++++++---- test/js/index.html | 2 +- 2 files changed, 9 insertions(+), 5 deletions(-) (limited to 'test') diff --git a/test/js/doc-dom2.html b/test/js/doc-dom2.html index 17a916c81..a55962bed 100644 --- a/test/js/doc-dom2.html +++ b/test/js/doc-dom2.html @@ -4,9 +4,13 @@ -

Direct DOM element reference

-

Before

- -

Afterwards

+

DOM getElementById element reference

+

This shows the text content of an element obtained using document.getElementById

+

Referenced text

+

DOM getElementById element referenced test text

+

Inserted text

+

+

After inserted text

+ diff --git a/test/js/index.html b/test/js/index.html index a7d34f5a1..f618e93c5 100644 --- a/test/js/index.html +++ b/test/js/index.html @@ -10,7 +10,7 @@

Document write tests