Status: FAIL | Duration: 9ms | Subtests: 0/1 | Open test on wpt.live | Open ref on wpt.live | wpt.fyi
/css/css-content/element-replacement-alt.html
<!DOCTYPE html> <title>The content CSS property with a broken image doesn't pull the alt attribute from that element</title> <link rel="author" href="mailto:emilio@crisal.io" title="Emilio Cobos Álvarez"> <link rel="match" href="element-replacement-alt-ref.html"> <link rel="help" href="https://drafts.csswg.org/css-content-3/#content-property"> <div style="content: url(broken);" alt="Alt text">FAIL</div>
/css/css-content/element-replacement-alt-ref.html
<!DOCTYPE html> <title>CSS Test Reference</title> <link rel="author" href="mailto:emilio@crisal.io" title="Emilio Cobos Álvarez"> <div style="content: url(broken);"></div>