summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/tests/navigation-api/navigation-history-entry/resources/post-entries-length-to-top.html
blob: c8fe005d8ef0908490b66ca7417222bafc02859a (plain)
1
2
3
4
5
6
7
<!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>