Source code
Revision control
Copy as Markdown
Other Tools
Test Info:
- Manifest: dom/html/reftests/reftest.list
<!DOCTYPE html>
<!-- Any copyright is dedicated to the Public Domain.
<html>
<body>
<picture>
<source srcset="lime100x100.svg" type="image/svg+xml">
<img src="red.png" width="100" height="100">
</picture>
</body>
</html>