Title: [221591] trunk/LayoutTests
Revision
221591
Author
[email protected]
Date
2017-09-04 12:34:24 -0700 (Mon, 04 Sep 2017)

Log Message

Loosen the check in video-canvas-drawing-output.html.
https://bugs.webkit.org/show_bug.cgi?id=127106

Patch by Ms2ger <[email protected]> on 2017-09-04
Reviewed by Xabier Rodriguez-Calvar.

GStreamer needs the extra tolerance since version 1.2.1.

* media/video-canvas-drawing-output.html:
* platform/gtk/TestExpectations:

Modified Paths

Diff

Modified: trunk/LayoutTests/ChangeLog (221590 => 221591)


--- trunk/LayoutTests/ChangeLog	2017-09-04 17:54:25 UTC (rev 221590)
+++ trunk/LayoutTests/ChangeLog	2017-09-04 19:34:24 UTC (rev 221591)
@@ -1,3 +1,15 @@
+2017-09-04  Ms2ger  <[email protected]>
+
+        Loosen the check in video-canvas-drawing-output.html.
+        https://bugs.webkit.org/show_bug.cgi?id=127106
+
+        Reviewed by Xabier Rodriguez-Calvar.
+
+        GStreamer needs the extra tolerance since version 1.2.1.
+
+        * media/video-canvas-drawing-output.html:
+        * platform/gtk/TestExpectations:
+
 2017-09-03  Chris Dumez  <[email protected]>
 
         Consolidate entries-api tests under entries-api/ folders

Modified: trunk/LayoutTests/media/video-canvas-drawing-output.html (221590 => 221591)


--- trunk/LayoutTests/media/video-canvas-drawing-output.html	2017-09-04 17:54:25 UTC (rev 221590)
+++ trunk/LayoutTests/media/video-canvas-drawing-output.html	2017-09-04 19:34:24 UTC (rev 221591)
@@ -41,7 +41,7 @@
                 // The test video has a number of colored squares.
                 // Check a few of them.
                 expectedResults.forEach(function (value) {
-                    checkColorAtLocation(ctx, value[0], value[1], value[2], value[3], value[4], 2);
+                    checkColorAtLocation(ctx, value[0], value[1], value[2], value[3], value[4], 3);
                 })
 
                 // Seek a few times. We exercise different code paths

Modified: trunk/LayoutTests/platform/gtk/TestExpectations (221590 => 221591)


--- trunk/LayoutTests/platform/gtk/TestExpectations	2017-09-04 17:54:25 UTC (rev 221590)
+++ trunk/LayoutTests/platform/gtk/TestExpectations	2017-09-04 19:34:24 UTC (rev 221591)
@@ -2703,8 +2703,6 @@
 
 webkit.org/b/121905 fast/images/exif-orientation.html [ Failure ]
 
-webkit.org/b/124360 media/video-canvas-drawing-output.html [ Failure ]
-
 webkit.org/b/124504 fast/text/break-word-pre-wrap.html [ ImageOnlyFailure ]
 
 webkit.org/b/124507 fast/css3-text/css3-text-decoration/text-decoration-skip/text-decoration-skip-ink.html [ ImageOnlyFailure ]
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to