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 upFire error when placeholder is loaded #21399
Conversation
highfive
commented
Aug 13, 2018
|
Heads up! This PR modifies the following files:
|
highfive
commented
Aug 13, 2018
|
We should run this through try and add a test if no results change. |
|
@bors-servo try |
Fire error when placeholder is loaded <!-- Please describe your changes on the following line: --> --- <!-- Thank you for contributing to Servo! Please replace each `[ ]` by `[X]` when the step is complete, and replace `__` with appropriate data: --> - [ ] `./mach build -d` does not report any errors - [ ] `./mach test-tidy` does not report any errors - [ ] These changes fix #21397 (github issue number if applicable). <!-- Either: --> - [ ] There are tests for these changes OR - [ ] These changes do not require tests because _____ <!-- Also, please make sure that "Allow edits from maintainers" checkbox is checked, so that we can help you if you get stuck somewhere along the way.--> <!-- 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="34" align="absmiddle" alt="Reviewable"/>](https://reviewable.io/reviews/servo/servo/21399) <!-- Reviewable:end -->
|
|
looks like an intermittent, I'll look into writing a test... |
c34b2d0
to
5bbfe2c
|
@jdm I've added a "mozilla" wpt test because I couldn't find any reference to placeholder in the spec, and I assume whether to load a placeholder or not isn't normalized. There already is a wpt test to cover the case of a non-existent image at https://github.com/servo/servo/blob/master/tests/wpt/web-platform-tests/html/semantics/embedded-content/the-img-element/nonexistent-image.html We were passing that test because it hits the |
1f24a76
to
61a9391
|
|
|
Sorry for forgetting about this! This is ready to be merged after a rebase. |
61a9391
to
7b8d903
|
Ok, this one has been rebased... |
|
@vors-servo r+ |
|
@jdm typo. |
|
@bors-servo r+ |
|
|
Fire error when placeholder is loaded <!-- Please describe your changes on the following line: --> --- <!-- Thank you for contributing to Servo! Please replace each `[ ]` by `[X]` when the step is complete, and replace `__` with appropriate data: --> - [ ] `./mach build -d` does not report any errors - [ ] `./mach test-tidy` does not report any errors - [ ] These changes fix #21397 (github issue number if applicable). <!-- Either: --> - [ ] There are tests for these changes OR - [ ] These changes do not require tests because _____ <!-- Also, please make sure that "Allow edits from maintainers" checkbox is checked, so that we can help you if you get stuck somewhere along the way.--> <!-- 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="34" align="absmiddle" alt="Reviewable"/>](https://reviewable.io/reviews/servo/servo/21399) <!-- Reviewable:end -->
|
|
|
@bors-servo retry #20734 |
|
|
|
|
gterzian commentedAug 13, 2018
•
edited by SimonSapin
./mach build -ddoes not report any errors./mach test-tidydoes not report any errorsThis change is