diff options
Diffstat (limited to 'layout/reftests/svg/clipPath-fill-box-ref.html')
-rw-r--r-- | layout/reftests/svg/clipPath-fill-box-ref.html | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/layout/reftests/svg/clipPath-fill-box-ref.html b/layout/reftests/svg/clipPath-fill-box-ref.html new file mode 100644 index 0000000000..0e6e5ee23f --- /dev/null +++ b/layout/reftests/svg/clipPath-fill-box-ref.html @@ -0,0 +1,3 @@ +<svg style="width: 400px; height: 400px"> + <rect width="200" height="200" fill="purple"></rect> +</svg> |