Bug 163518
| Summary: | REGRESSION(r207015): [GTK] Layout test media/modern-media-controls/airplay-button/airplay-button-on.html is failing | ||
|---|---|---|---|
| Product: | WebKit | Reporter: | Michael Catanzaro <mcatanzaro> |
| Component: | Media | Assignee: | Nobody <webkit-unassigned> |
| Status: | RESOLVED FIXED | ||
| Severity: | Normal | CC: | bugs-noreply, graouts, mcatanzaro |
| Priority: | P2 | ||
| Version: | Other | ||
| Hardware: | PC | ||
| OS: | Linux | ||
Michael Catanzaro
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 | ||
|---|---|---|
| Add attachment proposed patch, testcase, etc. |
Antoine Quint
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
Fixed by r210959.