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

Unified Diff: third_party/WebKit/LayoutTests/fast/borders/border-image-width-rounding.html

Issue 2566593002: Change handling of sub-pixel borders to round
Patch Set: Change border images to round edges Created 4 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
« no previous file with comments | « no previous file | third_party/WebKit/LayoutTests/fast/sub-pixel/scaled-background-image-expected.html » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/WebKit/LayoutTests/fast/borders/border-image-width-rounding.html
diff --git a/third_party/WebKit/LayoutTests/fast/borders/border-image-width-rounding.html b/third_party/WebKit/LayoutTests/fast/borders/border-image-width-rounding.html
index 81a3f8b434d08d55fd40c3d12aba7d192a5cebd5..65f124cc9e154cbc5866dc7777dcb25e8712a386 100644
--- a/third_party/WebKit/LayoutTests/fast/borders/border-image-width-rounding.html
+++ b/third_party/WebKit/LayoutTests/fast/borders/border-image-width-rounding.html
@@ -5,8 +5,8 @@
<style>
.test {
border-style: solid;
- border-width: 1px;
- border-image-width: 1.9;
+ border-width: 1.9px;
+ border-image-width: 1.9px;
border-image-source: linear-gradient(to bottom, green, green);
border-image-slice: 10;
width: 100px;
« no previous file with comments | « no previous file | third_party/WebKit/LayoutTests/fast/sub-pixel/scaled-background-image-expected.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698