servo/tests
Patrick Walton b66f17a445 layout: Make overflow calculation take relative percentages into
account.

This necessitated changing overflow to be calculated by the parent flow
if relatively positioned children are present. That is because the
overflow regions cannot be calculated without knowing relative offsets,
which themselves cannot be calculated without knowing the parent size
(because of percentages). To accomplish this without sacrificing
parallelism in the non-relative case, this patch splits overflow into
"early" and "late" computation. Late overflow computation cannot be
parallelized across children, while early overflow computation can.

Makes the "Apple Music" text show up over the full-bleed promotional
background on apple.com.
2015-08-31 16:50:56 -07:00
..
dromaeo Revert "Auto merge of #7103 - frewsxcv:python-venv, r=metajack" for breaking web-platform-tests. 2015-08-09 11:20:40 +02:00
html Navigate to a new page even when there's a fragment. 2015-08-18 17:35:09 -07:00
jquery
power
ref layout: Make overflow calculation take relative percentages into 2015-08-31 16:50:56 -07:00
unit Adds content-length to empty-bodied non-GET/HEAD requests 2015-08-30 12:14:15 +10:00
wpt Auto merge of #7454 - Ms2ger:worker-tests, r=nox 2015-08-31 01:34:02 -06:00
reftest.rs Allow setting preferences from the reftest manifest. Add a command-line arg to enable a given preference. 2015-08-28 10:50:55 -04:00