Skip to content

Commit

Permalink
fix: transparent pixel src
Browse files Browse the repository at this point in the history
  • Loading branch information
Andreas Richter committed Apr 16, 2020
1 parent 4c3502b commit fc2aee9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion public/images.html
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
</head>
<body>
<img id="test-img-ext" src="https://via.placeholder.com/150" alt="">
<img id="test-img-data" src="data:" alt="">
<img id="test-img-data" alt="a transparent pixel" src="data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP8AACwAAAAAAQABAAACAkwBADs=" >
<img id="test-img-fail" src="/non-existent-image.jpg" alt="">
</body>
</html>

0 comments on commit fc2aee9

Please sign in to comment.