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

Unified Diff: third_party/WebKit/LayoutTests/css3/background/background-repeat-round-auto2-expected.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/css3/background/background-repeat-round-auto2-expected.html
diff --git a/third_party/WebKit/LayoutTests/css3/background/background-repeat-round-auto2-expected.html b/third_party/WebKit/LayoutTests/css3/background/background-repeat-round-auto2-expected.html
index 1006994198f905f56810aef222a78e532d413f29..a59eca2138f45af4a6da20678ba57ba2a0e912e5 100644
--- a/third_party/WebKit/LayoutTests/css3/background/background-repeat-round-auto2-expected.html
+++ b/third_party/WebKit/LayoutTests/css3/background/background-repeat-round-auto2-expected.html
@@ -9,7 +9,7 @@
padding: 50px;
border: 50px solid transparent;
background-image: url(resources/circle.png);
- background-size: 123px 100px;
+ background-size: 125px 100px;
background-repeat: repeat;
background-origin: border-box;
background-clip: border-box;

Powered by Google App Engine
This is Rietveld 408576698