Status: FAIL | Duration: 5ms | Subtests: 0/1 | Open test on wpt.live | Open ref on wpt.live | wpt.fyi
/css/css-ui/accent-color-checkbox-checked-001.html
<!doctype html> <title>Accent color changes colors of a checked checkbox</title> <link rel="author" title="Emilio Cobos Álvarez" href="mailto:emilio@crisal.io"> <link rel="author" title="Mozilla" href="https://mozilla.org"> <link rel="help" href="https://drafts.csswg.org/css-ui-4/#widget-accent"> <link rel="help" href="https://bugzilla.mozilla.org/show_bug.cgi?id=1705605"> <link rel="mismatch" href="accent-color-checkbox-checked-001-notref.html"> <input type=checkbox checked style="accent-color: red">
/css/css-ui/accent-color-checkbox-checked-001-notref.html
<!doctype html> <input type=checkbox checked style="accent-color: blue">