| 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..5e522bfd7b01a6428fe0f11bcd87bc375454bd4a 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,7 @@
|
| <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).fontSize, "20px");
|
| + assert_equals(getComputedStyle(e).fontFamily, "serif");
|
| }, "Basic usage of @apply with shorthand properties");
|
| </script>
|
|
|