aboutsummaryrefslogtreecommitdiffstats
path: root/tests/wpt/css-tests/css-conditional-3_dev/xhtml1print/support/pass.xht
blob: 62c6139f45aacef06aa934e21c7335f232717e33 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
 <head><meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
  <title>CSS Reftest Reference</title>
  <style type="text/css">
    @page { font: italic 8pt sans-serif; color: gray;
            margin: 7%;
            counter-increment: page;
            @top-left { content: "CSS Conditional Rules Module Level 3 CR Test Suite"; }
            @top-right { content: "Test pass.xht"; }
            @bottom-right { content: counter(page); }
          }
</style>
  <link rel="author" title="Cameron McCormack" href="mailto:cam@mcc.id.au" />
  <style type="text/css"><![CDATA[
   html { background-color: green }
  ]]></style>
 </head>
 <body>
 </body>
</html>