Bug 183223
Summary: | [mac-wk1] Layout Test media/track/track-css-property-whitelist.html is a flaky timeout | ||
---|---|---|---|
Product: | WebKit | Reporter: | Ryan Haddad <ryanhaddad> |
Component: | Media | Assignee: | Nobody <webkit-unassigned> |
Status: | RESOLVED CONFIGURATION CHANGED | ||
Severity: | Normal | CC: | ahmad.saleem792, eric.carlson, jer.noble, jlewis3 |
Priority: | P2 | ||
Version: | Other | ||
Hardware: | Unspecified | ||
OS: | Unspecified | ||
See Also: | https://bugs.webkit.org/show_bug.cgi?id=183220 |
Ryan Haddad
The following layout test is a flaky timeout on mac-wk1
media/track/track-css-property-whitelist.html
Probable cause:
Unknown, this test has been flaky for a while.
Flakiness Dashboard:
https://webkit-test-results.webkit.org/dashboards/flakiness_dashboard.html#showAllRuns=true&tests=media%2Ftrack%2Ftrack-css-property-whitelist.html
--- /Volumes/Data/slave/highsierra-debug-tests-wk1/build/layout-test-results/media/track/track-css-property-whitelist-expected.txt
+++ /Volumes/Data/slave/highsierra-debug-tests-wk1/build/layout-test-results/media/track/track-css-property-whitelist-actual.txt
@@ -1,3 +1,5 @@
+CONSOLE MESSAGE: line 83: No text track cue with display id 'cue' is currently visible
+FAIL: Timed out waiting for notifyDone to be called
This should display inline
EVENT(canplaythrough)
@@ -5,17 +7,4 @@
Test that only allowed for the ::cue pseudo-element properties are applied to WebVTT node objects.
-EXPECTED (getComputedStyle(cueNode).color == 'rgb(255, 0, 0)') OK
-EXPECTED (getComputedStyle(cueNode).padding == '0px') OK
-EXPECTED (getComputedStyle(cueNode).wordSpacing == '0px') OK
-EXPECTED (getComputedStyle(cueNode).color == 'rgb(255, 0, 0)') OK
-EXPECTED (getComputedStyle(cueNode).padding == '0px') OK
-EXPECTED (getComputedStyle(cueNode).wordSpacing == '0px') OK
-EXPECTED (getComputedStyle(cueNode).color == 'rgb(255, 0, 0)') OK
-EXPECTED (getComputedStyle(cueNode).padding == '0px') OK
-EXPECTED (getComputedStyle(cueNode).wordSpacing == '0px') OK
-Test that filtering doesn't apply to elements which class equals 'cue' outside WebVTT scope.
-EXPECTED (getComputedStyle(cueNode).display == 'inline') OK
-END OF TEST
-
Attachments | ||
---|---|---|
Add attachment proposed patch, testcase, etc. |
Ahmad Saleem
This test was renamed to more inclusive language here:
https://github.com/WebKit/WebKit/commit/f91e2d50be673632aaf3f47b1e027beef3b3dd87
> * media/track/track-css-property-allowlist.html: Copied from media/track/track-css-property-whitelist.html.
and then this commit removed the test:
https://github.com/WebKit/WebKit/commit/a39bd42ad87d82a3bea0fa6eac107376a973cf7c
> * media/track/track-css-property-allowlist.html: Removed.
Nothing to do here.