mirror of
				https://github.com/mozilla/gecko-dev.git
				synced 2025-11-04 02:09:05 +02:00 
			
		
		
		
	MozReview-Commit-ID: 8WP2qDiKpyP --HG-- extra : rebase_source : 3be40062f6e1de2e6f8d135f7d11ba2f86e6ab01
		
			
				
	
	
		
			15 lines
		
	
	
	
		
			223 B
		
	
	
	
		
			HTML
		
	
	
	
	
	
			
		
		
	
	
			15 lines
		
	
	
	
		
			223 B
		
	
	
	
		
			HTML
		
	
	
	
	
	
<!DOCTYPE html>
 | 
						|
<html>
 | 
						|
<head>
 | 
						|
  <title>
 | 
						|
    Reference case with the root viewport scrollable, via styles on html node.
 | 
						|
  </title>
 | 
						|
  <style>
 | 
						|
    html {
 | 
						|
      overflow: scroll;
 | 
						|
    }
 | 
						|
  </style>
 | 
						|
</head>
 | 
						|
<body>
 | 
						|
</body>
 | 
						|
</html>
 |