| Index: LayoutTests/fast/js/string-split-ignore-case-expected.txt
|
| diff --git a/LayoutTests/fast/js/string-split-ignore-case-expected.txt b/LayoutTests/fast/js/string-split-ignore-case-expected.txt
|
| deleted file mode 100644
|
| index 13257637a4b294bf34ac04bd2790d67ea0bb28e0..0000000000000000000000000000000000000000
|
| --- a/LayoutTests/fast/js/string-split-ignore-case-expected.txt
|
| +++ /dev/null
|
| @@ -1,10 +0,0 @@
|
| -This test checks for a regression against split() function ignores case insensitive modifier.
|
| -
|
| -On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
|
| -
|
| -
|
| -PASS "1s2S3".split(/s/i).toString() is "1,2,3"
|
| -PASS successfullyParsed is true
|
| -
|
| -TEST COMPLETE
|
| -
|
|
|