mirror of
https://github.com/servo/servo.git
synced 2025-07-22 23:03:42 +01:00
Merge layout and layout_tests
This commit is contained in:
parent
c2ed7c9632
commit
a311e0f569
8 changed files with 42 additions and 54 deletions
|
@ -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)]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue