add picture tag test

This commit is contained in:
Yanzhen Yu
2019-10-12 16:54:41 +08:00
parent a58a118f2c
commit cd9de42b6d
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>