gecko-dev/layout/reftests/floats
Ting-Yu Lin 384e9e119b Bug 1291110 Part 4 - Use line BSize to query available space when updating nsLineLayout. r=dbaron
In nsBlockFrame::PlaceLine(), we query the float available space by
using the line's BSize(), which may cause the line to reflow again due
to available space shrunk.

The first issue lies in the second reflow. That is, we do not leverage
the line's BSize() computed in the first reflow to query the float
available space when updating the inline reflow engine in
BlockReflowInput::AddFloat(). So some tall inline elements could still
overlap the floats as in the first reflow.

To solve this, we cache current line's BSize so that it could be
used to update the inline reflow engine when redo the line.

Another issue is in nsBlockFrame::PlaceLine(). When determined whether
the available space is shrunk, we use the float manager's state *before*
placing the line. So if current line has floats, they're not considered.

To solve this, we use the current set of floats to get the float available
space for comparison, and leave the original aFloatAvailableSpace to provide
the information when redoing the line.

MozReview-Commit-ID: GqqNlphgxYS

--HG--
extra : rebase_source : e2c64ab1ac363c7a08e532dc043bee69d6455049
2016-08-22 19:42:37 +08: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
1260031-1-ref.html Bug 1260031 - Not force break before a block when calculating intrinsic width if the current line is empty and the block cannot intersect floats. r=dbaron 2016-08-23 09:29:45 +10:00
1260031-1.html Bug 1260031 - Not force break before a block when calculating intrinsic width if the current line is empty and the block cannot intersect floats. r=dbaron 2016-08-23 09:29:45 +10:00
1291110-1-ref.html Bug 1291110 Part 4 - Use line BSize to query available space when updating nsLineLayout. r=dbaron 2016-08-22 19:42:37 +08:00
1291110-1.html Bug 1291110 Part 4 - Use line BSize to query available space when updating nsLineLayout. r=dbaron 2016-08-22 19:42:37 +08:00
1291110-2-ref.html Bug 1291110 Part 4 - Use line BSize to query available space when updating nsLineLayout. r=dbaron 2016-08-22 19:42:37 +08:00
1291110-2.html Bug 1291110 Part 4 - Use line BSize to query available space when updating nsLineLayout. r=dbaron 2016-08-22 19:42:37 +08: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 Update links pointing to my personal website (http -> https). No bug. 2016-10-13 11:41:51 -07:00
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 Update links pointing to my personal website (http -> https). No bug. 2016-10-13 11:41:51 -07:00
other-float-outside-rule-3-left-ref.html
other-float-outside-rule-3-left.html Update links pointing to my personal website (http -> https). No bug. 2016-10-13 11:41:51 -07:00
other-float-outside-rule-3-right-2-ref.html
other-float-outside-rule-3-right-2.html Update links pointing to my personal website (http -> https). No bug. 2016-10-13 11:41:51 -07:00
other-float-outside-rule-3-right-ref.html
other-float-outside-rule-3-right.html Update links pointing to my personal website (http -> https). No bug. 2016-10-13 11:41:51 -07:00
other-float-outside-rule-7-left-ref.html
other-float-outside-rule-7-left.html Update links pointing to my personal website (http -> https). No bug. 2016-10-13 11:41:51 -07:00
other-float-outside-rule-7-right-ref.html
other-float-outside-rule-7-right.html Update links pointing to my personal website (http -> https). No bug. 2016-10-13 11:41:51 -07:00
reftest-stylo.list Bug 1303920 - Update stylo reftest list; r=heycam 2016-09-19 20:20:03 +05:30
reftest.list Bug 1291110 Part 4 - Use line BSize to query available space when updating nsLineLayout. r=dbaron 2016-08-22 19:42:37 +08:00
relative-float-1-ref.html
relative-float-1.html
relative-float-2-ref.html
relative-float-2.html
zero-height-float-base.html Update links pointing to my personal website (http -> https). No bug. 2016-10-13 11:41:51 -07:00
zero-height-float-ref.html
zero-height-float.html Update links pointing to my personal website (http -> https). No bug. 2016-10-13 11:41:51 -07:00