| Index: third_party/WebKit/LayoutTests/fast/css/variables/computed-style.html
|
| diff --git a/third_party/WebKit/LayoutTests/fast/css/variables/computed-style.html b/third_party/WebKit/LayoutTests/fast/css/variables/computed-style.html
|
| index f2ace3b35304c6dee3d4390faba6953383f8a91b..94f9b5c04f4df8a0cc93d2179ea59afcd84368b0 100644
|
| --- a/third_party/WebKit/LayoutTests/fast/css/variables/computed-style.html
|
| +++ b/third_party/WebKit/LayoutTests/fast/css/variables/computed-style.html
|
| @@ -54,7 +54,7 @@ test(function() {
|
|
|
| float_pixel.style.borderStyle = "solid";
|
| test(function() {
|
| - assert_equals(getComputedStyle(float_pixel).borderWidth, '10px');
|
| + assert_equals(getComputedStyle(float_pixel).borderWidth, '10.5px');
|
| }, 'border-width property, border-style = solid, floating point pixel value');
|
|
|
| test(function() {
|
|
|