Thu, 22 Jan 2015 13:21:57 +0100
Incorporate requested changes from Mozilla in review:
https://bugzilla.mozilla.org/show_bug.cgi?id=1123480#c6
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
6 See ../css3-namespace/LICENSE .
7 -->
8 <html>
9 <head>
10 <title>CSS Test: Ignoring at-rules inside @media blocks</title>
11 <link rel="author" title="L. David Baron" href="http://dbaron.org/">
12 <style type="text/css">
13 p {
14 color: green;
15 background: transparent;
16 }
17 </style>
18 </head>
19 <body>
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 <p>This sentence must be green.</p>
24 </body>
25 </html>