summaryrefslogtreecommitdiffstats
path: root/webkit/tools
diff options
context:
space:
mode:
authortc@google.com <tc@google.com@0039d316-1c4b-4281-b951-d872f2087c98>2009-04-16 21:50:29 +0000
committertc@google.com <tc@google.com@0039d316-1c4b-4281-b951-d872f2087c98>2009-04-16 21:50:29 +0000
commitaec53c706a0b9e2f2c65cb8cd2be5c4670829d83 (patch)
treed79f1c1a65f6d648de39619e54fa8c48e7f256bb /webkit/tools
parent3e21831b1796f52ae015b6dd62106830d81ebb71 (diff)
downloadchromium_src-aec53c706a0b9e2f2c65cb8cd2be5c4670829d83.zip
chromium_src-aec53c706a0b9e2f2c65cb8cd2be5c4670829d83.tar.gz
chromium_src-aec53c706a0b9e2f2c65cb8cd2be5c4670829d83.tar.bz2
Chrome side of webkit merge from 42547 to 42580.
In http://trac.webkit.org/changeset/42579 ScriptController::createInlineEventListener was changed to take 4 params instead of 3, so I updated the V8 ScriptController to do the same. We don't seem to need the extra arg because both v8_proxy::createSVGEventHandler and v8_proxy::createInlineEventListener are identical. Also one new .cpp/.h file from http://trac.webkit.org/changeset/42580 Review URL: http://codereview.chromium.org/79008 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@13884 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'webkit/tools')
-rw-r--r--webkit/tools/layout_tests/test_expectations.txt5
1 files changed, 5 insertions, 0 deletions
diff --git a/webkit/tools/layout_tests/test_expectations.txt b/webkit/tools/layout_tests/test_expectations.txt
index bda2dc8..d6d6209 100644
--- a/webkit/tools/layout_tests/test_expectations.txt
+++ b/webkit/tools/layout_tests/test_expectations.txt
@@ -2467,3 +2467,8 @@ BUG10529 LINUX : LayoutTests/editing/inserting/6703873.html = FAIL
// This test was changed upstream in http://trac.webkit.org/changeset/42447
// to include window.showModalDialog, which we give as undefined.
BUG10530 : LayoutTests/fast/dom/Window/window-function-frame-getter-precedence.html = FAIL
+
+// New tests from webkit merge 42547:42580
+DEFER BUG10621 : LayoutTests/fast/js/array-reduce.html = FAIL
+DEFER BUG10621 : LayoutTests/fast/js/array-reduceRight.html = FAIL
+DEFER BUG10622 : LayoutTests/fast/js/array-enumerators-functions.html = FAIL