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

12 lines
164 B
HTML

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