mirror of
https://github.com/servo/servo
synced 2026-04-29 19:07:38 +02:00
add a test with base path set to the resources path and an img with a cat and the reference directly to the image
6 lines
204 B
HTML
6 lines
204 B
HTML
<!DOCTYPE HTML>
|
|
<meta charset="utf-8">
|
|
<title>Document base URL img test</title>
|
|
<link rel="help" href="https://html.spec.whatwg.org/multipage/#the-img-element" />
|
|
<img src="resources/cat.jpg" alt="cat">
|