perspective-origin-4-ref.html 246 B

123456789101112131415161718192021
  1. <!DOCTYPE html>
  2. <html lang="en">
  3. <head>
  4. <title>Testcase for bug 770629</title>
  5. <style>
  6. div {
  7. position: absolute;
  8. left: 125px;
  9. width: 50px;
  10. height: 100px;
  11. background: blue;
  12. }
  13. </style>
  14. </head>
  15. <body>
  16. <div></div>
  17. </body>
  18. </html>