diff options
Diffstat (limited to 'gfx/wr/wrench/reftests/split/order-1-ref.yaml')
-rw-r--r-- | gfx/wr/wrench/reftests/split/order-1-ref.yaml | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/gfx/wr/wrench/reftests/split/order-1-ref.yaml b/gfx/wr/wrench/reftests/split/order-1-ref.yaml new file mode 100644 index 0000000000..930ac5c8b9 --- /dev/null +++ b/gfx/wr/wrench/reftests/split/order-1-ref.yaml @@ -0,0 +1,8 @@ +root: + items: + - type: stacking-context + bounds: [0, 0, 100, 100] + items: + - type: rect + bounds: [0, 0, 100, 100] + color: green |