summaryrefslogtreecommitdiffstats
path: root/dom/canvas/crashtests/1349067.html
blob: f8c8e0da1e1ef86b477d0c997f2f4a689a7a56e4 (plain)
1
2
3
4
5
6
7
8
9
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>