servo/tests
bors-servo 7d66871a9f
Auto merge of #26046 - mrobinson:arcrefcell-hoisting, r=SimonSapin
layout_2020: Use ArcRefCell to track hoisted fragments

This avoids the use of lookup tables for containing blocks when
constructing the stacking context tree.

This seems to catch some laid-out hoisted fragments that were otherwise
dropped in the previous design. The changes cause one new test to pass
and one to fail. Visual examination of the failing tests reveals that
it's a progression (list markers are appearing when they were previously
not rendered).

<!-- 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
- [x] 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. -->
2020-03-27 12:20:08 -04:00
..
dromaeo
heartbeats Fix tidiness errors for Python3 compatibility across whole repo 2019-12-11 16:03:20 +00:00
html
jquery Run py-modernize against tests/jquery/run_jquery.py 2020-03-25 15:10:44 -04:00
power
unit Update ipc-channel and crossbeam-channel. 2020-02-20 11:15:13 -05:00
wpt Auto merge of #26046 - mrobinson:arcrefcell-hoisting, r=SimonSapin 2020-03-27 12:20:08 -04:00