add picture tag test
This commit is contained in:
8
test/html/picture.html
Normal file
8
test/html/picture.html
Normal 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>
|
||||
Reference in New Issue
Block a user