Bug 163519 - [GTK] Layout test media/modern-media-controls/icon-button/icon-button-active-state.html is failing
Summary: [GTK] Layout test media/modern-media-controls/icon-button/icon-button-active-...
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:25 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:25:56 PDT
Layout test media/modern-media-controls/icon-button/icon-button-active-state.html has been failing since it was added in r206864 "[Modern Media Controls] Icon service and the IconButton class":

--- /home/slave/webkitgtk/gtk-linux-64-release-tests/build/layout-test-results/media/modern-media-controls/icon-button/icon-button-active-state-expected.txt
+++ /home/slave/webkitgtk/gtk-linux-64-release-tests/build/layout-test-results/media/modern-media-controls/icon-button/icon-button-active-state-actual.txt
@@ -3,7 +3,7 @@
 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
 
 
-PASS window.getComputedStyle(iconButton.element).backgroundColor is "rgb(255, 255, 255)"
+FAIL window.getComputedStyle(iconButton.element).backgroundColor should be rgb(255, 255, 255). Was rgb(192, 192, 192).
 PASS successfullyParsed is true
 
 TEST COMPLETE

Updating expectations accordingly.
Comment 1 Antoine Quint 2016-10-17 01:33:31 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:45 PST
Fixed by r210959.