mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 1186857 - Update web-platform-tests expected data. r=jgraham
Comparing scopes for now, added a note to Bug 1201127 to fix this.
This commit is contained in:
parent
d31f90c60e
commit
611cffeb7b
@ -1,5 +0,0 @@
|
||||
[unregister-then-register.https.html]
|
||||
type: testharness
|
||||
[Unregister then register resolves to the original value if the registration is in use.]
|
||||
expected: FAIL
|
||||
|
@ -48,8 +48,8 @@ async_test(function(t) {
|
||||
return navigator.serviceWorker.register(worker_url, { scope: scope });
|
||||
})
|
||||
.then(function(new_registration) {
|
||||
assert_equals(registration, new_registration,
|
||||
'register should resolve to the same value');
|
||||
assert_equals(registration.scope, new_registration.scope,
|
||||
'new registration should resolve to the same scope');
|
||||
service_worker_unregister_and_done(t, scope);
|
||||
})
|
||||
.catch(unreached_rejection(t));
|
||||
|
Loading…
Reference in New Issue
Block a user