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

View File

@@ -6,6 +6,6 @@
</head> </head>
<body> <body>
<p>Asset test</p> <p>Asset test</p>
<img src="image.png" alt="Test image" /> <img src="image.png" width="100px" height="100px" alt="Test image" />
</body> </body>
</html> </html>