gecko-dev/layout/reftests/margin-collapsing
L. David Baron bb57d7d42e Bug 451791 patch 2 - Report block non-empty to its parent block during margin collapsing if we encounter clearance. r=roc
The goal of ComputeCollapsedBStartMargin is to collapse all of the
margins that collapse with a block's top margin.  It does this by
scanning forward through the child list until it finds something that
blocks collapsing; it descends into children through recursion.  When we
find a non-empty block or line, we stop collapsing and report to the
parent that the child is non-empty so that it stops collapsing as well.

This patch changes our behavior when we have clearance to do the same
thing that we do for non-empty lines or blocks (which makes both
occurrences of |goto done| be preceded by the same code).  Without the
patch we would fail to report being non-empty to the parent (and instead
report emptiness based on the IsEmpty() method).  This meant that,
without the patch, if a block has a child with clearance but also has
IsEmpty() true, we would stop scanning margins in that block after the
clearance, but start searching again for margins in the block's parent,
starting with the block's bottom margin.  This patch sets *aBlockIsEmpty
to true in that case so that we do not pick up again in the block's
parent (or, potentially, grandparent, etc.).

--HG--
extra : commitid : LCMTvXvZT3G
2015-08-05 21:04:38 -07:00
..
block-abs-pos-1-dyn.html Bug 921761 - margin-collapsing test suite, wave 8; dynamic and additional cases for margins of a BFC; Multi-column margins; margins given in percent and em; r=dholbert 2014-03-04 14:09:37 -08:00
block-abs-pos-1-ref.html Bug 921761 part 1 - margin-collapsing test suite, wave 7; improving tests by adding readable IDs, rearranging styles, changing colors; r=dholbert 2013-10-15 17:37:03 -07:00
block-abs-pos-1.html Bug 921761 part 1 - margin-collapsing test suite, wave 7; improving tests by adding readable IDs, rearranging styles, changing colors; r=dholbert 2013-10-15 17:37:03 -07:00
block-abs-pos-2-dyn.html Bug 921761 - margin-collapsing test suite, wave 8; dynamic and additional cases for margins of a BFC; Multi-column margins; margins given in percent and em; r=dholbert 2014-03-04 14:09:37 -08:00
block-abs-pos-2-ref2.html Bug 921761 part 1 - margin-collapsing test suite, wave 7; improving tests by adding readable IDs, rearranging styles, changing colors; r=dholbert 2013-10-15 17:37:03 -07:00
block-abs-pos-2-ref.html Bug 921761 part 1 - margin-collapsing test suite, wave 7; improving tests by adding readable IDs, rearranging styles, changing colors; r=dholbert 2013-10-15 17:37:03 -07:00
block-abs-pos-2.html Bug 921761 part 1 - margin-collapsing test suite, wave 7; improving tests by adding readable IDs, rearranging styles, changing colors; r=dholbert 2013-10-15 17:37:03 -07:00
block-auto-height-last-child-1-ref.html
block-auto-height-last-child-1a-dyn.html
block-auto-height-last-child-1a.html
block-auto-height-last-child-1b-dyn.html
block-auto-height-last-child-1b.html
block-auto-height-last-child-1c-dyn.html
block-auto-height-last-child-1c.html
block-auto-height-last-child-2-dyn.html
block-auto-height-last-child-2-ref.html
block-auto-height-last-child-2.html
block-auto-height-last-child-3-dyn.html
block-auto-height-last-child-3-ref.html
block-auto-height-last-child-3.html
block-auto-height-last-child-4-dyn.html
block-auto-height-last-child-4-ref.html
block-auto-height-last-child-4.html
block-auto-height-last-child-5-dyn.html
block-auto-height-last-child-5-ref.html
block-auto-height-last-child-5.html
block-auto-height-last-child-6-dyn.html
block-auto-height-last-child-6-ref.html
block-auto-height-last-child-6.html
block-auto-height-last-child-7-dyn.html
block-auto-height-last-child-7-ref.html
block-auto-height-last-child-7.html
block-auto-height-last-child-8-ref.html
block-auto-height-last-child-8a-dyn.html
block-auto-height-last-child-8a.html
block-auto-height-last-child-8b-dyn.html
block-auto-height-last-child-8b.html
block-auto-height-last-child-8c-dyn.html
block-auto-height-last-child-8c.html
block-clear-1a-ref.html
block-clear-1a.html
block-clear-1b-ref.html
block-clear-1b.html
block-clear-2-noref.html
block-clear-2-ref.html
block-clear-2.html
block-clear-3-ref-left.html
block-clear-3-ref-right.html
block-clear-3a.html
block-clear-3b.html
block-clear-3c.html
block-clear-3d.html
block-clear-3e.html
block-clear-3f.html
block-clear-4-ref-left.html
block-clear-4-ref-right.html
block-clear-4a.html
block-clear-4b.html
block-clear-4c.html
block-clear-4d.html
block-clear-4e.html
block-clear-4f.html
block-clear-5-left-ref.html
block-clear-5-right-ref.html
block-clear-5a.html
block-clear-5b.html
block-clear-5c.html
block-clear-5d.html
block-clear-5e.html
block-clear-5f.html
block-clear-5g.html
block-clear-5h.html
block-clear-6a-left.html
block-clear-6abc-left-ref.html
block-clear-6b-left.html
block-clear-6c-left.html
block-clear-6d-left.html
block-clear-6def-left-ref1.html
block-clear-6def-left-ref2.html
block-clear-6e-left.html
block-clear-6f-left.html
block-clear-7a-left.html
block-clear-7abcd-left-ref.html
block-clear-7b-left.html
block-clear-7c-left.html
block-clear-7d-left.html
block-clear-7e-left.html
block-clear-7efgh-left-ref1.html
block-clear-7efgh-left-ref2.html
block-clear-7f-left.html
block-clear-7g-left.html
block-clear-7h-left.html
block-em-length-1-dyn.html Bug 921761 - margin-collapsing test suite, wave 8; dynamic and additional cases for margins of a BFC; Multi-column margins; margins given in percent and em; r=dholbert 2014-03-04 14:09:37 -08:00
block-em-length-1-ref.html Bug 921761 - margin-collapsing test suite, wave 8; dynamic and additional cases for margins of a BFC; Multi-column margins; margins given in percent and em; r=dholbert 2014-03-04 14:09:37 -08:00
block-em-length-1.html Bug 921761 - margin-collapsing test suite, wave 8; dynamic and additional cases for margins of a BFC; Multi-column margins; margins given in percent and em; r=dholbert 2014-03-04 14:09:37 -08:00
block-first-child-1-ref.html
block-first-child-1a-dyn.html
block-first-child-1a.html
block-first-child-1b-dyn.html
block-first-child-1b.html
block-first-child-1c-dyn.html
block-first-child-1c.html
block-first-child-2-dyn.html
block-first-child-2-ref.html
block-first-child-2.html
block-first-child-3-dyn.html
block-first-child-3-ref.html
block-first-child-3.html
block-first-child-4-dyn.html
block-first-child-4-ref.html
block-first-child-4.html
block-first-child-5-dyn.html
block-first-child-5-ref.html
block-first-child-5.html
block-first-child-6-dyn.html
block-first-child-6-ref.html
block-first-child-6.html
block-first-child-7-dyn.html
block-first-child-7-ref.html
block-first-child-7.html
block-first-child-8-ref.html
block-first-child-8a-dyn.html
block-first-child-8a.html
block-first-child-8b-dyn.html
block-first-child-8b.html
block-first-child-8c-dyn.html
block-first-child-8c.html
block-fix-height-last-child-1-ref.html
block-fix-height-last-child-1a-dyn.html
block-fix-height-last-child-1a.html
block-fix-height-last-child-1b-dyn.html
block-fix-height-last-child-1b.html
block-fix-height-last-child-2-ref.html
block-fix-height-last-child-2a-dyn.html
block-fix-height-last-child-2a.html
block-fix-height-last-child-2b-dyn.html
block-fix-height-last-child-2b.html
block-fix-height-last-child-3-ref.html
block-fix-height-last-child-3a-dyn.html
block-fix-height-last-child-3a.html
block-fix-height-last-child-3b-dyn.html
block-fix-height-last-child-3b.html
block-fix-height-last-child-4-ref.html
block-fix-height-last-child-4a-dyn.html
block-fix-height-last-child-4a.html
block-fix-height-last-child-4b-dyn.html
block-fix-height-last-child-4b.html
block-fix-height-last-child-4c-dyn.html
block-fix-height-last-child-4c.html
block-fix-height-last-child-4d-dyn.html
block-fix-height-last-child-4d.html
block-fix-height-last-child-4e-dyn.html
block-fix-height-last-child-4e.html
block-fix-height-last-child-4f-dyn.html
block-fix-height-last-child-4f.html
block-fix-height-last-child-4g-dyn.html
block-fix-height-last-child-4g.html
block-fix-height-last-child-4h-dyn.html
block-fix-height-last-child-4h.html
block-float-1a-dyn.html Bug 921761 - margin-collapsing test suite, wave 8; dynamic and additional cases for margins of a BFC; Multi-column margins; margins given in percent and em; r=dholbert 2014-03-04 14:09:37 -08:00
block-float-1a-noref.html Bug 921761 part 1 - margin-collapsing test suite, wave 7; improving tests by adding readable IDs, rearranging styles, changing colors; r=dholbert 2013-10-15 17:37:03 -07:00
block-float-1a-ref2.html Bug 921761 part 1 - margin-collapsing test suite, wave 7; improving tests by adding readable IDs, rearranging styles, changing colors; r=dholbert 2013-10-15 17:37:03 -07:00
block-float-1a-ref.html Bug 921761 part 1 - margin-collapsing test suite, wave 7; improving tests by adding readable IDs, rearranging styles, changing colors; r=dholbert 2013-10-15 17:37:03 -07:00
block-float-1a.html Bug 921761 part 1 - margin-collapsing test suite, wave 7; improving tests by adding readable IDs, rearranging styles, changing colors; r=dholbert 2013-10-15 17:37:03 -07:00
block-float-1b-dyn.html Bug 921761 - margin-collapsing test suite, wave 8; dynamic and additional cases for margins of a BFC; Multi-column margins; margins given in percent and em; r=dholbert 2014-03-04 14:09:37 -08:00
block-float-1b-noref.html Bug 921761 part 1 - margin-collapsing test suite, wave 7; improving tests by adding readable IDs, rearranging styles, changing colors; r=dholbert 2013-10-15 17:37:03 -07:00
block-float-1b-ref2.html Bug 921761 part 1 - margin-collapsing test suite, wave 7; improving tests by adding readable IDs, rearranging styles, changing colors; r=dholbert 2013-10-15 17:37:03 -07:00
block-float-1b-ref.html Bug 921761 part 1 - margin-collapsing test suite, wave 7; improving tests by adding readable IDs, rearranging styles, changing colors; r=dholbert 2013-10-15 17:37:03 -07:00
block-float-1b.html Bug 921761 part 1 - margin-collapsing test suite, wave 7; improving tests by adding readable IDs, rearranging styles, changing colors; r=dholbert 2013-10-15 17:37:03 -07:00
block-float-2a-dyn.html Bug 921761 - margin-collapsing test suite, wave 8; dynamic and additional cases for margins of a BFC; Multi-column margins; margins given in percent and em; r=dholbert 2014-03-04 14:09:37 -08:00
block-float-2a-noref.html Bug 921761 part 1 - margin-collapsing test suite, wave 7; improving tests by adding readable IDs, rearranging styles, changing colors; r=dholbert 2013-10-15 17:37:03 -07:00
block-float-2a-ref.html Bug 921761 part 1 - margin-collapsing test suite, wave 7; improving tests by adding readable IDs, rearranging styles, changing colors; r=dholbert 2013-10-15 17:37:03 -07:00
block-float-2a.html Bug 921761 part 1 - margin-collapsing test suite, wave 7; improving tests by adding readable IDs, rearranging styles, changing colors; r=dholbert 2013-10-15 17:37:03 -07:00
block-float-2b-dyn.html Bug 921761 - margin-collapsing test suite, wave 8; dynamic and additional cases for margins of a BFC; Multi-column margins; margins given in percent and em; r=dholbert 2014-03-04 14:09:37 -08:00
block-float-2b-noref.html Bug 921761 part 1 - margin-collapsing test suite, wave 7; improving tests by adding readable IDs, rearranging styles, changing colors; r=dholbert 2013-10-15 17:37:03 -07:00
block-float-2b-ref.html Bug 921761 part 1 - margin-collapsing test suite, wave 7; improving tests by adding readable IDs, rearranging styles, changing colors; r=dholbert 2013-10-15 17:37:03 -07:00
block-float-2b.html Bug 921761 part 1 - margin-collapsing test suite, wave 7; improving tests by adding readable IDs, rearranging styles, changing colors; r=dholbert 2013-10-15 17:37:03 -07:00
block-float-3a-dyn.html Bug 921761 - margin-collapsing test suite, wave 8; dynamic and additional cases for margins of a BFC; Multi-column margins; margins given in percent and em; r=dholbert 2014-03-04 14:09:37 -08:00
block-float-3a-ref.html Bug 921761 - margin-collapsing test suite, wave 8; dynamic and additional cases for margins of a BFC; Multi-column margins; margins given in percent and em; r=dholbert 2014-03-04 14:09:37 -08:00
block-float-3a.html Bug 921761 - margin-collapsing test suite, wave 8; dynamic and additional cases for margins of a BFC; Multi-column margins; margins given in percent and em; r=dholbert 2014-03-04 14:09:37 -08:00
block-float-3b-dyn.html Bug 921761 - margin-collapsing test suite, wave 8; dynamic and additional cases for margins of a BFC; Multi-column margins; margins given in percent and em; r=dholbert 2014-03-04 14:09:37 -08:00
block-float-3b-ref.html Bug 921761 - margin-collapsing test suite, wave 8; dynamic and additional cases for margins of a BFC; Multi-column margins; margins given in percent and em; r=dholbert 2014-03-04 14:09:37 -08:00
block-float-3b.html Bug 921761 - margin-collapsing test suite, wave 8; dynamic and additional cases for margins of a BFC; Multi-column margins; margins given in percent and em; r=dholbert 2014-03-04 14:09:37 -08:00
block-horizontal-1-dyn.html
block-horizontal-1-noref.html
block-horizontal-1-ref.html
block-horizontal-1.html
block-horizontal-2-dyn.html
block-horizontal-2-noref.html
block-horizontal-2-ref.html
block-horizontal-2.html
block-horizontal-3-dyn.html
block-horizontal-3-noref.html
block-horizontal-3-ref.html
block-horizontal-3.html
block-horizontal-4-dyn.html
block-horizontal-4-noref.html
block-horizontal-4-ref.html
block-horizontal-4.html
block-html-body-1-noref.html
block-html-body-1-ref2.html
block-html-body-1-ref.html
block-html-body-1.html
block-html-html-1-ref.html
block-html-html-1a-dyn.html
block-html-html-1a.html
block-html-html-1b-dyn.html
block-html-html-1b.html
block-html-html-2-dyn.html
block-html-html-2-ref.html
block-html-html-2.html
block-html-html-3-dyn.html
block-html-html-3-ref.html
block-html-html-3.html
block-last-child-1-ref.html
block-last-child-1a.html
block-last-child-1b.html
block-last-child-1c.html
block-last-child-2-ref.html
block-last-child-2a.html
block-last-child-2b.html
block-last-child-2c.html
block-last-child-2d.html
block-last-child-3-ref.html
block-last-child-3a.html
block-last-child-3b.html
block-last-child-3c.html
block-last-child-3d.html
block-last-child-4-ref.html
block-last-child-4a.html
block-last-child-4b.html
block-last-child-4c.html
block-last-child-4d.html
block-max-height-last-child-1-ref.html
block-max-height-last-child-1a-dyn.html
block-max-height-last-child-1a.html
block-max-height-last-child-1b-dyn.html
block-max-height-last-child-1b.html
block-max-height-last-child-1c-dyn.html
block-max-height-last-child-1c.html
block-max-height-last-child-2-ref.html
block-max-height-last-child-2a-dyn.html
block-max-height-last-child-2a.html
block-max-height-last-child-2b-dyn.html
block-max-height-last-child-2b.html
block-max-height-last-child-3-ref.html
block-max-height-last-child-3a-dyn.html
block-max-height-last-child-3a.html
block-max-height-last-child-3b-dyn.html
block-max-height-last-child-3b.html
block-max-height-last-child-3c-dyn.html
block-max-height-last-child-3c.html
block-max-height-last-child-4-ref.html
block-max-height-last-child-4a-dyn.html
block-max-height-last-child-4a.html
block-max-height-last-child-4b-dyn.html
block-max-height-last-child-4b.html
block-max-height-last-child-4c-dyn.html
block-max-height-last-child-4c.html
block-max-height-last-child-5-ref.html
block-max-height-last-child-5a-dyn.html
block-max-height-last-child-5a.html
block-max-height-last-child-5b-dyn.html
block-max-height-last-child-5b.html
block-max-height-last-child-6-ref.html
block-max-height-last-child-6a-dyn.html
block-max-height-last-child-6a.html
block-max-height-last-child-6b-dyn.html
block-max-height-last-child-6b.html
block-max-height-last-child-6c-dyn.html
block-max-height-last-child-6c.html
block-max-height-last-child-7-ref.html
block-max-height-last-child-7a-dyn.html
block-max-height-last-child-7a.html
block-max-height-last-child-7b-dyn.html
block-max-height-last-child-7b.html
block-max-height-last-child-7c-dyn.html
block-max-height-last-child-7c.html
block-max-height-last-child-8-ref.html
block-max-height-last-child-8a-dyn.html
block-max-height-last-child-8a.html
block-max-height-last-child-8b-dyn.html
block-max-height-last-child-8b.html
block-max-height-last-child-9-ref.html
block-max-height-last-child-9a-dyn.html
block-max-height-last-child-9a.html
block-max-height-last-child-9b-dyn.html
block-max-height-last-child-9b.html
block-max-height-last-child-9c-dyn.html
block-max-height-last-child-9c.html
block-min-height-last-child-1-ref.html
block-min-height-last-child-1a-dyn.html
block-min-height-last-child-1a.html
block-min-height-last-child-1b-dyn.html
block-min-height-last-child-1b.html
block-min-height-last-child-1c-dyn.html
block-min-height-last-child-1c.html
block-min-height-last-child-2-ref.html
block-min-height-last-child-2a-dyn.html
block-min-height-last-child-2a.html
block-min-height-last-child-2b-dyn.html
block-min-height-last-child-2b.html
block-min-height-last-child-3-ref.html
block-min-height-last-child-3a-dyn.html
block-min-height-last-child-3a.html
block-min-height-last-child-3b-dyn.html
block-min-height-last-child-3b.html
block-min-height-last-child-3c-dyn.html
block-min-height-last-child-3c.html
block-min-height-last-child-4-ref.html
block-min-height-last-child-4a-dyn.html
block-min-height-last-child-4a.html
block-min-height-last-child-4b-dyn.html
block-min-height-last-child-4b.html
block-min-height-last-child-4c-dyn.html
block-min-height-last-child-4c.html
block-min-height-last-child-5-ref.html
block-min-height-last-child-5a-dyn.html
block-min-height-last-child-5a.html
block-min-height-last-child-5b-dyn.html
block-min-height-last-child-5b.html
block-min-height-last-child-6-ref.html
block-min-height-last-child-6a-dyn.html
block-min-height-last-child-6a.html
block-min-height-last-child-6b-dyn.html
block-min-height-last-child-6b.html
block-min-height-last-child-6c-dyn.html
block-min-height-last-child-6c.html
block-min-height-last-child-7-ref.html
block-min-height-last-child-7a-dyn.html
block-min-height-last-child-7a.html
block-min-height-last-child-7b-dyn.html
block-min-height-last-child-7b.html
block-min-height-last-child-7c-dyn.html
block-min-height-last-child-7c.html
block-min-height-last-child-8-ref.html
block-min-height-last-child-8a-dyn.html
block-min-height-last-child-8a.html
block-min-height-last-child-8b-dyn.html
block-min-height-last-child-8b.html
block-min-height-last-child-9-ref.html
block-min-height-last-child-9a-dyn.html
block-min-height-last-child-9a.html
block-min-height-last-child-9b-dyn.html
block-min-height-last-child-9b.html
block-min-height-last-child-9c-dyn.html
block-min-height-last-child-9c.html
block-negative-1-noref1.html
block-negative-1-noref2.html
block-negative-1-ref.html
block-negative-1a-dyn1.html
block-negative-1a-dyn2.html
block-negative-1a.html
block-negative-1b-dyn1.html
block-negative-1b-dyn2.html
block-negative-1b.html
block-negative-2-noref1.html
block-negative-2-noref2.html
block-negative-2-ref.html
block-negative-2a-dyn1.html
block-negative-2a-dyn2.html
block-negative-2a.html
block-negative-2b-dyn1.html
block-negative-2b-dyn2.html
block-negative-2b.html
block-negative-3-noref1.html
block-negative-3-noref2.html
block-negative-3-ref2.html
block-negative-3-ref.html
block-negative-3a-dyn1.html
block-negative-3a-dyn2.html
block-negative-3a.html
block-negative-3b-dyn1.html
block-negative-3b-dyn2.html
block-negative-3b.html
block-negative-4-noref1.html
block-negative-4-noref2.html
block-negative-4-ref2.html
block-negative-4-ref.html
block-negative-4a-dyn1.html
block-negative-4a-dyn2.html
block-negative-4a.html
block-negative-4b-dyn1.html
block-negative-4b-dyn2.html
block-negative-4b.html
block-negative-5-dyn1.html
block-negative-5-dyn2.html
block-negative-5-noref1.html
block-negative-5-noref2.html
block-negative-5-ref2.html
block-negative-5-ref.html
block-negative-5.html
block-no-content-1-ref.html Bug 921761 part 1 - margin-collapsing test suite, wave 7; improving tests by adding readable IDs, rearranging styles, changing colors; r=dholbert 2013-10-15 17:37:03 -07:00
block-no-content-1a-dyn.html Bug 921761 - margin-collapsing test suite, wave 8; dynamic and additional cases for margins of a BFC; Multi-column margins; margins given in percent and em; r=dholbert 2014-03-04 14:09:37 -08:00
block-no-content-1a.html Bug 921761 part 1 - margin-collapsing test suite, wave 7; improving tests by adding readable IDs, rearranging styles, changing colors; r=dholbert 2013-10-15 17:37:03 -07:00
block-no-content-1b-dyn.html Bug 921761 - margin-collapsing test suite, wave 8; dynamic and additional cases for margins of a BFC; Multi-column margins; margins given in percent and em; r=dholbert 2014-03-04 14:09:37 -08:00
block-no-content-1b.html Bug 921761 part 1 - margin-collapsing test suite, wave 7; improving tests by adding readable IDs, rearranging styles, changing colors; r=dholbert 2013-10-15 17:37:03 -07:00
block-no-content-1c-dyn.html Bug 921761 - margin-collapsing test suite, wave 8; dynamic and additional cases for margins of a BFC; Multi-column margins; margins given in percent and em; r=dholbert 2014-03-04 14:09:37 -08:00
block-no-content-1c.html Bug 921761 part 1 - margin-collapsing test suite, wave 7; improving tests by adding readable IDs, rearranging styles, changing colors; r=dholbert 2013-10-15 17:37:03 -07:00
block-no-content-1d-dyn.html Bug 921761 - margin-collapsing test suite, wave 8; dynamic and additional cases for margins of a BFC; Multi-column margins; margins given in percent and em; r=dholbert 2014-03-04 14:09:37 -08:00
block-no-content-1d.html Bug 921761 - margin-collapsing test suite, wave 8; dynamic and additional cases for margins of a BFC; Multi-column margins; margins given in percent and em; r=dholbert 2014-03-04 14:09:37 -08:00
block-no-content-2-ref.html Bug 921761 part 1 - margin-collapsing test suite, wave 7; improving tests by adding readable IDs, rearranging styles, changing colors; r=dholbert 2013-10-15 17:37:03 -07:00
block-no-content-2a-dyn.html Bug 921761 - margin-collapsing test suite, wave 8; dynamic and additional cases for margins of a BFC; Multi-column margins; margins given in percent and em; r=dholbert 2014-03-04 14:09:37 -08:00
block-no-content-2a.html Bug 921761 part 1 - margin-collapsing test suite, wave 7; improving tests by adding readable IDs, rearranging styles, changing colors; r=dholbert 2013-10-15 17:37:03 -07:00
block-no-content-2b-dyn.html Bug 921761 - margin-collapsing test suite, wave 8; dynamic and additional cases for margins of a BFC; Multi-column margins; margins given in percent and em; r=dholbert 2014-03-04 14:09:37 -08:00
block-no-content-2b.html Bug 921761 part 1 - margin-collapsing test suite, wave 7; improving tests by adding readable IDs, rearranging styles, changing colors; r=dholbert 2013-10-15 17:37:03 -07:00
block-no-content-2c-dyn.html Bug 921761 - margin-collapsing test suite, wave 8; dynamic and additional cases for margins of a BFC; Multi-column margins; margins given in percent and em; r=dholbert 2014-03-04 14:09:37 -08:00
block-no-content-2c.html Bug 921761 part 1 - margin-collapsing test suite, wave 7; improving tests by adding readable IDs, rearranging styles, changing colors; r=dholbert 2013-10-15 17:37:03 -07:00
block-no-content-2d-dyn.html Bug 921761 - margin-collapsing test suite, wave 8; dynamic and additional cases for margins of a BFC; Multi-column margins; margins given in percent and em; r=dholbert 2014-03-04 14:09:37 -08:00
block-no-content-2d.html Bug 921761 part 1 - margin-collapsing test suite, wave 7; improving tests by adding readable IDs, rearranging styles, changing colors; r=dholbert 2013-10-15 17:37:03 -07:00
block-no-content-2e-dyn.html Bug 921761 - margin-collapsing test suite, wave 8; dynamic and additional cases for margins of a BFC; Multi-column margins; margins given in percent and em; r=dholbert 2014-03-04 14:09:37 -08:00
block-no-content-2e.html Bug 921761 - margin-collapsing test suite, wave 8; dynamic and additional cases for margins of a BFC; Multi-column margins; margins given in percent and em; r=dholbert 2014-03-04 14:09:37 -08:00
block-no-content-3-ref.html Bug 921761 part 1 - margin-collapsing test suite, wave 7; improving tests by adding readable IDs, rearranging styles, changing colors; r=dholbert 2013-10-15 17:37:03 -07:00
block-no-content-3a-dyn.html Bug 921761 - margin-collapsing test suite, wave 8; dynamic and additional cases for margins of a BFC; Multi-column margins; margins given in percent and em; r=dholbert 2014-03-04 14:09:37 -08:00
block-no-content-3a.html Bug 921761 - margin-collapsing test suite, wave 8; dynamic and additional cases for margins of a BFC; Multi-column margins; margins given in percent and em; r=dholbert 2014-03-04 14:09:37 -08:00
block-no-content-3b-dyn.html Bug 921761 - margin-collapsing test suite, wave 8; dynamic and additional cases for margins of a BFC; Multi-column margins; margins given in percent and em; r=dholbert 2014-03-04 14:09:37 -08:00
block-no-content-3b.html Bug 921761 - margin-collapsing test suite, wave 8; dynamic and additional cases for margins of a BFC; Multi-column margins; margins given in percent and em; r=dholbert 2014-03-04 14:09:37 -08:00
block-no-content-3c-dyn.html Bug 921761 - margin-collapsing test suite, wave 8; dynamic and additional cases for margins of a BFC; Multi-column margins; margins given in percent and em; r=dholbert 2014-03-04 14:09:37 -08:00
block-no-content-3c.html Bug 921761 - margin-collapsing test suite, wave 8; dynamic and additional cases for margins of a BFC; Multi-column margins; margins given in percent and em; r=dholbert 2014-03-04 14:09:37 -08:00
block-no-content-4-ref.html Bug 921761 part 1 - margin-collapsing test suite, wave 7; improving tests by adding readable IDs, rearranging styles, changing colors; r=dholbert 2013-10-15 17:37:03 -07:00
block-no-content-4a-dyn.html Bug 921761 - margin-collapsing test suite, wave 8; dynamic and additional cases for margins of a BFC; Multi-column margins; margins given in percent and em; r=dholbert 2014-03-04 14:09:37 -08:00
block-no-content-4a.html Bug 921761 - margin-collapsing test suite, wave 8; dynamic and additional cases for margins of a BFC; Multi-column margins; margins given in percent and em; r=dholbert 2014-03-04 14:09:37 -08:00
block-no-content-4b-dyn.html Bug 921761 - margin-collapsing test suite, wave 8; dynamic and additional cases for margins of a BFC; Multi-column margins; margins given in percent and em; r=dholbert 2014-03-04 14:09:37 -08:00
block-no-content-4b.html Bug 921761 - margin-collapsing test suite, wave 8; dynamic and additional cases for margins of a BFC; Multi-column margins; margins given in percent and em; r=dholbert 2014-03-04 14:09:37 -08:00
block-no-content-4c-dyn.html Bug 921761 - margin-collapsing test suite, wave 8; dynamic and additional cases for margins of a BFC; Multi-column margins; margins given in percent and em; r=dholbert 2014-03-04 14:09:37 -08:00
block-no-content-4c.html Bug 921761 - margin-collapsing test suite, wave 8; dynamic and additional cases for margins of a BFC; Multi-column margins; margins given in percent and em; r=dholbert 2014-03-04 14:09:37 -08:00
block-no-content-5-ref.html Bug 921761 - margin-collapsing test suite, wave 8; dynamic and additional cases for margins of a BFC; Multi-column margins; margins given in percent and em; r=dholbert 2014-03-04 14:09:37 -08:00
block-no-content-5a-dyn.html Bug 921761 - margin-collapsing test suite, wave 8; dynamic and additional cases for margins of a BFC; Multi-column margins; margins given in percent and em; r=dholbert 2014-03-04 14:09:37 -08:00
block-no-content-5a.html Bug 921761 - margin-collapsing test suite, wave 8; dynamic and additional cases for margins of a BFC; Multi-column margins; margins given in percent and em; r=dholbert 2014-03-04 14:09:37 -08:00
block-no-content-5b-dyn.html Bug 921761 - margin-collapsing test suite, wave 8; dynamic and additional cases for margins of a BFC; Multi-column margins; margins given in percent and em; r=dholbert 2014-03-04 14:09:37 -08:00
block-no-content-5b.html Bug 921761 - margin-collapsing test suite, wave 8; dynamic and additional cases for margins of a BFC; Multi-column margins; margins given in percent and em; r=dholbert 2014-03-04 14:09:37 -08:00
block-no-content-6-dyn.html Bug 921761 - margin-collapsing test suite, wave 8; dynamic and additional cases for margins of a BFC; Multi-column margins; margins given in percent and em; r=dholbert 2014-03-04 14:09:37 -08:00
block-no-content-6-ref.html Bug 921761 - margin-collapsing test suite, wave 8; dynamic and additional cases for margins of a BFC; Multi-column margins; margins given in percent and em; r=dholbert 2014-03-04 14:09:37 -08:00
block-no-content-6.html Bug 921761 - margin-collapsing test suite, wave 8; dynamic and additional cases for margins of a BFC; Multi-column margins; margins given in percent and em; r=dholbert 2014-03-04 14:09:37 -08:00
block-no-content-7-dyn.html Bug 921761 - margin-collapsing test suite, wave 8; dynamic and additional cases for margins of a BFC; Multi-column margins; margins given in percent and em; r=dholbert 2014-03-04 14:09:37 -08:00
block-no-content-7-ref.html Bug 921761 - margin-collapsing test suite, wave 8; dynamic and additional cases for margins of a BFC; Multi-column margins; margins given in percent and em; r=dholbert 2014-03-04 14:09:37 -08:00
block-no-content-7.html Bug 921761 - margin-collapsing test suite, wave 8; dynamic and additional cases for margins of a BFC; Multi-column margins; margins given in percent and em; r=dholbert 2014-03-04 14:09:37 -08:00
block-no-content-8-dyn.html Bug 921761 - margin-collapsing test suite, wave 8; dynamic and additional cases for margins of a BFC; Multi-column margins; margins given in percent and em; r=dholbert 2014-03-04 14:09:37 -08:00
block-no-content-8-ref.html Bug 921761 - margin-collapsing test suite, wave 8; dynamic and additional cases for margins of a BFC; Multi-column margins; margins given in percent and em; r=dholbert 2014-03-04 14:09:37 -08:00
block-no-content-8.html Bug 921761 - margin-collapsing test suite, wave 8; dynamic and additional cases for margins of a BFC; Multi-column margins; margins given in percent and em; r=dholbert 2014-03-04 14:09:37 -08:00
block-non-sibling-1-ref2.html
block-non-sibling-1-ref.html
block-non-sibling-1a-dyn.html
block-non-sibling-1a.html
block-non-sibling-1b-dyn.html
block-non-sibling-1b.html
block-non-sibling-1c-dyn.html
block-non-sibling-1c.html
block-non-sibling-1d-dyn.html
block-non-sibling-1d.html
block-non-sibling-1e-dyn.html
block-non-sibling-1e.html
block-non-sibling-1f-dyn.html
block-non-sibling-1f.html
block-non-sibling-2-ref2.html
block-non-sibling-2-ref.html
block-non-sibling-2a-dyn.html
block-non-sibling-2a.html
block-non-sibling-2b-dyn.html
block-non-sibling-2b.html
block-non-sibling-2c-dyn.html
block-non-sibling-2c.html
block-non-sibling-2d-dyn.html
block-non-sibling-2d.html
block-non-sibling-2e-dyn.html
block-non-sibling-2e.html
block-non-sibling-2f-dyn.html
block-non-sibling-2f.html
block-non-sibling-3-ref2.html
block-non-sibling-3-ref.html
block-non-sibling-3a-dyn.html
block-non-sibling-3a.html
block-non-sibling-3b-dyn.html
block-non-sibling-3b.html
block-non-sibling-3c-dyn.html
block-non-sibling-3c.html
block-non-sibling-3d-dyn.html
block-non-sibling-3d.html
block-non-sibling-4-dyn.html
block-non-sibling-4-ref2.html
block-non-sibling-4-ref.html
block-non-sibling-4.html
block-overflow-1-dyn.html Bug 921761 - margin-collapsing test suite, wave 8; dynamic and additional cases for margins of a BFC; Multi-column margins; margins given in percent and em; r=dholbert 2014-03-04 14:09:37 -08:00
block-overflow-1-ref2.html Bug 921761 part 1 - margin-collapsing test suite, wave 7; improving tests by adding readable IDs, rearranging styles, changing colors; r=dholbert 2013-10-15 17:37:03 -07:00
block-overflow-1-ref.html Bug 921761 part 1 - margin-collapsing test suite, wave 7; improving tests by adding readable IDs, rearranging styles, changing colors; r=dholbert 2013-10-15 17:37:03 -07:00
block-overflow-1.html Bug 921761 part 1 - margin-collapsing test suite, wave 7; improving tests by adding readable IDs, rearranging styles, changing colors; r=dholbert 2013-10-15 17:37:03 -07:00
block-overflow-2-dyn.html Bug 921761 - margin-collapsing test suite, wave 8; dynamic and additional cases for margins of a BFC; Multi-column margins; margins given in percent and em; r=dholbert 2014-03-04 14:09:37 -08:00
block-overflow-2-ref2.html Bug 921761 part 1 - margin-collapsing test suite, wave 7; improving tests by adding readable IDs, rearranging styles, changing colors; r=dholbert 2013-10-15 17:37:03 -07:00
block-overflow-2-ref.html Bug 921761 part 1 - margin-collapsing test suite, wave 7; improving tests by adding readable IDs, rearranging styles, changing colors; r=dholbert 2013-10-15 17:37:03 -07:00
block-overflow-2.html Bug 921761 part 1 - margin-collapsing test suite, wave 7; improving tests by adding readable IDs, rearranging styles, changing colors; r=dholbert 2013-10-15 17:37:03 -07:00
block-overflow-3-dyn.html Bug 921761 - margin-collapsing test suite, wave 8; dynamic and additional cases for margins of a BFC; Multi-column margins; margins given in percent and em; r=dholbert 2014-03-04 14:09:37 -08:00
block-overflow-3-ref2.html Bug 921761 part 1 - margin-collapsing test suite, wave 7; improving tests by adding readable IDs, rearranging styles, changing colors; r=dholbert 2013-10-15 17:37:03 -07:00
block-overflow-3-ref.html Bug 921761 part 1 - margin-collapsing test suite, wave 7; improving tests by adding readable IDs, rearranging styles, changing colors; r=dholbert 2013-10-15 17:37:03 -07:00
block-overflow-3.html Bug 921761 part 1 - margin-collapsing test suite, wave 7; improving tests by adding readable IDs, rearranging styles, changing colors; r=dholbert 2013-10-15 17:37:03 -07:00
block-overflow-4-dyn.html Bug 921761 - margin-collapsing test suite, wave 8; dynamic and additional cases for margins of a BFC; Multi-column margins; margins given in percent and em; r=dholbert 2014-03-04 14:09:37 -08:00
block-overflow-4-ref2.html Bug 921761 part 1 - margin-collapsing test suite, wave 7; improving tests by adding readable IDs, rearranging styles, changing colors; r=dholbert 2013-10-15 17:37:03 -07:00
block-overflow-4-ref.html Bug 921761 part 1 - margin-collapsing test suite, wave 7; improving tests by adding readable IDs, rearranging styles, changing colors; r=dholbert 2013-10-15 17:37:03 -07:00
block-overflow-4.html Bug 921761 part 1 - margin-collapsing test suite, wave 7; improving tests by adding readable IDs, rearranging styles, changing colors; r=dholbert 2013-10-15 17:37:03 -07:00
block-overflow-5-ref2.html Bug 921761 part 1 - margin-collapsing test suite, wave 7; improving tests by adding readable IDs, rearranging styles, changing colors; r=dholbert 2013-10-15 17:37:03 -07:00
block-overflow-5-ref.html Bug 921761 part 1 - margin-collapsing test suite, wave 7; improving tests by adding readable IDs, rearranging styles, changing colors; r=dholbert 2013-10-15 17:37:03 -07:00
block-overflow-5a-dyn.html Bug 921761 - margin-collapsing test suite, wave 8; dynamic and additional cases for margins of a BFC; Multi-column margins; margins given in percent and em; r=dholbert 2014-03-04 14:09:37 -08:00
block-overflow-5a.html Bug 921761 part 1 - margin-collapsing test suite, wave 7; improving tests by adding readable IDs, rearranging styles, changing colors; r=dholbert 2013-10-15 17:37:03 -07:00
block-overflow-5b-dyn.html Bug 921761 - margin-collapsing test suite, wave 8; dynamic and additional cases for margins of a BFC; Multi-column margins; margins given in percent and em; r=dholbert 2014-03-04 14:09:37 -08:00
block-overflow-5b.html Bug 921761 part 1 - margin-collapsing test suite, wave 7; improving tests by adding readable IDs, rearranging styles, changing colors; r=dholbert 2013-10-15 17:37:03 -07:00
block-overflow-5c-dyn.html Bug 921761 - margin-collapsing test suite, wave 8; dynamic and additional cases for margins of a BFC; Multi-column margins; margins given in percent and em; r=dholbert 2014-03-04 14:09:37 -08:00
block-overflow-5c-ref2.html Bug 921761 part 1 - margin-collapsing test suite, wave 7; improving tests by adding readable IDs, rearranging styles, changing colors; r=dholbert 2013-10-15 17:37:03 -07:00
block-overflow-5c-ref.html Bug 921761 part 1 - margin-collapsing test suite, wave 7; improving tests by adding readable IDs, rearranging styles, changing colors; r=dholbert 2013-10-15 17:37:03 -07:00
block-overflow-5c.html Bug 921761 part 1 - margin-collapsing test suite, wave 7; improving tests by adding readable IDs, rearranging styles, changing colors; r=dholbert 2013-10-15 17:37:03 -07:00
block-overflow-5d-dyn.html Bug 921761 - margin-collapsing test suite, wave 8; dynamic and additional cases for margins of a BFC; Multi-column margins; margins given in percent and em; r=dholbert 2014-03-04 14:09:37 -08:00
block-overflow-5d.html Bug 921761 part 1 - margin-collapsing test suite, wave 7; improving tests by adding readable IDs, rearranging styles, changing colors; r=dholbert 2013-10-15 17:37:03 -07:00
block-percent-1-dyn.html Bug 921761 - margin-collapsing test suite, wave 8; dynamic and additional cases for margins of a BFC; Multi-column margins; margins given in percent and em; r=dholbert 2014-03-04 14:09:37 -08:00
block-percent-1-ref.html Bug 921761 part 1 - margin-collapsing test suite, wave 7; improving tests by adding readable IDs, rearranging styles, changing colors; r=dholbert 2013-10-15 17:37:03 -07:00
block-percent-1.html Bug 921761 - margin-collapsing test suite, wave 8; dynamic and additional cases for margins of a BFC; Multi-column margins; margins given in percent and em; r=dholbert 2014-03-04 14:09:37 -08:00
block-percent-2-dyn.html Bug 921761 - margin-collapsing test suite, wave 8; dynamic and additional cases for margins of a BFC; Multi-column margins; margins given in percent and em; r=dholbert 2014-03-04 14:09:37 -08:00
block-percent-2-ref.html Bug 921761 - margin-collapsing test suite, wave 8; dynamic and additional cases for margins of a BFC; Multi-column margins; margins given in percent and em; r=dholbert 2014-03-04 14:09:37 -08:00
block-percent-2.html Bug 921761 - margin-collapsing test suite, wave 8; dynamic and additional cases for margins of a BFC; Multi-column margins; margins given in percent and em; r=dholbert 2014-03-04 14:09:37 -08:00
block-root-1a-noref1.html
block-root-1a-noref2.html
block-root-1a-ref2.html
block-root-1a-ref.html
block-root-1a.html
block-root-1b-ref2.html
block-root-1b-ref.html
block-root-1b.html
block-sibling-1-noref2.html
block-sibling-1-noref.html
block-sibling-1-ref2.html
block-sibling-1-ref.html
block-sibling-1a-dyn.html
block-sibling-1a.html
block-sibling-1b-dyn.html
block-sibling-1b.html
block-sibling-1c-dyn.html
block-sibling-1c.html
block-sibling-2-dyn.html
block-sibling-2-noref.html
block-sibling-2-ref2.html
block-sibling-2-ref.html
block-sibling-2.html
block-sibling-3-dyn.html
block-sibling-3.html
block-xhtml-html-1-ref.xhtml
block-xhtml-html-1a-dyn.xhtml
block-xhtml-html-1a.xhtml
block-xhtml-html-1b-dyn.xhtml
block-xhtml-html-1b.xhtml
block-xhtml-html-2-dyn.xhtml
block-xhtml-html-2-ref.xhtml
block-xhtml-html-2.xhtml
block-xhtml-html-3-dyn.xhtml
block-xhtml-html-3-ref.xhtml
block-xhtml-html-3.xhtml
block-xhtml-root-1-ref.xhtml
block-xhtml-root-1a.xhtml
block-xhtml-root-1b.xhtml
block-xhtml-root-2-ref.xhtml
block-xhtml-root-2.xhtml
block-xhtml-root-3-ref.xhtml
block-xhtml-root-3.xhtml
block-xml-root-1-ref.css
block-xml-root-1-ref.xml
block-xml-root-1.css
block-xml-root-1.xml
block-zero-height-1a-ref.html
block-zero-height-1a.html
block-zero-height-1b-ref.html
block-zero-height-1b.html
block-zero-height-2a-ref.html
block-zero-height-2a.html
block-zero-height-2b-ref.html
block-zero-height-2b.html
block-zero-height-2c-ref.html
block-zero-height-2c.html
block-zero-height-3-ref.html
block-zero-height-3a.html
block-zero-height-3b.html
block-zero-height-3c.html
block-zero-min-height-1-noref.html
block-zero-min-height-1-ref.html
block-zero-min-height-1a.html
block-zero-min-height-1b.html
block-zero-min-height-1c.html
block-zero-min-height-1d.html
block-zero-min-height-1e.html
block-zero-min-height-1f.html
block-zero-min-height-2-noref.html
block-zero-min-height-2a.html
block-zero-min-height-2ab-ref.html
block-zero-min-height-2b.html
block-zero-min-height-2c-ref.html
block-zero-min-height-2c.html
block-zero-min-height-2d.html
block-zero-min-height-2de-ref.html
block-zero-min-height-2e.html
block-zero-min-height-2f-ref.html
block-zero-min-height-2f.html
block-zero-min-height-3-ref.html
block-zero-min-height-3a.html
block-zero-min-height-3b.html
block-zero-min-height-3c.html
block-zero-min-height-3d.html
caption-child-1-dyn.html Bug 921761 - margin-collapsing test suite, wave 8; dynamic and additional cases for margins of a BFC; Multi-column margins; margins given in percent and em; r=dholbert 2014-03-04 14:09:37 -08:00
caption-child-1-ref.html Bug 921761 - margin-collapsing test suite, wave 8; dynamic and additional cases for margins of a BFC; Multi-column margins; margins given in percent and em; r=dholbert 2014-03-04 14:09:37 -08:00
caption-child-1.html Bug 921761 - margin-collapsing test suite, wave 8; dynamic and additional cases for margins of a BFC; Multi-column margins; margins given in percent and em; r=dholbert 2014-03-04 14:09:37 -08:00
caption-sibling-1-noref2.html
caption-sibling-1-noref.html
caption-sibling-1-ref.html
caption-sibling-1a-dyn.html
caption-sibling-1a.html
caption-sibling-1b-dyn.html
caption-sibling-1b.html
caption-sibling-1c-dyn.html
caption-sibling-1c.html
caption-sibling-2-dyn.html
caption-sibling-2-noref.html
caption-sibling-2-ref.html
column-child-1-dyn.html Bug 921761 - margin-collapsing test suite, wave 8; dynamic and additional cases for margins of a BFC; Multi-column margins; margins given in percent and em; r=dholbert 2014-03-04 14:09:37 -08:00
column-child-1-ref.html Bug 921761 - margin-collapsing test suite, wave 8; dynamic and additional cases for margins of a BFC; Multi-column margins; margins given in percent and em; r=dholbert 2014-03-04 14:09:37 -08:00
column-child-1.html Bug 921761 - margin-collapsing test suite, wave 8; dynamic and additional cases for margins of a BFC; Multi-column margins; margins given in percent and em; r=dholbert 2014-03-04 14:09:37 -08:00
column-sibling-1-ref.html Bug 921761 - margin-collapsing test suite, wave 8; dynamic and additional cases for margins of a BFC; Multi-column margins; margins given in percent and em; r=dholbert 2014-03-04 14:09:37 -08:00
column-sibling-1a-dyn.html Bug 921761 - margin-collapsing test suite, wave 8; dynamic and additional cases for margins of a BFC; Multi-column margins; margins given in percent and em; r=dholbert 2014-03-04 14:09:37 -08:00
column-sibling-1a.html Bug 921761 - margin-collapsing test suite, wave 8; dynamic and additional cases for margins of a BFC; Multi-column margins; margins given in percent and em; r=dholbert 2014-03-04 14:09:37 -08:00
column-sibling-1b-dyn.html Bug 921761 - margin-collapsing test suite, wave 8; dynamic and additional cases for margins of a BFC; Multi-column margins; margins given in percent and em; r=dholbert 2014-03-04 14:09:37 -08:00
column-sibling-1b.html Bug 921761 - margin-collapsing test suite, wave 8; dynamic and additional cases for margins of a BFC; Multi-column margins; margins given in percent and em; r=dholbert 2014-03-04 14:09:37 -08:00
column-sibling-1c-dyn.html Bug 921761 - margin-collapsing test suite, wave 8; dynamic and additional cases for margins of a BFC; Multi-column margins; margins given in percent and em; r=dholbert 2014-03-04 14:09:37 -08:00
column-sibling-1c.html Bug 921761 - margin-collapsing test suite, wave 8; dynamic and additional cases for margins of a BFC; Multi-column margins; margins given in percent and em; r=dholbert 2014-03-04 14:09:37 -08:00
column-sibling-2-ref.html Bug 921761 - margin-collapsing test suite, wave 8; dynamic and additional cases for margins of a BFC; Multi-column margins; margins given in percent and em; r=dholbert 2014-03-04 14:09:37 -08:00
column-sibling-2a-dyn.html Bug 921761 - margin-collapsing test suite, wave 8; dynamic and additional cases for margins of a BFC; Multi-column margins; margins given in percent and em; r=dholbert 2014-03-04 14:09:37 -08:00
column-sibling-2a.html Bug 921761 - margin-collapsing test suite, wave 8; dynamic and additional cases for margins of a BFC; Multi-column margins; margins given in percent and em; r=dholbert 2014-03-04 14:09:37 -08:00
column-sibling-2b-dyn.html Bug 921761 - margin-collapsing test suite, wave 8; dynamic and additional cases for margins of a BFC; Multi-column margins; margins given in percent and em; r=dholbert 2014-03-04 14:09:37 -08:00
column-sibling-2b.html Bug 921761 - margin-collapsing test suite, wave 8; dynamic and additional cases for margins of a BFC; Multi-column margins; margins given in percent and em; r=dholbert 2014-03-04 14:09:37 -08:00
column-sibling-2c-dyn.html Bug 921761 - margin-collapsing test suite, wave 8; dynamic and additional cases for margins of a BFC; Multi-column margins; margins given in percent and em; r=dholbert 2014-03-04 14:09:37 -08:00
column-sibling-2c.html Bug 921761 - margin-collapsing test suite, wave 8; dynamic and additional cases for margins of a BFC; Multi-column margins; margins given in percent and em; r=dholbert 2014-03-04 14:09:37 -08:00
dynamic-add-text-1-ref.html
dynamic-add-text-1.html
fieldset-child-1-dyn.html Bug 921761 - margin-collapsing test suite, wave 8; dynamic and additional cases for margins of a BFC; Multi-column margins; margins given in percent and em; r=dholbert 2014-03-04 14:09:37 -08:00
fieldset-child-1-ref.html Bug 921761 part 1 - margin-collapsing test suite, wave 7; improving tests by adding readable IDs, rearranging styles, changing colors; r=dholbert 2013-10-15 17:37:03 -07:00
fieldset-child-1.html Bug 921761 part 1 - margin-collapsing test suite, wave 7; improving tests by adding readable IDs, rearranging styles, changing colors; r=dholbert 2013-10-15 17:37:03 -07:00
fieldset-sibling-1-ref.html Bug 921761 part 1 - margin-collapsing test suite, wave 7; improving tests by adding readable IDs, rearranging styles, changing colors; r=dholbert 2013-10-15 17:37:03 -07:00
fieldset-sibling-1a-dyn.html Bug 921761 - margin-collapsing test suite, wave 8; dynamic and additional cases for margins of a BFC; Multi-column margins; margins given in percent and em; r=dholbert 2014-03-04 14:09:37 -08:00
fieldset-sibling-1a.html Bug 921761 part 1 - margin-collapsing test suite, wave 7; improving tests by adding readable IDs, rearranging styles, changing colors; r=dholbert 2013-10-15 17:37:03 -07:00
fieldset-sibling-1b-dyn.html Bug 921761 - margin-collapsing test suite, wave 8; dynamic and additional cases for margins of a BFC; Multi-column margins; margins given in percent and em; r=dholbert 2014-03-04 14:09:37 -08:00
fieldset-sibling-1b.html Bug 921761 part 1 - margin-collapsing test suite, wave 7; improving tests by adding readable IDs, rearranging styles, changing colors; r=dholbert 2013-10-15 17:37:03 -07:00
fieldset-sibling-1c-dyn.html Bug 921761 - margin-collapsing test suite, wave 8; dynamic and additional cases for margins of a BFC; Multi-column margins; margins given in percent and em; r=dholbert 2014-03-04 14:09:37 -08:00
fieldset-sibling-1c.html Bug 921761 - margin-collapsing test suite, wave 8; dynamic and additional cases for margins of a BFC; Multi-column margins; margins given in percent and em; r=dholbert 2014-03-04 14:09:37 -08:00
fieldset-sibling-2-ref1.html Bug 921761 part 1 - margin-collapsing test suite, wave 7; improving tests by adding readable IDs, rearranging styles, changing colors; r=dholbert 2013-10-15 17:37:03 -07:00
fieldset-sibling-2-ref2.html
fieldset-sibling-2a-dyn.html Bug 921761 - margin-collapsing test suite, wave 8; dynamic and additional cases for margins of a BFC; Multi-column margins; margins given in percent and em; r=dholbert 2014-03-04 14:09:37 -08:00
fieldset-sibling-2a.html Bug 921761 part 1 - margin-collapsing test suite, wave 7; improving tests by adding readable IDs, rearranging styles, changing colors; r=dholbert 2013-10-15 17:37:03 -07:00
fieldset-sibling-2b-dyn.html Bug 921761 - margin-collapsing test suite, wave 8; dynamic and additional cases for margins of a BFC; Multi-column margins; margins given in percent and em; r=dholbert 2014-03-04 14:09:37 -08:00
fieldset-sibling-2b.html Bug 921761 part 1 - margin-collapsing test suite, wave 7; improving tests by adding readable IDs, rearranging styles, changing colors; r=dholbert 2013-10-15 17:37:03 -07:00
fieldset-sibling-2c-dyn.html Bug 921761 - margin-collapsing test suite, wave 8; dynamic and additional cases for margins of a BFC; Multi-column margins; margins given in percent and em; r=dholbert 2014-03-04 14:09:37 -08:00
fieldset-sibling-2c.html Bug 921761 part 1 - margin-collapsing test suite, wave 7; improving tests by adding readable IDs, rearranging styles, changing colors; r=dholbert 2013-10-15 17:37:03 -07:00
inline-block-child-1-dyn.html Bug 921761 - margin-collapsing test suite, wave 8; dynamic and additional cases for margins of a BFC; Multi-column margins; margins given in percent and em; r=dholbert 2014-03-04 14:09:37 -08:00
inline-block-child-1-ref.html Bug 921761 part 1 - margin-collapsing test suite, wave 7; improving tests by adding readable IDs, rearranging styles, changing colors; r=dholbert 2013-10-15 17:37:03 -07:00
inline-block-child-1.html Bug 921761 part 1 - margin-collapsing test suite, wave 7; improving tests by adding readable IDs, rearranging styles, changing colors; r=dholbert 2013-10-15 17:37:03 -07:00
inline-block-child-2-dyn.html Bug 921761 - margin-collapsing test suite, wave 8; dynamic and additional cases for margins of a BFC; Multi-column margins; margins given in percent and em; r=dholbert 2014-03-04 14:09:37 -08:00
inline-block-child-2-noref.html Bug 921761 part 1 - margin-collapsing test suite, wave 7; improving tests by adding readable IDs, rearranging styles, changing colors; r=dholbert 2013-10-15 17:37:03 -07:00
inline-block-child-2-ref.html Bug 921761 part 1 - margin-collapsing test suite, wave 7; improving tests by adding readable IDs, rearranging styles, changing colors; r=dholbert 2013-10-15 17:37:03 -07:00
inline-block-child-2.html Bug 921761 part 1 - margin-collapsing test suite, wave 7; improving tests by adding readable IDs, rearranging styles, changing colors; r=dholbert 2013-10-15 17:37:03 -07:00
inline-block-child-3-dyn.html Bug 921761 - margin-collapsing test suite, wave 8; dynamic and additional cases for margins of a BFC; Multi-column margins; margins given in percent and em; r=dholbert 2014-03-04 14:09:37 -08:00
inline-block-child-3-ref.html Bug 921761 - margin-collapsing test suite, wave 8; dynamic and additional cases for margins of a BFC; Multi-column margins; margins given in percent and em; r=dholbert 2014-03-04 14:09:37 -08:00
inline-block-child-3.html Bug 921761 - margin-collapsing test suite, wave 8; dynamic and additional cases for margins of a BFC; Multi-column margins; margins given in percent and em; r=dholbert 2014-03-04 14:09:37 -08:00
inline-block-horizontal-1-dyn.html
inline-block-horizontal-1-noref.html
inline-block-horizontal-1-ref.html
inline-block-horizontal-1.html
inline-block-horizontal-2-dyn.html
inline-block-horizontal-2-noref.html
inline-block-horizontal-2-ref.html
inline-block-horizontal-2.html
inline-block-sibling-1-ref.html Bug 921761 part 1 - margin-collapsing test suite, wave 7; improving tests by adding readable IDs, rearranging styles, changing colors; r=dholbert 2013-10-15 17:37:03 -07:00
inline-block-sibling-1a-dyn.html Bug 921761 - margin-collapsing test suite, wave 8; dynamic and additional cases for margins of a BFC; Multi-column margins; margins given in percent and em; r=dholbert 2014-03-04 14:09:37 -08:00
inline-block-sibling-1a.html Bug 921761 part 1 - margin-collapsing test suite, wave 7; improving tests by adding readable IDs, rearranging styles, changing colors; r=dholbert 2013-10-15 17:37:03 -07:00
inline-block-sibling-1b-dyn.html Bug 921761 - margin-collapsing test suite, wave 8; dynamic and additional cases for margins of a BFC; Multi-column margins; margins given in percent and em; r=dholbert 2014-03-04 14:09:37 -08:00
inline-block-sibling-1b.html Bug 921761 part 1 - margin-collapsing test suite, wave 7; improving tests by adding readable IDs, rearranging styles, changing colors; r=dholbert 2013-10-15 17:37:03 -07:00
inline-block-sibling-1c-dyn.html Bug 921761 - margin-collapsing test suite, wave 8; dynamic and additional cases for margins of a BFC; Multi-column margins; margins given in percent and em; r=dholbert 2014-03-04 14:09:37 -08:00
inline-block-sibling-1c.html Bug 921761 part 1 - margin-collapsing test suite, wave 7; improving tests by adding readable IDs, rearranging styles, changing colors; r=dholbert 2013-10-15 17:37:03 -07:00
inline-block-sibling-2-dyn.html Bug 921761 - margin-collapsing test suite, wave 8; dynamic and additional cases for margins of a BFC; Multi-column margins; margins given in percent and em; r=dholbert 2014-03-04 14:09:37 -08:00
inline-block-sibling-2-noref.html
inline-block-sibling-2-ref.html
inline-block-sibling-2.html
inline-horizontal-1-dyn.html
inline-horizontal-1-noref.html
inline-horizontal-1-ref.html
inline-horizontal-1.html
inline-horizontal-2-dyn.html
inline-horizontal-2-noref.html
inline-horizontal-2-ref.html
inline-horizontal-2.html
inline-table-horizontal-1-dyn.html
inline-table-horizontal-1-noref.html
inline-table-horizontal-1-ref.html
inline-table-horizontal-1.html
reftest.list Bug 451791 patch 2 - Report block non-empty to its parent block during margin collapsing if we encounter clearance. r=roc 2015-08-05 21:04:38 -07:00
scrollable-horizontal-margin-ref.html
scrollable-horizontal-margin.html
scrollable-vertical-margin-ref.html
scrollable-vertical-margin.html
table-caption-1-ref.html Bug 921761 part 1 - margin-collapsing test suite, wave 7; improving tests by adding readable IDs, rearranging styles, changing colors; r=dholbert 2013-10-15 17:37:03 -07:00
table-caption-1a-dyn.html Bug 921761 - margin-collapsing test suite, wave 8; dynamic and additional cases for margins of a BFC; Multi-column margins; margins given in percent and em; r=dholbert 2014-03-04 14:09:37 -08:00
table-caption-1a.html Bug 921761 part 1 - margin-collapsing test suite, wave 7; improving tests by adding readable IDs, rearranging styles, changing colors; r=dholbert 2013-10-15 17:37:03 -07:00
table-caption-1b-dyn.html Bug 921761 - margin-collapsing test suite, wave 8; dynamic and additional cases for margins of a BFC; Multi-column margins; margins given in percent and em; r=dholbert 2014-03-04 14:09:37 -08:00
table-caption-1b.html Bug 921761 part 1 - margin-collapsing test suite, wave 7; improving tests by adding readable IDs, rearranging styles, changing colors; r=dholbert 2013-10-15 17:37:03 -07:00
table-caption-1c-dyn.html Bug 921761 - margin-collapsing test suite, wave 8; dynamic and additional cases for margins of a BFC; Multi-column margins; margins given in percent and em; r=dholbert 2014-03-04 14:09:37 -08:00
table-caption-1c.html Bug 921761 - margin-collapsing test suite, wave 8; dynamic and additional cases for margins of a BFC; Multi-column margins; margins given in percent and em; r=dholbert 2014-03-04 14:09:37 -08:00
table-caption-2-ref.html Bug 921761 part 1 - margin-collapsing test suite, wave 7; improving tests by adding readable IDs, rearranging styles, changing colors; r=dholbert 2013-10-15 17:37:03 -07:00
table-caption-2a-dyn.html Bug 921761 - margin-collapsing test suite, wave 8; dynamic and additional cases for margins of a BFC; Multi-column margins; margins given in percent and em; r=dholbert 2014-03-04 14:09:37 -08:00
table-caption-2a.html Bug 921761 part 1 - margin-collapsing test suite, wave 7; improving tests by adding readable IDs, rearranging styles, changing colors; r=dholbert 2013-10-15 17:37:03 -07:00
table-caption-2b-dyn.html Bug 921761 - margin-collapsing test suite, wave 8; dynamic and additional cases for margins of a BFC; Multi-column margins; margins given in percent and em; r=dholbert 2014-03-04 14:09:37 -08:00
table-caption-2b.html Bug 921761 part 1 - margin-collapsing test suite, wave 7; improving tests by adding readable IDs, rearranging styles, changing colors; r=dholbert 2013-10-15 17:37:03 -07:00
table-caption-2c-dyn.html Bug 921761 - margin-collapsing test suite, wave 8; dynamic and additional cases for margins of a BFC; Multi-column margins; margins given in percent and em; r=dholbert 2014-03-04 14:09:37 -08:00
table-caption-2c.html Bug 921761 part 1 - margin-collapsing test suite, wave 7; improving tests by adding readable IDs, rearranging styles, changing colors; r=dholbert 2013-10-15 17:37:03 -07:00
table-caption-bottom-1-dyn.html Bug 921761 - margin-collapsing test suite, wave 8; dynamic and additional cases for margins of a BFC; Multi-column margins; margins given in percent and em; r=dholbert 2014-03-04 14:09:37 -08:00
table-caption-bottom-1-ref.html Bug 921761 part 1 - margin-collapsing test suite, wave 7; improving tests by adding readable IDs, rearranging styles, changing colors; r=dholbert 2013-10-15 17:37:03 -07:00
table-caption-bottom-1.html Bug 921761 part 1 - margin-collapsing test suite, wave 7; improving tests by adding readable IDs, rearranging styles, changing colors; r=dholbert 2013-10-15 17:37:03 -07:00
table-caption-bottom-2-dyn.html Bug 921761 - margin-collapsing test suite, wave 8; dynamic and additional cases for margins of a BFC; Multi-column margins; margins given in percent and em; r=dholbert 2014-03-04 14:09:37 -08:00
table-caption-bottom-2-ref.html Bug 921761 part 1 - margin-collapsing test suite, wave 7; improving tests by adding readable IDs, rearranging styles, changing colors; r=dholbert 2013-10-15 17:37:03 -07:00
table-caption-bottom-2.html Bug 921761 part 1 - margin-collapsing test suite, wave 7; improving tests by adding readable IDs, rearranging styles, changing colors; r=dholbert 2013-10-15 17:37:03 -07:00
table-caption-bottom-outside-1-dyn.html Bug 921761 - margin-collapsing test suite, wave 8; dynamic and additional cases for margins of a BFC; Multi-column margins; margins given in percent and em; r=dholbert 2014-03-04 14:09:37 -08:00
table-caption-bottom-outside-1.html Bug 921761 - margin-collapsing test suite, wave 8; dynamic and additional cases for margins of a BFC; Multi-column margins; margins given in percent and em; r=dholbert 2014-03-04 14:09:37 -08:00
table-caption-bottom-outside-2-dyn.html Bug 921761 - margin-collapsing test suite, wave 8; dynamic and additional cases for margins of a BFC; Multi-column margins; margins given in percent and em; r=dholbert 2014-03-04 14:09:37 -08:00
table-caption-bottom-outside-2.html Bug 921761 - margin-collapsing test suite, wave 8; dynamic and additional cases for margins of a BFC; Multi-column margins; margins given in percent and em; r=dholbert 2014-03-04 14:09:37 -08:00
table-caption-top-1-dyn.html Bug 921761 - margin-collapsing test suite, wave 8; dynamic and additional cases for margins of a BFC; Multi-column margins; margins given in percent and em; r=dholbert 2014-03-04 14:09:37 -08:00
table-caption-top-1-ref.html Bug 921761 part 1 - margin-collapsing test suite, wave 7; improving tests by adding readable IDs, rearranging styles, changing colors; r=dholbert 2013-10-15 17:37:03 -07:00
table-caption-top-1.html Bug 921761 part 1 - margin-collapsing test suite, wave 7; improving tests by adding readable IDs, rearranging styles, changing colors; r=dholbert 2013-10-15 17:37:03 -07:00
table-caption-top-2-dyn.html Bug 921761 - margin-collapsing test suite, wave 8; dynamic and additional cases for margins of a BFC; Multi-column margins; margins given in percent and em; r=dholbert 2014-03-04 14:09:37 -08:00
table-caption-top-2-ref.html Bug 921761 part 1 - margin-collapsing test suite, wave 7; improving tests by adding readable IDs, rearranging styles, changing colors; r=dholbert 2013-10-15 17:37:03 -07:00
table-caption-top-2.html Bug 921761 part 1 - margin-collapsing test suite, wave 7; improving tests by adding readable IDs, rearranging styles, changing colors; r=dholbert 2013-10-15 17:37:03 -07:00
table-caption-top-outside-1-dyn.html Bug 921761 - margin-collapsing test suite, wave 8; dynamic and additional cases for margins of a BFC; Multi-column margins; margins given in percent and em; r=dholbert 2014-03-04 14:09:37 -08:00
table-caption-top-outside-1.html Bug 921761 - margin-collapsing test suite, wave 8; dynamic and additional cases for margins of a BFC; Multi-column margins; margins given in percent and em; r=dholbert 2014-03-04 14:09:37 -08:00
table-caption-top-outside-2-dyn.html Bug 921761 - margin-collapsing test suite, wave 8; dynamic and additional cases for margins of a BFC; Multi-column margins; margins given in percent and em; r=dholbert 2014-03-04 14:09:37 -08:00
table-caption-top-outside-2.html Bug 921761 - margin-collapsing test suite, wave 8; dynamic and additional cases for margins of a BFC; Multi-column margins; margins given in percent and em; r=dholbert 2014-03-04 14:09:37 -08:00
table-sibling-1-noref2.html
table-sibling-1-noref.html
table-sibling-1-ref.html
table-sibling-1a-dyn.html
table-sibling-1a.html
table-sibling-1b-dyn.html
table-sibling-1b.html
table-sibling-1c-dyn.html
table-sibling-1c.html
table-sibling-2-noref2.html
table-sibling-2-noref.html
table-sibling-2-ref.html
table-sibling-2a-dyn.html
table-sibling-2a.html
table-sibling-2b-dyn.html
table-sibling-2b.html
table-sibling-2c-dyn.html
table-sibling-2c.html
table-sibling-3-dyn.html
table-sibling-3-noref.html
table-sibling-3-ref.html