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

Unified Diff: LayoutTests/fast/hidpi/gradient-with-scaled-ancestor.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
Index: LayoutTests/fast/hidpi/gradient-with-scaled-ancestor.html
diff --git a/LayoutTests/fast/hidpi/gradient-with-scaled-ancestor.html b/LayoutTests/fast/hidpi/gradient-with-scaled-ancestor.html
index 5ca3045d6315e7a1e06e5d8c87fed0fd6d14c2d7..fbedc2745fbd4c3231e8bafd7c26cfa599a5339e 100644
--- a/LayoutTests/fast/hidpi/gradient-with-scaled-ancestor.html
+++ b/LayoutTests/fast/hidpi/gradient-with-scaled-ancestor.html
@@ -13,7 +13,7 @@
}
</script>
</head>
- <body onload="startTest();">
+ <body onload="startTest();" style="overflow:hidden;">
<div style="-webkit-transform:scale(1.5); -webkit-transform-origin:top left;">
<div style="height:300px;width:300px;background-image:-webkit-repeating-linear-gradient(top left, red 10%, blue 30%);border:1px solid">
</div>
« no previous file with comments | « LayoutTests/fast/gradients/unprefixed-linear-right-angle-gradients.html ('k') | LayoutTests/fast/html/details-position.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698