diff options
author | scherkus@chromium.org <scherkus@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-10-22 02:27:52 +0000 |
---|---|---|
committer | scherkus@chromium.org <scherkus@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-10-22 02:27:52 +0000 |
commit | 5e2f26f3c2f3cabd58106b51454c498ed69d4fff (patch) | |
tree | d2372a2435db71f3911010ae8822e5afaa06fe4f | |
parent | d10531a4883c943b8f94bd2617ea5e3028fdf5d8 (diff) | |
download | chromium_src-5e2f26f3c2f3cabd58106b51454c498ed69d4fff.zip chromium_src-5e2f26f3c2f3cabd58106b51454c498ed69d4fff.tar.gz chromium_src-5e2f26f3c2f3cabd58106b51454c498ed69d4fff.tar.bz2 |
Don't skip video-currentTime-set.html anymore since upstreamed WebKit fix has been merged.
BUG=13907
TEST=it should start running + passing
TBR=hclam
Review URL: http://codereview.chromium.org/292062
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@29755 0039d316-1c4b-4281-b951-d872f2087c98
-rw-r--r-- | webkit/tools/layout_tests/test_expectations.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/webkit/tools/layout_tests/test_expectations.txt b/webkit/tools/layout_tests/test_expectations.txt index 9c73ea3..8f5a239 100644 --- a/webkit/tools/layout_tests/test_expectations.txt +++ b/webkit/tools/layout_tests/test_expectations.txt @@ -774,8 +774,8 @@ BUG13907 SKIP : LayoutTests/http/tests/media = FAIL // Linux debug media tests have spurious timeouts and it's annoying. We have no idea why. BUG13907 BUG25094 SKIP LINUX DEBUG : LayoutTests/media = TIMEOUT -// We don't autoload when src is assigned... we rely on load(). -BUG9798 BUG13907 SKIP: LayoutTests/media/video-currentTime-set.html = FAIL TIMEOUT +// Test should be passing. Will remove once confimed it's not flaky. +BUG9798 BUG13907 : LayoutTests/media/video-currentTime-set.html = PASS FAIL // The first load event fires occasionally, ending the test early. BUG9798 BUG13907 WIN RELEASE : LayoutTests/media/video-error-abort.html = FAIL PASS |