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