Closed
Bug 883164
Opened 12 years ago
Closed 12 years ago
More test for <input type='file'>.click()
Categories
(Core :: DOM: Core & HTML, defect)
Core
DOM: Core & HTML
Tracking
()
RESOLVED
FIXED
mozilla25
People
(Reporter: mounir, Assigned: mounir)
References
Details
Attachments
(1 file)
5.56 KB,
patch
|
smaug
:
review+
|
Details | Diff | Splinter Review |
It should be a bit better than having a special test at the end of the tests.
Attachment #762701 -
Flags: review?(bugs)
Updated•12 years ago
|
Attachment #762701 -
Flags: review?(bugs) → review+
Assignee | ||
Comment 1•12 years ago
|
||
Flags: in-testsuite+
Target Milestone: --- → mozilla24
Comment 2•12 years ago
|
||
Backed out since the test now times out on Android:
https://tbpl.mozilla.org/php/getParsedLog.php?id=24227887&tree=Mozilla-Inbound
https://hg.mozilla.org/integration/mozilla-inbound/rev/6e84744ffa9a
Comment 3•12 years ago
|
||
Actually not just Android:
https://tbpl.mozilla.org/?tree=Mozilla-Inbound&rev=eff8e7fefffd
Assignee | ||
Comment 4•12 years ago
|
||
Hmmm, last I check that was green locally :(
Assignee | ||
Comment 5•12 years ago
|
||
The reason was that I was testing the test alone and the test is run in an iframe on try and even if I was calling .focus() on each element before clicking, the <div> are not focusable by default. Easily solved with a tabindex='1' on the divs.
https://hg.mozilla.org/integration/mozilla-inbound/rev/3e6afe9129c3
Target Milestone: mozilla24 → mozilla25
Comment 6•12 years ago
|
||
Status: ASSIGNED → RESOLVED
Closed: 12 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•