diff options
Diffstat (limited to 'layout/reftests/svg/as-image/context-fill-05.svg')
-rw-r--r-- | layout/reftests/svg/as-image/context-fill-05.svg | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/layout/reftests/svg/as-image/context-fill-05.svg b/layout/reftests/svg/as-image/context-fill-05.svg new file mode 100644 index 0000000000..c2865ca10e --- /dev/null +++ b/layout/reftests/svg/as-image/context-fill-05.svg @@ -0,0 +1,3 @@ +<svg xmlns='http://www.w3.org/2000/svg'> + <rect width='100%' height='100%' fill='context-fill red'/> +</svg> |