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

Unified Diff: third_party/WebKit/LayoutTests/css3/masking/mask-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/masking/mask-repeat-round-auto2-expected.html
diff --git a/third_party/WebKit/LayoutTests/css3/masking/mask-repeat-round-auto2-expected.html b/third_party/WebKit/LayoutTests/css3/masking/mask-repeat-round-auto2-expected.html
index 7d1cf43dc9648ede003b86763d91eb37c2f3d1c2..e2ef00549b7c96bdf8a7922f4bb06d2dca9137d4 100644
--- a/third_party/WebKit/LayoutTests/css3/masking/mask-repeat-round-auto2-expected.html
+++ b/third_party/WebKit/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: 123px 100px;
+ -webkit-mask-size: 125px 100px;
-webkit-mask-repeat: repeat;
-webkit-mask-origin: border-box;
-webkit-mask-clip: border-box;

Powered by Google App Engine
This is Rietveld 408576698