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

Unified Diff: third_party/WebKit/LayoutTests/fast/borders/border-image-width-rounding-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/borders/border-image-width-rounding-expected.html
diff --git a/third_party/WebKit/LayoutTests/fast/borders/border-image-width-rounding-expected.html b/third_party/WebKit/LayoutTests/fast/borders/border-image-width-rounding-expected.html
index 549733295e338b091b7a002a35e65f7b74046bf8..2346ef1c14ef389e199bcf1098357c4800802fb9 100644
--- a/third_party/WebKit/LayoutTests/fast/borders/border-image-width-rounding-expected.html
+++ b/third_party/WebKit/LayoutTests/fast/borders/border-image-width-rounding-expected.html
@@ -7,8 +7,8 @@
border-style: solid;
border-width: 1.9px;
border-color: green;
- width: 100px;
- height: 100px;
+ width: 98px;
+ height: 98px;
}
</style>
</head>

Powered by Google App Engine
This is Rietveld 408576698