diff options
Diffstat (limited to 'layout/reftests/bugs/379178-svg-ref.svg')
-rw-r--r-- | layout/reftests/bugs/379178-svg-ref.svg | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/layout/reftests/bugs/379178-svg-ref.svg b/layout/reftests/bugs/379178-svg-ref.svg new file mode 100644 index 0000000000..e1ca9189b3 --- /dev/null +++ b/layout/reftests/bugs/379178-svg-ref.svg @@ -0,0 +1,21 @@ +<?xml version="1.0" ?> +<svg + width="300" height="100" + xmlns="http://www.w3.org/2000/svg"> + +<style type="text/css"> + +rect +{ + fill: #8f8; +} + +</style> + +<rect x="0" y="0" width="100" height="100" /> + +<rect x="100" y="0" width="100" height="100" /> + +<rect x="200" y="0" width="100" height="100" /> + +</svg> |