Closed
Bug 596022
Opened 14 years ago
Closed 14 years ago
TEST-INFO | chrome://mochikit/content/browser/browser/base/content/test/browser_bug386835.js | Console message: [JavaScript Error: "(void 0) is undefined" {file: "chrome://global/content/viewZoomOverlay.js" line: 42}]
Categories
(Firefox :: General, defect)
Firefox
General
Tracking
()
RESOLVED
FIXED
Firefox 4.0b7
People
(Reporter: MatsPalmgren_bugz, Assigned: MatsPalmgren_bugz)
References
Details
Attachments
(2 files)
4.85 KB,
text/plain
|
Details | |
1.87 KB,
patch
|
mossop
:
review+
|
Details | Diff | Splinter Review |
TEST-INFO | chrome://mochikit/content/browser/browser/base/content/test/browser_bug386835.js | Console message: [JavaScript Error: "(void 0) is undefined" {file: "chrome://global/content/viewZoomOverlay.js" line: 42}]
This is a bug in the test browser_bug386835.js - it continues to run stuff
after finish() has been called. Also, finishTest(), which closes tabs
and calls finish(), is called twice which I believe might cause problems
for tests that runs after this one.
Assignee | ||
Comment 1•14 years ago
|
||
Also fixes the "assignment to undeclared variable didZoom" warning.
Attachment #474863 -
Flags: review?(dtownsend)
Updated•14 years ago
|
Attachment #474863 -
Flags: review?(dtownsend) → review+
Assignee | ||
Comment 2•14 years ago
|
||
Assignee: nobody → matspal
Status: NEW → RESOLVED
Closed: 14 years ago
Flags: in-testsuite+
Resolution: --- → FIXED
Target Milestone: --- → Firefox 4.0b7
You need to log in
before you can comment on or make changes to this bug.
Description
•