Sign in
webkit
/
WebKit
/
2b9314704109414223cf0e708fa0d8203754e674
/
.
/
LayoutTests
/
fast
/
canvas
/
resize-to-large-canvas-and-convert-to-blog.html
blob: ea351bc5df181d6517d24ebdbfda714c0cad4e6d [
file
] [
log
] [
blame
]
<!doctype>
<p>
This test passes if it doesn't crash.
</p>
<canvas
id
=
"canvas"
height
=
"1"
>
<script>
if
(
window
.
testRunner
)
testRunner
.
dumpAsText
();
canvas
.
width
=
67566398
;
canvas
.
toBlob
(()
=>
{})
</script>