mirror of
https://github.com/servo/servo.git
synced 2025-10-01 00:59:15 +01:00
Auto merge of #14556 - iamrohit7:fix-set-device, r=SimonSapin,Emilio
Make Stylist::set_device check stylesheet media queries Fixes Stylist::set_device to check for media queries in stylesheets. <!-- 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 #14279 (github issue number if applicable). <!-- Either: --> - [X] There are tests for these changes <!-- 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/14556) <!-- Reviewable:end -->
This commit is contained in:
commit
1c1aaa5a88
5 changed files with 53 additions and 0 deletions
|
@ -6812,6 +6812,12 @@
|
|||
"url": "/_mozilla/css/offset_properties_inline.html"
|
||||
}
|
||||
],
|
||||
"css/stylesheet_media_queries.html": [
|
||||
{
|
||||
"path": "css/stylesheet_media_queries.html",
|
||||
"url": "/_mozilla/css/stylesheet_media_queries.html"
|
||||
}
|
||||
],
|
||||
"css/test_font_family_parsing.html": [
|
||||
{
|
||||
"path": "css/test_font_family_parsing.html",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue