transform-scale-test-ref.html (504B)
1 <!DOCTYPE html> 2 <html> 3 <head> 4 <title>CSS Transforms Reference File</title> 5 <link rel="author" title="Oleg Janeiko" href="mailto:oleg@the-incredible.me"> 6 <style type="text/css"> 7 div { 8 background-color: green; 9 float: left; 10 margin: 50px; 11 width: 30px; 12 height: 30px; 13 } 14 </style> 15 </head> 16 <body> 17 <p>The test passes if there are two green squares of the same size.</p> 18 <div></div> 19 <div></div> 20 </body> 21 </html>