summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/tests/css/css-ui/accent-color-parent-currentcolor.html
blob: 32240cfab7129e47fe6562097fa797c14612cac2 (plain)
1
2
3
4
5
6
7
8
<!DOCTYPE html>
<link rel=help href="https://bugs.chromium.org/p/chromium/issues/detail?id=1225661">
<link rel=author href="mailto:jarhar@chromium.org">
<link rel=match href="accent-color-parent-currentcolor-ref.html">

<div style="accent-color: currentColor; color: red">
  The following checkbox should be red: <input type=checkbox checked style="color:unset">
</div>