Closed
Bug 703990
Opened 14 years ago
Closed 14 years ago
incorrect/misleading messages in test_tooltip.xul
Categories
(Core :: XUL, defect)
Core
XUL
Tracking
()
RESOLVED
FIXED
mozilla11
People
(Reporter: jfkthame, Assigned: jfkthame)
Details
Attachments
(1 file)
3.12 KB,
patch
|
enndeakin
:
review+
|
Details | Diff | Splinter Review |
In toolkit/content/tests/chrome/test_tooltip.xul, there are three fragments of the form
is(Math.round(rect.left),
Math.round(buttonrect.left + parseFloat(popupstyle.marginLeft) + 6),
testname + " top position of tooltip");
which report that they're testing the "top position", when they really mean to say "left position". ("Top position" is tested immediately afterwards in each case.)
Attachment #575751 -
Flags: review?(enndeakin)
Updated•14 years ago
|
Attachment #575751 -
Flags: review?(enndeakin) → review+
Assignee | ||
Comment 1•14 years ago
|
||
Target Milestone: --- → mozilla11
Comment 2•14 years ago
|
||
Status: NEW → RESOLVED
Closed: 14 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•