mirror of
https://github.com/servo/servo.git
synced 2025-06-27 02:23:41 +01:00
6 lines
408 B
HTML
6 lines
408 B
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>
|