manifest.toml |
|
870 |
session_store_test_case.py |
<div">Lorem</div> |
18090 |
test_persist_closed_tabs_restore_manually.py |
Test that closed tabs persist between sessions and
that any previously open tabs are added to the recently
closed tab list. When a previous session is restored,
an open tab is restored and removed from the closed tabs list.
If additional tabs are opened (and closed) before a previous
session is restored, those should be merged with the restored open
and closed tabs, preserving their state.
|
7828 |
test_restore_loading_tab.py |
<a id='link'>click</a>
<script>
document.getElementById("link").addEventListener(
"click",
() => window.open("{}", "_blank");
)
</script>
|
2144 |
test_restore_manually.py |
Test that window attributes for each window are restored
correctly (with manual session restore) in a new session.
|
4880 |
test_restore_manually_with_pinned_tabs.py |
<div">ipsum</div> |
3523 |
test_restore_manually_with_tab_groups.py |
<div">lorem</div> |
11339 |
test_restore_sidebar.py |
Test that the sidebar and its attributes are restored on reopening of window.
|
10254 |
test_restore_sidebar_automatic.py |
Test that the sidebar and its attributes are restored on reopening of window.
|
3376 |
test_restore_windows_after_close_last_tabs.py |
Setup for the test, enabling session restore.
:param include_private: Whether to open private windows.
|
1977 |
test_restore_windows_after_restart_and_quit.py |
Setup for the test, enabling session restore.
:param include_private: Whether to open private windows.
|
2840 |
test_restore_windows_after_windows_shutdown.py |
Test session restore selected by user. |
2456 |
test_tabgroups_restore.py |
<div">Lorem</div> |
3560 |
test_taskbartab_restore.py |
Close all regular windows except for a taskbar tab window. The
session should be over at this point. Opening another regular Firefox
window will open "restore previous session" in the hamburger menu.
And clicking it will restore the correct session.
|
4268 |
test_taskbartab_sessionstate.py |
Close all Firefox windows with the web app being closed last,
the session store state should include the last regular window
that's closed, but not the web app
|
2964 |