зеркало из https://github.com/mozilla/pjs.git
JavaScript Test - regression test for bug 373072, update to check for new exception
This commit is contained in:
Родитель
032d8f0251
Коммит
1e0b6d0db1
|
@ -44,7 +44,15 @@ var expect = '';
|
|||
printBugNumber (bug);
|
||||
printStatus (summary);
|
||||
|
||||
XML.prototype.function::namespace.call(new XMLList());
|
||||
try
|
||||
{
|
||||
expect = 'TypeError: cannot call namespace method on an XML list with 0 elements';
|
||||
XML.prototype.function::namespace.call(new XMLList());
|
||||
}
|
||||
catch(ex)
|
||||
{
|
||||
actual = ex + '';
|
||||
}
|
||||
TEST(1, expect, actual);
|
||||
|
||||
END();
|
||||
|
|
Загрузка…
Ссылка в новой задаче