mhtml: remove non-existing ftp asset

This could be the cause of failing tests, depending on the OS.
This commit is contained in:
Daniel Schadt 2015-11-18 19:15:18 +01:00
parent 4210d7e15d
commit 0d6d276592
2 changed files with 0 additions and 5 deletions

View File

@ -30,8 +30,6 @@ var l = 1+1;
<body>
<!-- include a normal image -->
<img src="image.gif">
<!-- make sure only http(s) assets are loaded -->
<img src="ftp://localhost/image.png">
<!-- make sure inline styles are parsed -->
<p style="background-image: url('inline.png')">foobar</p>
<!-- make sure inline.png is only be requested once -->

View File

@ -43,9 +43,6 @@ var=20l=20=3D=201+1;
=20=20=20=20<body>
=20=20=20=20=20=20=20=20<!--=20include=20a=20normal=20image=20-->
=20=20=20=20=20=20=20=20<img=20src=3D"image.gif">
=20=20=20=20=20=20=20=20<!--=20make=20sure=20only=20http(s)=20assets=20are=
=20loaded=20-->
=20=20=20=20=20=20=20=20<img=20src=3D"ftp://localhost/image.png">
=20=20=20=20=20=20=20=20<!--=20make=20sure=20inline=20styles=20are=20parsed=
=20-->
=20=20=20=20=20=20=20=20<p=20style=3D"background-image:=20url('inline.png')=