File tree 1 file changed +33
-0
lines changed
testing/web-platform/meta/css/css-mixins
1 file changed +33
-0
lines changed Original file line number Diff line number Diff line change 103
103
104
104
[Missing one argument of several]
105
105
expected: FAIL
106
+
107
+ [Substitute local from outer scope]
108
+ expected: FAIL
109
+
110
+ [Substitute argument from outer scope]
111
+ expected: FAIL
112
+
113
+ [Inner argument shadowing outer argument]
114
+ expected: FAIL
115
+
116
+ [Inner argument shadowing outer local]
117
+ expected: FAIL
118
+
119
+ [Inner local shadowing outer argument]
120
+ expected: FAIL
121
+
122
+ [Inner local shadowing outer local]
123
+ expected: FAIL
124
+
125
+ [Referencing outer local containing var()]
126
+ expected: FAIL
127
+
128
+ [Referencing outer typed argument]
129
+ expected: FAIL
130
+
131
+ [Same function with different scopes]
132
+ expected: FAIL
133
+
134
+ [Referencing local two frames up]
135
+ expected: FAIL
136
+
137
+ [IACVT outer local shadows property]
138
+ expected: FAIL
You can’t perform that action at this time.
0 commit comments