Bug 163520
| Summary: | [GTK] Layout test media/modern-media-controls/macos-inline-media-controls/macos-inline-media-controls-controls-bar-styles.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/macos-inline-media-controls/macos-inline-media-controls-controls-bar-styles.html has been failing since it was added in r207373 "[Modern Media Controls] macOS inline controls":
--- /home/slave/webkitgtk/gtk-linux-64-release-tests/build/layout-test-results/media/modern-media-controls/macos-inline-media-controls/macos-inline-media-controls-controls-bar-styles-expected.txt
+++ /home/slave/webkitgtk/gtk-linux-64-release-tests/build/layout-test-results/media/modern-media-controls/macos-inline-media-controls/macos-inline-media-controls-controls-bar-styles-actual.txt
@@ -15,7 +15,7 @@
PASS rgba(style.backgroundColor).g is 30
PASS rgba(style.backgroundColor).b is 30
PASS rgba(style.backgroundColor).a is within 0.001 of 0.45
-PASS style.webkitBackdropFilter is "saturate(1.8) blur(20px)"
+FAIL style.webkitBackdropFilter should be saturate(1.8) blur(20px) (of type string). Was undefined (of type undefined).
undefined
PASS successfullyParsed is true
Updating expectations accordingly.
Since I notice the name of the test includes "macos," I wonder if it's expected to work on all ports, or if this should this really be a cross-platform test? Perhaps it should be moved to a platform-specific location or skipped in the global expectations file.
| 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.