forked from mirrors/gecko-dev
		
	MozReview-Commit-ID: KUDsCdzAM4D --HG-- extra : rebase_source : 64f6897bea2324e71407094bda75a1f50501e495
		
			
				
	
	
		
			14 lines
		
	
	
	
		
			553 B
		
	
	
	
		
			HTML
		
	
	
	
	
	
			
		
		
	
	
			14 lines
		
	
	
	
		
			553 B
		
	
	
	
		
			HTML
		
	
	
	
	
	
<!DOCTYPE HTML>
 | 
						|
<html>
 | 
						|
<head>
 | 
						|
  <title>Subtest for browser context menu links</title>
 | 
						|
</head>
 | 
						|
<body>
 | 
						|
Browser context menu link subtest.
 | 
						|
 | 
						|
<a id="test-link" href="https://example.com">Click the monkey!</a>
 | 
						|
<a id="test-image-link" href="/"><img src="ctxmenu-image.png"></a>
 | 
						|
<svg id="svg-with-link" width=10 height=10><a xlink:href="https://example.com/"><circle cx="50%" cy="50%" r="50%" fill="blue"/></a></svg>
 | 
						|
<svg id="svg-with-relative-link" width=10 height=10><a xlink:href="/"><circle cx="50%" cy="50%" r="50%" fill="blue"/></a></svg>
 | 
						|
</body>
 | 
						|
</html>
 |