Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(17)

Unified Diff: LayoutTests/fast/canvas/image-object-in-canvas.html

Issue 249723003: Remove main frame overflow from some non-scrollbar tests (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Windows expectations Created 6 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « LayoutTests/fast/canvas/canvas-text-alignment.html ('k') | LayoutTests/fast/css/005.html » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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>
« no previous file with comments | « LayoutTests/fast/canvas/canvas-text-alignment.html ('k') | LayoutTests/fast/css/005.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698