blob: 4ae7948c35d000b44678550d1a8753f20d8ee0b2 [file] [log] [blame]
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN">
<html>
<head>
<title>white-space pre: simple tests</title>
<script src="../../../resources/ahem.js"></script>
<style type="text/css">
.control { display: inline; font: 1em/1 Ahem, sans-serif; background: red; color: white; }
pre { white-space: pre; font: 1em/1 Ahem; background: green; color: lime; }
</style>
</head>
<body>
<div class="control">Ahem_font_required_for_this_test.</div>
<table><tr><td>
<pre>
xxxx xxxx xxxx xxxx
x x x x x x
xxxx xxxx xxxx xxxx
x x x x x
x x x xxxx xxxx
</pre>
</td></tr></table>
</body>
</html>