mirror of
https://github.com/SerenityOS/serenity.git
synced 2025-01-24 02:12:09 -05:00
29d29134ba
If child has a media attribute and its value does not match the environment, continue to the next child.
11 lines
No EOL
165 B
HTML
11 lines
No EOL
165 B
HTML
<!DOCTYPE html>
|
|
<html>
|
|
|
|
<body>
|
|
<picture>
|
|
<source media="(max-width: 600px)" srcset="120.png">
|
|
<img src="400.png">
|
|
</picture>
|
|
</body>
|
|
|
|
</html> |