Files
servo/tests/wpt/web-platform-tests/html/semantics/embedded-content/the-img-element/document-base-url-ref.html
Arnaud Marant 77f52d2eab Issue #10574 Use the document base url in img
add a test with base path set to the resources path and an img with a cat and the reference directly to the image
2016-04-15 21:37:25 +02:00

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">