blob: 9646b2b550ec3e87eec2937da9c50fbf5cdaa35b [file] [log] [blame]
<!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="Default Action"></attachment></div>
<div style="background-color: -apple-system-green;"><attachment action="Destructive Action" style="color: -apple-system-green;"></attachment></div>
</body>
</html>