summaryrefslogtreecommitdiffstats
path: root/LayoutTests/fast/dom/Geolocation/resources/callback-to-remote-context-inner.html
diff options
context:
space:
mode:
Diffstat (limited to 'LayoutTests/fast/dom/Geolocation/resources/callback-to-remote-context-inner.html')
-rw-r--r--LayoutTests/fast/dom/Geolocation/resources/callback-to-remote-context-inner.html16
1 files changed, 16 insertions, 0 deletions
diff --git a/LayoutTests/fast/dom/Geolocation/resources/callback-to-remote-context-inner.html b/LayoutTests/fast/dom/Geolocation/resources/callback-to-remote-context-inner.html
new file mode 100644
index 0000000..0547943
--- /dev/null
+++ b/LayoutTests/fast/dom/Geolocation/resources/callback-to-remote-context-inner.html
@@ -0,0 +1,16 @@
+<!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML//EN">
+<html>
+ <head>
+ <script>
+ function init() {
+ if (window.layoutTestController) {
+ layoutTestController.setGeolocationPermission(true);
+ layoutTestController.setMockGeolocationPosition(51.478, -0.166, 100);
+ }
+ window.parent.onIframeReady()
+ }
+ </script>
+ </head>
+ <body onload="init()">
+ </body>
+</html>