blob: 5f11af82e3fe612c346935610f793a1bc1b453bc [file] [log] [blame]
PASS if no crash.
<script>
if (window.testRunner) {
testRunner.dumpAsText();
testRunner.waitUntilDone();
}
new Document().createElementNS('http://www.w3.org/1999/xhtml', 'canvas').toBlob(
() => { if (window.testRunner) testRunner.notifyDone(); });
</script>