forked from mirrors/gecko-dev
		
	
		
			
				
	
	
		
			17 lines
		
	
	
	
		
			371 B
		
	
	
	
		
			HTML
		
	
	
	
	
	
			
		
		
	
	
			17 lines
		
	
	
	
		
			371 B
		
	
	
	
		
			HTML
		
	
	
	
	
	
<!DOCTYPE HTML>
 | 
						|
<html>
 | 
						|
<head>
 | 
						|
  <title>Subtest for browser context menu</title>
 | 
						|
</head>
 | 
						|
<body>
 | 
						|
  Browser context menu subtest.
 | 
						|
  <input id="input_text_no_form">
 | 
						|
  <form id="form_with_password">
 | 
						|
    <input id="login_text">
 | 
						|
    <input id="input_password" type="password">
 | 
						|
  </form>
 | 
						|
  <form id="form_without_password">
 | 
						|
    <input id="search_text">
 | 
						|
  </form>
 | 
						|
</body>
 | 
						|
</html>
 |