Open
Bug 2051551
Opened 2 months ago
Updated 2 months ago
Error when loading stylesheet source content
Categories
(DevTools :: Debugger, defect, P2)
DevTools
Debugger
Tracking
(Not tracked)
NEW
People
(Reporter: bomsy, Unassigned)
References
(Blocks 1 open bug)
Details
STR
- Go to https://todomvc.com/
- Make sure the pref
devtools.debugger.features.stylesheets-in-debuggeris enabled - Open the debugger
- Select https://todomvc.com/bower_components/bootstrap/dist/css/bootstrap.min.css from the source tree
Expected Results
The source content for the stylesheet should be displayed
Actual Results
This error is displayed Error loading this URI: sourceContents failed: Error: Protocol error (TypeError): can't access property "href", styleSheet is undefined from: server0.conn0.watcher2.process9//styleSheetsActor1319 (resource://devtools/server/actors/stylesheets/stylesheet-utils.js:54:7)
| Reporter | ||
Updated•2 months ago
|
Severity: -- → S3
Priority: -- → P2
You need to log in
before you can comment on or make changes to this bug.
Description
•