haikuwebkit/LayoutTests/svg/css/computed-style-url-serializ...

16 lines
716 B
Plaintext

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