invalidate-css-transform-property-ref.html 214 B

123456789101112
  1. <!DOCTYPE html>
  2. <style>
  3. #box {
  4. width: 100px;
  5. height: 100px;
  6. background-color: red;
  7. position: relative;
  8. top: 50px;
  9. left: 50px;
  10. }
  11. </style>
  12. <div id="box"></div>