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 upMake Document::DefaultView return a null value when there's no browsi… #11502
Conversation
|
First of all, thank you for your PR! You made some changes to scrolling APIs; let's see if there are any tests for those. @bors-servo try If not, I'd like to ask you to write a few tests. (In that case, you can use +S-needs-code-changes +S-awaiting-answer
|
Make Document::DefaultView return a null value when there's no browsi… <!-- Please describe your changes on the following line: --> Fix for #11469 --- <!-- 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 #__ (github issue number if applicable). <!-- Either: --> - [ ] There are tests for these changes OR - [ ] These changes do not require tests because _____ <!-- Pull requests that do not address these steps are welcome, but they will require additional verification as part of the review process. --> …ng context <!-- 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/11502) <!-- Reviewable:end -->
highfive
commented
May 30, 2016
|
New code was committed to pull request. |
|
Made code a bit more good looking. Thanks for the suggestion! Now looking for scrolling tests. AppVeyor build failed, but it looks like something irrelevant to my patch because build failed in some c++ code. |
|
You can ignore the appveyor results. |
highfive
commented
May 31, 2016
|
New code was committed to pull request. |
1 similar comment
highfive
commented
May 31, 2016
|
New code was committed to pull request. |
|
Sorry for the long timeout. It took me a while before I realized how this test should look like. |
|
Looks like the manifest update got lost; please apply the following diff: --- a/tests/wpt/metadata/MANIFEST.json
+++ b/tests/wpt/metadata/MANIFEST.json
@@ -36028,7 +36028,16 @@
"local_changes": {
"deleted": [],
"deleted_reftests": {},
- "items": {},
+ "items": {
+ "testharness": {
+ "cssom-view/scrolling-no-browsing-context.html": [
+ {
+ "path": "cssom-view/scrolling-no-browsing-context.html",
+ "url": "/cssom-view/scrolling-no-browsing-context.html"
+ }
+ ]
+ }
+ },
"reftest_nodes": {}
},
"reftest_nodes": {and squash all commits into one. -S-awaiting-answer -S-awaiting-review +S-needs-code-changes
|
highfive
commented
Jun 1, 2016
|
New code was committed to pull request. |
highfive
commented
Jun 1, 2016
|
New code was committed to pull request. |
…ng context
highfive
commented
Jun 1, 2016
|
New code was committed to pull request. |
|
I failed to squash and created another PR #11548 |
kevgs commentedMay 30, 2016
•
edited by Ms2ger
./mach build -ddoes not report any errors./mach test-tidydoes not report any errors…ng context
This change is