Files
Kmake/test/fixtures/wpt/resource-timing/resources/document-that-navigates.html
2026-05-26 23:36:42 -07:00

12 lines
148 B
HTML

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