From 84152cd72b5971250ba37b7654856a15c03ba42b Mon Sep 17 00:00:00 2001 From: Vincent Sanders Date: Tue, 31 Jul 2012 21:44:03 +0100 Subject: add another script test --- test/js/index.html | 3 ++- test/js/sync-script-css.html | 12 ++++++++++++ test/js/sync-script.html | 1 - 3 files changed, 14 insertions(+), 2 deletions(-) create mode 100644 test/js/sync-script-css.html (limited to 'test/js') diff --git a/test/js/index.html b/test/js/index.html index 22f602e7f..f7ce2f37a 100644 --- a/test/js/index.html +++ b/test/js/index.html @@ -9,7 +9,8 @@
  • Assorted
  • Simple docuemnt write
  • Script within inline script
  • -
  • External syncronous script (with css)
  • +
  • External syncronous script
  • +
  • External syncronous script (with css)
  • diff --git a/test/js/sync-script-css.html b/test/js/sync-script-css.html new file mode 100644 index 000000000..55840f297 --- /dev/null +++ b/test/js/sync-script-css.html @@ -0,0 +1,12 @@ + + +Sync script Test (css) + + + +

    Sync script Test (css0

    +

    Before

    + +

    Afterwards

    + + diff --git a/test/js/sync-script.html b/test/js/sync-script.html index e234fb480..9692631f7 100644 --- a/test/js/sync-script.html +++ b/test/js/sync-script.html @@ -1,7 +1,6 @@ Sync script Test -

    Sync script Test

    -- cgit v1.2.3