blob: a3aa478c6346c40532bd307b1c4b06e3d32e0867 [file] [log] [blame]
<!DOCTYPE html><!-- webkit-test-runner [ enableAttachmentElement=true ] -->
<html>
<body>
<attachment title=" "></attachment>
<attachment title=" "></attachment>
<script>
if (window.internals)
file = window.internals.createFile("resources/");
var attachments = document.getElementsByTagName("attachment");
for (var i = 0; i < attachments.length; i++)
attachments[i].file = file;
</script>
</body>
</html>