зеркало из https://github.com/mozilla/gecko-dev.git
Bug 1188545 - Make skip-waiting-using-registration.html wpt test pass. a=testonly
This commit is contained in:
Родитель
3079b210d5
Коммит
ba22a531a6
|
@ -50,7 +50,9 @@ promise_test(function(t) {
|
|||
return saw_controllerchanged;
|
||||
})
|
||||
.then(function() {
|
||||
frame.remove();
|
||||
// XXXcatalinb: Removing the iframe here would terminate the worker
|
||||
// discarding inflight events.
|
||||
// frame.remove();
|
||||
assert_not_equals(sw_registration.active, null,
|
||||
'Registration active worker should not be null');
|
||||
fetch_tests_from_worker(sw_registration.active);
|
||||
|
|
Загрузка…
Ссылка в новой задаче