print-no-animations-notref.html 171 B

123456789101112
  1. <!DOCTYPE HTML>
  2. <html class="reftest-print">
  3. <title>Static CSS animation</title>
  4. <style>
  5. p {
  6. color: blue;
  7. }
  8. </style>
  9. <p>blue with animation support; olive without</p>