Closed Bug 1258285 Opened 8 years ago Closed 2 years ago

Property contained reference to invalid variable logged a couple of thousand times in browser_tableWidget_basic.js

Categories

(Core :: General, defect)

Unspecified
All
defect

Tracking

()

RESOLVED WORKSFORME

People

(Reporter: miker, Unassigned)

References

Details

Property contained reference to invalid variable logged over 2000 times in DevTools TableWidget tests.

I suspect that this is to do with the fact that we are using CSS variables in a XUL document.

STR:
1. Uncomment the following lines in devtools/client/shared/test/browser_tableWidget_basic.js:
     // "<?xml-stylesheet href='chrome://devtools/skin/light-theme.css'?>" +
     // "<?xml-stylesheet href='chrome://devtools/skin/widgets.css'?>" +
2. ./mach mochitest devtools/client/shared/test/browser_tableWidget_basic.js

This means that we have to comment the CSS out by default and uncomment it for visual debugging, which is far from ideal.
Severity: normal → S3

This doesn't happen anymore, I'm uncommenting those in bug 1798140

Status: NEW → RESOLVED
Closed: 2 years ago
Resolution: --- → WORKSFORME
See Also: → 1798140
You need to log in before you can comment on or make changes to this bug.