blob: ac3d79de3bd15eebf89d5575b76ffa88d4e09f2f [file] [log] [blame]
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN">
<html>
<head>
<title>white-space: mixed 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; }
.test { font: 1em/1 Ahem; background: green; color: lime; width: 19em; }
.normal { white-space: normal; }
.nowrap { white-space: nowrap; }
.pre { white-space: pre; }
</style>
</head>
<body><div class="test pre"><span>1234</span>567890123456789 xxxx xxxx xx</div></body>
</html>