Bug 1102188 - browser_devtools_api.js fails when run as a standalone directory. r=Yoric

This commit is contained in:
Joel Maher 2014-11-20 07:49:07 -05:00
Родитель 1297551e8b
Коммит 2baa3d4712
1 изменённых файлов: 4 добавлений и 1 удалений

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

@ -4,10 +4,13 @@
///////////////////
//
// Whitelisting this test.
// As part of bug 1077403, the leaking uncaught rejection should be fixed.
// As part of bug 1077403, the leaking uncaught rejections should be fixed.
//
thisTestLeaksUncaughtRejectionsAndShouldBeFixed("TypeError: this.docShell is null");
// When running in a standalone directory, we get this error
thisTestLeaksUncaughtRejectionsAndShouldBeFixed("TypeError: this.doc is undefined");
// Tests devtools API
const Cu = Components.utils;