<html>
<style>
.home #content .main .simpleList .box {float:left;}
.home #content .main .simpleList .box span {display:block;}
</style>
<head><title>Multi-Line Test</title></head>
<body>
Table test
<table border=1>
<tr><td>foo</td><td>bar</td></tr>
<tr><td>foo<br />foo</td><td>bar<br />bar</tr>
</table>
<div class="outside home" id="page">
  <div id="content">
   <div class="main">
    <div class="zone simpleList">
     <div class="box">
     <h3>Hello</h3>
     <ul>
       <li><a href="foo">This is a test</a> that is not very interesting.</li>
       <li><a href="bar">But it looks like</a> a real-world example.</li>
       <li><a href="foobar">And that's</a> why this silly test is here.</li>
     </ul>
     <p>So it's <strong><a href="whatever">far more interesting</a> than it looks</strong>.</p>
     </div>
     <div class="box">
     <h3>World</h3>
     <ul>
       <li><a href="barfoo">The thing is</a> we can't copy content.</li>
       <li><a href="barfly">So we must</a> create silly tests.</li>
       <li><a href="flybar">Oh</a> well.</li>
     </ul>
     <p>At least it's <strong><a href="whatever">over</a></strong>.</p>
     </div>
    </div>
  </div>
</div>
</html>