mirror of
https://github.com/servo/servo.git
synced 2025-10-01 09:09:15 +01:00
Auto merge of #15905 - mephisto41:add-border-gradient, r=emilio
Add gradient border support. webrender add gradient border support in https://github.com/servo/webrender/pull/953. This pr add support in servo. --- <!-- 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 <!-- Either: --> - [X] These changes do not require tests because it should be covered by wpt <!-- 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/15905) <!-- Reviewable:end -->
This commit is contained in:
commit
fd8127b23b
6 changed files with 174 additions and 31 deletions
|
@ -755,6 +755,18 @@
|
|||
{}
|
||||
]
|
||||
],
|
||||
"css/border-image-linear-gradient.html": [
|
||||
[
|
||||
"/_mozilla/css/border-image-linear-gradient.html",
|
||||
[
|
||||
[
|
||||
"/_mozilla/css/border-image-linear-gradient-ref.html",
|
||||
"=="
|
||||
]
|
||||
],
|
||||
{}
|
||||
]
|
||||
],
|
||||
"css/border_black_ridge_a.html": [
|
||||
[
|
||||
"/_mozilla/css/border_black_ridge_a.html",
|
||||
|
@ -6993,6 +7005,11 @@
|
|||
{}
|
||||
]
|
||||
],
|
||||
"css/border-image-linear-gradient-ref.html": [
|
||||
[
|
||||
{}
|
||||
]
|
||||
],
|
||||
"css/border_black_solid.html": [
|
||||
[
|
||||
{}
|
||||
|
@ -20351,6 +20368,14 @@
|
|||
"d0bf8fafec5ff2c0cfde8f0d47083ca23b745588",
|
||||
"support"
|
||||
],
|
||||
"css/border-image-linear-gradient-ref.html": [
|
||||
"3c1b61477c8a3cb7befc3ab81b80a128b142e3f1",
|
||||
"support"
|
||||
],
|
||||
"css/border-image-linear-gradient.html": [
|
||||
"40ea388a8a920eaecb2d0d12f998ed60ac3b56e8",
|
||||
"reftest"
|
||||
],
|
||||
"css/border_black_groove.html": [
|
||||
"42912352ee8f09ae0ddbac3dce35294dc8608bbe",
|
||||
"reftest_node"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue