RESOLVED FIXED 163518
REGRESSION(r207015): [GTK] Layout test media/modern-media-controls/airplay-button/airplay-button-on.html is failing
https://bugs.webkit.org/show_bug.cgi?id=163518
Summary REGRESSION(r207015): [GTK] Layout test media/modern-media-controls/airplay-bu...
Michael Catanzaro
Reported 2016-10-16 19:11:57 PDT
Layout test media/modern-media-controls/airplay-button/airplay-button-on.html is failing since r207015 "[Modern Media Controls] Buttons". Updating expectations accordingly. I'm not sure if it's a bug, or if the test just needs to be rebaselined. (Alpha 0 doesn't look good, but airplay looks like an Apple-only thing, so maybe we don't want it to appear?) --- /home/slave/webkitgtk/gtk-linux-64-release-tests/build/layout-test-results/media/modern-media-controls/airplay-button/airplay-button-on-expected.txt +++ /home/slave/webkitgtk/gtk-linux-64-release-tests/build/layout-test-results/media/modern-media-controls/airplay-button/airplay-button-on-actual.txt @@ -4,7 +4,7 @@ PASS airplayButton.element.classList.contains("on") is true -window.getComputedStyle(airplayButton.element).backgroundColor = rgb(27, 173, 248) +window.getComputedStyle(airplayButton.element).backgroundColor = rgba(0, 0, 0, 0) PASS successfullyParsed is true TEST COMPLETE
Attachments
Antoine Quint
Comment 1 2016-10-17 01:33:34 PDT
Thanks for spotting this Michael, I hadn't noticed the issue due to the bots not reporting them. I will likely move these tests to Cocoa-specific ports.
Michael Catanzaro
Comment 2 2017-01-20 06:49:40 PST
Fixed by r210959.
Note You need to log in before you can comment on or make changes to this bug.