Closed
Bug 1336990
Opened 9 years ago
Closed 9 years ago
"Matching" for any type of images on the drop-file test
Categories
(Core :: DOM: Core & HTML, defect)
Tracking
()
People
(Reporter: pauly, Unassigned)
References
Details
(Keywords: regression)
[Affected versions]:
- 51.0.1, 54.0a1 (2017-02-06) (32-bit)
[Affected platforms]:
- all
[Steps to reproduce]:
1. Open https://mystor.github.io/dragndrop/
2. Select the drop-file test from the demo page
3. Select an image file (png, jpg) from your computer and drag it in the "Drop Stuff Here!" area from the demo page
[Expected result]:
- 'Not matching' appears under the "Drop Stuff Here" area and expected result is different from result.
[Actual result]:
- 'Matching' and expected result = result
[Regression range]:
- tbd, doesn't reproduce on Fx 46.0.1
[Additional notes]:
- same behavior with e10s ON/OFF
Reporter | ||
Comment 1•9 years ago
|
||
Keywords: regressionwindow-wanted
Updated•9 years ago
|
Comment 2•9 years ago
|
||
The results for drop-file and drop-image are identical as far as the testcase is concerned, so it makes sense that the result prints `Matching`.
The reason why this doesn't reproduce before bug 906420 is because the test suite compares the data stored in DataTransfer.items, which was only added in that version.
Status: NEW → RESOLVED
Closed: 9 years ago
Resolution: --- → INVALID
Assignee | ||
Updated•6 years ago
|
Component: DOM → DOM: Core & HTML
You need to log in
before you can comment on or make changes to this bug.
Description
•