diff options
author | commit-queue@webkit.org <commit-queue@webkit.org@bbb929c8-8fbe-4397-9dbb-9b2b20218538> | 2010-08-26 03:09:44 +0000 |
---|---|---|
committer | commit-queue@webkit.org <commit-queue@webkit.org@bbb929c8-8fbe-4397-9dbb-9b2b20218538> | 2010-08-26 03:09:44 +0000 |
commit | 73fc9909969a86a59231d7210944e753b6723b1f (patch) | |
tree | 8351302308ce2975f5f8832fcdd15255e446f366 /third_party/WebKit/LayoutTests/fast/js/string-split-double-empty-expected.txt | |
parent | 05724fc061d0e5a465f4c1c656b2586d8ba6f5f4 (diff) | |
download | chromium_src-73fc9909969a86a59231d7210944e753b6723b1f.zip chromium_src-73fc9909969a86a59231d7210944e753b6723b1f.tar.gz chromium_src-73fc9909969a86a59231d7210944e753b6723b1f.tar.bz2 |
2010-08-25 Michael Saboff <msaboff@apple.com>
Reviewed by Oliver Hunt.
Added new test to check for regression as reported in
https://bugs.webkit.org/show_bug.cgi?id=44600.
* fast/js/script-tests/string-split-double-empty.js: Added.
* fast/js/string-split-double-empty-expected.txt: Added.
* fast/js/string-split-double-empty.html: Added.
git-svn-id: svn://svn.chromium.org/blink/trunk@66075 bbb929c8-8fbe-4397-9dbb-9b2b20218538
Diffstat (limited to 'third_party/WebKit/LayoutTests/fast/js/string-split-double-empty-expected.txt')
-rw-r--r-- | third_party/WebKit/LayoutTests/fast/js/string-split-double-empty-expected.txt | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/third_party/WebKit/LayoutTests/fast/js/string-split-double-empty-expected.txt b/third_party/WebKit/LayoutTests/fast/js/string-split-double-empty-expected.txt new file mode 100644 index 0000000..9fee266 --- /dev/null +++ b/third_party/WebKit/LayoutTests/fast/js/string-split-double-empty-expected.txt @@ -0,0 +1,11 @@ +This test checks for a regression against split() function returns wrong answer for second empty split. + +On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE". + + +PASS "".split(/s+/) is [""] +PASS "".split(/s+/) is [""] +PASS successfullyParsed is true + +TEST COMPLETE + |