blob: be936bf6859511af17815c384d549cc438642e74 [file] [log] [blame]
<!DOCTYPE html>
<html>
<script>
if (window.internals)
window.internals.settings.setAttachmentElementEnabled(true)
</script>
<body>
<attachment id="attachment" title=" "></attachment>
<script>
var file;
if (window.internals)
file = window.internals.createFile("resources/test-file.txt");
document.getElementById("attachment").file = file;
</script>
</body>
</html>