зеркало из https://github.com/mozilla/gecko-dev.git
Bug 1863694 - Part 1. Run ./mach lint -l file-whitespace --fix. r=geckoview-reviewers,sylvestre,calu
Differential Revision: https://phabricator.services.mozilla.com/D193044
This commit is contained in:
Родитель
acdf382ad2
Коммит
cafeef4d11
|
@ -218,7 +218,7 @@ class ExtensionActionTest : BaseSessionTest() {
|
|||
var json = JSONObject(
|
||||
"""{
|
||||
"action": "setPopupCheckRestrictions",
|
||||
"popup": "$popupUrl"
|
||||
"popup": "$popupUrl"
|
||||
}""",
|
||||
)
|
||||
|
||||
|
|
|
@ -92,8 +92,8 @@ class GeolocationTest : BaseSessionTest() {
|
|||
new Promise((resolve, reject) =>
|
||||
window.navigator.geolocation.getCurrentPosition(
|
||||
position => resolve(
|
||||
{latitude: position.coords.latitude,
|
||||
longitude: position.coords.longitude,
|
||||
{latitude: position.coords.latitude,
|
||||
longitude: position.coords.longitude,
|
||||
accuracy: position.coords.accuracy}),
|
||||
error => reject(error.code),
|
||||
{maximumAge: $maximumAge,
|
||||
|
|
|
@ -640,7 +640,7 @@ class PromptDelegateTest : BaseSessionTest(
|
|||
})
|
||||
|
||||
mainSession.waitForJS(
|
||||
"""
|
||||
"""
|
||||
navigator.credentials.get({
|
||||
identity: {
|
||||
providers: [{
|
||||
|
|
Загрузка…
Ссылка в новой задаче