|
1 | 1 | links: |
2 | 2 | - product: firefox |
3 | 3 | 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 |
35 | 4 | - subtest: Property masonry-direction value 'row' |
36 | 5 | test: grid-lanes-direction-computed.html |
37 | 6 | - subtest: Property masonry-direction value 'column' |
@@ -259,4 +228,35 @@ links: |
259 | 228 | - subtest: e.style['masonry'] = "repeat(2, auto) row-reverse" should not set unrelated |
260 | 229 | longhands |
261 | 230 | 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