RESOLVED INVALID 74845
chrome.dll!WebCore..Pattern..platformPattern ReadAV@NULL
https://bugs.webkit.org/show_bug.cgi?id=74845
Summary chrome.dll!WebCore..Pattern..platformPattern ReadAV@NULL
Berend-Jan Wever
Reported 2011-12-19 00:41:18 PST
Created attachment 119832 [details] Repro <script> var oContext2d = document.getCSSCanvasContext("2d","webkitcanvas",1,65536); var oPattern = oContext2d.createPattern(oContext2d.canvas,"repeat"); document.getCSSCanvasContext("","webkitcanvas",1,1); oContext2d.fillStyle = oPattern; oContext2d.fillRect(0,5,0,8); </script>
Attachments
Repro (279 bytes, text/html)
2011-12-19 00:41 PST, Berend-Jan Wever
no flags
Berend-Jan Wever
Comment 1 2011-12-19 00:41:44 PST
Note You need to log in before you can comment on or make changes to this bug.