 b90802f7e4
			
		
	
	b90802f7e4
	
	
	
		
			
			Introduced in 65c4c1555d.
Found by gnome-continuous running the testsuite.
Includes fixing a broken test in the testsuite.
		
	
		
			
				
	
	
		
			28 lines
		
	
	
		
			196 B
		
	
	
	
		
			CSS
		
	
	
	
	
	
			
		
		
	
	
			28 lines
		
	
	
		
			196 B
		
	
	
	
		
			CSS
		
	
	
	
	
	
| n {
 | |
|   font-family: "\A ";
 | |
| }
 | |
| 
 | |
| r {
 | |
|   font-family: "\C ";
 | |
| }
 | |
| 
 | |
| f {
 | |
|   font-family: "\D ";
 | |
| }
 | |
| 
 | |
| a {
 | |
|   font-family: "\"";
 | |
| }
 | |
| 
 | |
| b {
 | |
|   font-family: "'";
 | |
| }
 | |
| 
 | |
| c {
 | |
|   font-family: "'";
 | |
| }
 | |
| 
 | |
| d {
 | |
|   font-family: "\\";
 | |
| }
 |