Does accessing ResizeObserverEntry.target.scrollHeight cause reflow?
I know that with the ResizeObserver, accessing the contentRect does not cause reflow since it's computed after layout. Does accessing the scrollHeight/scrollWidth of the target cause reflow?