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

Unified Diff: LayoutTests/css3/background/background-repeat-round-auto1-expected.html

Issue 24066007: Mask/background-repeat: round should round the number of tiles of an image to the nearest natural n… (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Rebase 2 Created 7 years, 3 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/css3/background/background-repeat-round-auto1-expected.html
diff --git a/LayoutTests/css3/background/background-repeat-round-auto1-expected.html b/LayoutTests/css3/background/background-repeat-round-auto1-expected.html
index e8db136f6ca5af8c05062b1504d28de7fbad1b80..c1e93978c996f46a73a695b66d3e8e5a2ac3959b 100644
--- a/LayoutTests/css3/background/background-repeat-round-auto1-expected.html
+++ b/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: 100px 79px;
+ background-size: 111px 88px;
background-repeat: repeat;
background-origin: border-box;
background-clip: border-box;
« no previous file with comments | « LayoutTests/TestExpectations ('k') | LayoutTests/css3/background/background-repeat-round-auto2-expected.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698