RESOLVED DUPLICATE of bug 10996 8474
Problems using dumpAsText from svg
https://bugs.webkit.org/show_bug.cgi?id=8474
Summary Problems using dumpAsText from svg
Rob Buis
Reported 2006-04-19 03:05:36 PDT
When developing an svg custom testcase for bug 6427, I ran into the problem of not being able to use layoutTestController.dumpAsText() in js, since the layoutTestController did not exist. This is bad since I want to dump the render tree state after perfoming an action from js, in this case setting an attribute that changes tref. See LayoutTests/svg/custom/tref-update.svg for an example where the layoutTestController simply does not exist. Cheers, Rob.
Attachments
Eric Seidel (no email)
Comment 1 2006-04-19 03:51:03 PDT
Hum... there is a real bug here, but not exactly as Rob describes. DRT just isn't smart enough to know how to dump the text content out of an SVG render tree. I assume it asks for innerText, which doesn't include SVG text content (but possibly should?)
Rob Buis
Comment 2 2006-12-09 12:05:55 PST
Covered by bug 10996 (agreed by Eric). *** This bug has been marked as a duplicate of 10996 ***
Note You need to log in before you can comment on or make changes to this bug.