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