Bug 163519
| Summary: | [GTK] Layout test media/modern-media-controls/icon-button/icon-button-active-state.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/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.
| 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.