mirror of
https://github.com/lightpanda-io/browser.git
synced 2025-10-29 15:13:28 +00:00
9 lines
279 B
HTML
9 lines
279 B
HTML
<!DOCTYPE html>
|
|
<script src="../testing.js"></script>
|
|
|
|
<script id=navigation2>
|
|
const state = navigation.currentEntry.getState();
|
|
testing.expectEqual(true, state.navTestInProgress);
|
|
testing.expectEqual(state.currentIndex + 1, navigation.currentEntry.index);
|
|
</script>
|