Files
Kmake/test/fixtures/wpt/resource-timing/resources/document-that-navigates.html

12 lines
148 B
HTML
Raw Permalink Normal View History

2026-05-26 23:36:42 -07:00
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8" />
</head>
<body>
<script>
location.href="document-navigated.html";
</script>
</body>
</html>