Bug 84741 - fast/dom/Window/window-postmessage-clone.html failing on Mac after r114992
Summary: fast/dom/Window/window-postmessage-clone.html failing on Mac after r114992
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: Tools / Tests (show other bugs)
Version: 528+ (Nightly build)
Hardware: Mac All
: P2 Normal
Assignee: Kenneth Russell
URL:
Keywords:
Depends on: 73011
Blocks:
  Show dependency treegraph
 
Reported: 2012-04-24 11:06 PDT by Kenneth Russell
Modified: 2012-04-24 11:44 PDT (History)
0 users

See Also:


Attachments
Patch (1.27 KB, patch)
2012-04-24 11:38 PDT, Kenneth Russell
no flags Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Kenneth Russell 2012-04-24 11:06:32 PDT
The switch of ImageData to reference a Uint8ClampedArray rather than a CanvasPixelArray has caused fast/dom/Window/window-postmessage-clone.html to start failing on Mac. The reason appears to be that a couple of TypeErrors that were previously logged to the console (presumably because CanvasPixelArray wasn't cloneable) are now missing in the actual results.
Comment 1 Kenneth Russell 2012-04-24 11:38:34 PDT
Created attachment 138611 [details]
Patch
Comment 2 Kenneth Russell 2012-04-24 11:44:53 PDT
Committed r115088: <http://trac.webkit.org/changeset/115088>