Skip to content

Commit de1ce0a

Browse files
Gecko sync update
1 parent 4ab57d9 commit de1ce0a

File tree

2 files changed

+36
-32
lines changed

2 files changed

+36
-32
lines changed

css/css-grid/grid-lanes/tentative/alignment/META.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,3 +34,7 @@ links:
3434
url: https://bugzilla.mozilla.org/show_bug.cgi?id=2000655
3535
results:
3636
- test: column-overflow-alignment-001.html
37+
- product: firefox
38+
results:
39+
- test: column-overflow-alignment-001.html
40+
url: https://bugzilla.mozilla.org/show_bug.cgi?id=2001786

css/css-grid/grid-lanes/tentative/parsing/META.yml

Lines changed: 32 additions & 32 deletions
Original file line numberDiff line numberDiff line change
@@ -1,37 +1,6 @@
11
links:
22
- product: firefox
33
results:
4-
- subtest: Property item-tolerance value 'normal'
5-
test: item-tolerance-computed.html
6-
- subtest: Property item-tolerance value 'infinite'
7-
test: item-tolerance-computed.html
8-
- subtest: Property item-tolerance value '10px'
9-
test: item-tolerance-computed.html
10-
- subtest: Property item-tolerance value '20%'
11-
test: item-tolerance-computed.html
12-
- subtest: Property item-tolerance value 'calc(20% + 10px)'
13-
test: item-tolerance-computed.html
14-
- subtest: Property item-tolerance value 'calc(-0.5em + 10px)'
15-
test: item-tolerance-computed.html
16-
- subtest: Property item-tolerance value 'calc(0.5em + 10px)'
17-
test: item-tolerance-computed.html
18-
- subtest: e.style['item-tolerance'] = "normal" should set the property value
19-
test: item-tolerance-valid.html
20-
- subtest: e.style['item-tolerance'] = "infinite" should set the property value
21-
test: item-tolerance-valid.html
22-
- subtest: e.style['item-tolerance'] = "initial" should set the property value
23-
test: item-tolerance-valid.html
24-
- subtest: e.style['item-tolerance'] = "0" should set the property value
25-
test: item-tolerance-valid.html
26-
- subtest: e.style['item-tolerance'] = "1px" should set the property value
27-
test: item-tolerance-valid.html
28-
- subtest: e.style['item-tolerance'] = "calc(2em + 3ex)" should set the property
29-
value
30-
test: item-tolerance-valid.html
31-
- subtest: e.style['item-tolerance'] = "4%" should set the property value
32-
test: item-tolerance-valid.html
33-
- subtest: e.style['item-tolerance'] = "5vmin" should set the property value
34-
test: item-tolerance-valid.html
354
- subtest: Property masonry-direction value 'row'
365
test: grid-lanes-direction-computed.html
376
- subtest: Property masonry-direction value 'column'
@@ -259,4 +228,35 @@ links:
259228
- subtest: e.style['masonry'] = "repeat(2, auto) row-reverse" should not set unrelated
260229
longhands
261230
test: grid-lanes-shorthand-valid.html
262-
url: https://bugzilla.mozilla.org/show_bug.cgi?id=2000763
231+
- subtest: Property item-tolerance value 'normal'
232+
test: item-tolerance-computed.html
233+
- subtest: Property item-tolerance value 'infinite'
234+
test: item-tolerance-computed.html
235+
- subtest: Property item-tolerance value '10px'
236+
test: item-tolerance-computed.html
237+
- subtest: Property item-tolerance value '20%'
238+
test: item-tolerance-computed.html
239+
- subtest: Property item-tolerance value 'calc(20% + 10px)'
240+
test: item-tolerance-computed.html
241+
- subtest: Property item-tolerance value 'calc(-0.5em + 10px)'
242+
test: item-tolerance-computed.html
243+
- subtest: Property item-tolerance value 'calc(0.5em + 10px)'
244+
test: item-tolerance-computed.html
245+
- subtest: e.style['item-tolerance'] = "normal" should set the property value
246+
test: item-tolerance-valid.html
247+
- subtest: e.style['item-tolerance'] = "infinite" should set the property value
248+
test: item-tolerance-valid.html
249+
- subtest: e.style['item-tolerance'] = "initial" should set the property value
250+
test: item-tolerance-valid.html
251+
- subtest: e.style['item-tolerance'] = "0" should set the property value
252+
test: item-tolerance-valid.html
253+
- subtest: e.style['item-tolerance'] = "1px" should set the property value
254+
test: item-tolerance-valid.html
255+
- subtest: e.style['item-tolerance'] = "calc(2em + 3ex)" should set the property
256+
value
257+
test: item-tolerance-valid.html
258+
- subtest: e.style['item-tolerance'] = "4%" should set the property value
259+
test: item-tolerance-valid.html
260+
- subtest: e.style['item-tolerance'] = "5vmin" should set the property value
261+
test: item-tolerance-valid.html
262+
url: https://bugzilla.mozilla.org/show_bug.cgi?id=2001786

0 commit comments

Comments
 (0)