blob: 6a0d0350b36c48d35fa90ec2ea846f1f68d943f7 [file] [log] [blame]
<!DOCTYPE html>
<head>
<style>
#custom-icon::-webkit-calendar-picker-indicator {
background-image: none;
}
</style>
</head>
<body>
<!-- no style for reference -->
<input type="date" />
<!-- date with custom icon blocked by CSP -->
<input type="data" id="custom-icon"/>
</body>