diff options
Diffstat (limited to 'LayoutTests/storage/domstorage/events/documentURI.html')
-rw-r--r-- | LayoutTests/storage/domstorage/events/documentURI.html | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/LayoutTests/storage/domstorage/events/documentURI.html b/LayoutTests/storage/domstorage/events/documentURI.html new file mode 100644 index 0000000..7721e87 --- /dev/null +++ b/LayoutTests/storage/domstorage/events/documentURI.html @@ -0,0 +1,13 @@ +<html> +<head> +<link rel="stylesheet" href="../../../fast/js/resources/js-test-style.css"> +<script src="../../../fast/js/resources/js-test-pre.js"></script> +<script src="../../../fast/js/resources/js-test-post-function.js"></script> +</head> +<body> +<p id="description"></p> +<div id="console"></div> +<script src="resources/eventTestHarness.js"></script> +<script src="script-tests/documentURI.js"></script> +</body> +</html> |