constructor.html.ini (765B)
1 [constructor.html] 2 [A ScrollTimeline created with a null source should have no source] 3 expected: FAIL 4 5 [A ScrollTimeline can be created with a source] 6 expected: FAIL 7 8 [A ScrollTimeline created without a source should use the document.scrollingElement] 9 expected: FAIL 10 11 [A ScrollTimeline can be created with a non-scrolling source] 12 expected: FAIL 13 14 [Creating a ScrollTimeline with an invalid axis value should throw] 15 expected: FAIL 16 17 [A ScrollTimeline created with the default axis should default to 'block'] 18 expected: FAIL 19 20 ['block' is a valid axis value] 21 expected: FAIL 22 23 ['inline' is a valid axis value] 24 expected: FAIL 25 26 ['y' is a valid axis value] 27 expected: FAIL 28 29 ['x' is a valid axis value] 30 expected: FAIL