Files
servo/tests/wpt/web-platform-tests/html/browsers/browsing-the-web/navigating-across-documents/004-2.html

10 lines
190 B
HTML

<!doctype html>
003-2
<script>
onload = function() {
parent.postMessage("004-2", "*")
setTimeout(function() {history.go(-1)})
}
onunload = function() {location = "004-3.html"}
</script>