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

8 lines
194 B
HTML

<!doctype html>
001-1
<script>
addEventListener("unload", function() {
location = location.href.replace("http://", "http://www.").replace(/\d{3}-\d\.html/, "001-3.html");
}, false);
</script>