Tests having multiple SVG OBJECTs on the page at the same time,
as well as making SVG objects have different display and position
attributes set both through inline styles as well as CSS style
rules.
A block-level SVG object using implicit width and height set with
inline style rule:
A block-level SVG object using implicit width and height set using
CSS rule:
An inline-level SVG object set using an inline style rule:
Some more text following the object.
An inline-level SVG object set using a CSS style rule:
Some more text following the object.
An absolutely positioned SVG object (should be at bottom right corner
of page, with a thick red border):