1
0
Fork 0
firefox/testing/web-platform/tests/css/css-content/element-replacement-image-alt.html
Daniel Baumann 5e9a113729
Adding upstream version 140.0.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
2025-06-25 09:37:52 +02:00

12 lines
479 B
HTML

<!DOCTYPE html>
<title>Content CSS property on img with alt and no src is honored</title>
<link rel="author" href="mailto:emilio@crisal.io" title="Emilio Cobos Álvarez">
<link rel="match" href="element-replacement-ref.html" />
<link rel="help" href="https://drafts.csswg.org/css-content-3/#content-property">
<link rel="help" href="https://bugzilla.mozilla.org/show_bug.cgi?id=1625805">
<style>
img {
content: url('resources/rect.svg');
}
</style>
<img alt="Something">