From 7757008433c414974c527c4745e64aa5976d606a Mon Sep 17 00:00:00 2001 From: Vincent Sanders Date: Mon, 19 Nov 2012 17:26:23 +0000 Subject: add window enumeration test --- test/js/event-onload.html | 29 +++++++++++++++++++++++++++++ test/js/index.html | 1 + test/js/window-enumerate.html | 26 ++++++++++++++++++++++++++ 3 files changed, 56 insertions(+) create mode 100644 test/js/event-onload.html create mode 100644 test/js/window-enumerate.html (limited to 'test/js') diff --git a/test/js/event-onload.html b/test/js/event-onload.html new file mode 100644 index 000000000..aede985a4 --- /dev/null +++ b/test/js/event-onload.html @@ -0,0 +1,29 @@ + + +createTextNode onload example + + + + + +
+

First line of paragraph.

+

+ + + + + + + diff --git a/test/js/index.html b/test/js/index.html index 75008701b..7a17c95d3 100644 --- a/test/js/index.html +++ b/test/js/index.html @@ -8,6 +8,7 @@

Window

Document write

diff --git a/test/js/window-enumerate.html b/test/js/window-enumerate.html new file mode 100644 index 000000000..92a3111ae --- /dev/null +++ b/test/js/window-enumerate.html @@ -0,0 +1,26 @@ + + +window interface enumeration + + + +

window interface enumeration

+ + + + -- cgit v1.2.3