Index: LayoutTests/fast/replaced/005.html |
diff --git a/LayoutTests/fast/replaced/005.html b/LayoutTests/fast/replaced/005.html |
index 3af7a7cbae53c0f2676e419a2bea8f39589aca04..a5bd6a65d8cdd14c1377c1496e45cf3cdc4511d5 100644 |
--- a/LayoutTests/fast/replaced/005.html |
+++ b/LayoutTests/fast/replaced/005.html |
@@ -1,4 +1,5 @@ |
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN"> |
+<body style="overflow:hidden;"> |
<table width=100% cellpadding=0 cellspacing=0 border=2> |
<tr><td nowrap><img style="width:100px;height:100px;background-color:green"><img style="width:100px;height:100px;background-color:green"><br> |
<img style="width:100px;height:100px;background-color:green"><img style="width:100px;height:100px;background-color:green"></td> |
@@ -14,4 +15,5 @@ |
</table> |
<p style="border:2px solid blue"><img style="width:100px;height:100px;background-color:green"><img style="width:100px;height:100px;background-color:green"><br> |
<a href="foo.html"><img style="width:100px;height:100px;background-color:green"></a><img style="width:100px;height:100px;background-color:green"> |
-</p> |
+</p> |
+</body> |