blob: 93aca563971f534547881062c35e203b47e34e31 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
[only-child-group.html]
expected:
if (os == "android") and fission: [ERROR, TIMEOUT]
ERROR
[:only-child should match because ::view-transition-group is generated for root element only]
expected: TIMEOUT
[:only-child should not match because ::view-transition-group is generated for multiple elements]
expected: NOTRUN
[:only-child should match because ::view-transition-group is generated for sub element only]
expected: NOTRUN
[:only-child should not match because ::view-transition-group is generated for multiple sub elements]
expected: NOTRUN
|