Bug 161956 - [GTK] Layout Test fast/mediastream/MediaStream-video-element-displays-buffer.html fails
Summary: [GTK] Layout Test fast/mediastream/MediaStream-video-element-displays-buffer....
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: Platform (show other bugs)
Version: WebKit Nightly Build
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Nobody
URL:
Keywords: InRadar
Depends on:
Blocks:
 
Reported: 2016-09-14 04:09 PDT by Alejandro G. Castro
Modified: 2018-12-18 07:28 PST (History)
3 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Alejandro G. Castro 2016-09-14 04:09:08 PDT
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
Comment 1 Carlos Alberto Lopez Perez 2017-01-17 17:10:02 PST
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
Comment 2 Carlos Alberto Lopez Perez 2017-01-17 17:36:03 PST
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
Comment 3 Alejandro G. Castro 2018-12-18 07:27:13 PST
This test is fixed now after replacing the backend with libwebrtc.
Comment 4 Radar WebKit Bug Importer 2018-12-18 07:28:28 PST
<rdar://problem/46809866>