Sign in
webkit
/
WebKit
/
73559930a6418bc4621c1c5774b11e1be9c21a8f
/
.
/
LayoutTests
/
js
/
mod-by-zero-expected.txt
blob: 59639264acf9685c2aeb6c005f338681d95a1e8f [
file
] [
log
] [
blame
]
This tests that modulo with zero does not crash but returns NaN.
On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
PASS mod(0) is NaN
PASS successfullyParsed is true
TEST COMPLETE