summaryrefslogtreecommitdiffstats
path: root/LayoutTests/fast/dom/Geolocation/resources/disconnected-frame-inner.html
blob: 48193516db646834d6ddeb0c90c37e983e2717fd (plain)
1
2
3
4
5
6
7
8
<!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML//EN">
<html>
  <head>
  </head>
  <body onload="window.parent.onIframeLoaded()", onunload="window.parent.onIframeUnloaded();">
    <p>This frame should be replaced before the test ends</p>
  </body>
</html>