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

Unified Diff: third_party/WebKit/LayoutTests/fast/backgrounds/background-repeat-with-background-color.html

Issue 2130523002: Fix aspect ratio for rounded background image size (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Remove new tests; we already have coverage Created 4 years, 5 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: third_party/WebKit/LayoutTests/fast/backgrounds/background-repeat-with-background-color.html
diff --git a/third_party/WebKit/LayoutTests/fast/backgrounds/background-repeat-with-background-color.html b/third_party/WebKit/LayoutTests/fast/backgrounds/background-repeat-with-background-color.html
index adc7e1c1baa3d3371b00f828a4d98eabc56b04f0..ea85b19ff5e3903cfe79693592d614aefd2a32c5 100644
--- a/third_party/WebKit/LayoutTests/fast/backgrounds/background-repeat-with-background-color.html
+++ b/third_party/WebKit/LayoutTests/fast/backgrounds/background-repeat-with-background-color.html
@@ -4,7 +4,7 @@
<style>
div {
display: inline-block;
- width: 110px;
+ width: 130px;
height: 110px;
margin: 10px;
background-color: green;

Powered by Google App Engine
This is Rietveld 408576698