transform-rotate-007-ref.html (406B)
1 <!DOCTYPE html> 2 <html> 3 <head> 4 <title>CSS Reftest Reference</title> 5 <link rel="author" title="Keith Schwarz" href="mailto:keith@keithschwarz.com"> 6 <link rel="author" title="Aryeh Gregor" href="mailto:ayg@aryeh.name"> 7 <style> 8 div { 9 width: 200px; 10 height: 100px; 11 border: 1px solid black; 12 } 13 </style> 14 </head> 15 <body> 16 <div></div> 17 </body> 18 </html>