зеркало из https://github.com/mozilla/gecko-dev.git
Bug 690418 - 'ChromeWorker global inaccessible out of DOM scope'. r=sicking. Followup to fix tests.
This commit is contained in:
Родитель
d63c986ea5
Коммит
1bb2671441
|
@ -8,7 +8,7 @@
|
|||
<em:description>Worker functions for use in testing.</em:description>
|
||||
<em:creator>Mozilla</em:creator>
|
||||
<em:version>2011.10.10</em:version>
|
||||
#expand <em:id>__XPI_NAME__@tests.mozilla.org</em:id>
|
||||
#expand <em:id>__XPI_NAME__-test@mozilla.org</em:id>
|
||||
<em:type>2</em:type>
|
||||
<em:bootstrap>true</em:bootstrap>
|
||||
<em:targetApplication>
|
||||
|
|
|
@ -8,7 +8,7 @@
|
|||
<em:description>Worker functions for use in testing.</em:description>
|
||||
<em:creator>Mozilla</em:creator>
|
||||
<em:version>2011.10.10</em:version>
|
||||
#expand <em:id>__XPI_NAME__@tests.mozilla.org</em:id>
|
||||
#expand <em:id>__XPI_NAME__-test@mozilla.org</em:id>
|
||||
<em:type>2</em:type>
|
||||
<em:targetApplication>
|
||||
<Description>
|
||||
|
|
|
@ -32,7 +32,7 @@
|
|||
is(topic, "message", "Correct type of event");
|
||||
is(data, message, "Correct message");
|
||||
|
||||
AddonManager.getAddonByID("workerbootstrap@tests.mozilla.org",
|
||||
AddonManager.getAddonByID("workerbootstrap-test@mozilla.org",
|
||||
function(addon) {
|
||||
addon.uninstall();
|
||||
|
||||
|
|
Загрузка…
Ссылка в новой задаче