blob: a323e4bf641fb37a4236676972ac4326392f1ab8 [file] [log] [blame]
<!DOCTYPE html>
<script>
document.createElement('model').enterFullscreen();
onload = () => {
if (window.testRunner)
testRunner.dumpAsText();
console.log("This test passes if it does not crash.");
};
</script>