Index: LayoutTests/fast/frames/inline-object-inside-frameset.html |
diff --git a/LayoutTests/fast/frames/inline-object-inside-frameset.html b/LayoutTests/fast/frames/inline-object-inside-frameset.html |
index 30d2e223edff7667bf784686ae9650fb29812444..c238596b0b775d1126ef45b6c1759010b3ceb730 100644 |
--- a/LayoutTests/fast/frames/inline-object-inside-frameset.html |
+++ b/LayoutTests/fast/frames/inline-object-inside-frameset.html |
@@ -11,7 +11,7 @@ function runTest() { |
} |
</script> |
-</head><body onload="runTest()"> |
+</head><body onload="runTest()" style="overflow:hidden;"> |
<div>This tests that putting an inline element (such as a span) inside of an element doesn't cause an assertion failure.</div> |
<div id="dcont"> |
</div> |