# Test that items with an external scroll offset in both the # scroll node and primitive match up with items that have # been scrolled without an external scroll offset. root: items: - type: scroll-frame bounds: [0, 0, 100, 100] content-size: [100, 1000] scroll-offset: [0, 0] external-scroll-offset: [0, 50] items: - type: rect color: green bounds: [0, 50, 100, 100]