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

Unified Diff: third_party/WebKit/LayoutTests/css3/masking/mask-repeat-round-border-expected.html

Issue 1456813002: Calculate Background Image Geometries using sub-pixel values (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: MOAR expectations Created 5 years 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-border-expected.html
diff --git a/third_party/WebKit/LayoutTests/css3/masking/mask-repeat-round-border-expected.html b/third_party/WebKit/LayoutTests/css3/masking/mask-repeat-round-border-expected.html
index 65e67206596c23858f543670b138d64c79defaf0..bb5711368d07a9bb81409706b69cea23304e58bf 100644
--- a/third_party/WebKit/LayoutTests/css3/masking/mask-repeat-round-border-expected.html
+++ b/third_party/WebKit/LayoutTests/css3/masking/mask-repeat-round-border-expected.html
@@ -14,7 +14,7 @@
border: 50px solid blue;
padding: 50px;
-webkit-mask-image: url(resources/circle.png);
- -webkit-mask-size: 111px 86px;
+ -webkit-mask-size: 111px 85px;
-webkit-mask-repeat: repeat;
-webkit-mask-origin: border-box;
-webkit-mask-clip: border-box;

Powered by Google App Engine
This is Rietveld 408576698