Closed Bug 1146582 Opened 9 years ago Closed 8 years ago

[e10s] browser_markupview_pagesize_02.js causes unsafe CPOW usage warnings

Categories

(DevTools :: Inspector, defect)

defect
Not set
normal

Tracking

(e10s+)

RESOLVED DUPLICATE of bug 1252099
Tracking Status
e10s + ---

People

(Reporter: Kwan, Unassigned)

References

(Blocks 1 open bug)

Details

(Whiteboard: [unsafe-cpow-usage])

Mined from test logs

In browser/devtools/markupview/test/browser_markupview_pagesize_02.js:

function* assertAllNodesAreVisible(inspector) {
  let container = yield getContainerForSelector("ul", inspector);
  ok(!container.elt.querySelector("button"), "All nodes button isn't here anymore");
  is(container.children.childNodes.length, getNode("ul").children.length); <- Causes CPOW warning
}
When bug 1146566 is resolved, markupview tests will have access to the frame-script-utils.js frame-script which exposes a useful devtools:test:getElementInfo message listener which can be used to avoid using CPOWs this test.
Depends on: 1146566
tracking-e10s: m8+ → ---
Whiteboard: [unsafe-cpow-usage]
This is test only.
tracking-e10s: --- → +
Inspector bug triage. Filter on CLIMBING SHOES

Fixed by Bug 1252099.
Status: NEW → RESOLVED
Closed: 8 years ago
Resolution: --- → DUPLICATE
Product: Firefox → DevTools
You need to log in before you can comment on or make changes to this bug.