GoogleChromeLabs / carlo

Web rendering surface for Node applications
Apache License 2.0
9.32k stars 309 forks source link

File picker with input tag crashes application #161

Open robsonfj opened 4 years ago

robsonfj commented 4 years ago

This page with an input tag crashes carlo when tries to open a file picker. I`m runnin on ubuntu 19.04

<html>
    <body>
        <h1>Hello World!!</h1>
        <label for="avatar">Choose a file:</label>
        <input type="file" id="fileinput" name="fileinput" accept="image/png, image/jpeg">
    </body>
</html>