mirror of
https://github.com/servo/servo.git
synced 2025-06-06 16:45:39 +00:00
Upgrade stylo to 2024-05-31 (#32474)
* Upgrade stylo to 2024-05-31 * Fixup for https://phabricator.services.mozilla.com/D211731 * Fixup for https://phabricator.services.mozilla.com/D207779 * Fixup for https://phabricator.services.mozilla.com/D207781 * Update test expectations
This commit is contained in:
parent
680735ed73
commit
b1fdfb88bb
8 changed files with 45 additions and 49 deletions
|
@ -773,7 +773,7 @@ fn apply_style_transform_if_necessary(
|
|||
last_whitespace: bool,
|
||||
is_first_run: bool,
|
||||
) {
|
||||
match text_transform.case_ {
|
||||
match text_transform.case() {
|
||||
TextTransformCase::None => {},
|
||||
TextTransformCase::Uppercase => {
|
||||
let original = string[first_character_position..].to_owned();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue