blob: 95537d3402e04e3765e8538c0a5e9371abc568f1 [file] [log] [blame]
<!DOCTYPE html>
<html>
<body>
<attachment id="attachment" title="overridden title" 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>