scrollParent.html.ini (862B)
1 [scrollParent.html] 2 [scrollParent returns the nearest scroll container.] 3 expected: FAIL 4 5 [hidden element is a scroll container.] 6 expected: FAIL 7 8 [Element with no box has null scrollParent.] 9 expected: FAIL 10 11 [scrollParent follows absolute positioned containing block chain.] 12 expected: FAIL 13 14 [scrollParent follows fixed positioned containing block chain.] 15 expected: FAIL 16 17 [scrollParent of element fixed to root is null.] 18 expected: FAIL 19 20 [scrollParent of child in root viewport returns document scrolling element.] 21 expected: FAIL 22 23 [scrollParent of fixed element contained within root is document scrolling element.] 24 expected: FAIL 25 26 [scrollParent of body is null.] 27 expected: FAIL 28 29 [scrollParent of root is null.] 30 expected: FAIL 31 32 [scrollParent skips ancestors with `display: contents`.] 33 expected: FAIL