RESOLVED FIXED 10977
SVGDocument does not expose 'rootElement' property
https://bugs.webkit.org/show_bug.cgi?id=10977
Summary SVGDocument does not expose 'rootElement' property
Nikolas Zimmermann
Reported 2006-09-21 13:43:00 PDT
Already have a patch for that, though a test is missing, that's TODO. I have no time and hope that anyone does it :-)
Attachments
Initial patch, w/o test (1.13 KB, patch)
2006-09-21 13:45 PDT, Nikolas Zimmermann
eric: review+
one potential test case (495 bytes, image/svg+xml)
2006-09-21 14:10 PDT, Eric Seidel (no email)
no flags
test case (509 bytes, image/svg+xml)
2006-09-21 14:27 PDT, Eric Seidel (no email)
no flags
Nikolas Zimmermann
Comment 1 2006-09-21 13:45:11 PDT
Created attachment 10691 [details] Initial patch, w/o test Tiny patch, now we only need a test.
Eric Seidel (no email)
Comment 2 2006-09-21 14:00:59 PDT
Comment on attachment 10691 [details] Initial patch, w/o test sweet! This needs a test case. But it should be easy to make one. Just write something that grabs an element (a red 100x100 square), grabs the rootElement from it, and then adds a 100x100 green square to the root.
Eric Seidel (no email)
Comment 3 2006-09-21 14:10:53 PDT
Created attachment 10695 [details] one potential test case
Eric Seidel (no email)
Comment 4 2006-09-21 14:27:33 PDT
Created attachment 10696 [details] test case
Rob Buis
Comment 5 2006-09-22 01:14:11 PDT
Landed in r16518.
Note You need to log in before you can comment on or make changes to this bug.