transform-scalex-ref.html (424B)
1 <!DOCTYPE html> 2 <html> 3 <head> 4 <title>CSS Reftest Reference</title> 5 <link rel="author" title="Clint Talbert" href="mailto:ctalbert@mozilla.com"> 6 <link rel="author" title="Aryeh Gregor" href="mailto:ayg@aryeh.name"> 7 <style> 8 div { 9 background: green; 10 width: 50px; 11 height: 100px; 12 margin-left: 25px; 13 } 14 </style> 15 </head> 16 <body> 17 <div></div> 18 </body> 19 </html>