Skip to main content

Notice: this Wiki will be going read only early in 2024 and edits will no longer be possible. Please see: https://gitlab.eclipse.org/eclipsefdn/helpdesk/-/wikis/Wiki-shutdown-plan for the plan.

Jump to: navigation, search

ATF/Help/Tools/DOMCompare

< ATF‎ | Help

Compare view.gif DOM Compare

The DOM Compare view allows DOM nodes to be compared based on DOM attributes, CSS, and child nodes. Nodes can be dragged into this view from the DOM Inspector.

Comparable DOM options:

  • DOM Attributes - Compares all nodes in the compare list based on attributes found on the DOM node(s)
  • Child Nodes - Compares all nodes in the compare list based on the node names of all childs directly under the DOM node(s)
  • CSS - Compares all nodes in the compare list based on the computed styles for the DOM node(s)

The DOM Compare view has the following options:

  • Delete edit.gif Remove Selection - Removes the selected node from the Compare list.
  • Clear.gif Clear List - Removes all nodes from the Compare list.

To open the view:

  • Go to Windows menu.
  • Select Show View and Other... to open the Show View dialog.
  • Under the Mozilla category, select DOM Compare.

Copyright © Eclipse Foundation, Inc. All Rights Reserved.