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