diff options
author | Pu Xingyu <pu.stshine@gmail.com> | 2016-07-26 00:50:35 +0800 |
---|---|---|
committer | Pu Xingyu <pu.stshine@gmail.com> | 2016-08-03 21:10:35 +0800 |
commit | 60e2f44a1950559398fa25aa9aa36cd2a7fa39ad (patch) | |
tree | 51415c8966111c6c5a78e897d7f26504534a915c /components/layout/block.rs | |
parent | 62dd3f4df4deb775a852fc9be27da3c23ad96b4d (diff) | |
download | servo-60e2f44a1950559398fa25aa9aa36cd2a7fa39ad.tar.gz servo-60e2f44a1950559398fa25aa9aa36cd2a7fa39ad.zip |
Add Minor fixes and tests
Diffstat (limited to 'components/layout/block.rs')
-rw-r--r-- | components/layout/block.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/components/layout/block.rs b/components/layout/block.rs index f1501411fe1..16a837d4dcc 100644 --- a/components/layout/block.rs +++ b/components/layout/block.rs @@ -3089,7 +3089,7 @@ impl ISizeAndMarginsComputer for FlexItem { container_block_size); } - // Literally do nothing. + // The used inline size and margins are set by parent flex flow, do nothing here. fn solve_inline_size_constraints(&self, block: &mut BlockFlow, _: &ISizeConstraintInput) |