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