Bug 182932

Summary: [mac-wk1] Layout Test media/track/track-css-matching-default.html is a flaky timeout
Product: WebKit Reporter: Ryan Haddad <ryanhaddad>
Component: MediaAssignee: Nobody <webkit-unassigned>
Status: RESOLVED CONFIGURATION CHANGED    
Severity: Normal CC: ahmad.saleem792, eric.carlson, jer.noble, jlewis3
Priority: P2    
Version: WebKit Nightly Build   
Hardware: Unspecified   
OS: Unspecified   

Description Ryan Haddad 2018-02-19 10:53:16 PST
The following layout test is a flaky timeout on macOS WK1

media/track/track-css-matching-default.html

Probable cause:

Unknown, this test has been flaky for a while.

Flakiness Dashboard:

https://webkit-test-results.webkit.org/dashboards/flakiness_dashboard.html#showAllRuns=true&tests=media%2Ftrack%2Ftrack-css-matching-default.html

--- /Volumes/Data/slave/highsierra-debug-tests-wk1/build/layout-test-results/media/track/track-css-matching-default-expected.txt
+++ /Volumes/Data/slave/highsierra-debug-tests-wk1/build/layout-test-results/media/track/track-css-matching-default-actual.txt
@@ -1,9 +1,7 @@
+CONSOLE MESSAGE: line 83: No text track cue with display id 'cue' is currently visible
+FAIL: Timed out waiting for notifyDone to be called
 
 Test that u, b, i WebVTT objects are being styled correctly.
 EVENT(canplaythrough)
 EVENT(seeked)
-EXPECTED (getComputedStyle(cueNode).fontWeight == 'bold') OK
-EXPECTED (getComputedStyle(cueNode).fontStyle == 'italic') OK
-EXPECTED (getComputedStyle(cueNode).textDecoration == 'underline') OK
-END OF TEST
Comment 1 Ryan Haddad 2018-02-19 10:56:05 PST
Marked test as flaky in https://trac.webkit.org/changeset/228700/webkit
Comment 2 Ahmad Saleem 2023-10-25 09:01:27 PDT
This commit removed the test:

https://github.com/WebKit/WebKit/commit/a39bd42ad87d82a3bea0fa6eac107376a973cf7c

* media/track/track-css-matching-default.html: Removed.

Nothing to do here.