summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/tests/css/CSS2/csswg-issues/submitted/css2.1/reference/ref-green-box-120x120.xht
blob: 9e7a997c30dc251c4a0a363af477650a54757b2c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
<!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>
  <title>CSS Test Reference: 120x120 Green Box</title>
  <link rel="author" title="Elika J. Etemad" href="http://fantasai.inkedblade.net/contact"/>
  <style type="text/css"><![CDATA[
    div {
      width: 120px;
      height: 120px;
      background: green;
    }
  ]]></style>
 </head>
 <body>
   <p>There must be a green square below and no red.</p>
   <div></div>
 </body>
</html>