wpt / css / css-ui / accent-color-parent-currentcolor.html

Status: PASS | Duration: 7ms | Subtests: 1/1 | Open test on wpt.live | Open ref on wpt.live | wpt.fyi

/css/css-ui/accent-color-parent-currentcolor.html

<!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>

/css/css-ui/accent-color-parent-currentcolor-ref.html

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