Bug 188105
| Summary: | [GStreamer] Layout test media/track/track-css-all-cues.html is flaky | ||
|---|---|---|---|
| Product: | WebKit | Reporter: | Michael Catanzaro <mcatanzaro> |
| Component: | Media | Assignee: | Nobody <webkit-unassigned> |
| Status: | RESOLVED FIXED | ||
| Severity: | Normal | CC: | bugs-noreply, magomez |
| Priority: | P2 | ||
| Version: | Other | ||
| Hardware: | PC | ||
| OS: | Linux | ||
Michael Catanzaro
Layout test media/track/track-css-all-cues.html is flaky on the GTK bot. It usually passes, but sometimes fails with:
--- /home/slave/webkitgtk/gtk-linux-64-release-tests/build/layout-test-results/media/track/track-css-all-cues-expected.txt
+++ /home/slave/webkitgtk/gtk-linux-64-release-tests/build/layout-test-results/media/track/track-css-all-cues-actual.txt
@@ -2,7 +2,7 @@
Test that style to all cues is applied correctly.
EVENT(canplaythrough)
EVENT(seeked)
-EXPECTED (getComputedStyle(textTrackDisplayElement(video, 'cue')).color == 'rgb(128, 0, 128)') OK
-EXPECTED (getComputedStyle(textTrackDisplayElement(video, 'cue')).backgroundColor == 'rgb(0, 255, 0)') OK
+No text track cue with display id 'cue' is currently visible
+No text track cue with display id 'cue' is currently visible
END OF TEST
| Attachments | ||
|---|---|---|
| Add attachment proposed patch, testcase, etc. |
Miguel Gomez
This is now crashing as reported in bug 200534. Adding the crash expectation, but keeping the previous ones so we can get back to them when the crash is fixed.
Diego Pino
This test(s) has been consistenly passing in the last 4000 revisions. Closing bug.