blob: bf23696a7396bd87d065a302b9249da05bed707d [file] [log] [blame]
Test url serializing of SVG presentation attributes.
On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
PASS document.defaultView.getComputedStyle(rect, null).mask is "url(\"#reference\")"
PASS document.defaultView.getComputedStyle(rect, null).markerStart is "url(\"#reference\")"
PASS document.defaultView.getComputedStyle(rect, null).markerMid is "url(\"#reference\")"
PASS document.defaultView.getComputedStyle(rect, null).markerEnd is "url(\"#reference\")"
PASS document.defaultView.getComputedStyle(rect, null).fill is "url(\"#reference\")"
PASS document.defaultView.getComputedStyle(rect, null).stroke is "url(\"#reference\")"
PASS successfullyParsed is true
TEST COMPLETE