From 52410747c965087c381c2777b2781d679a289b55 Mon Sep 17 00:00:00 2001 From: "scherkus@chromium.org" Date: Tue, 24 Jan 2012 01:16:15 +0000 Subject: [PATCH] Switch media/audio-data-url.html layout test to base64-encoded WAV data. https://bugs.webkit.org/show_bug.cgi?id=76759 Reviewed by Eric Carlson. * media/audio-data-url-expected.txt: * media/audio-data-url.html: * platform/chromium/test_expectations.txt: git-svn-id: http://svn.webkit.org/repository/webkit/trunk@105664 268f45cc-cd09-0410-ab3c-d52691b4dbfc --- LayoutTests/ChangeLog | 11 +++++++++++ LayoutTests/media/audio-data-url-expected.txt | 2 +- LayoutTests/media/audio-data-url.html | 9 ++++----- LayoutTests/platform/chromium/test_expectations.txt | 1 - 4 files changed, 16 insertions(+), 7 deletions(-) diff --git a/LayoutTests/ChangeLog b/LayoutTests/ChangeLog index bf6a169b..4b5b025 100644 --- a/LayoutTests/ChangeLog +++ b/LayoutTests/ChangeLog @@ -1,3 +1,14 @@ +2012-01-23 Andrew Scherkus + + Switch media/audio-data-url.html layout test to base64-encoded WAV data. + https://bugs.webkit.org/show_bug.cgi?id=76759 + + Reviewed by Eric Carlson. + + * media/audio-data-url-expected.txt: + * media/audio-data-url.html: + * platform/chromium/test_expectations.txt: + 2012-01-23 Ryosuke Niwa REGRESSION(r105396): drag state is not cleared after each drag diff --git a/LayoutTests/media/audio-data-url-expected.txt b/LayoutTests/media/audio-data-url-expected.txt index e2c2076..c5ad321 100644 --- a/LayoutTests/media/audio-data-url-expected.txt +++ b/LayoutTests/media/audio-data-url-expected.txt @@ -6,6 +6,6 @@ EVENT(loadedmetadata) EVENT(loadeddata) EVENT(canplay) EVENT(canplaythrough) -EXPECTED (mediaElement.duration.toFixed(2) == '2.94') OK +EXPECTED (mediaElement.duration.toFixed(2) == '0.25') OK END OF TEST diff --git a/LayoutTests/media/audio-data-url.html b/LayoutTests/media/audio-data-url.html index 9dd2b37..4667010 100644 --- a/LayoutTests/media/audio-data-url.html +++ b/LayoutTests/media/audio-data-url.html @@ -3,12 +3,12 @@ diff --git a/LayoutTests/platform/chromium/test_expectations.txt b/LayoutTests/platform/chromium/test_expectations.txt index 1546aef..a710a31 100644 --- a/LayoutTests/platform/chromium/test_expectations.txt +++ b/LayoutTests/platform/chromium/test_expectations.txt @@ -474,7 +474,6 @@ WONTFIX SKIP : http/tests/cookies/third-party-cookie-relaxing.html = FAIL WONTFIX SKIP MAC : fast/dom/HTMLProgressElement/progress-element.html = TEXT // These tests are WONTFIX because they use codecs Chromium doesn't support. -WONTFIX SKIP : media/audio-data-url.html = TIMEOUT FAIL WONTFIX SKIP : media/audio-mpeg-supported.html = TIMEOUT FAIL WONTFIX SKIP : media/audio-mpeg4-supported.html = TIMEOUT FAIL WONTFIX SKIP : media/media-can-play-mpeg-audio.html = TEXT -- 2.7.4