Backed out changeset 87ef5029dd10 (bug 1434599) for failing in dom/serviceworkers/test/test_workerupdatefoundevent.html on a CLOSED TREE

This commit is contained in:
Noemi Erli 2018-01-31 21:18:05 +02:00
Родитель 2990df182c
Коммит 7c3f6909e2
2 изменённых файлов: 2 добавлений и 3 удалений

Просмотреть файл

@ -341,6 +341,7 @@ tags = openwindow
[test_workerUnregister.html]
[test_workerUpdate.html]
[test_workerupdatefoundevent.html]
skip-if = !e10s # Bug 1433276
[test_xslt.html]
[test_async_waituntil.html]
[test_worker_reference_gc_timeout.html]

Просмотреть файл

@ -6,9 +6,7 @@
registration.onupdatefound = function(e) {
clients.matchAll().then(function(clients) {
if (!clients.length) {
// We don't control any clients when the first update event is fired
// because we haven't reached the 'activated' state.
return;
reject("No clients found");
}
if (registration.scope.match(/updatefoundevent\.html$/)) {