Bug 112110
Summary: | [GTK] media/track/track-cue-container-rendering-position.html is failing | ||
---|---|---|---|
Product: | WebKit | Reporter: | Zan Dobersek <zan> |
Component: | WebKitGTK | Assignee: | Nobody <webkit-unassigned> |
Status: | RESOLVED FIXED | ||
Severity: | Normal | CC: | bugs-noreply, eocanha |
Priority: | P2 | Keywords: | Gtk, LayoutTestFailure |
Version: | 528+ (Nightly build) | ||
Hardware: | Unspecified | ||
OS: | Unspecified |
Zan Dobersek
Introduced in r145397
http://trac.webkit.org/changeset/145397
http://test-results.appspot.com/dashboards/flakiness_dashboard.html#group=%40ToT%20-%20webkit.org&tests=media%2Ftrack%2Ftrack-cue-container-rendering-position.html
--- /home/slave/webkitgtk/gtk-linux-64-release/build/layout-test-results/media/track/track-cue-container-rendering-position-expected.txt
+++ /home/slave/webkitgtk/gtk-linux-64-release/build/layout-test-results/media/track/track-cue-container-rendering-position-actual.txt
@@ -1,6 +1,6 @@
The top of the text track container should be in the bottom 25% of the video element.
EVENT(canplaythrough)
-EXPECTED (cueDisplayElement.offsetTop > (video.videoHeight * .75) == 'true') OK
+EXPECTED (cueDisplayElement.offsetTop > (video.videoHeight * .75) == 'true'), OBSERVED 'false' FAIL
END OF TEST
Attachments | ||
---|---|---|
Add attachment proposed patch, testcase, etc. |
Enrique OcaƱa
The test hasn't had any failure, timeout or crash in the last 995 commits (from r257196 to r258191). Closing as fixed.
Also, see bug 143708.