element-paint-sharpness-01c.html 367 B

12345678910111213
  1. <!--
  2. Any copyright is dedicated to the Public Domain.
  3. http://creativecommons.org/licenses/publicdomain/
  4. Test that background-size and zooming don't degrade rendering sharpness.
  5. -->
  6. <!DOCTYPE html>
  7. <html reftest-zoom="2">
  8. <body style="margin:0">
  9. <div style="width:100px; height:100px; border-radius:100%; background-color:lime;"></div>
  10. </body>
  11. </html>