1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/layout/reftests/css-parsing/at-rule-013-ref.html Wed Dec 31 06:09:35 2014 +0100 1.3 @@ -0,0 +1,25 @@ 1.4 +<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd"> 1.5 +<!-- 1.6 + from the CSS 2.1 test suite, 1.7 + http://test.csswg.org/suites/css2.1/20110111/html4/at-rule-013.htm 1.8 + 1.9 + See ../css3-namespace/LICENSE . 1.10 + --> 1.11 +<html> 1.12 + <head> 1.13 + <title>CSS Test: Ignoring at-rules inside @media blocks</title> 1.14 + <link rel="author" title="L. David Baron" href="http://dbaron.org/"> 1.15 + <style type="text/css"> 1.16 + p { 1.17 + color: green; 1.18 + background: transparent; 1.19 + } 1.20 + </style> 1.21 + </head> 1.22 + <body> 1.23 + <p>This sentence must be green.</p> 1.24 + <p>This sentence must be green.</p> 1.25 + <p>This sentence must be green.</p> 1.26 + <p>This sentence must be green.</p> 1.27 + </body> 1.28 +</html>