Bug 1272551 - Modify the Test Case to Run the Test on |WorkerGlobalScope| instead of |WorkerUtils|. r=khuey

This commit is contained in:
Bevis Tseng 2016-05-12 17:23:39 +08:00
Родитель f9f6b3c538
Коммит 056fb20060
2 изменённых файлов: 1 добавлений и 8 удалений

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

@ -1,5 +0,0 @@
[interfaces.worker]
type: testharness
[WorkerUtils interface: attribute indexedDB]
expected: FAIL

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

@ -11,13 +11,11 @@ request.onload = function() {
var idls = request.responseText;
idlArray.add_untested_idls("interface WorkerGlobalScope {};");
idlArray.add_untested_idls("interface WorkerUtils {};");
idlArray.add_untested_idls("WorkerGlobalScope implements WorkerUtils;");
idlArray.add_untested_idls("interface Event { };");
idlArray.add_untested_idls("interface EventTarget { };");
// From Indexed DB:
idlArray.add_idls("WorkerUtils implements IDBEnvironment;");
idlArray.add_idls("WorkerGlobalScope implements IDBEnvironment;");
idlArray.add_idls(idls);
idlArray.add_objects({