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

8 lines
219 B
HTML

<!doctype html>
<script>
onload = function() {
parent.postMessage("003-1", "*");
setTimeout(function() {location = location.replace("http://", "http://www.").replace("004-1.html", "004-2.html");}, 100);
}
</script>