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