<!DOCTYPE html> | |
<html> | |
<script> | |
if (window.internals) | |
window.internals.settings.setAttachmentElementEnabled(true); | |
</script> | |
<style> | |
div { | |
width: 300px; | |
height: 300px; | |
} | |
</style> | |
<body> | |
<div style="background-color: -apple-system-blue;"><attachment action=" "></attachment></div> | |
<div style="background-color: -apple-system-green;"><attachment action=" "></attachment></div> | |
</body> | |
</html> |