Skip to content

Commit 78bd113

Browse files
Gecko sync update
1 parent c53fccf commit 78bd113

1 file changed

Lines changed: 124 additions & 0 deletions

File tree

  • css/css-typed-om/the-stylepropertymap/properties

css/css-typed-om/the-stylepropertymap/properties/META.yml

Lines changed: 124 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -134,3 +134,127 @@ links:
134134
- test: border-width.html
135135
- test: outline-width.html
136136
url: https://bugzilla.mozilla.org/show_bug.cgi?id=1983872
137+
- product: firefox
138+
results:
139+
- subtest: 'Can set ''margin-block'' to var() references: var(--A)'
140+
test: logical.html
141+
- subtest: 'Can set ''margin-inline'' to var() references: var(--A)'
142+
test: logical.html
143+
- subtest: 'Can set ''padding-block'' to var() references: var(--A)'
144+
test: logical.html
145+
- subtest: 'Can set ''padding-inline'' to var() references: var(--A)'
146+
test: logical.html
147+
- subtest: 'Can set ''inset-block'' to var() references: var(--A)'
148+
test: logical.html
149+
- subtest: 'Can set ''inset-inline'' to var() references: var(--A)'
150+
test: logical.html
151+
- subtest: 'Can set ''border-block-start'' to var() references: var(--A)'
152+
test: logical.html
153+
- subtest: 'Setting ''border-block-start'' to a length: 0px throws TypeError'
154+
test: logical.html
155+
- subtest: 'Setting ''border-block-start'' to a length: 3.14cm throws TypeError'
156+
test: logical.html
157+
- subtest: 'Setting ''border-block-start'' to a length: calc(0px + 0em) throws TypeError'
158+
test: logical.html
159+
- subtest: 'Can set ''border-block-end'' to var() references: var(--A)'
160+
test: logical.html
161+
- subtest: 'Setting ''border-block-end'' to a length: 0px throws TypeError'
162+
test: logical.html
163+
- subtest: 'Setting ''border-block-end'' to a length: 3.14cm throws TypeError'
164+
test: logical.html
165+
- subtest: 'Setting ''border-block-end'' to a length: calc(0px + 0em) throws TypeError'
166+
test: logical.html
167+
- subtest: 'Can set ''border-inline-start'' to var() references: var(--A)'
168+
test: logical.html
169+
- subtest: 'Setting ''border-inline-start'' to a length: 0px throws TypeError'
170+
test: logical.html
171+
- subtest: 'Setting ''border-inline-start'' to a length: 3.14cm throws TypeError'
172+
test: logical.html
173+
- subtest: 'Setting ''border-inline-start'' to a length: calc(0px + 0em) throws
174+
TypeError'
175+
test: logical.html
176+
- subtest: 'Can set ''border-inline-end'' to var() references: var(--A)'
177+
test: logical.html
178+
- subtest: 'Setting ''border-inline-end'' to a length: 0px throws TypeError'
179+
test: logical.html
180+
- subtest: 'Setting ''border-inline-end'' to a length: 3.14cm throws TypeError'
181+
test: logical.html
182+
- subtest: 'Setting ''border-inline-end'' to a length: calc(0px + 0em) throws TypeError'
183+
test: logical.html
184+
- subtest: 'Can set ''border-block'' to var() references: var(--A)'
185+
test: logical.html
186+
- subtest: 'Setting ''border-block'' to a length: 0px throws TypeError'
187+
test: logical.html
188+
- subtest: 'Setting ''border-block'' to a length: 3.14cm throws TypeError'
189+
test: logical.html
190+
- subtest: 'Setting ''border-block'' to a length: calc(0px + 0em) throws TypeError'
191+
test: logical.html
192+
- subtest: 'Can set ''border-block-width'' to var() references: var(--A)'
193+
test: logical.html
194+
- subtest: 'Can set ''border-block-color'' to var() references: var(--A)'
195+
test: logical.html
196+
- subtest: 'Can set ''border-block-style'' to var() references: var(--A)'
197+
test: logical.html
198+
- subtest: 'Can set ''border-inline'' to var() references: var(--A)'
199+
test: logical.html
200+
- subtest: 'Setting ''border-inline'' to a length: 0px throws TypeError'
201+
test: logical.html
202+
- subtest: 'Setting ''border-inline'' to a length: 3.14cm throws TypeError'
203+
test: logical.html
204+
- subtest: 'Setting ''border-inline'' to a length: calc(0px + 0em) throws TypeError'
205+
test: logical.html
206+
- subtest: 'Can set ''border-inline-width'' to var() references: var(--A)'
207+
test: logical.html
208+
- subtest: 'Can set ''border-inline-color'' to var() references: var(--A)'
209+
test: logical.html
210+
- subtest: 'Can set ''border-inline-style'' to var() references: var(--A)'
211+
test: logical.html
212+
- subtest: 'Can set ''border-start-start-radius'' to a percent: 0%'
213+
test: logical.html
214+
- subtest: 'Can set ''border-start-start-radius'' to a percent: 3.14%'
215+
test: logical.html
216+
- subtest: 'Can set ''border-start-start-radius'' to a percent: calc(0% + 0%)'
217+
test: logical.html
218+
- subtest: 'Can set ''border-start-start-radius'' to a length: 0px'
219+
test: logical.html
220+
- subtest: 'Can set ''border-start-start-radius'' to a length: 3.14cm'
221+
test: logical.html
222+
- subtest: 'Can set ''border-start-start-radius'' to a length: calc(0px + 0em)'
223+
test: logical.html
224+
- subtest: 'Can set ''border-start-end-radius'' to a percent: 0%'
225+
test: logical.html
226+
- subtest: 'Can set ''border-start-end-radius'' to a percent: 3.14%'
227+
test: logical.html
228+
- subtest: 'Can set ''border-start-end-radius'' to a percent: calc(0% + 0%)'
229+
test: logical.html
230+
- subtest: 'Can set ''border-start-end-radius'' to a length: 0px'
231+
test: logical.html
232+
- subtest: 'Can set ''border-start-end-radius'' to a length: 3.14cm'
233+
test: logical.html
234+
- subtest: 'Can set ''border-start-end-radius'' to a length: calc(0px + 0em)'
235+
test: logical.html
236+
- subtest: 'Can set ''border-end-start-radius'' to a percent: 0%'
237+
test: logical.html
238+
- subtest: 'Can set ''border-end-start-radius'' to a percent: 3.14%'
239+
test: logical.html
240+
- subtest: 'Can set ''border-end-start-radius'' to a percent: calc(0% + 0%)'
241+
test: logical.html
242+
- subtest: 'Can set ''border-end-start-radius'' to a length: 0px'
243+
test: logical.html
244+
- subtest: 'Can set ''border-end-start-radius'' to a length: 3.14cm'
245+
test: logical.html
246+
- subtest: 'Can set ''border-end-start-radius'' to a length: calc(0px + 0em)'
247+
test: logical.html
248+
- subtest: 'Can set ''border-end-end-radius'' to a percent: 0%'
249+
test: logical.html
250+
- subtest: 'Can set ''border-end-end-radius'' to a percent: 3.14%'
251+
test: logical.html
252+
- subtest: 'Can set ''border-end-end-radius'' to a percent: calc(0% + 0%)'
253+
test: logical.html
254+
- subtest: 'Can set ''border-end-end-radius'' to a length: 0px'
255+
test: logical.html
256+
- subtest: 'Can set ''border-end-end-radius'' to a length: 3.14cm'
257+
test: logical.html
258+
- subtest: 'Can set ''border-end-end-radius'' to a length: calc(0px + 0em)'
259+
test: logical.html
260+
url: https://bugzilla.mozilla.org/show_bug.cgi?id=2062590

0 commit comments

Comments
 (0)