Open
Bug 1758458
Opened 3 years ago
Updated 3 years ago
Source text content of slow loading HTML page with inline script can be wrong
Categories
(DevTools :: Debugger, defect)
DevTools
Debugger
Tracking
(Not tracked)
NEW
People
(Reporter: ochameau, Unassigned, NeedInfo)
References
Details
The test added in bug 1754407 (testLoadingHtmlSource
) highlights that the text content of HTML page with inline source that load slowly can be wrong.
STR:
- open the debugger against an html page with an inline script (<script>console.log('foo')</script>)
- select the html page in the debugger, the http server has to be slow to deliver the html page content
- you should see a
loading...
message in codemirror
AR: Then you only see the inline source text content (console.log('foo')).
ER: We should see the full HTML page
Comment 1•3 years ago
|
||
The severity field is not set for this bug.
:bomsy, could you have a look please?
For more information, please visit auto_nag documentation.
Flags: needinfo?(hmanilla)
You need to log in
before you can comment on or make changes to this bug.
Description
•