layout/reftests/css-parsing/at-rule-013-ref.html

branch
TOR_BUG_9701
changeset 14
925c144e1f1f
equal deleted inserted replaced
-1:000000000000 0:3081a38ae937
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
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>

mercurial