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
Ok.. the failure just happens because r274076 removed the expected failure from media/video-orientation-canvas.html LayoutTests/platform/wk2/TestExpectations So this is not a regression
Maybe review https://bugs.webkit.org/show_bug.cgi?id=223850 ? :)
(In reply to Philippe Normand from comment #2) > Maybe review https://bugs.webkit.org/show_bug.cgi?id=223850 ? :) Ups.. i missed that *** This bug has been marked as a duplicate of bug 223850 ***