From c63c66fdb3a2cbe939e22a8d1bfdcc8558c64e17 Mon Sep 17 00:00:00 2001 From: "jorlow@chromium.org" <jorlow@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> Date: Wed, 28 Apr 2010 19:17:15 +0000 Subject: [PATCH] Revert WebKit roll in 45810 because it caused a failure on "WebKit (dbg)(3)". TEST=none BUG=42763 Review URL: http://codereview.chromium.org/1775009 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@45840 0039d316-1c4b-4281-b951-d872f2087c98 --- DEPS | 2 +- webkit/tools/layout_tests/test_expectations.txt | 6 ++++++ 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/DEPS b/DEPS index 9ba610a6a9991..c59f16ecd54a0 100644 --- a/DEPS +++ b/DEPS @@ -1,7 +1,7 @@ vars = { "webkit_trunk": "http://svn.webkit.org/repository/webkit/trunk", - "webkit_revision": "58407", + "webkit_revision": "58400", "ffmpeg_revision": "45437", "skia_revision": "560", "chromium_git": "http://src.chromium.org/git", diff --git a/webkit/tools/layout_tests/test_expectations.txt b/webkit/tools/layout_tests/test_expectations.txt index c815c8a31ba8b..86e5881750a06 100644 --- a/webkit/tools/layout_tests/test_expectations.txt +++ b/webkit/tools/layout_tests/test_expectations.txt @@ -26,3 +26,9 @@ BUGWK38109 : editing/selection/caret-rtl-2.html = IMAGE // Looks like I was too quick to remove this in r45579. BUGAGL : fast/canvas/canvas-empty-image-pattern.html = IMAGE + +// WebKit roll 58304:58400 +BUGUKAI : traversal/node-iterator-prototype.html = FAIL +BUGUKAI : fast/images/svg-background-partial-redraw.html = IMAGE IMAGE+TEXT +BUGUKAI WIN MAC : fast/text/international/bold-bengali.html = MISSING +BUGUKAI LINUX : fast/text/international/khmer-selection.html = FAIL -- GitLab