ladybird/Tests/LibWeb/Layout/input/picture-source-media-query.html
Sam Atkins 08253d6aee Tests/LibWeb: Move assets used by multiple test types into Assets/
Having to go through multiple levels of .. is not ideal, but less odd
than reaching into another test type's data files.
2024-11-05 14:02:07 +00:00

11 lines
No EOL
178 B
HTML

<!DOCTYPE html>
<html>
<body>
<picture>
<source media="(max-width: 600px)" srcset="../../Assets/120.png">
<img src="400.png">
</picture>
</body>
</html>