Bug 202870 - REGRESSION (r244239) Layout Test fast/canvas/canvas-too-large-to-draw.html is failing
Summary: REGRESSION (r244239) Layout Test fast/canvas/canvas-too-large-to-draw.html is...
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: New Bugs (show other bugs)
Version: WebKit Nightly Build
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Dean Jackson
URL:
Keywords: InRadar
Depends on:
Blocks:
 
Reported: 2019-10-11 16:47 PDT by Dean Jackson
Modified: 2019-10-14 14:05 PDT (History)
7 users (show)

See Also:


Attachments
Patch (10.08 KB, patch)
2019-10-11 16:50 PDT, Dean Jackson
simon.fraser: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Dean Jackson 2019-10-11 16:47:59 PDT
REGRESSION (r244239) Layout Test fast/canvas/canvas-too-large-to-draw.html is failing
Comment 1 Dean Jackson 2019-10-11 16:48:15 PDT
rdar://51862629
Comment 2 Dean Jackson 2019-10-11 16:50:51 PDT
Created attachment 380802 [details]
Patch
Comment 3 Simon Fraser (smfr) 2019-10-11 17:01:43 PDT
Comment on attachment 380802 [details]
Patch

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

> Source/WebCore/html/HTMLCanvasElement.h:155
> +    WEBCORE_EXPORT static void setMaxPixelMemoryForTesting(unsigned);

Maybe use a size_t here?
Comment 4 Dean Jackson 2019-10-11 17:21:18 PDT
Committed r251032: <https://trac.webkit.org/changeset/251032>
Comment 6 Dean Jackson 2019-10-14 14:05:59 PDT
Tests fixed in r251094