Status: PASS | Duration: 8ms | Subtests: 1/1 | Open test on wpt.live | Open ref on wpt.live | wpt.fyi
/css/selectors/text-stroke-color-visited-inheritance.html
<!DOCTYPE html> <meta charset="utf-8"> <link rel="author" title="Divyansh Mangal" href="mailto:dmangal@microsoft.com"> <link rel="match" href="text-stroke-color-visited-inheritance-ref.html"> <link rel="help" href="https://developer.mozilla.org/en-US/docs/Web/CSS/Privacy_and_the_:visited_selector"> <style> :root { font-size: 50px; -webkit-text-stroke-color:2px green; } </style> <main> <a href=""> The stroke colour in this sentence should be green. </a> </main>
/css/selectors/text-stroke-color-visited-inheritance-ref.html
<!DOCTYPE html> <meta charset="utf-8"> <link rel="author" title="Divyansh Mangal" href="mailto:dmangal@microsoft.com"> <link rel="help" href="https://developer.mozilla.org/en-US/docs/Web/CSS/Privacy_and_the_:visited_selector"> <style> :root { font-size: 50px; } </style> <main> <a href="" style="-webkit-text-stroke-color:2px green;"> The stroke colour in this sentence should be green. </a> </main>