diff --git a/LayoutTests/ChangeLog b/LayoutTests/ChangeLog index 016d3a26b7864..b2fe9fd0b657d 100644 --- a/LayoutTests/ChangeLog +++ b/LayoutTests/ChangeLog @@ -1,3 +1,15 @@ +2012-06-10 Christophe Dumez + + [EFL][GTK] media/track/track-cue-rendering-inner-timestamps.html is failing + https://bugs.webkit.org/show_bug.cgi?id=88725 + + Reviewed by Eric Carlson. + + * media/track/track-cue-rendering-inner-timestamps.html: Round the timestamp values + so that the test passes for EFL and GTK ports. + * platform/efl/TestExpectations: Unskip test. + * platform/gtk/TestExpectations: Unskip test. + 2012-06-10 Christophe Dumez [EFL] Skip fast/dom/frame-loading-via-document-write.html diff --git a/LayoutTests/media/track/track-cue-rendering-inner-timestamps.html b/LayoutTests/media/track/track-cue-rendering-inner-timestamps.html index 9dcc1e8589d4e..22329b17a29b6 100644 --- a/LayoutTests/media/track/track-cue-rendering-inner-timestamps.html +++ b/LayoutTests/media/track/track-cue-rendering-inner-timestamps.html @@ -48,7 +48,7 @@ consoleWrite(""); consoleWrite("* Cue " + i + " *"); - consoleWrite("Current time: " + video.currentTime); + consoleWrite("Current time: " + Math.round(video.currentTime * 100) / 100); consoleWrite("Past: " + cueDisplayElement.childNodes[0].innerHTML); consoleWrite("Future: " + cueDisplayElement.childNodes[1].innerHTML); diff --git a/LayoutTests/platform/efl/TestExpectations b/LayoutTests/platform/efl/TestExpectations index 85345a1a875cc..a3eddaeecda1b 100644 --- a/LayoutTests/platform/efl/TestExpectations +++ b/LayoutTests/platform/efl/TestExpectations @@ -705,9 +705,6 @@ BUGWK88661 SKIP : http/tests/security/local-video-src-from-remote.html = FAIL // Failing after r119268 on GTK and EFL BUGWK88138 : http/tests/media/video-buffered.html = TEXT -// Test introduced in r119907 fails on GTK and EFL -BUGWK88725 : media/track/track-cue-rendering-inner-timestamps.html = TEXT - // EFL's LayoutTestController does not implement setAsynchronousSpellCheckingEnabled BUGWK86637 : editing/spelling/spellcheck-async.html = TEXT BUGWK86637 : editing/spelling/spellcheck-async-mutation.html = TEXT diff --git a/LayoutTests/platform/gtk/TestExpectations b/LayoutTests/platform/gtk/TestExpectations index 9691b7b14612f..9f98ac9da69dc 100644 --- a/LayoutTests/platform/gtk/TestExpectations +++ b/LayoutTests/platform/gtk/TestExpectations @@ -1283,9 +1283,6 @@ BUGWK86445 : fast/multicol/split-in-top-margin.html = IMAGE // Requires rebaseline after https://bugs.webkit.org/show_bug.cgi?id=85405 BUGWK85405 : tables/mozilla/bugs/bug10296-1.html = TEXT -// Test introduced in r119907 fails on GTK and EFL -BUGWK88725 : media/track/track-cue-rendering-inner-timestamps.html = TEXT - // Paletted PNG with ICC color profiles not working. BUGWK86722 SKIP : fast/images/paletted-png-with-color-profile.html = FAIL MISSING