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

Unified Diff: third_party/WebKit/LayoutTests/fast/sub-pixel/scaled-background-image-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/fast/sub-pixel/scaled-background-image-expected.html
diff --git a/third_party/WebKit/LayoutTests/fast/sub-pixel/scaled-background-image-expected.html b/third_party/WebKit/LayoutTests/fast/sub-pixel/scaled-background-image-expected.html
index bb95f16f9e8feb09cd5a41ccd0ec5b413a0c1ae8..3f401306e1f6377c02aed61eb38b09323b1ad81b 100644
--- a/third_party/WebKit/LayoutTests/fast/sub-pixel/scaled-background-image-expected.html
+++ b/third_party/WebKit/LayoutTests/fast/sub-pixel/scaled-background-image-expected.html
@@ -4,10 +4,10 @@
.norepeat {
background: url(../images/resources/exif-orientation-7-rl.jpg);
border: 5px solid black;
- margin: 5px;
- background-size: 124px 63px;
- width: 124px;
- height: 63px;
+ margin: 6px;
+ background-size: 138px 70px;
+ width: 138px;
+ height: 70px;
}
</style>
<body>

Powered by Google App Engine
This is Rietveld 408576698