Bug 161956
| Summary: | [GTK] Layout Test fast/mediastream/MediaStream-video-element-displays-buffer.html fails | ||
|---|---|---|---|
| Product: | WebKit | Reporter: | Alejandro G. Castro <alex> |
| Component: | Platform | Assignee: | Nobody <webkit-unassigned> |
| Status: | RESOLVED FIXED | ||
| Severity: | Normal | CC: | bugs-noreply, clopez, webkit-bug-importer |
| Priority: | P2 | Keywords: | InRadar |
| Version: | WebKit Nightly Build | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
Alejandro G. Castro
It was added in r203739, it fails with:
CONSOLE MESSAGE: line 43: IndexSizeError (DOM Exception 1): The index is not in the allowed range.
It might be a problem in the buffer object
| Attachments | ||
|---|---|---|
| Add attachment proposed patch, testcase, etc. |
Carlos Alberto Lopez Perez
The test now fails (no timeout).
+++ /home/clopez/webkit/webkit/layout-test-results/fast/mediastream/MediaStream-video-element-displays-buffer-actual.txt
@@ -9,7 +9,7 @@
=== checking pixels ===
PASS isPixelTransparent(buffer) is true
-PASS isPixelTransparent(buffer) is false
+FAIL isPixelTransparent(buffer) should be false. Was true.
PASS isPixelBlack(buffer) is false
PASS successfullyParsed is true
Carlos Alberto Lopez Perez
Done: unskipped all the MediaStream tests and instead marked the ones still failing or timing out as such in r210838: <http://trac.webkit.org/changeset/210838>
Rationale: https://bugs.webkit.org/show_bug.cgi?id=160996#c2
Alejandro G. Castro
This test is fixed now after replacing the backend with libwebrtc.
Radar WebKit Bug Importer
<rdar://problem/46809866>