diff options
Diffstat (limited to 'gfx/wr/wrench/reftests/scrolling/root-scroll.yaml')
-rw-r--r-- | gfx/wr/wrench/reftests/scrolling/root-scroll.yaml | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/gfx/wr/wrench/reftests/scrolling/root-scroll.yaml b/gfx/wr/wrench/reftests/scrolling/root-scroll.yaml new file mode 100644 index 0000000000..d95c7debe1 --- /dev/null +++ b/gfx/wr/wrench/reftests/scrolling/root-scroll.yaml @@ -0,0 +1,7 @@ +root: + bounds: [0, 0, 1024, 10000] + scroll-offset: [0, 100] + items: + - type: rect + bounds: [10, 110, 50, 50] + color: green |