Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(34)

Unified Diff: third_party/WebKit/LayoutTests/fast/css/atapply/at-apply-in-regular-property.html

Issue 1769373002: Disallow @apply rules in non-custom property declarations (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@foo
Patch Set: initialize variable :< Created 4 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | third_party/WebKit/LayoutTests/fast/css/atapply/at-apply-in-regular-property-expected.txt » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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;
« no previous file with comments | « no previous file | third_party/WebKit/LayoutTests/fast/css/atapply/at-apply-in-regular-property-expected.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698