mirror of
				https://github.com/RGBCube/serenity
				synced 2025-10-31 10:42:45 +00:00 
			
		
		
		
	 8bb0be7d4f
			
		
	
	
		8bb0be7d4f
		
	
	
	
	
		
			
			CSS properties generated by presentational hints in content attributes should not leak into pseudo elements.
		
			
				
	
	
		
			11 lines
		
	
	
		
			No EOL
		
	
	
		
			238 B
		
	
	
	
		
			HTML
		
	
	
	
	
	
			
		
		
	
	
			11 lines
		
	
	
		
			No EOL
		
	
	
		
			238 B
		
	
	
	
		
			HTML
		
	
	
	
	
	
| <!DOCTYPE html><html><head><style>
 | |
| * {
 | |
|     border: 1px solid black;
 | |
|     font: 20px SerenitySans;
 | |
| }
 | |
| td::before {
 | |
|     display: block;
 | |
|     content: "";
 | |
|     border: 1px solid red;
 | |
| }
 | |
| </style><head><body><table><tr><td width="100" height="100"> |