Index: LayoutTests/tables/mozilla/core/col_span.html |
diff --git a/LayoutTests/tables/mozilla/core/col_span.html b/LayoutTests/tables/mozilla/core/col_span.html |
index d9ffbbe58cd1f9b37db05221985e924a46bf4896..ba74c0424552d03d48ea8fb6b94708ff7045cbcf 100644 |
--- a/LayoutTests/tables/mozilla/core/col_span.html |
+++ b/LayoutTests/tables/mozilla/core/col_span.html |
@@ -1,3 +1,4 @@ |
+<body style="overflow: hidden;"> |
<table border> |
<tr> |
<td width=100>100</td> |
@@ -68,3 +69,4 @@ |
</TABLE> |
<!--and also consider cases where there is a width attribute on the table element itself.--> |
+</body> |