mirror of
https://github.com/servo/servo.git
synced 2025-08-06 14:10:11 +01:00
Auto merge of #17855 - asajeffrey:script-implement-more-stylepropertymaypreadonly, r=emilio
Implement getProperties for StylePropertyMapReadOnly <!-- Please describe your changes on the following line: --> Implement `getProperties` for `StylePropertyMapReadOnly`. --- <!-- 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 #17579. - [X] These changes do not require tests because the existing css-paint-api tests catch this (rather annoyingly, they all fail for different reasons, sigh) <!-- 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/17855) <!-- Reviewable:end -->
This commit is contained in:
commit
b07f06ce92
5 changed files with 32 additions and 4 deletions
|
@ -1,4 +1,4 @@
|
|||
[style-background-image.html]
|
||||
type: reftest
|
||||
expected: FAIL
|
||||
bug: https://github.com/servo/servo/issues/17579
|
||||
bug: https://github.com/servo/servo/issues/17378
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
[style-before-pseudo.html]
|
||||
type: reftest
|
||||
expected: FAIL
|
||||
bug: https://github.com/servo/servo/issues/17579
|
||||
bug: https://github.com/servo/servo/issues/17854
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
[style-first-letter-pseudo.html]
|
||||
type: reftest
|
||||
expected: FAIL
|
||||
bug: https://github.com/servo/servo/issues/17579
|
||||
bug: https://github.com/servo/servo/issues/17854
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue