Auto merge of #25888 - ferjm:text.decoration.2020, r=nox

Partial text decoration support for layout 2020

- [X] `./mach build -d` does not report any errors
- [X] `./mach test-tidy` does not report any errors
- [X] These changes fix #25166
- [X] There are tests for these changes
This commit is contained in:
bors-servo 2020-03-23 11:18:18 -04:00 committed by GitHub
commit acd14672e1
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
84 changed files with 743 additions and 53 deletions

View file

@ -104,6 +104,7 @@ fn construct_for_root_element<'dom>(
))],
)
} else {
let propagated_text_decoration_line = style.clone_text_decoration_line();
(
ContainsFloats::No,
vec![ArcRefCell::new(BlockLevelBox::Independent(
@ -114,6 +115,7 @@ fn construct_for_root_element<'dom>(
display_inside,
contents,
ContentSizesRequest::None,
propagated_text_decoration_line,
),
))],
)