| Index: LayoutTests/mhtml/relative_url-expected.html
|
| diff --git a/LayoutTests/mhtml/relative_url-expected.html b/LayoutTests/mhtml/relative_url-expected.html
|
| new file mode 100644
|
| index 0000000000000000000000000000000000000000..fc3a095d394ba849858409176f38f3dce53edd84
|
| --- /dev/null
|
| +++ b/LayoutTests/mhtml/relative_url-expected.html
|
| @@ -0,0 +1,10 @@
|
| +<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
|
| +<HTML><HEAD><TITLE>Page with square</TITLE>
|
| +
|
| +<BODY>
|
| +Image with an absolute URL:<BR>
|
| +<IMG src="resources/red_square.png"/>
|
| +<br>
|
| +Image with a relative URL:<BR>
|
| +<IMG src="resources/red_square.png"/>
|
| +</BODY></HTML>
|
|
|