Bug 188105

Summary: [GStreamer] Layout test media/track/track-css-all-cues.html is flaky
Product: WebKit Reporter: Michael Catanzaro <mcatanzaro>
Component: MediaAssignee: Nobody <webkit-unassigned>
Status: RESOLVED FIXED    
Severity: Normal CC: bugs-noreply, magomez
Priority: P2    
Version: Other   
Hardware: PC   
OS: Linux   

Description Michael Catanzaro 2018-07-27 12:05:04 PDT
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
Comment 1 Miguel Gomez 2019-08-08 06:55:58 PDT
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.
Comment 2 Diego Pino 2020-11-03 08:29:48 PST
This test(s) has been consistenly passing in the last 4000 revisions. Closing bug.