forked from mirrors/gecko-dev
		
	
		
			
				
	
	
		
			8 lines
		
	
	
	
		
			348 B
		
	
	
	
		
			HTML
		
	
	
	
	
	
			
		
		
	
	
			8 lines
		
	
	
	
		
			348 B
		
	
	
	
		
			HTML
		
	
	
	
	
	
<!DOCTYPE html>
 | 
						|
<html class="reftest-wait">
 | 
						|
  <!-- Test: button element is never affected by :-moz-ui-valid. -->
 | 
						|
  <link rel='stylesheet' type='text/css' href='style.css'>
 | 
						|
  <body onload="document.getElementById('b').setCustomValidity('foo'); document.documentElement.className='';">
 | 
						|
    <button class='notvalid' id='b'></button>
 | 
						|
  </body>
 | 
						|
</html>
 |