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

Unified Diff: third_party/WebKit/LayoutTests/css3/background/background-repeat-round-auto1-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-auto1-expected.html
diff --git a/third_party/WebKit/LayoutTests/css3/background/background-repeat-round-auto1-expected.html b/third_party/WebKit/LayoutTests/css3/background/background-repeat-round-auto1-expected.html
index 80c929d519008a5e6668321230c743173fc6fe0a..c1e93978c996f46a73a695b66d3e8e5a2ac3959b 100644
--- a/third_party/WebKit/LayoutTests/css3/background/background-repeat-round-auto1-expected.html
+++ b/third_party/WebKit/LayoutTests/css3/background/background-repeat-round-auto1-expected.html
@@ -9,7 +9,7 @@
padding: 50px;
border: 50px solid transparent;
background-image: url(resources/circle.png);
- background-size: 111px 84px;
+ background-size: 111px 88px;
background-repeat: repeat;
background-origin: border-box;
background-clip: border-box;

Powered by Google App Engine
This is Rietveld 408576698