Bug 163518 - REGRESSION(r207015): [GTK] Layout test media/modern-media-controls/airplay-button/airplay-button-on.html is failing
Summary: REGRESSION(r207015): [GTK] Layout test media/modern-media-controls/airplay-bu...
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: Media (show other bugs)
Version: Other
Hardware: PC Linux
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2016-10-16 19:11 PDT by Michael Catanzaro
Modified: 2017-01-20 06:49 PST (History)
3 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Michael Catanzaro 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
Comment 1 Antoine Quint 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.
Comment 2 Michael Catanzaro 2017-01-20 06:49:40 PST
Fixed by r210959.