diff options
Diffstat (limited to 'third_party/webrender/wrench/reftests/invalidation/one-rounded-rect-green.yaml')
-rw-r--r-- | third_party/webrender/wrench/reftests/invalidation/one-rounded-rect-green.yaml | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/third_party/webrender/wrench/reftests/invalidation/one-rounded-rect-green.yaml b/third_party/webrender/wrench/reftests/invalidation/one-rounded-rect-green.yaml new file mode 100644 index 00000000000..2366913cbdc --- /dev/null +++ b/third_party/webrender/wrench/reftests/invalidation/one-rounded-rect-green.yaml @@ -0,0 +1,17 @@ +--- +root: + items: + - + bounds: 0 0 1000 1000 + type: stacking-context + cache: true + items: + - type: clip + bounds: [50, 50, 200, 200] + complex: + - rect: [50, 50, 200, 200] + radius: 8 + items: + - type: rect + bounds: 50 50 200 200 + color: green |