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

Unified Diff: third_party/WebKit/LayoutTests/fast/sub-pixel/scaled-background-image-expected.html

Issue 2640143005: Support subpixel layout for borders. (Closed)
Patch Set: Rebaselined tests. Created 3 years, 10 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/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 bcbee1e0539d3ff654c2d1b1e3d8199c0f3eba04..a02b72f264dd8161b44d9a6cc6551ce68dee4ee4 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
@@ -3,10 +3,10 @@
<style type="text/css">
.norepeat {
background: url(../../images/resources/exif-orientation-7-rl.jpg);
- border: 5px solid black;
- margin: 6px;
- background-size: 138px 70px;
- width: 138px;
+ border: 5.6px solid black;
+ margin: 5.6px;
+ background-size: 138.6px 70px;
+ width: 138.6px;
height: 70px;
}
</style>

Powered by Google App Engine
This is Rietveld 408576698