diff options
author | rafaelw@chromium.org <rafaelw@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-03-10 17:21:41 +0000 |
---|---|---|
committer | rafaelw@chromium.org <rafaelw@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-03-10 17:21:41 +0000 |
commit | 9475d1d189c03a0626c4855b38f6004bfe7c5bb8 (patch) | |
tree | ad01070eb968b927cff0699e892fe4a16182b46a /webkit/data | |
parent | db24f367ca444d343f79676a697ef5db4e46e9ba (diff) | |
download | chromium_src-9475d1d189c03a0626c4855b38f6004bfe7c5bb8.zip chromium_src-9475d1d189c03a0626c4855b38f6004bfe7c5bb8.tar.gz chromium_src-9475d1d189c03a0626c4855b38f6004bfe7c5bb8.tar.bz2 |
Creating a new baseline for LayoutTest/fast/js/function-toString-semicolon-insertion-expected.html.
Relevant webkit changeset: http://trac.webkit.org/changeset/41045
Discussion between mbelshe, kmillikin, lrn & erikcorry.
Decision: amnestyusa.org (motivation for webkit change) works with 1.0.154.48. No need to change anything unless get a bug to work against.
Review URL: http://codereview.chromium.org/41014
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@11341 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'webkit/data')
3 files changed, 51 insertions, 0 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 new file mode 100755 index 0000000..40dfae9 --- /dev/null +++ b/webkit/data/layout_tests/platform/chromium-linux/LayoutTests/fast/js/function-toString-semicolon-insertion-expected.txt @@ -0,0 +1,17 @@ +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 + diff --git a/webkit/data/layout_tests/platform/chromium-mac/LayoutTests/fast/js/function-toString-semicolon-insertion-expected.txt b/webkit/data/layout_tests/platform/chromium-mac/LayoutTests/fast/js/function-toString-semicolon-insertion-expected.txt new file mode 100755 index 0000000..40dfae9 --- /dev/null +++ b/webkit/data/layout_tests/platform/chromium-mac/LayoutTests/fast/js/function-toString-semicolon-insertion-expected.txt @@ -0,0 +1,17 @@ +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 + diff --git a/webkit/data/layout_tests/platform/chromium-win/LayoutTests/fast/js/function-toString-semicolon-insertion-expected.txt b/webkit/data/layout_tests/platform/chromium-win/LayoutTests/fast/js/function-toString-semicolon-insertion-expected.txt new file mode 100755 index 0000000..40dfae9 --- /dev/null +++ b/webkit/data/layout_tests/platform/chromium-win/LayoutTests/fast/js/function-toString-semicolon-insertion-expected.txt @@ -0,0 +1,17 @@ +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 + |