diff options
Diffstat (limited to 'webkit/data')
-rwxr-xr-x | webkit/data/layout_tests/platform/chromium-linux/LayoutTests/fast/js/function-toString-semicolon-insertion-expected.txt | 17 |
1 files changed, 0 insertions, 17 deletions
diff --git a/webkit/data/layout_tests/platform/chromium-linux/LayoutTests/fast/js/function-toString-semicolon-insertion-expected.txt b/webkit/data/layout_tests/platform/chromium-linux/LayoutTests/fast/js/function-toString-semicolon-insertion-expected.txt deleted file mode 100755 index 40dfae9..0000000 --- a/webkit/data/layout_tests/platform/chromium-linux/LayoutTests/fast/js/function-toString-semicolon-insertion-expected.txt +++ /dev/null @@ -1,17 +0,0 @@ -This test checks that functions re-string-ify in a way that is syntactically compatible with concatenation. - -On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE". - - -FAIL (function(){return}).toString() should be function () {return;}. Was function (){return}. -FAIL (function(){return }).toString() should be function () {return; }. Was function (){return }. -FAIL (function(){return -}).toString() should be function () {return; -}. Was function (){return -}. -FAIL (function(){}).toString() should be function () {}. Was function (){}. -FAIL (function(){ }).toString() should be function () { }. Was function (){ }. -PASS successfullyParsed is true - -TEST COMPLETE - |