Source code
Revision control
Copy as Markdown
Other Tools
<!doctype html>
<script src="/resources/testharness.js"></script>
<script>
// Wait for after the load event so that the navigation doesn't get converted
// into a replace navigation.
window.onload = () => step_timeout(() => top.postMessage(navigation.entries().length, "*"), 0);
</script>