forked from mirrors/gecko-dev
		
	 392597786d
			
		
	
	
		392597786d
		
	
	
	
	
		
			
			MozReview-Commit-ID: 7ObURT1LS0I --HG-- extra : rebase_source : c670289fc4e3b934ff9d274accd10c654a3f377b
		
			
				
	
	
		
			18 lines
		
	
	
	
		
			322 B
		
	
	
	
		
			HTML
		
	
	
	
	
	
			
		
		
	
	
			18 lines
		
	
	
	
		
			322 B
		
	
	
	
		
			HTML
		
	
	
	
	
	
| <!DOCTYPE html>
 | |
| <html>
 | |
|   <head>
 | |
|     <title>Bug 1392161 - Translate rounding reference (viewport)</title>
 | |
|     <style>
 | |
|       div {
 | |
|         height: 100px;
 | |
|         width: 100px;
 | |
|         background: blue;
 | |
|         position: relative;
 | |
|         left: 50vw;
 | |
|       }
 | |
|     </style>
 | |
|   </head>
 | |
|   <body>
 | |
|     <div></div>
 | |
|   </body>
 | |
| </html>
 |