mirror of
https://github.com/LadybirdBrowser/ladybird
synced 2026-04-26 01:35:08 +02:00
10 lines
264 B
HTML
10 lines
264 B
HTML
<!DOCTYPE html>
|
|
<script src="include.js"></script>
|
|
<script>
|
|
test(() => {
|
|
println(performance.navigation.type);
|
|
println(performance.navigation.redirectCount);
|
|
println(performance.navigation === performance.navigation);
|
|
});
|
|
</script>
|