at-rule-013-ref.html 684 B

1234567891011121314151617181920212223242526
  1. <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
  2. <!--
  3. from the CSS 2.1 test suite,
  4. http://test.csswg.org/suites/css2.1/20110111/html4/at-rule-013.htm
  5. See ../css3-namespace/LICENSE .
  6. -->
  7. <html>
  8. <head>
  9. <title>CSS Test: Ignoring at-rules inside @media blocks</title>
  10. <link rel="author" title="L. David Baron" href="https://dbaron.org/">
  11. <style type="text/css">
  12. p {
  13. color: green;
  14. background: transparent;
  15. }
  16. </style>
  17. </head>
  18. <body>
  19. <p>This sentence must be green.</p>
  20. <p>This sentence must be green.</p>
  21. <p>This sentence must be green.</p>
  22. <p>This sentence must be green.</p>
  23. </body>
  24. </html>