Closed Bug 1336990 Opened 7 years ago Closed 7 years ago

"Matching" for any type of images on the drop-file test

Categories

(Core :: DOM: Core & HTML, defect)

50 Branch
defect
Not set
normal

Tracking

()

RESOLVED INVALID
Tracking Status
firefox51 --- wontfix
firefox52 --- affected
firefox53 --- affected
firefox54 --- affected

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
Blocks: 906420
Version: Trunk → 50 Branch
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: 7 years ago
Resolution: --- → INVALID
Component: DOM → DOM: Core & HTML
You need to log in before you can comment on or make changes to this bug.