blob: d2711197a259e189d9aa457133514fb505b46dcf [file] [log] [blame]
<!DOCTYPE html><!-- webkit-test-runner [ AttachmentElementEnabled=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>