diff options
Diffstat (limited to 'layout/reftests/svg/overflow-on-outer-svg-01-ref.svg')
-rw-r--r-- | layout/reftests/svg/overflow-on-outer-svg-01-ref.svg | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/layout/reftests/svg/overflow-on-outer-svg-01-ref.svg b/layout/reftests/svg/overflow-on-outer-svg-01-ref.svg new file mode 100644 index 0000000000..a3908ab112 --- /dev/null +++ b/layout/reftests/svg/overflow-on-outer-svg-01-ref.svg @@ -0,0 +1,7 @@ +<!-- + Any copyright is dedicated to the Public Domain. + http://creativecommons.org/licenses/publicdomain/ +--> +<svg xmlns="http://www.w3.org/2000/svg"> + <rect width="100" height="100" fill="blue"/> +</svg> |