Auto merge of #11850 - splav:box-shadow#11662, r=glennw

Fix PaintContext page_rect due to display list origin

Fix PaintContext page_rect due to non zero display list origin.

---
<!-- 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 #11662 (github issue number if applicable).

<!-- Either: -->
- [x] 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. -->

<!-- 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/11850)
<!-- Reviewable:end -->
This commit is contained in:
bors-servo 2016-07-27 18:54:32 -05:00 committed by GitHub
commit abdf01ed05
4 changed files with 72 additions and 1 deletions

View file

@ -1032,6 +1032,18 @@
"url": "/_mozilla/css/box_shadow_blur_a.html"
}
],
"css/box_shadow_blur_fixed.html": [
{
"path": "css/box_shadow_blur_fixed.html",
"references": [
[
"/_mozilla/css/box_shadow_blur_fixed_ref.html",
"=="
]
],
"url": "/_mozilla/css/box_shadow_blur_fixed.html"
}
],
"css/box_shadow_border_box_a.html": [
{
"path": "css/box_shadow_border_box_a.html",
@ -10132,6 +10144,18 @@
"url": "/_mozilla/css/box_shadow_blur_a.html"
}
],
"css/box_shadow_blur_fixed.html": [
{
"path": "css/box_shadow_blur_fixed.html",
"references": [
[
"/_mozilla/css/box_shadow_blur_fixed_ref.html",
"=="
]
],
"url": "/_mozilla/css/box_shadow_blur_fixed.html"
}
],
"css/box_shadow_border_box_a.html": [
{
"path": "css/box_shadow_border_box_a.html",