<!doctype html>
<html>
<head>
  <meta charset="utf-8">
  <title>simple testcase</title>
  <style type="text/css">
  body {
    border-width: 15px;
    color: red;
  }

  #testid {
    font-size: 4em;
  }
  </style>
</head>
<body>
	<div id="testid">simple testcase</div>
</body>
</html>