transformed-rotateY-1-ref.html (472B)
1 <!DOCTYPE html> 2 <html> 3 <head> 4 <title>CSS Transforms API Test: transform rotateY</title> 5 <link rel="author" title="loveky" href="mailto:ylzcylx@gmail.com"> 6 <style> 7 div { 8 height: 150px; 9 width: 150px; 10 } 11 .container { 12 border: 1px solid black; 13 background-color: green; 14 } 15 </style> 16 </head> 17 18 <body> 19 <p>You should only see a GREEN box if this test passes!</p> 20 <div class="container"> 21 </div> 22 </body> 23 </html>