From fbc3f36fb5a72c2cc399d5e83291ffabc299017e Mon Sep 17 00:00:00 2001 From: Vincent Sanders Date: Mon, 5 Oct 2015 15:46:22 +0100 Subject: initial js navigator binding --- test/js/index.html | 6 ++++++ test/js/navigator-enumerate.html | 26 ++++++++++++++++++++++++++ 2 files changed, 32 insertions(+) create mode 100644 test/js/navigator-enumerate.html (limited to 'test/js') diff --git a/test/js/index.html b/test/js/index.html index 38a59a6be..8602a8159 100644 --- a/test/js/index.html +++ b/test/js/index.html @@ -35,6 +35,12 @@
  • assign should navigate to enumeration with page in history
  • replace should navigate to enumeration without page in history.
  • href should navigate to enumeration with page in history
  • +
  • href should navigate to enumeration using putforwards on location
  • + + +

    Navigator

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

    navigator interface enumeration

    + + + + -- cgit v1.2.3