https://github.com/web-platform-tests/wpt
Raw File
Tip revision: 42a98283681188744c47f2bba33ad818a5b8d585 authored by Stephen Chenney on 20 December 2018, 17:40:54 UTC
Fix table cell background painting under zoom and min-width
Tip revision: 42a9828
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>
back to top