3 <title>Width Updating after Clear
</title>
4 <style type=
"text/css">
19 <p>The 'hr' below should span the width of the page, not just to the left edge of this text.
</p>
21 <p>The table below should span the width of the page, not just to the left edge of this text.
</p>
22 <table border=
10><tr><td>This is a table that should fill the entire width of the page. It should clear the float and then take up the width of the page.
23 If it doesn't then it's a bug.
</td></tr></table>
24 <p>The overflow auto section below should span the width of the page.
</p>
25 <div>This is a div that should fill the entire width of the page. It should clear the float and then take up the width of the page.
26 If it doesn't then it's a bug.
</div>