Sign in
chromium
/
chromium
/
src.git
/
HEAD
/
.
/
headless
/
test
/
data
/
structured_doc
/
figure_caption.html
blob: 10ed72870685a254130f85adf5fdac6ba0020171 [
file
]
<!DOCTYPE html>
<html
lang
=
"en"
>
<body>
<figure>
<img
src
=
"svg_example_image.png"
alt
=
"Test image"
>
<figcaption>
This is the figure caption
</figcaption>
</figure>
</body>
</html>