gecko-dev/layout/reftests/floats
L. David Baron 82aa75776d Bug 1236745 - Fix infinite loop resulting from block formatting context entering resize oscillation due to considering floats over its whole height when sizing it. r=dholbert
What's happening here is that we enter an infinite loop by oscillating
between two states.  The code assumes that (a) the available space will
never grow, only stay the same or shrink, and (b) that we should break
out of the loop if it stays the same.  This also means we hit the
assertion about the available space growing every other time through the
loop.

This is in the inner loop in nsBlockFrame::ReflowBlockFrame that was
introduced in https://hg.mozilla.org/mozilla-central/rev/80ef9bb2c2e9 .

The problem is fundamentally a logic error in that code.  The makes the
assumption that if you reduce the width available to a block formatting
context or replaced block-level element, its height does not shrink.
(The "replaced block" (really block formatting context) in this case, as
in the original testcase, is a scroll frame.  I didn't debug the
original testcase enough to figure out what caused its sizing
characteristics, although a percentage-width image does seem like the
most likely candidate.)

Without the patch, the reftest test (but not reference) hangs, as does
the semi-simplified test in the bug (given a narrow window).

With the patch, neither the semi-simplified test in the bug nor the
reference hangs, and the reftest passes.

--HG--
extra : commitid : APy8PfXlvvz
2016-02-04 09:41:44 +11:00
..
345369-1-ref.html
345369-1.html
345369-2-ref.html
345369-2.html
345369-3-ref.html
345369-3.html
345369-4-ref.html
345369-4.html
345369-5-ref.html
345369-5.html
429974-1-ref.html
429974-1.html
478834-1-ref.html Bug 478834 - Record that we need to look for clearance if we encounter a block that might need to be pushed down for intersecting floats (i.e., one that establishes a BFC). r=roc 2015-07-27 20:23:56 -07:00
478834-1.html Bug 478834 - Record that we need to look for clearance if we encounter a block that might need to be pushed down for intersecting floats (i.e., one that establishes a BFC). r=roc 2015-07-27 20:23:56 -07:00
546048-1-ref.html
546048-1.html
775350-1-ref.html
775350-1.html
1114329-ref.html Reftest for bug 1114329, r=smontagu 2014-12-22 02:28:20 -08:00
1114329.html Reftest for bug 1114329, r=smontagu 2014-12-22 02:28:20 -08:00
1236745-1-ref.html Bug 1236745 - Fix infinite loop resulting from block formatting context entering resize oscillation due to considering floats over its whole height when sizing it. r=dholbert 2016-02-04 09:41:44 +11:00
1236745-1.html Bug 1236745 - Fix infinite loop resulting from block formatting context entering resize oscillation due to considering floats over its whole height when sizing it. r=dholbert 2016-02-04 09:41:44 +11:00
bfc-displace-1a-ref.html Bug 538194 patch 2 - Redo block reflow below floats when the height of a block that does not intersect floats pushes it into the way of other floats. r=roc 2015-08-02 21:03:09 -07:00
bfc-displace-1a.html Bug 538194 patch 2 - Redo block reflow below floats when the height of a block that does not intersect floats pushes it into the way of other floats. r=roc 2015-08-02 21:03:09 -07:00
bfc-displace-1b-ref.html Bug 538194 patch 2 - Redo block reflow below floats when the height of a block that does not intersect floats pushes it into the way of other floats. r=roc 2015-08-02 21:03:09 -07:00
bfc-displace-1b.html Bug 538194 patch 2 - Redo block reflow below floats when the height of a block that does not intersect floats pushes it into the way of other floats. r=roc 2015-08-02 21:03:09 -07:00
bfc-displace-2a-ref.html Bug 538194 patch 2 - Redo block reflow below floats when the height of a block that does not intersect floats pushes it into the way of other floats. r=roc 2015-08-02 21:03:09 -07:00
bfc-displace-2a.html Bug 538194 patch 2 - Redo block reflow below floats when the height of a block that does not intersect floats pushes it into the way of other floats. r=roc 2015-08-02 21:03:09 -07:00
bfc-displace-2b-ref.html Bug 538194 patch 2 - Redo block reflow below floats when the height of a block that does not intersect floats pushes it into the way of other floats. r=roc 2015-08-02 21:03:09 -07:00
bfc-displace-2b.html Bug 538194 patch 2 - Redo block reflow below floats when the height of a block that does not intersect floats pushes it into the way of other floats. r=roc 2015-08-02 21:03:09 -07:00
bfc-displace-3a-ref.html Bug 538194 patch 2 - Redo block reflow below floats when the height of a block that does not intersect floats pushes it into the way of other floats. r=roc 2015-08-02 21:03:09 -07:00
bfc-displace-3a.html Bug 538194 patch 2 - Redo block reflow below floats when the height of a block that does not intersect floats pushes it into the way of other floats. r=roc 2015-08-02 21:03:09 -07:00
bfc-displace-3b-ref.html Bug 538194 patch 2 - Redo block reflow below floats when the height of a block that does not intersect floats pushes it into the way of other floats. r=roc 2015-08-02 21:03:09 -07:00
bfc-displace-3b.html Bug 538194 patch 2 - Redo block reflow below floats when the height of a block that does not intersect floats pushes it into the way of other floats. r=roc 2015-08-02 21:03:09 -07:00
bfc-displace-4-ref.html Bug 1207157 patch 1 - Add reftest. r=jfkthame 2015-09-27 02:19:14 -07:00
bfc-displace-4.html Bug 1207157 patch 1 - Add reftest. r=jfkthame 2015-09-27 02:19:14 -07:00
bfc-shrink-1-ref.html Bug 538194 patch 2 - Redo block reflow below floats when the height of a block that does not intersect floats pushes it into the way of other floats. r=roc 2015-08-02 21:03:09 -07:00
bfc-shrink-1.html Bug 538194 patch 2 - Redo block reflow below floats when the height of a block that does not intersect floats pushes it into the way of other floats. r=roc 2015-08-02 21:03:09 -07:00
border-box-wrap-around-float-ref.html
border-box-wrap-around-float.html
float-in-rtl-1-ref.html Bug 1164852 patch 1 - Rewrite reference files for float-in-rtl-* reftests to avoid the use of position:relative. r=smontagu 2015-05-16 12:36:22 +01:00
float-in-rtl-1a.html Bug 1164852 patch 2 - Remove irrelevant position:relative from all the float-in-rtl-* testcases, too. rs=smontagu 2015-05-16 12:36:25 +01:00
float-in-rtl-1b.html Bug 1164852 patch 2 - Remove irrelevant position:relative from all the float-in-rtl-* testcases, too. rs=smontagu 2015-05-16 12:36:25 +01:00
float-in-rtl-1c.html Bug 1164852 patch 2 - Remove irrelevant position:relative from all the float-in-rtl-* testcases, too. rs=smontagu 2015-05-16 12:36:25 +01:00
float-in-rtl-1d.html Bug 1164852 patch 2 - Remove irrelevant position:relative from all the float-in-rtl-* testcases, too. rs=smontagu 2015-05-16 12:36:25 +01:00
float-in-rtl-2-ref.html Bug 1164852 patch 1 - Rewrite reference files for float-in-rtl-* reftests to avoid the use of position:relative. r=smontagu 2015-05-16 12:36:22 +01:00
float-in-rtl-2a.html Bug 1164852 patch 2 - Remove irrelevant position:relative from all the float-in-rtl-* testcases, too. rs=smontagu 2015-05-16 12:36:25 +01:00
float-in-rtl-2b.html Bug 1164852 patch 2 - Remove irrelevant position:relative from all the float-in-rtl-* testcases, too. rs=smontagu 2015-05-16 12:36:25 +01:00
float-in-rtl-2c.html Bug 1164852 patch 2 - Remove irrelevant position:relative from all the float-in-rtl-* testcases, too. rs=smontagu 2015-05-16 12:36:25 +01:00
float-in-rtl-2d.html Bug 1164852 patch 2 - Remove irrelevant position:relative from all the float-in-rtl-* testcases, too. rs=smontagu 2015-05-16 12:36:25 +01:00
float-in-rtl-3-ref.html Bug 1164852 patch 1 - Rewrite reference files for float-in-rtl-* reftests to avoid the use of position:relative. r=smontagu 2015-05-16 12:36:22 +01:00
float-in-rtl-3a.html Bug 1164852 patch 2 - Remove irrelevant position:relative from all the float-in-rtl-* testcases, too. rs=smontagu 2015-05-16 12:36:25 +01:00
float-in-rtl-3b.html Bug 1164852 patch 2 - Remove irrelevant position:relative from all the float-in-rtl-* testcases, too. rs=smontagu 2015-05-16 12:36:25 +01:00
float-in-rtl-3c.html Bug 1164852 patch 2 - Remove irrelevant position:relative from all the float-in-rtl-* testcases, too. rs=smontagu 2015-05-16 12:36:25 +01:00
float-in-rtl-3d.html Bug 1164852 patch 2 - Remove irrelevant position:relative from all the float-in-rtl-* testcases, too. rs=smontagu 2015-05-16 12:36:25 +01:00
float-in-rtl-4-ref.html Bug 1164852 patch 1 - Rewrite reference files for float-in-rtl-* reftests to avoid the use of position:relative. r=smontagu 2015-05-16 12:36:22 +01:00
float-in-rtl-4a.html Bug 1164852 patch 2 - Remove irrelevant position:relative from all the float-in-rtl-* testcases, too. rs=smontagu 2015-05-16 12:36:25 +01:00
float-in-rtl-4b.html Bug 1164852 patch 2 - Remove irrelevant position:relative from all the float-in-rtl-* testcases, too. rs=smontagu 2015-05-16 12:36:25 +01:00
float-in-rtl-4c.html Bug 1164852 patch 2 - Remove irrelevant position:relative from all the float-in-rtl-* testcases, too. rs=smontagu 2015-05-16 12:36:25 +01:00
float-in-rtl-4d.html Bug 1164852 patch 2 - Remove irrelevant position:relative from all the float-in-rtl-* testcases, too. rs=smontagu 2015-05-16 12:36:25 +01:00
float-in-rtl-slr-1-ref.html Bug 1193519 pt 9 - Reftests with floats in writing-mode: sideways-lr. r=dholbert 2015-09-24 10:23:35 +01:00
float-in-rtl-slr-1a.html Bug 1193519 pt 9 - Reftests with floats in writing-mode: sideways-lr. r=dholbert 2015-09-24 10:23:35 +01:00
float-in-rtl-slr-1b.html Bug 1193519 pt 9 - Reftests with floats in writing-mode: sideways-lr. r=dholbert 2015-09-24 10:23:35 +01:00
float-in-rtl-slr-1c.html Bug 1193519 pt 9 - Reftests with floats in writing-mode: sideways-lr. r=dholbert 2015-09-24 10:23:35 +01:00
float-in-rtl-slr-1d.html Bug 1193519 pt 9 - Reftests with floats in writing-mode: sideways-lr. r=dholbert 2015-09-24 10:23:35 +01:00
float-in-rtl-slr-2-ref.html Bug 1193519 pt 9 - Reftests with floats in writing-mode: sideways-lr. r=dholbert 2015-09-24 10:23:35 +01:00
float-in-rtl-slr-2a.html Bug 1193519 pt 9 - Reftests with floats in writing-mode: sideways-lr. r=dholbert 2015-09-24 10:23:35 +01:00
float-in-rtl-slr-2b.html Bug 1193519 pt 9 - Reftests with floats in writing-mode: sideways-lr. r=dholbert 2015-09-24 10:23:35 +01:00
float-in-rtl-slr-2c.html Bug 1193519 pt 9 - Reftests with floats in writing-mode: sideways-lr. r=dholbert 2015-09-24 10:23:35 +01:00
float-in-rtl-slr-2d.html Bug 1193519 pt 9 - Reftests with floats in writing-mode: sideways-lr. r=dholbert 2015-09-24 10:23:35 +01:00
float-in-rtl-slr-3-ref.html Bug 1193519 pt 9 - Reftests with floats in writing-mode: sideways-lr. r=dholbert 2015-09-24 10:23:35 +01:00
float-in-rtl-slr-3a.html Bug 1193519 pt 9 - Reftests with floats in writing-mode: sideways-lr. r=dholbert 2015-09-24 10:23:35 +01:00
float-in-rtl-slr-3b.html Bug 1193519 pt 9 - Reftests with floats in writing-mode: sideways-lr. r=dholbert 2015-09-24 10:23:35 +01:00
float-in-rtl-slr-3c.html Bug 1193519 pt 9 - Reftests with floats in writing-mode: sideways-lr. r=dholbert 2015-09-24 10:23:35 +01:00
float-in-rtl-slr-3d.html Bug 1193519 pt 9 - Reftests with floats in writing-mode: sideways-lr. r=dholbert 2015-09-24 10:23:35 +01:00
float-in-rtl-slr-4-ref.html Bug 1193519 pt 9 - Reftests with floats in writing-mode: sideways-lr. r=dholbert 2015-09-24 10:23:35 +01:00
float-in-rtl-slr-4a.html Bug 1193519 pt 9 - Reftests with floats in writing-mode: sideways-lr. r=dholbert 2015-09-24 10:23:35 +01:00
float-in-rtl-slr-4b.html Bug 1193519 pt 9 - Reftests with floats in writing-mode: sideways-lr. r=dholbert 2015-09-24 10:23:35 +01:00
float-in-rtl-slr-4c.html Bug 1193519 pt 9 - Reftests with floats in writing-mode: sideways-lr. r=dholbert 2015-09-24 10:23:35 +01:00
float-in-rtl-slr-4d.html Bug 1193519 pt 9 - Reftests with floats in writing-mode: sideways-lr. r=dholbert 2015-09-24 10:23:35 +01:00
float-in-rtl-vlr-1-ref.html Bug 1164852 patch 1 - Rewrite reference files for float-in-rtl-* reftests to avoid the use of position:relative. r=smontagu 2015-05-16 12:36:22 +01:00
float-in-rtl-vlr-1a.html Bug 1164852 patch 2 - Remove irrelevant position:relative from all the float-in-rtl-* testcases, too. rs=smontagu 2015-05-16 12:36:25 +01:00
float-in-rtl-vlr-1b.html Bug 1164852 patch 2 - Remove irrelevant position:relative from all the float-in-rtl-* testcases, too. rs=smontagu 2015-05-16 12:36:25 +01:00
float-in-rtl-vlr-1c.html Bug 1164852 patch 2 - Remove irrelevant position:relative from all the float-in-rtl-* testcases, too. rs=smontagu 2015-05-16 12:36:25 +01:00
float-in-rtl-vlr-1d.html Bug 1164852 patch 2 - Remove irrelevant position:relative from all the float-in-rtl-* testcases, too. rs=smontagu 2015-05-16 12:36:25 +01:00
float-in-rtl-vlr-2-ref.html Bug 1164852 patch 2 - Remove irrelevant position:relative from all the float-in-rtl-* testcases, too. rs=smontagu 2015-05-16 12:36:25 +01:00
float-in-rtl-vlr-2a.html Bug 1164852 patch 2 - Remove irrelevant position:relative from all the float-in-rtl-* testcases, too. rs=smontagu 2015-05-16 12:36:25 +01:00
float-in-rtl-vlr-2b.html Bug 1164852 patch 2 - Remove irrelevant position:relative from all the float-in-rtl-* testcases, too. rs=smontagu 2015-05-16 12:36:25 +01:00
float-in-rtl-vlr-2c.html Bug 1164852 patch 2 - Remove irrelevant position:relative from all the float-in-rtl-* testcases, too. rs=smontagu 2015-05-16 12:36:25 +01:00
float-in-rtl-vlr-2d.html Bug 1164852 patch 2 - Remove irrelevant position:relative from all the float-in-rtl-* testcases, too. rs=smontagu 2015-05-16 12:36:25 +01:00
float-in-rtl-vlr-3-ref.html Bug 1164852 patch 1 - Rewrite reference files for float-in-rtl-* reftests to avoid the use of position:relative. r=smontagu 2015-05-16 12:36:22 +01:00
float-in-rtl-vlr-3a.html Bug 1164852 patch 2 - Remove irrelevant position:relative from all the float-in-rtl-* testcases, too. rs=smontagu 2015-05-16 12:36:25 +01:00
float-in-rtl-vlr-3b.html Bug 1164852 patch 2 - Remove irrelevant position:relative from all the float-in-rtl-* testcases, too. rs=smontagu 2015-05-16 12:36:25 +01:00
float-in-rtl-vlr-3c.html Bug 1164852 patch 2 - Remove irrelevant position:relative from all the float-in-rtl-* testcases, too. rs=smontagu 2015-05-16 12:36:25 +01:00
float-in-rtl-vlr-3d.html Bug 1164852 patch 2 - Remove irrelevant position:relative from all the float-in-rtl-* testcases, too. rs=smontagu 2015-05-16 12:36:25 +01:00
float-in-rtl-vlr-4-ref.html Bug 1182008 - Fix inconsistencies between testcases and reference files in (currently-failing) vertical float-in-rtl reftests. r=smontagu 2015-07-09 19:50:30 +01:00
float-in-rtl-vlr-4a.html Bug 1182008 - Fix inconsistencies between testcases and reference files in (currently-failing) vertical float-in-rtl reftests. r=smontagu 2015-07-09 19:50:30 +01:00
float-in-rtl-vlr-4b.html Bug 1182008 - Fix inconsistencies between testcases and reference files in (currently-failing) vertical float-in-rtl reftests. r=smontagu 2015-07-09 19:50:30 +01:00
float-in-rtl-vlr-4c.html Bug 1182008 - Fix inconsistencies between testcases and reference files in (currently-failing) vertical float-in-rtl reftests. r=smontagu 2015-07-09 19:50:30 +01:00
float-in-rtl-vlr-4d.html Bug 1182008 - Fix inconsistencies between testcases and reference files in (currently-failing) vertical float-in-rtl reftests. r=smontagu 2015-07-09 19:50:30 +01:00
float-in-rtl-vrl-1-ref.html Bug 1164852 patch 1 - Rewrite reference files for float-in-rtl-* reftests to avoid the use of position:relative. r=smontagu 2015-05-16 12:36:22 +01:00
float-in-rtl-vrl-1a.html Bug 1164852 patch 2 - Remove irrelevant position:relative from all the float-in-rtl-* testcases, too. rs=smontagu 2015-05-16 12:36:25 +01:00
float-in-rtl-vrl-1b.html Bug 1164852 patch 2 - Remove irrelevant position:relative from all the float-in-rtl-* testcases, too. rs=smontagu 2015-05-16 12:36:25 +01:00
float-in-rtl-vrl-1c.html Bug 1164852 patch 2 - Remove irrelevant position:relative from all the float-in-rtl-* testcases, too. rs=smontagu 2015-05-16 12:36:25 +01:00
float-in-rtl-vrl-1d.html Bug 1164852 patch 2 - Remove irrelevant position:relative from all the float-in-rtl-* testcases, too. rs=smontagu 2015-05-16 12:36:25 +01:00
float-in-rtl-vrl-2-ref.html Bug 1164852 patch 2 - Remove irrelevant position:relative from all the float-in-rtl-* testcases, too. rs=smontagu 2015-05-16 12:36:25 +01:00
float-in-rtl-vrl-2a.html Bug 1164852 patch 2 - Remove irrelevant position:relative from all the float-in-rtl-* testcases, too. rs=smontagu 2015-05-16 12:36:25 +01:00
float-in-rtl-vrl-2b.html Bug 1164852 patch 2 - Remove irrelevant position:relative from all the float-in-rtl-* testcases, too. rs=smontagu 2015-05-16 12:36:25 +01:00
float-in-rtl-vrl-2c.html Bug 1164852 patch 2 - Remove irrelevant position:relative from all the float-in-rtl-* testcases, too. rs=smontagu 2015-05-16 12:36:25 +01:00
float-in-rtl-vrl-2d.html Bug 1164852 patch 2 - Remove irrelevant position:relative from all the float-in-rtl-* testcases, too. rs=smontagu 2015-05-16 12:36:25 +01:00
float-in-rtl-vrl-3-ref.html Bug 1164852 patch 1 - Rewrite reference files for float-in-rtl-* reftests to avoid the use of position:relative. r=smontagu 2015-05-16 12:36:22 +01:00
float-in-rtl-vrl-3a.html Bug 1164852 patch 2 - Remove irrelevant position:relative from all the float-in-rtl-* testcases, too. rs=smontagu 2015-05-16 12:36:25 +01:00
float-in-rtl-vrl-3b.html Bug 1164852 patch 2 - Remove irrelevant position:relative from all the float-in-rtl-* testcases, too. rs=smontagu 2015-05-16 12:36:25 +01:00
float-in-rtl-vrl-3c.html Bug 1164852 patch 2 - Remove irrelevant position:relative from all the float-in-rtl-* testcases, too. rs=smontagu 2015-05-16 12:36:25 +01:00
float-in-rtl-vrl-3d.html Bug 1164852 patch 2 - Remove irrelevant position:relative from all the float-in-rtl-* testcases, too. rs=smontagu 2015-05-16 12:36:25 +01:00
float-in-rtl-vrl-4-ref.html Bug 1182008 - Fix inconsistencies between testcases and reference files in (currently-failing) vertical float-in-rtl reftests. r=smontagu 2015-07-09 19:50:30 +01:00
float-in-rtl-vrl-4a.html Bug 1182008 - Fix inconsistencies between testcases and reference files in (currently-failing) vertical float-in-rtl reftests. r=smontagu 2015-07-09 19:50:30 +01:00
float-in-rtl-vrl-4b.html Bug 1182008 - Fix inconsistencies between testcases and reference files in (currently-failing) vertical float-in-rtl reftests. r=smontagu 2015-07-09 19:50:30 +01:00
float-in-rtl-vrl-4c.html Bug 1182008 - Fix inconsistencies between testcases and reference files in (currently-failing) vertical float-in-rtl reftests. r=smontagu 2015-07-09 19:50:30 +01:00
float-in-rtl-vrl-4d.html Bug 1182008 - Fix inconsistencies between testcases and reference files in (currently-failing) vertical float-in-rtl reftests. r=smontagu 2015-07-09 19:50:30 +01:00
float-outside-block-push-ref.html
float-outside-block-push.html
logical-float-side-1-ref.html Bug 1122918 - Reftest for inline-start/end values of the 'float' property. r=heycam 2015-09-18 16:25:02 +01:00
logical-float-side-1.html Bug 1122918 - Reftest for inline-start/end values of the 'float' property. r=heycam 2015-09-18 16:25:02 +01:00
logical-float-side-2-ref.html Bug 1122918 - Reftest for inline-start/end values of the 'float' property. r=heycam 2015-09-18 16:25:02 +01:00
logical-float-side-2.html Bug 1122918 - Reftest for inline-start/end values of the 'float' property. r=heycam 2015-09-18 16:25:02 +01:00
logical-float-side-3-ref.html Bug 1122918 - Add reftests using clear:inline-{start,end} values. r=heycam 2015-09-18 16:25:27 +01:00
logical-float-side-3.html Bug 1122918 - Add reftests using clear:inline-{start,end} values. r=heycam 2015-09-18 16:25:27 +01:00
logical-float-side-4-ref.html Bug 1122918 - Add reftests using clear:inline-{start,end} values. r=heycam 2015-09-18 16:25:27 +01:00
logical-float-side-4.html Bug 1122918 - Add reftests using clear:inline-{start,end} values. r=heycam 2015-09-18 16:25:27 +01:00
orthogonal-floats-1-ref.html Bug 1141867 - patch 3 - Reftests for contiguous orthogonal floats. r=smontagu 2015-04-09 14:40:54 +01:00
orthogonal-floats-1a.html Bug 1141867 - patch 3 - Reftests for contiguous orthogonal floats. r=smontagu 2015-04-09 14:40:54 +01:00
orthogonal-floats-1b.html Bug 1141867 - patch 3 - Reftests for contiguous orthogonal floats. r=smontagu 2015-04-09 14:40:54 +01:00
orthogonal-floats-1c.html Bug 1141867 - patch 3 - Reftests for contiguous orthogonal floats. r=smontagu 2015-04-09 14:40:54 +01:00
orthogonal-floats-1d.html Bug 1141867 - patch 3 - Reftests for contiguous orthogonal floats. r=smontagu 2015-04-09 14:40:54 +01:00
other-float-outside-rule-3-left-2-ref.html
other-float-outside-rule-3-left-2.html
other-float-outside-rule-3-left-ref.html
other-float-outside-rule-3-left.html
other-float-outside-rule-3-right-2-ref.html
other-float-outside-rule-3-right-2.html
other-float-outside-rule-3-right-ref.html
other-float-outside-rule-3-right.html
other-float-outside-rule-7-left-ref.html
other-float-outside-rule-7-left.html
other-float-outside-rule-7-right-ref.html
other-float-outside-rule-7-right.html
reftest.list Bug 1236745 - Fix infinite loop resulting from block formatting context entering resize oscillation due to considering floats over its whole height when sizing it. r=dholbert 2016-02-04 09:41:44 +11:00
relative-float-1-ref.html
relative-float-1.html
relative-float-2-ref.html
relative-float-2.html
zero-height-float-base.html
zero-height-float-ref.html
zero-height-float.html