RESOLVED FIXED Bug 221835
media/track/track-in-band-style.html needs to be rebaselined
https://bugs.webkit.org/show_bug.cgi?id=221835
Summary media/track/track-in-band-style.html needs to be rebaselined
Robert Jenner
Reported 2021-02-12 11:39:09 PST
media/track/track-in-band-style.html Is image failing in iOS. HISTORY URL: https://results.webkit.org/?suite=layout-tests&test=media%2Ftrack%2Ftrack-in-band-style.html Test started failing in r272055, and has been failing ever since. DIFF URL: https://build.webkit.org/results/Apple-iOS-14-Simulator-Release-WK2-Tests/r272781%20(102)/media/track/track-in-band-style-pretty-diff.html DIFF TEXT: --- /Volumes/Data/slave/ios-simulator-14-release-tests-wk2/build/layout-test-results/media/track/track-in-band-style-expected.txt +++ /Volumes/Data/slave/ios-simulator-14-release-tests-wk2/build/layout-test-results/media/track/track-in-band-style-actual.txt @@ -14,6 +14,6 @@ ** Test current cue colors EXPECTED (getComputedStyle(cueNode).color == 'rgb(255, 255, 255)') OK -EXPECTED (getComputedStyle(cueNode).backgroundColor == 'rgba(0, 0, 0, 0.8)') OK +EXPECTED (getComputedStyle(cueNode).backgroundColor == 'rgba(0, 0, 0, 0.8)'), OBSERVED 'rgba(0, 0, 0, 0)' FAIL END OF TEST Was able to reproduce the failure on r272783. Test was added/modified at changeset: https://trac.webkit.org/changeset/272055/webkit
Attachments
Patch (1.41 KB, patch)
2021-02-12 12:17 PST, Robert Jenner
no flags
Radar WebKit Bug Importer
Comment 1 2021-02-12 11:39:31 PST
Robert Jenner
Comment 2 2021-02-12 11:43:36 PST
Failure reproduced in r272783 using test: run-webkit-test media/track/track-in-band-style.html --ios-simulator --iterations 1000 -f
Truitt Savell
Comment 3 2021-02-12 11:50:40 PST
It looks like this is failing for all of macOS too but was hidden from our results due to being marked as failing.
Robert Jenner
Comment 4 2021-02-12 12:17:51 PST
Jer Noble
Comment 5 2021-02-12 12:23:22 PST
Comment on attachment 420161 [details] Patch This _should _ cause GStreamer's test bot to start failing (which is fine). But GStreamer may want to land a port-specific test in platform/ instead of modifying the test and results for all ports.
EWS
Comment 6 2021-02-17 17:13:08 PST
Committed r273050: <https://commits.webkit.org/r273050> All reviewed patches have been landed. Closing bug and clearing flags on attachment 420161 [details].
Note You need to log in before you can comment on or make changes to this bug.