| Index: third_party/WebKit/LayoutTests/fast/css/atapply/at-apply-in-regular-property.html
|
| diff --git a/third_party/WebKit/LayoutTests/fast/css/atapply/at-apply-in-regular-property.html b/third_party/WebKit/LayoutTests/fast/css/atapply/at-apply-in-regular-property.html
|
| index db6df302b83762090f5f84dbfecf738a325390ec..4672e287bbc1ab14e5b7cd3d767e15834f8f21eb 100644
|
| --- a/third_party/WebKit/LayoutTests/fast/css/atapply/at-apply-in-regular-property.html
|
| +++ b/third_party/WebKit/LayoutTests/fast/css/atapply/at-apply-in-regular-property.html
|
| @@ -9,6 +9,7 @@
|
|
|
| --red: { red };
|
| background-color: @apply --red;
|
| + background-color: var(--invalid, @apply --red);
|
|
|
| --border: 5px solid;
|
| border: var(--border) @apply --red;
|
|
|