Open
Bug 1443680
Opened 8 years ago
Updated 3 years ago
`loadFrameScriptUtils` helper may install multiple copies of test frame script
Categories
(DevTools :: General, enhancement, P3)
DevTools
General
Tracking
(Not tracked)
NEW
People
(Reporter: jryans, Unassigned)
Details
If a test calls `loadFrameScriptUtils` multiple times, it will install duplicate copies of frame-test-utils.js, which may lead to confusing behavior.
We should make some change to only install it on the first call. (It doesn't seem like we currently _do_ call it multiple times in one test, but it would be good to avoid the issue entirely.)
Updated•7 years ago
|
Product: Firefox → DevTools
Updated•3 years ago
|
Severity: normal → S3
You need to log in
before you can comment on or make changes to this bug.
Description
•