panel.tests.layout.test_feed module#

panel.tests.layout.test_feed.test_feed_scroll_false_no_default_height()[source]#

A non-scrolling Feed must not receive the default height, which would clip it to a fixed viewport rather than letting the page scroll (#8661).

panel.tests.layout.test_feed.test_feed_scroll_false_renders_all()[source]#

A non-scrolling Feed cannot clip a viewport, so it renders every object instead of virtualizing; visible_range is measured against the page viewport on the frontend (#8661).