Bug 1801691 Comment 0 Edit History

Note: The actual edited comment in the bug view page will always show the original commenter’s name and original timestamp.

STRs:
- if needed set to true:
  - browser.opaqueResponseBlocking.syntheticBrowsingContext
  - browser.opaqueResponseBlocking.syntheticBrowsingContext.filter
- set to false:
  - devtools.inspector.showAllAnonymousContent
- open a page using <object> to display an image
- inspect the markup with the DevTools inspector

ER:
The markup view should only show the <object> with no children

AR: 
The markup view shows the document html body img. They should only be visible when `devtools.inspector.showAllAnonymousContent` is set to true.
STRs:
- if needed set to true:
  - browser.opaqueResponseBlocking.syntheticBrowsingContext
  - browser.opaqueResponseBlocking.syntheticBrowsingContext.filter
- set to false:
  - devtools.inspector.showAllAnonymousContent
- open https://bug1801691.bmoattachments.org/attachment.cgi?id=9304667
- inspect the <object> element with the DevTools Inspector

ER:
The markup view should only show the <object> with no children

AR: 
The markup view shows the document html body img. They should only be visible when `devtools.inspector.showAllAnonymousContent` is set to true.

Back to Bug 1801691 Comment 0