mhtml: remove non-existing ftp asset
This could be the cause of failing tests, depending on the OS.
This commit is contained in:
parent
4210d7e15d
commit
0d6d276592
@ -30,8 +30,6 @@ var l = 1+1;
|
|||||||
<body>
|
<body>
|
||||||
<!-- include a normal image -->
|
<!-- include a normal image -->
|
||||||
<img src="image.gif">
|
<img src="image.gif">
|
||||||
<!-- make sure only http(s) assets are loaded -->
|
|
||||||
<img src="ftp://localhost/image.png">
|
|
||||||
<!-- make sure inline styles are parsed -->
|
<!-- make sure inline styles are parsed -->
|
||||||
<p style="background-image: url('inline.png')">foobar</p>
|
<p style="background-image: url('inline.png')">foobar</p>
|
||||||
<!-- make sure inline.png is only be requested once -->
|
<!-- make sure inline.png is only be requested once -->
|
||||||
|
@ -43,9 +43,6 @@ var=20l=20=3D=201+1;
|
|||||||
=20=20=20=20<body>
|
=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<!--=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<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<!--=20make=20sure=20inline=20styles=20are=20parsed=
|
||||||
=20-->
|
=20-->
|
||||||
=20=20=20=20=20=20=20=20<p=20style=3D"background-image:=20url('inline.png')=
|
=20=20=20=20=20=20=20=20<p=20style=3D"background-image:=20url('inline.png')=
|
||||||
|
Loading…
Reference in New Issue
Block a user