From ca3bc357a579e5f47e809b31763469b3067bb159 Mon Sep 17 00:00:00 2001 From: "ager@chromium.org" Date: Wed, 20 May 2009 10:24:20 +0000 Subject: Fix crash in SVG bindings. We attempted to update the SVGContext for a NULL SVGElement which makes no sense. BUG=12105 Review URL: http://codereview.chromium.org/113627 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@16471 0039d316-1c4b-4281-b951-d872f2087c98 --- webkit/tools/layout_tests/test_expectations.txt | 3 --- 1 file changed, 3 deletions(-) (limited to 'webkit/tools') diff --git a/webkit/tools/layout_tests/test_expectations.txt b/webkit/tools/layout_tests/test_expectations.txt index 1d0a962..f755ab3 100644 --- a/webkit/tools/layout_tests/test_expectations.txt +++ b/webkit/tools/layout_tests/test_expectations.txt @@ -2666,9 +2666,6 @@ BUG12054 MAC LINUX : LayoutTests/fast/text/international/thai-baht-space.html = // New test, added in http://trac.webkit.org/changeset/43793, fails for us. BUG12104 : LayoutTests/fast/backgrounds/background-clip-text.html = FAIL -// Change upstream reveals an issue in V8 bindings: http://trac.webkit.org/changeset/43795 -BUG12105 DEBUG : LayoutTests/svg/dom/svglist-exception-on-out-bounds-error.html = CRASH - // New test, added in http://trac.webkit.org/changeset/43822, fails for us BUG12197 : LayoutTests/editing/pasteboard/get-data-text-plain-drop.html = FAIL -- cgit v1.1