Closed
Bug 141341
Opened 24 years ago
Closed 23 years ago
Ability to save the DOM tree as a HTML document
Categories
(Other Applications :: DOM Inspector, enhancement)
Tracking
(Not tracked)
People
(Reporter: hwaara, Assigned: hewitt)
Details
It would be extremely useful if I could edit the DOM tree on-the-fly, like you
can today by removing nodes etc., and then save the changes as a HTML document.
This could be the neatest tool for all of us creating minimized layout
testcases; one could remove unneeded nodes/elements; check that the bug still
appeared and then save the DOM tree as "testcase.html".
Comment 1•24 years ago
|
||
workaround: right click on the root node, choose "Copy XML", fire up your
favorite text editor, paste, save. Would be nice if this was reduced though :)
Comment 2•23 years ago
|
||
This is probably going to relate to any work I do on bug 109682. (As in, I'd
probably fix that one first, and this would be fixed almost by default...)
Comment 3•23 years ago
|
||
*** This bug has been marked as a duplicate of 72494 ***
Status: NEW → RESOLVED
Closed: 23 years ago
Resolution: --- → DUPLICATE
Updated•21 years ago
|
Product: Core → Other Applications
Updated•19 years ago
|
QA Contact: timeless → dom-inspector
You need to log in
before you can comment on or make changes to this bug.
Description
•