Status: FAIL | Duration: 10ms | Subtests: 0/1 | Open test on wpt.live | Open ref on wpt.live | wpt.fyi
/css/css-cascade/all-prop-initial-visited.html
<!doctype html> <title>CSS Cascade: Apply all:initial to a visited link overriding with a color</title> <link rel="help" href="https://drafts.csswg.org/css-cascade/#initial"> <link rel="match" href="all-prop-initial-visited-ref.html"> <style> a { all: initial } a:visited { color: green } </style> <a href="">This text must be green.</a>
/css/css-cascade/all-prop-initial-visited-ref.html
<!doctype html> <title>CSS Test: Reference</title> <span style="color:green">This text must be green.</a>