blob: 500d5f768c29a4ba62cd0518ccb807acab937f74 [file] [edit]
<!DOCTYPE html><!-- webkit-test-runner [ AttachmentElementEnabled=true AttachmentWideLayoutEnabled=true ] -->
<html class="reftest-wait">
<head>
<script>
if (window.internals)
internals.settings.setImageControlsEnabled(true);
</script>
</head>
<body>
<attachment id="test" type="application/pdf" src="../resources/green_rectangle.pdf"></attachment>
<img src="400x200-circle.png"></img>
<script src="../resources/attachment-test-utils.js"></script>
<script>
takeActualScreenshotWhenAttachmentsSettled();
</script>
</body>
</html>