From 04825c62df92c8adef3f40f89c7b5d88b963f833 Mon Sep 17 00:00:00 2001 From: Vincent Sanders Date: Fri, 7 Dec 2012 15:50:24 +0000 Subject: implement document.URL and document.documentURI --- test/js/document-url.html | 31 +++++++++++++++++++++++++++++++ 1 file changed, 31 insertions(+) create mode 100644 test/js/document-url.html (limited to 'test') diff --git a/test/js/document-url.html b/test/js/document-url.html new file mode 100644 index 000000000..2299b5775 --- /dev/null +++ b/test/js/document-url.html @@ -0,0 +1,31 @@ + + +document location and URL interface + + + +

document location and URL interface

+ +

Document location enumeration

+ +

Document URL

+ +

DocumentURI

+ + + -- cgit v1.2.3