mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-12-07 21:43:24 +00:00
JavaScript Tests - regression test for bug 414531
This commit is contained in:
parent
769d8abc7f
commit
8d3f81b808
@ -148,4 +148,9 @@ new TestCase( SECTION,
|
||||
Math.PI/360,
|
||||
Math.acos(0.9999619230642));
|
||||
|
||||
new TestCase( SECTION,
|
||||
"Math.acos(-3.0)",
|
||||
Number.NaN,
|
||||
Math.acos(-3.0));
|
||||
|
||||
test();
|
||||
|
Loading…
Reference in New Issue
Block a user