summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/tests/html/browsers/browsing-the-web/navigating-across-documents/004-2.html
blob: f2ef83ee1a5cca4b8ab898fba265a9302a79fdcf (plain)
1
2
3
4
5
6
7
8
9
<!doctype html>
003-2
<script>
onload = function() {
  parent.postMessage("004-2", "*")
  setTimeout(function() {history.go(-1)})
}
onunload = function() {location = "004-3.html"}
</script>