mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-07-24 18:02:20 +00:00
Having to go through multiple levels of .. is not ideal, but less odd than reaching into another test type's data files.
11 lines
No EOL
178 B
HTML
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> |