chore(testdata): bigger image.png in html-with-asset

This commit is contained in:
Julien Neuhart
2026-03-30 19:07:39 +02:00
parent e6d2a5640b
commit 5279d73928
+1 -1
View File
@@ -6,6 +6,6 @@
</head>
<body>
<p>Asset test</p>
<img src="image.png" alt="Test image" />
<img src="image.png" width="100px" height="100px" alt="Test image" />
</body>
</html>