Sign in
webkit
/
WebKit
/
73559930a6418bc4621c1c5774b11e1be9c21a8f
/
.
/
LayoutTests
/
js
/
script-tests
/
string-slice-abnormal-values.js
blob: 8ad39d9d0f58bcd800a76000b7c2e02be4702154 [
file
] [
log
] [
blame
]
description
(
"This test checks for handling of abnormal values passed to String.slice"
);
shouldBe
(
'"abc".slice(0)'
,
'"abc"'
);
shouldBe
(
'"abc".slice(0, Infinity)'
,
'"abc"'
);