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

Thu, 15 Jan 2015 21:03:48 +0100

author
Michael Schloh von Bennewitz <michael@schloh.com>
date
Thu, 15 Jan 2015 21:03:48 +0100
branch
TOR_BUG_9701
changeset 11
deefc01c0e14
permissions
-rw-r--r--

Integrate friendly tips from Tor colleagues to make (or not) 4.5 alpha 3;
This includes removal of overloaded (but unused) methods, and addition of
a overlooked call to DataStruct::SetData(nsISupports, uint32_t, bool.)

     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>

mercurial