blob: 5baac418ada59c39a44f32e5dae05dfe3a964bc0 [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; }
div { 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>
<div>
xxxx xxxx xxxx xxxx
x x x x x x
xxxx xxxx xxxx xxxx
x x x x x
x x x xxxx xxxx
</div>
</td></tr></table>
</body>
</html>