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

Unified Diff: LayoutTests/fast/backgrounds/size/backgroundSize15.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/backgrounds/size/backgroundSize15.html
diff --git a/LayoutTests/fast/backgrounds/size/backgroundSize15.html b/LayoutTests/fast/backgrounds/size/backgroundSize15.html
index 9b9f1494543df563bffb8d00e42eed3d60f408ac..6ec32457f8ba85c5750fe2a84e4efa6d4630e9a2 100644
--- a/LayoutTests/fast/backgrounds/size/backgroundSize15.html
+++ b/LayoutTests/fast/backgrounds/size/backgroundSize15.html
@@ -1,5 +1,6 @@
<html>
<style>
+body { overflow: hidden; }
div {
background-image:url(resources/bikes.bmp);
-webkit-background-size: 133px 135px;
@@ -15,4 +16,4 @@ div {
<div style="width:800px; height:800px"></div>
</body>
-</html>
+</html>

Powered by Google App Engine
This is Rietveld 408576698