blob: 5bdbe0e712e7a11004771564bd9f486784d5eecc [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\") 0% 0% / auto repeat border-box border-box add match-source"
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