servo: Merge #19819 - Merge some test crates in their corresponding components (from servo:rm-test-crates); r=<try>
(Do not merge) Merge some test crates in their corresponding components Source-Repo: https://github.com/servo/servo Source-Revision: a4808a3649e6cb6e579e60b82d9979755643f711
This commit is contained in:
@@ -140,22 +140,22 @@ pub struct InlineFragmentsConstructionResult {
|
||||
///
|
||||
/// The resulting `ConstructionItem` for the outer `span` will be:
|
||||
///
|
||||
/// ```ignore
|
||||
/// ```rust,ignore
|
||||
/// ConstructionItem::InlineFragments(
|
||||
/// InlineFragmentsConstructionResult{
|
||||
/// InlineFragmentsConstructionResult {
|
||||
/// splits: linked_list![
|
||||
/// InlineBlockSplit{
|
||||
/// predecessors: IntermediateInlineFragments{
|
||||
/// InlineBlockSplit {
|
||||
/// predecessors: IntermediateInlineFragments {
|
||||
/// fragments: linked_list![A],
|
||||
/// absolute_descendents: AbsoluteDescendents{
|
||||
/// absolute_descendents: AbsoluteDescendents {
|
||||
/// descendant_links: vec![]
|
||||
/// }
|
||||
/// },
|
||||
/// },
|
||||
/// flow: B
|
||||
/// flow: B,
|
||||
/// }
|
||||
/// ],
|
||||
/// fragments: linked_list![C],
|
||||
/// }
|
||||
/// },
|
||||
/// )
|
||||
/// ```
|
||||
#[derive(Clone)]
|
||||
|
||||
Reference in New Issue
Block a user