--- /dev/null
+layer at (0,0) size 800x2008
+ RenderCanvas at (0,0) size 800x600
+layer at (0,0) size 800x600
+ RenderBlock {HTML} at (0,0) size 800x600
+ RenderBody {BODY} at (8,8) size 784x584
+layer at (492,8) size 300x2000
+ RenderBlock (floating) {DIV} at (484,0) size 300x2000
+ RenderBlock {DIV} at (0,0) size 300x2000 [bgcolor=#0000FF]
--- /dev/null
+<html xmlns="http://www.w3.org/1999/xhtml">
+<head>
+<style>
+div.contentcontainer {
+ float:right;
+ overflow: hidden;
+}
+</style>
+</head>
+<body>
+<div class="contentcontainer">
+<div style="height:2000px;width:300px;background-color:blue"></div>
+</body>
+</html>
+