Test for Bug 130600: Web Inspector: AXI: linkified refs to #document and #text are not usually navigable nodes; consider delinkifying them.

  1. Open Accessibility Inspector.
  2. In DOM tree in the Web Inspector, click on the first <html>.
  3. In the Accessibility Inspector, you should be able to see "#document" as parent, but it should not look like a link.
  4. In DOM tree in the Web Inspector, click on a <p>.
  5. In the Accessibility Inspector, you should be able to see "#document" as parent, but it should not look like a link.
  6. In the Accessibility Inspector, you should be able to see a ":role(text)" under "Children", but it should not look like a link.
  7. In DOM tree in the Web Inspector, click on the <iframe>.
  8. In the Accessibility Inspector, you should be able to see a "#document" under "Children", and it should not look like a link.

A paragraph