Status: FAIL | Duration: 10ms | Subtests: 0/1 | Open test on wpt.live | Open ref on wpt.live | wpt.fyi
/css/css-content/element-replacement-on-replaced-element.tentative.html
<!doctype html> <title>content: url() works (or not) consistently on replaced elements</title> <link rel="author" href="mailto:emilio@crisal.io" title="Emilio Cobos Álvarez"> <link rel="help" href="https://drafts.csswg.org/css-content-3/#content-property"> <link rel="help" href="https://github.com/w3c/csswg-drafts/issues/2831"> <link rel="help" href="https://bugzilla.mozilla.org/show_bug.cgi?id=1625805#c6"> <link rel="match" href="element-replacement-on-replaced-element-ref.html"> <img src="/images/blue.png" style="content: url(/images/yellow.png)" width=100 height=100>
/css/css-content/element-replacement-on-replaced-element-ref.html
<!doctype html> <title>CSS Test Reference</title> <video poster="/images/blue.png" style="object-fit: cover; content: url(/images/yellow.png)" width=100 height=100></video>