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
8 lines
274 B
HTML
8 lines
274 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" />
|
|
<link rel="match" href="document-base-url-ref.html">
|
|
<base href="resources/" />
|
|
<img src="cat.jpg" alt="cat">
|