Skip to content

Commit 4915b59

Browse files
committed
test
1 parent b4589aa commit 4915b59

File tree

4 files changed

+3
-3
lines changed

4 files changed

+3
-3
lines changed

flower_1.jpeg flower_1.jpg

File renamed without changes.

flower_2.jpeg flower_2.jpg

File renamed without changes.

preload7.html

+2-2
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77

88
<link rel="preload" href="mint1.jpg" as="fetch" >
99
<link rel="preload" href="mint3.jpg" as="fetch" >
10-
<link rel="preload" href="flower_2.jpeg" as="image" >
10+
<link rel="preload" href="flower_2.jpg" as="image" >
1111
<link rel="stylesheet" href="main.css" as="style">
1212

1313
</head>
@@ -18,6 +18,6 @@
1818
<img src="mount.jpeg" >
1919
<img src="s_man.gif" style="display: none;" />
2020
<img src="mint1.jpg">
21-
<img src="flower_1.jpeg">
21+
<img src="flower_1.jpg">
2222
</body>
2323
</html>

preload_image.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<body>
44
<p> Preload image test 3 </p>
55
<img src="mint1.jpg" style="display: none;" />
6-
<img src="flower_1.jpeg" style="display: none;" />
6+
<img src="flower_1.jpg" style="display: none;" />
77
<p> No more images should be load when I visit <a href="http://debinzhang.github.io/preload7.html"> next page </a></p>
88
</body>
99
</html>

0 commit comments

Comments
 (0)