Files
tubestation/dom/canvas/crashtests/1334647-1.html
Lee Salzman 2e034caf0a Bug 1334647 - add crashtest for bug 1334647. r=rhunt
MozReview-Commit-ID: C1QuJk2Mweb
2017-01-31 11:17:50 -05:00

9 lines
478 B
HTML

<script>
Logger={}; Logger.JSError=function(e){};
try { o0 = document.createElement('canvas'); } catch(e) { Logger.JSError(e); }
try { (document.body || document.documentElement).appendChild(o0) } catch(e) { Logger.JSError(e); }
try { o1 = o0.getContext('2d'); } catch(e) { Logger.JSError(e); }
try { o0.width = 311853383.455201; } catch(e) { Logger.JSError(e); }
try { o1.drawImage(o0, -0.906275445340731, 0.3679144809413502, 2, 32) } catch(e) { Logger.JSError(e); }
</script>