diff options
author | ajwong@chromium.org <ajwong@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-04-16 18:05:13 +0000 |
---|---|---|
committer | ajwong@chromium.org <ajwong@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-04-16 18:05:13 +0000 |
commit | 7156d65c271195149b130ea5d0af488c6c69640d (patch) | |
tree | 68dc7062741ad38f3909ae71348c84a630597e84 | |
parent | 62c33767c032d4b2272a7a4faca91f1209bee03c (diff) | |
download | chromium_src-7156d65c271195149b130ea5d0af488c6c69640d.zip chromium_src-7156d65c271195149b130ea5d0af488c6c69640d.tar.gz chromium_src-7156d65c271195149b130ea5d0af488c6c69640d.tar.bz2 |
Webkit Roll 57659 -> 57677
Review URL: http://codereview.chromium.org/1572044
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@44797 0039d316-1c4b-4281-b951-d872f2087c98
-rw-r--r-- | DEPS | 2 | ||||
-rw-r--r-- | webkit/tools/layout_tests/test_expectations.txt | 3 |
2 files changed, 4 insertions, 1 deletions
@@ -1,7 +1,7 @@ vars = { "webkit_trunk": "http://svn.webkit.org/repository/webkit/trunk", - "webkit_revision": "57659", + "webkit_revision": "57677", "ffmpeg_revision": "43776", "skia_revision": "504", "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 803b99e..9edd445 100644 --- a/webkit/tools/layout_tests/test_expectations.txt +++ b/webkit/tools/layout_tests/test_expectations.txt @@ -67,3 +67,6 @@ BUG41555 LINUX DEBUG : fast/ruby/rubyDOM-remove-rt1.html = CRASH BUG41555 LINUX DEBUG : fast/ruby/rubyDOM-remove-rt2.html = CRASH BUG41555 LINUX DEBUG : fast/ruby/rubyDOM-remove-text1.html = CRASH BUG41555 LINUX DEBUG : fast/ruby/rubyDOM-remove-text2.html = CRASH + +// Failing with webkit roll 57659 -> 57677. +BUGAJWONG LINUX DEBUG : fast/canvas/toDataURL-noData.html = CRASH |