| Index: third_party/WebKit/LayoutTests/fast/css/atapply/at-apply-shorthands.html
|
| diff --git a/third_party/WebKit/LayoutTests/fast/css/atapply/at-apply-shorthands.html b/third_party/WebKit/LayoutTests/fast/css/atapply/at-apply-shorthands.html
|
| index 9054dd397d0ececc001f5aff318ec25737baec1b..6fbe7d3010f97b5dbe3f2cf0fefe9823815b46dd 100644
|
| --- a/third_party/WebKit/LayoutTests/fast/css/atapply/at-apply-shorthands.html
|
| +++ b/third_party/WebKit/LayoutTests/fast/css/atapply/at-apply-shorthands.html
|
| @@ -15,6 +15,6 @@
|
| <script>
|
| test(function(){
|
| assert_equals(getComputedStyle(e).border, "10px solid rgb(0, 128, 0)");
|
| - assert_equals(getComputedStyle(e).font, "normal normal normal normal 20px / normal serif");
|
| + assert_equals(getComputedStyle(e).font, "normal normal normal normal 20px / 23px serif");
|
| }, "Basic usage of @apply with shorthand properties");
|
| </script>
|
|
|