From a3ef5c2c3c448f6ded44b4135a1a745721653230 Mon Sep 17 00:00:00 2001 From: Vincent Sanders Date: Wed, 15 Aug 2012 18:48:46 +0100 Subject: fixup jsapi dom interface to include correct html/dom acessor hierachy --- test/js/doc-dom1.html | 14 ++++++++++++++ test/js/doc-dom2.html | 12 ++++++++++++ test/js/index.html | 10 ++++++++-- 3 files changed, 34 insertions(+), 2 deletions(-) create mode 100644 test/js/doc-dom1.html create mode 100644 test/js/doc-dom2.html (limited to 'test') diff --git a/test/js/doc-dom1.html b/test/js/doc-dom1.html new file mode 100644 index 000000000..b7743f4c2 --- /dev/null +++ b/test/js/doc-dom1.html @@ -0,0 +1,14 @@ + + +Direct DOM element reference + + + +

Direct DOM element reference

+

head

+ +

body

+ +

after

+ + diff --git a/test/js/doc-dom2.html b/test/js/doc-dom2.html new file mode 100644 index 000000000..17a916c81 --- /dev/null +++ b/test/js/doc-dom2.html @@ -0,0 +1,12 @@ + + +DOM getElementById + + + +

Direct DOM element reference

+

Before

+ +

Afterwards

+ + diff --git a/test/js/index.html b/test/js/index.html index 6bb010c3b..276854712 100644 --- a/test/js/index.html +++ b/test/js/index.html @@ -7,14 +7,20 @@

Script Tests

+

Document write tests

+ +

Document write tests

+ -- cgit v1.2.3