servo/components
Patrick Walton c86bc2eb8b layout: Don't take collapsible top margin into account when determining
the float ceiling.

As the float ceiling is relative to the border box, not the margin box,
of the parent flow, top margin must not be included.

This exposed a pre-existing bug whereby margins are discarded if a block
contains only floats and no content, affecting the tests
`float_intrinsic_height.html` and `margins_inside_floats_a.html`. As a
workaround, some invisible content has been added to the bodies of both
tests.
2015-04-07 15:10:15 -07:00
..
canvas Canvas: added arcTo() support. 2015-04-01 21:20:05 +02:00
compositing Split out shared networking code into net_traits crate 2015-04-03 13:38:10 -04:00
devtools Remove int/uint from devtools/devtools_traits. 2015-04-06 10:14:57 -04:00
devtools_traits Remove int/uint from devtools/devtools_traits. 2015-04-06 10:14:57 -04:00
gfx Split out shared networking code into net_traits crate 2015-04-03 13:38:10 -04:00
layout layout: Don't take collapsible top margin into account when determining 2015-04-07 15:10:15 -07:00
layout_traits Split out shared networking code into net_traits crate 2015-04-03 13:38:10 -04:00
msg layout: Implement CSS transitions per CSS-TRANSITIONS § 2. 2015-03-31 08:46:11 -07:00
net Cleanup tabs. 2015-04-07 13:25:17 -04:00
net_traits Stop using int/uint in net_traits. 2015-04-06 16:08:53 +02:00
plugins Use quasiquotes for attributes in plugins crate. 2015-04-04 17:37:06 +02:00
profile Use usize rather than u64 in MemoryReport. 2015-03-31 15:37:15 +02:00
script Auto merge of #5543 - jagtalon:jag/slashdot, r=jdm 2015-04-07 11:56:50 -05:00
script_traits Split out shared networking code into net_traits crate 2015-04-03 13:38:10 -04:00
servo Get the barest bones of webdriver integration ready for keeners. 2015-04-06 18:22:32 -04:00
style Stop using int and uint in style. 2015-04-05 19:13:01 +02:00
util Auto merge of #5005 - jdm:mime-sniffing, r=jdm 2015-04-07 12:48:06 -05:00
webdriver_server Get the barest bones of webdriver integration ready for keeners. 2015-04-06 18:22:32 -04:00