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

10 lines
190 B
HTML

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