blob: c1779a6c51d649e9bac190e4f231885a758a15e8 [file] [edit]
<!DOCTYPE html><!-- webkit-test-runner [ AttachmentElementEnabled=true allowTestOnlyIPC=true ] -->
<html class="reftest-wait">
<body>
<attachment title=" "></attachment>
<attachment title=" "></attachment>
<script src="resources/attachment-test-utils.js"></script>
<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;
takeExpectedScreenshotWhenAttachmentsSettled();
</script>
</body>
</html>