mirror of
				https://github.com/mermaid-js/mermaid.git
				synced 2025-11-04 12:54:08 +01:00 
			
		
		
		
	
		
			
				
	
	
		
			11 lines
		
	
	
		
			296 B
		
	
	
	
		
			JavaScript
		
	
	
	
	
	
			
		
		
	
	
			11 lines
		
	
	
		
			296 B
		
	
	
	
		
			JavaScript
		
	
	
	
	
	
import { urlSnapshotTest } from '../../helpers/util';
 | 
						|
 | 
						|
describe('CSS injections', () => {
 | 
						|
  it('should not allow CSS injections outside of the diagram', () => {
 | 
						|
    urlSnapshotTest('http://localhost:9000/ghsa1.html', {
 | 
						|
      logLevel: 1,
 | 
						|
      flowchart: { htmlLabels: false },
 | 
						|
    });
 | 
						|
  });
 | 
						|
});
 |