Bug 1634304 - Part 2: disable inner check for restored tab; r=baku

Differential Revision: https://phabricator.services.mozilla.com/D73475
This commit is contained in:
Liang-Heng Chen 2020-05-04 04:19:33 +00:00
parent bed8da99c6
commit c8bb2867eb
2 changed files with 7 additions and 2 deletions

View File

@ -58,6 +58,9 @@ support-files =
browser_1284886_suspend_tab.html
browser_1284886_suspend_tab_2.html
empty.html
# remove this after bug 1628486 is landed
prefs =
network.cookie.cookieBehavior=5
#NB: the following are disabled
# browser_464620_a.html

View File

@ -90,7 +90,8 @@ add_task(async function session_storage() {
await TabStateFlusher.flush(browser2);
({ storage } = JSON.parse(ss.getTabState(tab2)));
is(
// TODO: bug 1634734
todo_is(
storage[INNER_ORIGIN].test,
"modified2",
"sessionStorage data for example.com has been duplicated correctly"
@ -107,7 +108,8 @@ add_task(async function session_storage() {
await TabStateFlusher.flush(browser2);
({ storage } = JSON.parse(ss.getTabState(tab2)));
is(
// TODO: bug 1634734
todo_is(
storage[INNER_ORIGIN].test,
"modified2",
"sessionStorage data for example.com has been duplicated correctly"