зеркало из https://github.com/mozilla/pjs.git
JavaScript Test - ignore XPCCrossOriginWrapper on global object, bug 390946, not part of the build
This commit is contained in:
Родитель
8a1ad774fd
Коммит
161a963b77
|
@ -59,7 +59,14 @@ var expect= ''; var expectedvalue = [ ];
|
|||
status = 'the global object';
|
||||
actual = getJSClass(this);
|
||||
expect = GLOBAL;
|
||||
addThis();
|
||||
if (expect == 'Window' && actual == 'XPCCrossOriginWrapper')
|
||||
{
|
||||
print('Skipping global object due to XPCCrossOriginWrapper. See bug 390946');
|
||||
}
|
||||
else
|
||||
{
|
||||
addThis();
|
||||
}
|
||||
|
||||
status = 'new Object()';
|
||||
actual = getJSClass(new Object());
|
||||
|
|
Загрузка…
Ссылка в новой задаче