haikuwebkit/LayoutTests/fast/attachment/attachment-action.html

14 lines
432 B
HTML

<!DOCTYPE html><!-- webkit-test-runner [ AttachmentElementEnabled=true ] -->
<html>
<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>