diff options
Diffstat (limited to 'dom/canvas/crashtests/1349067.html')
-rw-r--r-- | dom/canvas/crashtests/1349067.html | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/dom/canvas/crashtests/1349067.html b/dom/canvas/crashtests/1349067.html new file mode 100644 index 0000000000..f8c8e0da1e --- /dev/null +++ b/dom/canvas/crashtests/1349067.html @@ -0,0 +1,10 @@ +<script> +o0 = document.createElement('canvas'); +document.documentElement.appendChild(o0) +o2 = o0.getContext("webgl2", {"premultipliedAlpha":false,"preserveDrawingBuffer":false,"depth":false}) +o12 = document.createElement('canvas'); +(document.body || document.documentElement).appendChild(o12) +o13 = o12.getContext('2d'); +o14 = o13.getImageData(0.4002597041894355, 128, 8, 0.6125768461759614) +o2.readBuffer(1029) +</script> |