diff options
author | tony@chromium.org <tony@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-10-26 20:12:44 +0000 |
---|---|---|
committer | tony@chromium.org <tony@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-10-26 20:12:44 +0000 |
commit | 9e0715d8a73a2f97fe59dac3dc435b9d5c72de2f (patch) | |
tree | a1915c8fca16bd5d6e9c724ab4d563510bcd7e2d | |
parent | 43f36fc572140e18e8769a62a2d8dd8fa265d8e6 (diff) | |
download | chromium_src-9e0715d8a73a2f97fe59dac3dc435b9d5c72de2f.zip chromium_src-9e0715d8a73a2f97fe59dac3dc435b9d5c72de2f.tar.gz chromium_src-9e0715d8a73a2f97fe59dac3dc435b9d5c72de2f.tar.bz2 |
Merge from r50027:50073. Just some new tests failing.
TBR=jorlow
Review URL: http://codereview.chromium.org/332028
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@30080 0039d316-1c4b-4281-b951-d872f2087c98
-rw-r--r-- | DEPS | 2 | ||||
-rw-r--r-- | webkit/tools/layout_tests/test_expectations.txt | 11 |
2 files changed, 12 insertions, 1 deletions
@@ -1,7 +1,7 @@ vars = { "webkit_trunk": "http://svn.webkit.org/repository/webkit/trunk", - "webkit_revision": "50027", + "webkit_revision": "50073", "ffmpeg_revision": "28488", } diff --git a/webkit/tools/layout_tests/test_expectations.txt b/webkit/tools/layout_tests/test_expectations.txt index 71d5aab..754902c 100644 --- a/webkit/tools/layout_tests/test_expectations.txt +++ b/webkit/tools/layout_tests/test_expectations.txt @@ -3237,3 +3237,14 @@ BUG_SCHERKUS : LayoutTests/media/video-pause-immediately.html = FAIL BUG25747 WIN : LayoutTests/fast/xmlhttprequest/xmlhttprequest-invalid-values.html = CRASH PASS BUG25747 MAC : LayoutTests/fast/forms/tabbing-input-iframe.html = CRASH PASS BUG25747 LINUX : LayoutTests/fast/overflow/scroll-vertical-not-horizontal.html = CRASH PASS + +// WebKit roll 50027:50073 +// HTML5 media element 'load' removed: http://trac.webkit.org/changeset/50063 +BUG_TONY : LayoutTests/media/audio-constructor-autobuffer.html = FAIL +BUG_TONY : LayoutTests/media/audio-constructor.html = FAIL +BUG_TONY : LayoutTests/media/video-append-source.html = FAIL +BUG_TONY : LayoutTests/media/video-canvas-source.html = FAIL +BUG_TONY : LayoutTests/media/video-controls.html = FAIL +BUG_TONY : LayoutTests/media/video-dom-src.html = FAIL +BUG_TONY : LayoutTests/media/video-seek-past-end-paused.html = FAIL +BUG_TONY : LayoutTests/media/video-src-change.html = FAIL |