mirror of
				https://github.com/mozilla/gecko-dev.git
				synced 2025-11-04 10:18:41 +02:00 
			
		
		
		
	
		
			
				
	
	
	
	
		
			280 B
		
	
	
	
	
	
	
	
			
		
		
	
	
			280 B
		
	
	
	
	
	
	
	
Layout Debugger
Overview
The layout debugger can dump a variety of things including:
- Matched CSS Rules
 - Text Runs
 - Frames
 
Usage
- Use a debug build or add 
ac_add_options --enable-layout-debuggerto your mozconfig. - Run with 
./mach run --layoutdebug [filename]