From 46945f636221ccf0751f3f0e2e78c6e6d33cab7f Mon Sep 17 00:00:00 2001 From: Vincent Sanders Date: Sun, 20 Sep 2015 10:35:32 +0100 Subject: Improve location implementation to be more complete --- test/js/index.html | 22 ++++++++++++++-------- test/js/location-assign.html | 13 +++++++++++++ test/js/location-href.html | 13 +++++++++++++ test/js/location-replace.html | 13 +++++++++++++ 4 files changed, 53 insertions(+), 8 deletions(-) create mode 100644 test/js/location-assign.html create mode 100644 test/js/location-href.html create mode 100644 test/js/location-replace.html (limited to 'test/js') diff --git a/test/js/index.html b/test/js/index.html index 06e006ac5..38a59a6be 100644 --- a/test/js/index.html +++ b/test/js/index.html @@ -12,14 +12,6 @@
  • Infinite loop
  • - -

    Window

    - - -

    Document write

    +

    Window

    + + +

    Location

    + +

    DOM tests

    diff --git a/test/js/location-assign.html b/test/js/location-assign.html new file mode 100644 index 000000000..5ed808cc5 --- /dev/null +++ b/test/js/location-assign.html @@ -0,0 +1,13 @@ + + +location interface assign + + + +

    location interface assign

    + + + + diff --git a/test/js/location-href.html b/test/js/location-href.html new file mode 100644 index 000000000..28a9e3c02 --- /dev/null +++ b/test/js/location-href.html @@ -0,0 +1,13 @@ + + +location interface href + + + +

    location interface href

    + + + + diff --git a/test/js/location-replace.html b/test/js/location-replace.html new file mode 100644 index 000000000..047cfd467 --- /dev/null +++ b/test/js/location-replace.html @@ -0,0 +1,13 @@ + + +location interface replace + + + +

    location interface replace

    + + + + -- cgit v1.2.3