(root)/
libredwg-0.13/
test/
xmlsuite/
header.htm
<html>

<head>
    <!-- Declare all the styles here -->
    <style type="text/css">
    .mainheading
    {
    	text-align: center;
    }

    .heading
    {
    	text-align: center;
    }
    .result_good
    {
        color: green;
    }
    .result_middle
    {
    	color: orange;
    }
    .result_bad
    {
    	color: red;
    }
    .result_middle, .result_middle, .result_bad
    {
        padding: 5px;
        background: lightblue;
        margin: 0px;
        font-size: 25px;
    }
    .attributedetail
    {
        margin: 0px;
        background: lightblue;
        border-bottom: 5px blue solid;
        margin-bottom: 10px;
        padding: 5px;
    }
    .attributedetail h3
    {
        margin: 0px;
    }

    </style>
</head>

<body>

    <div class="mainheading">
        <h1>GNU LibreDWG Tests Report</h1>
    </div>