mirror of
https://github.com/servo/servo.git
synced 2025-08-07 22:45:34 +01:00
Fix rebase issues and run Prettier on layout viewer code
This commit is contained in:
parent
a042f85083
commit
c4276aa27e
6 changed files with 380 additions and 331 deletions
|
@ -5,7 +5,7 @@
|
|||
use crate::context::LayoutContext;
|
||||
use crate::dom_traversal::{Contents, NodeExt};
|
||||
use crate::formatting_contexts::IndependentFormattingContext;
|
||||
use crate::fragments::{AnonymousFragment, BoxFragment, CollapsedBlockMargins, DebugId, Fragment};
|
||||
use crate::fragments::{AnonymousFragment, BoxFragment, CollapsedBlockMargins, Fragment};
|
||||
use crate::geom::flow_relative::{Rect, Sides, Vec2};
|
||||
use crate::sizing::ContentSizesRequest;
|
||||
use crate::style_ext::{ComputedValuesExt, DisplayInside};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue