haikuwebkit/LayoutTests/fast/attachment/attachment-folder-icon-expe...

16 lines
415 B
HTML

<!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>