зеркало из https://github.com/mozilla/gecko-dev.git
Bug 1578624 - P9: Adjust devtools tests to no longer expect a JS stack for parent initiated loads. r=Honza
Differential Revision: https://phabricator.services.mozilla.com/D44765 --HG-- extra : moz-landing-system : lando
This commit is contained in:
Родитель
e75df5c8ff
Коммит
3be5cc7a4e
|
@ -16,8 +16,7 @@ const EXPECTED_REQUESTS = [
|
|||
url: CAUSE_URL,
|
||||
causeType: "document",
|
||||
causeUri: null,
|
||||
// The document load has internal privileged JS code on the stack
|
||||
stack: true,
|
||||
stack: false,
|
||||
},
|
||||
{
|
||||
method: "GET",
|
||||
|
|
|
@ -16,7 +16,7 @@ const EXPECTED_REQUESTS = [
|
|||
url: TOP_URL,
|
||||
causeType: "document",
|
||||
causeUri: null,
|
||||
stack: true,
|
||||
stack: false,
|
||||
},
|
||||
{
|
||||
method: "GET",
|
||||
|
|
|
@ -17,7 +17,7 @@ const EXPECTED_REQUESTS = [
|
|||
url: TOP_URL,
|
||||
causeType: "document",
|
||||
causeUri: null,
|
||||
stack: true,
|
||||
stack: false,
|
||||
},
|
||||
{
|
||||
method: "GET",
|
||||
|
|
Загрузка…
Ссылка в новой задаче