diff options
Diffstat (limited to 'LayoutTests/fast/dom/Geolocation/callback-to-remote-context2.html')
-rw-r--r-- | LayoutTests/fast/dom/Geolocation/callback-to-remote-context2.html | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/LayoutTests/fast/dom/Geolocation/callback-to-remote-context2.html b/LayoutTests/fast/dom/Geolocation/callback-to-remote-context2.html new file mode 100644 index 0000000..f17f2e2 --- /dev/null +++ b/LayoutTests/fast/dom/Geolocation/callback-to-remote-context2.html @@ -0,0 +1,13 @@ +<!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML//EN"> +<html> +<head> +<link rel="stylesheet" href="../../js/resources/js-test-style.css"> +<script src="../../js/resources/js-test-pre.js"></script> +</head> +<body> +<p id="description"></p> +<div id="console"></div> +<script src="script-tests/callback-to-remote-context2.js"></script> +<script src="../../js/resources/js-test-post.js"></script> +</body> +</html> |