1298742-ref.html 190 B

1234567891011121314
  1. <!DOCTYPE html>
  2. <html>
  3. <title>Reference of bug 1298742</title>
  4. <style>
  5. div {
  6. width: 100px;
  7. height: 100px;
  8. background: blue;
  9. transform: translate(0px);
  10. }
  11. </style>
  12. <div></div>
  13. </html>