diff options
author | bors-servo <lbergstrom+bors@mozilla.com> | 2017-08-24 01:31:34 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-08-24 01:31:34 -0500 |
commit | 4725a05bfba0b588d19af8bc5cfe960bda1ea880 (patch) | |
tree | f8d2e1d1d8915693d8196897de92a135f4a4e11a /components/layout/query.rs | |
parent | 474369618965569407d127b1e8c481e757cc59d3 (diff) | |
parent | f1b98393cc1fa6bbc52fc50970229681f17e8d41 (diff) | |
download | servo-4725a05bfba0b588d19af8bc5cfe960bda1ea880.tar.gz servo-4725a05bfba0b588d19af8bc5cfe960bda1ea880.zip |
Auto merge of #18188 - mrobinson:overflow-stacking-context, r=mbrubeck
Allow overflow:scroll without a stacking context
Fix the long-standing bug where items that are positioned and have
overflow:scroll or overflow:auto automatically create stacking
contexts. In order to do this we need to fix another bug where display
list sorting can put a Clip or ScrollFrame definition after the first
time it is used in a display list.
<!-- 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. -->
<!-- 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/18188)
<!-- Reviewable:end -->
Diffstat (limited to 'components/layout/query.rs')
0 files changed, 0 insertions, 0 deletions