add picture tag test

This commit is contained in:
Yanzhen Yu
2026-04-01 12:00:00 +08:00
parent 3a08be5594
commit 5c214f42b8
2 changed files with 17 additions and 0 deletions

8
test/html/picture.html Normal file
View File

@@ -0,0 +1,8 @@
<html>
<body>
<picture>
<source type="image/webp" srcset="assets/img/characters/robot.webp" />
<img src="assets/img/characters/robot.png" />
</picture>
</body>
</html>