Skip to content
This repository was archived by the owner on Jan 12, 2022. It is now read-only.

Commit 7c14d88

Browse files
committed
Make tests for bug 403524 use local images rather than http: ones.
1 parent 895a7f2 commit 7c14d88

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<html>
22
<body>
3-
<u>hellou><img src="http://www.mozilla.org/images/livemarks16.png"><font color="purple"><u>hellou>font>
3+
<u>hellou><img src="../backgrounds/red-128-alpha-32x32.png"><font color="purple"><u>hellou>font>
44
body>
55
html>
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<html>
22
<body>
3-
<u>hello<img src="http://www.mozilla.org/images/livemarks16.png"><font color="purple">hellofont>u>
3+
<u>hello<img src="../backgrounds/red-128-alpha-32x32.png"><font color="purple">hellofont>u>
44
body>
55
html>
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
>
22
<html>
33
<body>
4-
<u>hello<img src="http://www.mozilla.org/images/livemarks16.png"><span style="color: purple;">hellospan>u>
4+
<u>hello<img src="../backgrounds/red-128-alpha-32x32.png"><span style="color: purple;">hellospan>u>
55
body>
66
html>
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
>
22
<html>
33
<body>
4-
<u>hello<img src="http://www.mozilla.org/images/livemarks16.png"><font color="purple">hellofont>u>
4+
<u>hello<img src="../backgrounds/red-128-alpha-32x32.png"><font color="purple">hellofont>u>
55
body>
66
html>

0 commit comments

Comments
 (0)