diff options
Diffstat (limited to 'LayoutTests/fast/dom/Geolocation/resources/disconnected-frame-already-inner1.html')
-rw-r--r-- | LayoutTests/fast/dom/Geolocation/resources/disconnected-frame-already-inner1.html | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/LayoutTests/fast/dom/Geolocation/resources/disconnected-frame-already-inner1.html b/LayoutTests/fast/dom/Geolocation/resources/disconnected-frame-already-inner1.html new file mode 100644 index 0000000..2cb7e80 --- /dev/null +++ b/LayoutTests/fast/dom/Geolocation/resources/disconnected-frame-already-inner1.html @@ -0,0 +1,8 @@ +<!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML//EN"> +<html> + <head> + </head> + <body onload="window.parent.onFirstIframeLoaded()"> + <p>This frame should be replaced before the test ends</p> + </body> +</html> |