From: commit-queue@webkit.org Date: Thu, 12 Apr 2012 20:26:49 +0000 (+0000) Subject: Unreviewed, rolling out r114005. X-Git-Tag: 070512121124~7136 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=1d6517d8188b308260658260feb58a065b388441;p=profile%2Fivi%2Fwebkit-efl.git Unreviewed, rolling out r114005. http://trac.webkit.org/changeset/114005 https://bugs.webkit.org/show_bug.cgi?id=83809 This patch may have unveiled other bugs, need to investigate (Requested by vrk on #webkit). Patch by Sheriff Bot on 2012-04-12 * media/video-seek-past-end-paused-expected.txt: * media/video-seek-past-end-paused.html: * platform/chromium/test_expectations.txt: git-svn-id: http://svn.webkit.org/repository/webkit/trunk@114025 268f45cc-cd09-0410-ab3c-d52691b4dbfc --- diff --git a/LayoutTests/ChangeLog b/LayoutTests/ChangeLog index 89e92e9..5095fac 100644 --- a/LayoutTests/ChangeLog +++ b/LayoutTests/ChangeLog @@ -1,3 +1,16 @@ +2012-04-12 Sheriff Bot + + Unreviewed, rolling out r114005. + http://trac.webkit.org/changeset/114005 + https://bugs.webkit.org/show_bug.cgi?id=83809 + + This patch may have unveiled other bugs, need to investigate + (Requested by vrk on #webkit). + + * media/video-seek-past-end-paused-expected.txt: + * media/video-seek-past-end-paused.html: + * platform/chromium/test_expectations.txt: + 2012-04-12 Stephen Chenney Shadow is not shown when using strokeRect with a gradient strokeStyle diff --git a/LayoutTests/media/video-seek-past-end-paused-expected.txt b/LayoutTests/media/video-seek-past-end-paused-expected.txt index 50314d0..707b5d2 100644 --- a/LayoutTests/media/video-seek-past-end-paused-expected.txt +++ b/LayoutTests/media/video-seek-past-end-paused-expected.txt @@ -1,4 +1,6 @@ -Test that seeking paused video past its duration time sets currentTime to duration and leaves video paused. +Test that seeking paused video past it's duration time sets currentTime to duration and leaves video paused. + +RUN(video.load()) EVENT(canplaythrough) EXPECTED (video.paused == 'true') OK diff --git a/LayoutTests/media/video-seek-past-end-paused.html b/LayoutTests/media/video-seek-past-end-paused.html index 02a6952..e9c784e 100644 --- a/LayoutTests/media/video-seek-past-end-paused.html +++ b/LayoutTests/media/video-seek-past-end-paused.html @@ -1,61 +1,45 @@ - - - - - - - - - -

Test that seeking paused video past its duration time sets currentTime to duration and leaves video paused.

- - + + +

Test that seeking paused video past it's duration time sets currentTime to duration and leaves video paused.

+ + + diff --git a/LayoutTests/platform/chromium/test_expectations.txt b/LayoutTests/platform/chromium/test_expectations.txt index 4b6beb5..90947ce 100644 --- a/LayoutTests/platform/chromium/test_expectations.txt +++ b/LayoutTests/platform/chromium/test_expectations.txt @@ -3772,6 +3772,8 @@ BUGWK83324 WIN DEBUG : fast/js/cross-global-object-inline-global-var.html = PASS BUGWK19688 SKIP : fast/images/exif-orientation.html = FAIL BUGWK19688 SKIP : fast/images/exif-orientation-css.html = FAIL +BUGCR122448 : media/video-seek-past-end-paused.html = PASS TEXT + BUGCR122462 WIN LINUX : http/tests/inspector/inspect-element.html = TEXT BUGWK83503 LINUX DEBUG : plugins/inner-html-display-none.html = CRASH