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

Unified Diff: LayoutTests/css3/masking/mask-repeat-round-auto2-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/masking/mask-repeat-round-auto2-expected.html
diff --git a/LayoutTests/css3/masking/mask-repeat-round-auto2-expected.html b/LayoutTests/css3/masking/mask-repeat-round-auto2-expected.html
index ffaed2d0ad7c9e5286bc6b5c57599f87b6559eee..dce5cdd6d2fcf9fb58f6147c78e29f6e964bd160 100644
--- a/LayoutTests/css3/masking/mask-repeat-round-auto2-expected.html
+++ b/LayoutTests/css3/masking/mask-repeat-round-auto2-expected.html
@@ -14,7 +14,7 @@
border: 50px solid blue;
padding: 50px;
-webkit-mask-image: url(resources/circle.png);
- -webkit-mask-size: 106px 85px;
+ -webkit-mask-size: 124px 100px;
-webkit-mask-repeat: repeat;
-webkit-mask-origin: border-box;
-webkit-mask-clip: border-box;

Powered by Google App Engine
This is Rietveld 408576698