Auto merge of #17862 - asajeffrey:script-paint-worklet-border, r=pcwalton

Implemented paint worklets drawing to a border.

<!-- Please describe your changes on the following line: -->

Allow paint worklets to draw to a border.

---
<!-- 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 #17451.
- [X] These changes do not require tests because the existing css-paint-api test check this (but annoyingly, all fail for other reasons)

<!-- 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/17862)
<!-- Reviewable:end -->
This commit is contained in:
bors-servo 2017-09-18 16:54:54 -05:00 committed by GitHub
commit a5282cabe0
6 changed files with 91 additions and 101 deletions

View file

@ -1,4 +1,4 @@
[geometry-border-image-001.html]
type: reftest
expected: FAIL
bug: https://github.com/servo/servo/issues/1767
bug: https://github.com/servo/servo/issues/17861

View file

@ -1,4 +1,4 @@
[geometry-border-image-002.html]
type: reftest
expected: FAIL
bug: https://github.com/servo/servo/issues/17451
bug: https://github.com/servo/servo/issues/17860

View file

@ -1,4 +1,4 @@
[geometry-border-image-003.html]
type: reftest
expected: FAIL
bug: https://github.com/servo/servo/issues/17451
bug: https://github.com/servo/servo/issues/17860

View file

@ -1,4 +1,4 @@
[geometry-border-image-004.html]
type: reftest
expected: FAIL
bug: https://github.com/servo/servo/issues/17451
bug: https://github.com/servo/servo/issues/17860

View file

@ -1,4 +1,4 @@
[geometry-border-image-005.html]
type: reftest
expected: FAIL
bug: https://github.com/w3c/web-platform-tests/issues/6610
bug: https://github.com/servo/servo/issues/17860