mirror of
https://github.com/servo/servo.git
synced 2025-08-03 04:30:10 +01:00
Allow inline elements to create reference frames
This is important so that transforms applied to elements actually apply to the display items created for those elements.
This commit is contained in:
parent
2d4b223cf4
commit
d41c512e98
3 changed files with 67 additions and 19 deletions
|
@ -10,5 +10,5 @@ extern crate layout;
|
|||
use layout::Fragment;
|
||||
use layout::SpecificFragmentInfo;
|
||||
|
||||
size_of_test!(test_size_of_fragment, Fragment, 160);
|
||||
size_of_test!(test_size_of_fragment, Fragment, 176);
|
||||
size_of_test!(test_size_of_specific_fragment_info, SpecificFragmentInfo, 24);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue