| 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;
|
|
|