Bug 208288
Summary: | [GTK] imported/w3c/web-platform-tests/html/semantics/embedded-content/media-elements/ready-states/autoplay-with-slow-text-tracks.html is a flaky failure | ||
---|---|---|---|
Product: | WebKit | Reporter: | Diego Pino <dpino> |
Component: | Media | Assignee: | Nobody <webkit-unassigned> |
Status: | RESOLVED DUPLICATE | ||
Severity: | Normal | ||
Priority: | P2 | ||
Version: | WebKit Nightly Build | ||
Hardware: | Unspecified | ||
OS: | Unspecified |
Diego Pino
* imported/w3c/web-platform-tests/html/semantics/embedded-content/media-elements/ready-states/autoplay-with-slow-text-tracks.html [ Failure ]
The test is flaky some times because the number of console error messages in the expected result differs. I tried to mark the test as [ DumpJSConsoleLogInStdErr ] and emit a new baseline without console messages, but it didn't work.
Diff:
--- /home/igalia/dpino/workspace/webkit-gtk/layout-test-results/imported/w3c/web-platform-tests/html/semantics/embedded-content/media-elements/ready-states/autoplay-with-slow-text-tracks-expected.txt
+++ /home/igalia/dpino/workspace/webkit-gtk/layout-test-results/imported/w3c/web-platform-tests/html/semantics/embedded-content/media-elements/ready-states/autoplay-with-slow-text-tracks-actual.txt
@@ -1,7 +1,3 @@
-CONSOLE MESSAGE: line 32: TypeError: null is not an object (evaluating 'track.track.cues.length')
-CONSOLE MESSAGE: line 32: TypeError: null is not an object (evaluating 'track.track.cues.length')
-CONSOLE MESSAGE: line 32: TypeError: null is not an object (evaluating 'track.track.cues.length')
-CONSOLE MESSAGE: line 32: TypeError: null is not an object (evaluating 'track.track.cues.length')
CONSOLE MESSAGE: line 32: TypeError: null is not an object (evaluating 'track.track.cues.length')
FAIL autoplay with slow text tracks TypeError: null is not an object (evaluating 'track.track.cues.length')
Attachments | ||
---|---|---|
Add attachment proposed patch, testcase, etc. |
Diego Pino
*** This bug has been marked as a duplicate of bug 175575 ***