servo/tests
bors-servo dcaf66397a Auto merge of #7313 - pcwalton:position-relative-percentage-overflow, r=mbrubeck
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.

r? @SimonSapin -- would appreciate a look over the iframe test case that was changed.

<!-- Reviewable:start -->
[<img src="https://reviewable.io/review_button.png" height=40 alt="Review on Reviewable"/>](https://reviewable.io/reviews/servo/servo/7313)
<!-- Reviewable:end -->
2015-09-01 12:33:07 -06: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 Auto merge of #7313 - pcwalton:position-relative-percentage-overflow, r=mbrubeck 2015-09-01 12:33:07 -06:00
unit Auto merge of #7449 - simartin:issue_7393, r=metajack 2015-09-01 11:22:52 -06:00
wpt tests: Mark some WPT tests as passing now. 2015-09-01 11:30:15 -07: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