summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/tests/css/CSS2/css1/c545-txttrans-000-ref.xht
blob: 7908955a2b5049819627ccd573fa4ce426aac4b6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
 <head>
  <title>CSS Test: text-transform</title>
  <style type="text/css"><![CDATA[
   div { background: green; border: solid black; width: 320px; height: 150px; }
   p { margin: 0; }
  ]]></style>
 </head>
 <body>
  <p>There should be a green box below.</p>
  <div>
  </div>
 </body>
</html>