element-paint-continuation-ref.html 700 B

1234567891011121314151617181920212223242526
  1. <!--
  2. Any copyright is dedicated to the Public Domain.
  3. http://creativecommons.org/licenses/publicdomain/
  4. Test painting a continuation.
  5. -->
  6. <html>
  7. <style>
  8. @font-face
  9. {
  10. font-family: Ahem;
  11. src: url(../fonts/Ahem.ttf);
  12. }
  13. </style>
  14. <body style="line-height:1; font-family: Ahem; color: transparent;">
  15. <div style="width:100px; height:100px; border:10px solid black;">
  16. <div style="width:50px;">
  17. <span style="display:inline-block; width:25px; height:1px;"></span
  18. ><span id="d" style="background:-moz-linear-gradient(right, yellow, yellow);"
  19. ><span style="display:inline-block; width:25px; height:1px;"></span>
  20. AA</span>
  21. </div>
  22. </div>
  23. </body>
  24. </html>