summaryrefslogtreecommitdiffstats
path: root/webkit/data
diff options
context:
space:
mode:
authorkmillikin@chromium.org <kmillikin@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2009-03-12 13:39:26 +0000
committerkmillikin@chromium.org <kmillikin@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2009-03-12 13:39:26 +0000
commit4e01e09351168a92e86ad6dc2391d2f0a695080e (patch)
tree59ea389aba78426665e4a6b2c4d2a9466801ae4a /webkit/data
parent097e38421957bcdf84a79fbed193570fbb2e647e (diff)
downloadchromium_src-4e01e09351168a92e86ad6dc2391d2f0a695080e.zip
chromium_src-4e01e09351168a92e86ad6dc2391d2f0a695080e.tar.gz
chromium_src-4e01e09351168a92e86ad6dc2391d2f0a695080e.tar.bz2
Remove the Linux test expectation file of a test with the same
expectated behavior on both Windows and Linux. Review URL: http://codereview.chromium.org/42120 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@11532 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'webkit/data')
-rwxr-xr-xwebkit/data/layout_tests/platform/chromium-linux/LayoutTests/fast/js/function-toString-semicolon-insertion-expected.txt17
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
-