зеркало из https://github.com/mozilla/pjs.git
Regression test for bug 319384, attempt to catch conversion error
This commit is contained in:
Родитель
d66d8e9305
Коммит
2f30270e16
|
@ -47,7 +47,13 @@ printStatus('This test only runs in the browser');
|
|||
|
||||
if (typeof clearTimeout === 'function')
|
||||
{
|
||||
clearTimeout('foo');
|
||||
try
|
||||
{
|
||||
clearTimeout('foo');
|
||||
}
|
||||
catch(ex)
|
||||
{
|
||||
}
|
||||
}
|
||||
|
||||
reportCompare(expect, actual, summary);
|
||||
|
|
Загрузка…
Ссылка в новой задаче