Sign in
webkit
/
WebKit
/
8e7a3447df20af9ec2c05f0bf890f531cfa43c41
/
.
/
LayoutTests
/
js
/
dom
/
script-tests
/
neq-null-crash.js
blob: 46c54bf9b89bc115e3fb8c72fd3d815b0b89ce2e [
file
] [
log
] [
blame
]
description
(
"This test for a random crash when generated bytecodes include 'op_neq_null'."
);
function
crush
()
{
return
(
document
.
all
!=
null
&&
undefinedVar
);
}
for
(
var
i
=
1
;
i
<
100
;
i
++)
{
shouldBeFalse
(
"crush()"
);
}