From 6bbae1f2284a7d52daf96ad30e1519600ae5493b Mon Sep 17 00:00:00 2001 From: Vincent Sanders Date: Wed, 1 Aug 2012 19:25:45 +0100 Subject: add document IDL and test for geteleemntbyid --- test/js/index.html | 2 ++ test/js/inline-innerhtml.html | 15 +++++++++++++++ test/js/sync-script-css.html | 2 +- test/js/sync-script-err.html | 12 ++++++++++++ 4 files changed, 30 insertions(+), 1 deletion(-) create mode 100644 test/js/inline-innerhtml.html create mode 100644 test/js/sync-script-err.html (limited to 'test') diff --git a/test/js/index.html b/test/js/index.html index f7ce2f37a..6bb010c3b 100644 --- a/test/js/index.html +++ b/test/js/index.html @@ -10,7 +10,9 @@
  • Simple docuemnt write
  • Script within inline script
  • External syncronous script
  • +
  • External syncronous script with missing js file
  • External syncronous script (with css)
  • +
  • Inline script innerHtml test
  • diff --git a/test/js/inline-innerhtml.html b/test/js/inline-innerhtml.html new file mode 100644 index 000000000..6bfd6608b --- /dev/null +++ b/test/js/inline-innerhtml.html @@ -0,0 +1,15 @@ + + +Inline Script innerHTML Test + + + +

    Inline Script innerHTML Test

    +

    Before

    +

    some text you should never see

    + +

    Afterwards

    + + diff --git a/test/js/sync-script-css.html b/test/js/sync-script-css.html index 55840f297..ecba5be0f 100644 --- a/test/js/sync-script-css.html +++ b/test/js/sync-script-css.html @@ -4,7 +4,7 @@ -

    Sync script Test (css0

    +

    Sync script Test (css)

    Before

    Afterwards

    diff --git a/test/js/sync-script-err.html b/test/js/sync-script-err.html new file mode 100644 index 000000000..68e77baea --- /dev/null +++ b/test/js/sync-script-err.html @@ -0,0 +1,12 @@ + + +Sync script Test with bad src + + +

    Sync script Test with bad src

    +

    Before

    + + +

    Afterwards

    + + -- cgit v1.2.3