[Webkit-unassigned] [Bug 224064] New: REGRESSION(r274076): [GTK] Layout test media/video-orientation-canvas.html fails
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Thu Apr 1 12:09:01 PDT 2021
https://bugs.webkit.org/show_bug.cgi?id=224064
Bug ID: 224064
Summary: REGRESSION(r274076): [GTK] Layout test
media/video-orientation-canvas.html fails
Product: WebKit
Version: WebKit Nightly Build
Hardware: Unspecified
OS: Unspecified
Status: NEW
Severity: Normal
Priority: P2
Component: Media
Assignee: webkit-unassigned at lists.webkit.org
Reporter: clopez at igalia.com
CC: bugs-noreply at webkitgtk.org, jer.noble at apple.com,
peng.liu6 at apple.com
The layout test fails on GTK (and likely on WPE as well, but we are currently skipping media tests on WPE) with this:
--- /home/igalia/clopez/webkit/webkit-flatpak/layout-test-results/media/video-orientation-canvas-expected.txt
+++ /home/igalia/clopez/webkit/webkit-flatpak/layout-test-results/media/video-orientation-canvas-actual.txt
@@ -1,6 +1,6 @@
-EXPECTED (context.getImageData(88, 115, 1, 1).data == [208,0,0,255] with tolerance 5 OK
+EXPECTED (context.getImageData(88, 115, 1, 1).data == [208,0,0,255] with tolerance 5, OBSERVED '[0,0,0,255]' FAIL
EXPECTED (context.getImageData(237, 88, 1, 1).data == [208,0,0,255] with tolerance 5 OK
-EXPECTED (context.getImageData(200, 237, 1, 1).data == [208,0,0,255] with tolerance 5 OK
+EXPECTED (context.getImageData(200, 237, 1, 1).data == [208,0,0,255] with tolerance 5, OBSERVED '[0,0,0,255]' FAIL
END OF TEST
The failure happens since r274076
--
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20210401/a9c4eca6/attachment.htm>
More information about the webkit-unassigned
mailing list