mirror of
				https://github.com/rust-lang/rust.git
				synced 2025-10-30 20:44:34 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			7 lines
		
	
	
		
			360 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
			
		
		
	
	
			7 lines
		
	
	
		
			360 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
| // This test ensures that each field is on its own line (In other words, they have
 | |
| // `display: block`).
 | |
| go-to: "file://" + |DOC_PATH| + "/test_docs/struct.StructWithPublicUndocumentedFields.html"
 | |
| 
 | |
| store-property: ("//*[@id='structfield.first']", {"offsetTop": first_top})
 | |
| assert-property-false: ("//*[@id='structfield.second']", { "offsetTop": |first_top| })
 | 
