diff options
Diffstat (limited to 'dom/xhr/tests/file_XHRDocURI.html')
-rw-r--r-- | dom/xhr/tests/file_XHRDocURI.html | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/dom/xhr/tests/file_XHRDocURI.html b/dom/xhr/tests/file_XHRDocURI.html new file mode 100644 index 000000000..8dbbb0549 --- /dev/null +++ b/dom/xhr/tests/file_XHRDocURI.html @@ -0,0 +1,9 @@ +<!DOCTYPE html> +<html> + <head> + <title>XMLHttpRequest return document URIs</title> + </head> + <body> + <div id="data">data</div> + </body> +</html> |