Added test for type styles
[xmldoc.git] / test / styles.html.exp
diff --git a/test/styles.html.exp b/test/styles.html.exp
new file mode 100644 (file)
index 0000000..6a7533a
--- /dev/null
@@ -0,0 +1,128 @@
+<?xml version="1.0" encoding="iso-8859-1"?>
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1 plus MathML 2.0 plus SVG 1.1//EN" "http://www.w3.org/2002/04/xhtml-math-svg/xhtml-math-svg.dtd">
+<html xmlns="http://www.w3.org/1999/xhtml">
+  <head>
+    <meta charset="utf-8"/>
+    <link rel="stylesheet" type="text/css" href="main.css"/>
+    <title>xmldoc styles check</title>
+    <style type="text/css">
+      .center
+      {
+         text-align : center ;
+      }
+      table.docinfo
+      {
+         margin-left  : 10% ;
+         margin-right : 10% ;
+         border-style : solid ;
+      }
+      th
+      {
+         border-style : solid ;
+         border-width : thin ;
+      }
+      h3.toc
+      {
+         margin-left : 2em ;
+      }
+      pre.example
+      {
+         border : solid ;
+         padding-bottom : 1em ;
+      }
+      span.red
+      {
+         color : red ;
+      }
+      span.green
+      {
+         color : green ;
+      }
+      span.blue
+      {
+         color : blue ;
+      }
+      span.cyan
+      {
+         color : cyan ;
+      }
+      span.magenta
+      {
+         color : magenta ;
+      }
+      span.yellow
+      {
+         color : yellow ;
+      }
+      span.orange
+      {
+         color : orange ;
+      }
+      span.violet
+      {
+         color : violet ;
+      }
+      span.purple
+      {
+         color : purple ;
+      }
+      span.brown
+      {
+         color : brown ;
+      }
+      span.pink
+      {
+         color : pink ;
+      }
+      span.olive
+      {
+         color : olive ;
+      }
+      span.black
+      {
+         color : black ;
+      }
+      span.darkgray
+      {
+         color : darkgray ;
+      }
+      span.gray
+      {
+         color : gray ;
+      }
+      span.lightgray
+      {
+         color : lightgray ;
+      }
+      span.white
+      {
+         color : white ;
+      }
+   </style>
+  </head>
+  <body>
+
+   <div class="titlepage">
+      <h1 class="titlepage">xmldoc styles check</h1>
+   </div>
+
+   <h1>1  <a id="CH1"/>The only chapter</h1><p>
+         <em>emph</em> for emphasized.
+      </p><p>
+         <strong>strong</strong> is usually bold.
+      </p><p>
+         <code>code</code> for code exeamples.
+      </p><p>
+         <span class="remark">remark</span> is highlighted.
+      </p><p>
+         For <sup>superscript</sup>
+         and <sub>subscript</sub> text.
+      </p><p>
+         Primary colors are <span class="red">red</span>,
+         <span class="green">green</span> and <span class="blue">blue</span>.
+      </p><p>
+         Sizes are <big>big</big> and <small>small</small>.
+      </p>
+
+   <hr/></body>
+</html>