Auto merge of #25645 - mrobinson:scrollable-overflow-v2, r=SimonSapin

Add support for overflow:scroll and overflow:hidden to layout_2020

This adds clipping and interactive scrolling support, but scrolling from
script is still not functional.

<!-- 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: -->
- [x] `./mach build -d` does not report any errors
- [x] `./mach test-tidy` does not report any errors
- [ ] These changes fix #___ (GitHub issue number if applicable)

<!-- Either: -->
- [x] 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. -->
This commit is contained in:
bors-servo 2020-02-01 10:45:22 -05:00 committed by GitHub
commit c4785e3256
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
19 changed files with 129 additions and 63 deletions

View file

@ -1,2 +0,0 @@
[background-repeat-repeat-x.xht]
expected: FAIL

View file

@ -1,2 +0,0 @@
[background-repeat-repeat-y.xht]
expected: FAIL

View file

@ -1,2 +0,0 @@
[background-size-contain.xht]
expected: FAIL

View file

@ -1,2 +0,0 @@
[background-size-cover.xht]
expected: FAIL

View file

@ -1,2 +0,0 @@
[acid2_ref.html]
expected: FAIL

View file

@ -1,2 +0,0 @@
[border_radius_clip_a.html]
expected: FAIL

View file

@ -1,2 +0,0 @@
[position-sticky-bottom.html]
expected: FAIL

View file

@ -1,2 +0,0 @@
[position-sticky-top.html]
expected: FAIL

View file

@ -1,2 +0,0 @@
[overflow_auto.html]
expected: FAIL

View file

@ -1,2 +0,0 @@
[overflow_position_abs_simple_a.html]
expected: FAIL

View file

@ -1,2 +0,0 @@
[overflow_scroll.html]
expected: FAIL

View file

@ -1,2 +0,0 @@
[overflow_simple_a.html]
expected: FAIL

View file

@ -1,2 +0,0 @@
[overflow_xy_a.html]
expected: FAIL

View file

@ -1,2 +0,0 @@
[text_overflow_ellipsis.html]
expected: FAIL

View file

@ -1,2 +0,0 @@
[text_overflow_string.html]
expected: FAIL