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

13 lines
164 B
HTML

<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8" />
</head>
<body>
Navigated document!
<script>
top.postMessage("navigated", "*");
</script>
</body>
</html>