зеркало из https://github.com/mozilla/gecko-dev.git
Regression test for bug 319384, attempt to catch conversion error
This commit is contained in:
Родитель
ad03fd2d7d
Коммит
c6d79334bd
|
@ -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);
|
||||
|
|
Загрузка…
Ссылка в новой задаче