Closed
Bug 1146826
Opened 10 years ago
Closed 9 years ago
[e10s] browser_responsiveuiaddcustompreset.js causes unsafe CPOW usage warnings
Categories
(DevTools :: Responsive Design Mode, defect)
DevTools
Responsive Design Mode
Tracking
(e10s+)
RESOLVED
DUPLICATE
of bug 1235953
Tracking | Status | |
---|---|---|
e10s | + | --- |
People
(Reporter: Kwan, Unassigned)
References
(Blocks 1 open bug)
Details
(Whiteboard: [unsafe-cpow-usage])
Mined from test logs
In browser/devtools/responsivedesign/test/browser_responsiveuiaddcustompreset.js:
instance.menulist.selectedIndex = customPresetIndex;
is(content.innerWidth, 456, "add preset, and selected in the list, dimension valid (width)"); <- Causes CPOW warning
is(content.innerHeight, 123, "add preset, and selected in the list, dimension valid (height)"); <- Causes CPOW warning
instance.removebutton.doCommand();
Updated•10 years ago
|
Blocks: e10s-tests
Updated•9 years ago
|
tracking-e10s:
m8+ → ---
Whiteboard: [unsafe-cpow-usage]
Updated•9 years ago
|
Status: NEW → RESOLVED
Closed: 9 years ago
Resolution: --- → DUPLICATE
Updated•6 years ago
|
Product: Firefox → DevTools
You need to log in
before you can comment on or make changes to this bug.
Description
•