mirror of
https://github.com/servo/servo
synced 2026-05-02 20:32:02 +02:00
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
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
<!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">
|
||||
Reference in New Issue
Block a user