blob: 1cfa4792e0080d87e6bbd39e664c3efa2395c2e9 [file] [log] [blame]
<!DOCTYPE html><!-- webkit-test-runner [ enableAttachmentElement=true ] -->
<html>
<body>
<div>This test passes if you observe two green squares below.</div>
<attachment style="-webkit-appearance: none;"><div style="width: 100px; height: 100px; background-color: green; color: white;">Lorem.</div></attachment>
<attachment id="attachment"><div style="width: 100px; height: 100px; background-color: green; color: white;">Ipsum.</div></attachment>
<script>
attachment.style.webkitAppearance = "none";
</script>
</body>
</html>