Index: LayoutTests/fast/canvas/image-object-in-canvas.html |
diff --git a/LayoutTests/fast/canvas/image-object-in-canvas.html b/LayoutTests/fast/canvas/image-object-in-canvas.html |
index 9849ce3fb7d1040134da0a94bbc9adc123b04391..0054078f781ada081ade65965dad988f31494020 100644 |
--- a/LayoutTests/fast/canvas/image-object-in-canvas.html |
+++ b/LayoutTests/fast/canvas/image-object-in-canvas.html |
@@ -53,7 +53,7 @@ function runTests() { |
</script> |
</head> |
-<body onload="runTests();"> |
+<body onload="runTests();" style="overflow:hidden;"> |
<p>This tests that the Image JavaScript object works as expected when used in a canvas. If the test is successful, the Apple logo should appear scaled, normal and finally tiled in a circle.</p> |
<div><canvas id="canvas1" width="150" height="150"></canvas>Using drawImage.</div> |
<div><canvas id="canvas2" width="150" height="150"></canvas>Using drawImageFromRect.</div> |