[Webkit-unassigned] [Bug 160023] [GTK] Fix some video/canvas tests that should be passing

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Jul 22 09:10:29 PDT 2016


https://bugs.webkit.org/show_bug.cgi?id=160023

Chris Dumez <cdumez at apple.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
 Attachment #284333|commit-queue-               |commit-queue?
              Flags|                            |

--- Comment #19 from Chris Dumez <cdumez at apple.com> ---
Comment on attachment 284333
  --> https://bugs.webkit.org/attachment.cgi?id=284333
Patch

View in context: https://bugs.webkit.org/attachment.cgi?id=284333&action=review

> LayoutTests/media/video-canvas.js:4
> +        return window.testRunner.videoCanvasPixelComparisonTolerance;

Crazy thought, is it possible to detect WebKitGTK from JavaScript (e.g. using user-agent string?). If so, it may be simpler to return 6 if we detect WebKitGTK / WebKitEFL and 2 otherwise. It would be pure JS and would not require any TestRunner functionality.

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.webkit.org/pipermail/webkit-unassigned/attachments/20160722/ef909d7e/attachment.html>


More information about the webkit-unassigned mailing list