summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/tests/html/browsers/browsing-the-web/navigating-across-documents/004-1.html
blob: 02f916fd9ce985de6757fbf513ee1b4be37156e3 (plain)
1
2
3
4
5
6
7
<!doctype html>
<script>
onload = function() {
  parent.postMessage("004-1", "*");
  setTimeout(function() {location = location.href.replace("http://", "http://www.").replace("004-1.html", "004-2.html");}, 100);
}
</script>