mirror of
				https://github.com/RGBCube/serenity
				synced 2025-10-31 05:42:43 +00:00 
			
		
		
		
	 29d29134ba
			
		
	
	
		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> |