trisquel-icecat/icecat/testing/web-platform/tests/resource-timing/resources/document-that-navigates.html

11 lines
148 B
HTML

<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8" />
</head>
<body>
<script>
location.href="document-navigated.html";
</script>
</body>
</html>