mirror of
				https://github.com/RGBCube/serenity
				synced 2025-10-31 08:32:43 +00:00 
			
		
		
		
	 b63e393cef
			
		
	
	
		b63e393cef
		
	
	
	
	
		
			
			Also add a basic test that documents how these media features currently get serialized, even if they're not identical to other browsers yet.
		
			
				
	
	
		
			15 lines
		
	
	
	
		
			223 B
		
	
	
	
		
			Text
		
	
	
	
	
	
			
		
		
	
	
			15 lines
		
	
	
	
		
			223 B
		
	
	
	
		
			Text
		
	
	
	
	
	
| @media screen {
 | |
| 
 | |
| }
 | |
| @media screen and ((min-width:20px) and (max-width:40px)) {
 | |
| 
 | |
| }
 | |
| @media screen and (min-resolution:1dppx) {
 | |
| 
 | |
| }
 | |
| @media screen and (min-resolution:2dppx) {
 | |
| 
 | |
| }
 | |
| @media screen and (min-resolution:2.54dppx) {
 | |
| 
 | |
| }
 |