mirror of
https://github.com/servo/servo.git
synced 2025-09-30 08:39:16 +01:00
Auto merge of #19127 - tigercosmos:overflow10, r=emilio
scroll, SetScrollTop, SetScrollLeft in `element.rs` <!-- Please describe your changes on the following line: --> Currently dom-element-scroll have not finished yet. (Step 10) This PR finish the step 10 of `scroll`, `SetScrollTop`, `SetScrollLeft` [Step 10 description](https://drafts.csswg.org/cssom-view/#dom-element-scrolltop): > If the element does not have any associated CSS layout box, the element has no associated scrolling box, or the element has no overflow, terminate these steps. --- <!-- 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 - [X] These changes fix #19114 (github issue number if applicable). <!-- Either: --> - [X] There are tests for these changes <!-- 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/19127) <!-- Reviewable:end -->
This commit is contained in:
commit
37760054e2
4 changed files with 157 additions and 5 deletions
|
@ -32592,6 +32592,12 @@
|
|||
{}
|
||||
]
|
||||
],
|
||||
"css/cssom-view/dom-element-scroll.html": [
|
||||
[
|
||||
"/_mozilla/css/cssom-view/dom-element-scroll.html",
|
||||
{}
|
||||
]
|
||||
],
|
||||
"css/empty-keyframes.html": [
|
||||
[
|
||||
"/_mozilla/css/empty-keyframes.html",
|
||||
|
@ -62015,6 +62021,10 @@
|
|||
"16a4dd68da41156fbdd139b4a56547f94ad4dbe7",
|
||||
"support"
|
||||
],
|
||||
"css/cssom-view/dom-element-scroll.html": [
|
||||
"247b85d5988878a7b27bc9f0f7b817085725c038",
|
||||
"testharness"
|
||||
],
|
||||
"css/data_img_a.html": [
|
||||
"323bf50369f98ed02acccdd3a5824e38d3f353bf",
|
||||
"reftest"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue