Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upFix file-type input element #11931
Fix file-type input element #11931
Conversation
highfive
commented
Jun 29, 2016
|
Heads up! This PR modifies the following files:
|
|
r? @Manishearth |
|
Oh, I see, you had already added support, but the interface tests didn't pass because the support only worked when you had selected the file. @bors-servo r+ |
|
|
Fix file-type input element A simple fix to put `inputElem.files` online --- <!-- Thank you for contributing to Servo! Please replace each `[ ]` by `[X]` when the step is complete, and replace `__` with appropriate data: --> - [x] `./mach build -d` does not report any errors - [x] `./mach test-tidy` does not report any errors <!-- Either: --> - [x] There are tests for these changes <!-- Pull requests that do not address these steps are welcome, but they will require additional verification as part of the review process. --> <!-- Reviewable:start --> --- This change is [<img src="https://reviewable.io/review_button.svg" height="35" align="absmiddle" alt="Reviewable"/>](https://reviewable.io/reviews/servo/servo/11931) <!-- Reviewable:end -->
|
|
|
Whole bunch of PASS expected FAILs:
|
|
Oh, nice, I thought only FileAPI cover that ... I will fix this |
|
Done |
|
@bors-servo r+ |
|
|
Fix file-type input element A simple fix to put `inputElem.files` online --- <!-- Thank you for contributing to Servo! Please replace each `[ ]` by `[X]` when the step is complete, and replace `__` with appropriate data: --> - [x] `./mach build -d` does not report any errors - [x] `./mach test-tidy` does not report any errors <!-- Either: --> - [x] There are tests for these changes <!-- Pull requests that do not address these steps are welcome, but they will require additional verification as part of the review process. --> <!-- Reviewable:start --> --- This change is [<img src="https://reviewable.io/review_button.svg" height="35" align="absmiddle" alt="Reviewable"/>](https://reviewable.io/reviews/servo/servo/11931) <!-- Reviewable:end -->
|
|
highfive
commented
Jun 30, 2016
|
|
@bors-servo retry Issue #11574 |
|
|
|
|
izgzhen commentedJun 29, 2016
•
edited
A simple fix to put
inputElem.filesonlinePart of #11131
This change is