gecko-dev/layout/reftests/pagination
Daniel Holbert ab6826ce32 Bug 1655608 part 3: Fix ReflowOutput/ReflowInput mismatch in nsPageSequenceFrame. r=TYLin
For a given ::Reflow call, we have an expectation that the ReflowInput and
ReflowOutput should be "matching".  In particular: we should use the
ReflowInput to initialize the ReflowOutput, and we should pass both of these to
the frame's Reflow method.

In current mozilla-central (prior to this patch), nsPageSequenceFrame violates
this expectation when it prepares to reflow its children, in the following
ways:
1) It passes in the wrong ReflowInput as an arg when constructing a
   ReflowOutput struct for its children. (It passes *its own* ReflowInput arg,
   rather than the ReflowInput for the child that it's about to reflow.)
2) It *reuses* that single ReflowOutput structure *for all of its children*,
   which means that sizing information from one child will end up improperly
   influencing later children by "leaking through".

This results in overflow areas that are artificially too large on nsPageFrames,
because ReflowOutput populates its overflow areas via "union()" operations. So
the improperly-reused ReflowOutput produces a strictly larger overflow area
on each subsequent page (even if the page doesn't actually have any overflow).

This patch fixes these problems by creating a new ReflowOutput for each child,
and initializing it with the correct ReflowInput instance.

Notably, this patch *is* a behavior-change (in the direction of correctness).
In particular, we won't have artificially-inflated overflow areas on later
nsPageFrame instances anymore, and so now some of our automated testcases
trigger assertion-failures that they were getting around before. These all
seem to be versions of https://bugzilla.mozilla.org/show_bug.cgi?id=1655630
which, "fortunately", is already reproducible (under certain paper sizes)
even in a build from current mozilla-central, without this here patch.

Differential Revision: https://phabricator.services.mozilla.com/D85098
2020-07-28 22:43:46 +00:00
..
115199-1-ref.html
115199-1.html
115199-2-ref.html
115199-2a.html
115199-2b.html
129941-1-ref.html
129941-1a.html
129941-1b.html
129941-1c.html
129941-1d.html
129941-1e.html
272830-1-ref.html
272830-1.html
318022-1-ref.html
318022-1.html
381497-f.html
381497-n.html
403669-1-ref.html
403669-1.html
577450-1-ref.html
577450-1.html
609227-1-ref.html
609227-1.html
609227-2-ref.html
609227-2a.html
609227-2b.html
626395-1-ref.html
626395-1a.html
626395-1b.html
626395-2-ref.html
626395-2a.html
626395-2b.html
626395-2c.html
626395-2d.html
652178-1-ref.html
652178-1-ref2.html
652178-1.html
745025-1-ref.html
745025-1.html
820496-1-ref.html Bug 1625341 - Convert the newline from windows style to unix-like style in reftests in layout/reftests/pagination/. r=TYLin 2020-03-27 02:07:07 +00:00
820496-1.html Bug 1625341 - Convert the newline from windows style to unix-like style in reftests in layout/reftests/pagination/. r=TYLin 2020-03-27 02:07:07 +00:00
960822-ref.html
960822.html
966419-1-ref.html
966419-1.html
966419-2-ref.html
966419-2.html
1108104-ref.html
1108104.html
1166147-ref.html
1166147.html
1321803-1-ref.html
1321803-1a.html
1404868-1-ref.html
1404868-1.html
1406050-1-ref.html
1406050-1.html
1406291-1-ref.html
1406291-1.html
1409585-1-ref.html
1409585-1.html
1411799-1-ref.html
1411799-1.html
1420528-1-ref.html
1420528-1.html
1427141-1.html Bug 1427141 - Request a break before the row-group if its first row doesn't fit. r=TYLin 2019-12-09 10:21:16 +00:00
1427141-2.html Bug 1427141 - Request a break before the row-group if its first row doesn't fit. r=TYLin 2019-12-09 10:21:16 +00:00
1427141-ref.html Bug 1427141 - Request a break before the row-group if its first row doesn't fit. r=TYLin 2019-12-09 10:21:16 +00:00
1468654-1-ref.html
1468654-1.html
1596310-ref.html
1596310.html
abspos-breaking-000.ref.xhtml
abspos-breaking-000.xhtml
abspos-breaking-001.xhtml
abspos-breaking-002.xhtml
abspos-breaking-003-ref.html
abspos-breaking-003.html
abspos-breaking-004-ref.html
abspos-breaking-004.html
abspos-breaking-005-ref.html
abspos-breaking-005.html
abspos-breaking-006-ref.html
abspos-breaking-006.html
abspos-breaking-007-ref.html
abspos-breaking-007.html
abspos-breaking-008-ref.html
abspos-breaking-008.html
abspos-breaking-009-ref.html
abspos-breaking-009.html
abspos-breaking-010-ref.html
abspos-breaking-010.html
abspos-breaking-011-ref.html
abspos-breaking-011.html
abspos-breaking-dynamic-001-ref.html
abspos-breaking-dynamic-001.html
abspos-breaking-dynamic-002-ref.html
abspos-breaking-dynamic-002.html
abspos-breaking-dynamic-003-ref.html
abspos-breaking-dynamic-003.html
abspos-breaking-dynamic-004.html Bug 1603088 Part 1 - Remove "max-block-size: 100%" for -moz-column-set and -moz-column-content. r=dbaron 2020-01-08 02:48:12 +00:00
abspos-breaking-dynamic-005-ref.html Bug 1603088 Part 1 - Remove "max-block-size: 100%" for -moz-column-set and -moz-column-content. r=dbaron 2020-01-08 02:48:12 +00:00
abspos-breaking-dynamic-005.html Bug 1603088 Part 1 - Remove "max-block-size: 100%" for -moz-column-set and -moz-column-content. r=dbaron 2020-01-08 02:48:12 +00:00
abspos-overflow-01-cols.ref.xhtml Backed out 2 changesets (bug 477157) for border rendering regressions. 2020-06-14 11:45:06 +02:00
abspos-overflow-01-cols.xhtml Backed out 2 changesets (bug 477157) for border rendering regressions. 2020-06-14 11:45:06 +02:00
abspos-overflow-01.ref.xhtml Backed out 2 changesets (bug 477157) for border rendering regressions. 2020-06-14 11:45:06 +02:00
abspos-overflow-01.xhtml Backed out 2 changesets (bug 477157) for border rendering regressions. 2020-06-14 11:45:06 +02:00
bfc-001-ref.html Bug 1572573 - Pushed floats should make block-formatting contexts incomplete, not overflow-incomplete. r=TYLin 2019-12-11 14:17:51 +00:00
bfc-001.html Bug 1572573 - Pushed floats should make block-formatting contexts incomplete, not overflow-incomplete. r=TYLin 2019-12-11 14:17:51 +00:00
bfc-002.html Bug 1572573 - Pushed floats should make block-formatting contexts incomplete, not overflow-incomplete. r=TYLin 2019-12-11 14:17:51 +00:00
bfc-003.html Bug 1572573 - Pushed floats should make block-formatting contexts incomplete, not overflow-incomplete. r=TYLin 2019-12-11 14:17:51 +00:00
bfc-004-ref.html Bug 1572573 - Pushed floats should make block-formatting contexts incomplete, not overflow-incomplete. r=TYLin 2019-12-11 14:17:51 +00:00
bfc-004.html Bug 1572573 - Pushed floats should make block-formatting contexts incomplete, not overflow-incomplete. r=TYLin 2019-12-11 14:17:51 +00:00
bfc-005.html Bug 1572573 - Pushed floats should make block-formatting contexts incomplete, not overflow-incomplete. r=TYLin 2019-12-11 14:17:51 +00:00
bfc-006-ref.html Bug 1572573 - Pushed floats should make block-formatting contexts incomplete, not overflow-incomplete. r=TYLin 2019-12-11 14:17:51 +00:00
bfc-006.html Bug 1572573 - Pushed floats should make block-formatting contexts incomplete, not overflow-incomplete. r=TYLin 2019-12-11 14:17:51 +00:00
bfc-007.html Bug 1572573 - Pushed floats should make block-formatting contexts incomplete, not overflow-incomplete. r=TYLin 2019-12-11 14:17:51 +00:00
bfc-008.html Bug 1572573 - Pushed floats should make block-formatting contexts incomplete, not overflow-incomplete. r=TYLin 2019-12-11 14:17:51 +00:00
blank.html
block-max-height-001-ref.html Bug 1602430 - Apply min/max-height correctly for fragmented boxes with no height specified. r=TYLin 2019-12-17 23:13:13 +00:00
block-max-height-001.html Bug 1602430 - Apply min/max-height correctly for fragmented boxes with no height specified. r=TYLin 2019-12-17 23:13:13 +00:00
block-max-height-002.html Bug 1602430 - Apply min/max-height correctly for fragmented boxes with no height specified. r=TYLin 2019-12-17 23:13:13 +00:00
block-min-height-001-ref.html Bug 1602430 - Apply min/max-height correctly for fragmented boxes with no height specified. r=TYLin 2019-12-17 23:13:13 +00:00
block-min-height-001.html Bug 1602430 - Apply min/max-height correctly for fragmented boxes with no height specified. r=TYLin 2019-12-17 23:13:13 +00:00
block-min-height-002.html Bug 1602430 - Apply min/max-height correctly for fragmented boxes with no height specified. r=TYLin 2019-12-17 23:13:13 +00:00
border-breaking-000-cols.ref.xhtml
border-breaking-000-cols.xhtml
border-breaking-001-cols.ref.xhtml
border-breaking-001-cols.xhtml
border-breaking-002-cols.ref.xhtml
border-breaking-002-cols.xhtml
border-breaking-003-cols.ref.xhtml
border-breaking-003-cols.xhtml
border-breaking-004-cols.xhtml
column-balancing-break-inside-avoid-2-ref.html
column-balancing-break-inside-avoid-2.html
combobox-page-break-inside-ref.html
combobox-page-break-inside.html
contain-size-break-001-ref.html
contain-size-break-001.html
contain-size-break-002-ref.html
contain-size-break-002.html
contain-size-break-003-ref.html
contain-size-break-003.html
content-inserted-000.ref.xhtml
content-inserted-000.xhtml
content-inserted-001.ref.xhtml
content-inserted-001.xhtml
content-inserted-002.ref.xhtml
content-inserted-002.xhtml
content-inserted-003.xhtml
content-inserted-004.xhtml
content-inserted-005.xhtml
content-inserted-006.xhtml
content-inserted-007.xhtml
content-inserted-008.xhtml
content-inserted-009.xhtml
content-url-element.html
content-url-pseudo-ref.html
content-url-pseudo.html
dynamic-abspos-overflow-01-cols.ref.xhtml Backed out 2 changesets (bug 477157) for border rendering regressions. 2020-06-14 11:45:06 +02:00
dynamic-abspos-overflow-01-cols.xhtml Backed out 2 changesets (bug 477157) for border rendering regressions. 2020-06-14 11:45:06 +02:00
fieldset-00A-ref.html Bug 471015 - [css-break] Implement <fieldset> fragmentation. r=TYLin 2019-11-25 21:45:22 +00:00
fieldset-00A.html Bug 471015 - [css-break] Implement <fieldset> fragmentation. r=TYLin 2019-11-25 21:45:22 +00:00
fieldset-00B-ref.html Bug 471015 - [css-break] Implement <fieldset> fragmentation. r=TYLin 2019-11-25 21:45:22 +00:00
fieldset-00B.html Bug 471015 - [css-break] Implement <fieldset> fragmentation. r=TYLin 2019-11-25 21:45:22 +00:00
fieldset-00C-ref.html Bug 471015 - [css-break] Implement <fieldset> fragmentation. r=TYLin 2019-11-25 21:45:22 +00:00
fieldset-00C.html Bug 471015 - [css-break] Implement <fieldset> fragmentation. r=TYLin 2019-11-25 21:45:22 +00:00
fieldset-00D-ref.html Bug 471015 - [css-break] Implement <fieldset> fragmentation. r=TYLin 2019-11-25 21:45:22 +00:00
fieldset-00D.html Bug 471015 - [css-break] Implement <fieldset> fragmentation. r=TYLin 2019-11-25 21:45:22 +00:00
fieldset-00E-ref.html Bug 471015 - [css-break] Implement <fieldset> fragmentation. r=TYLin 2019-11-25 21:45:22 +00:00
fieldset-00E.html Bug 471015 - [css-break] Implement <fieldset> fragmentation. r=TYLin 2019-11-25 21:45:22 +00:00
fieldset-00F-ref.html Bug 471015 - [css-break] Implement <fieldset> fragmentation. r=TYLin 2019-11-25 21:45:22 +00:00
fieldset-00F.html Bug 471015 - [css-break] Implement <fieldset> fragmentation. r=TYLin 2019-11-25 21:45:22 +00:00
fieldset-00G-ref.html Bug 471015 - [css-break] Implement <fieldset> fragmentation. r=TYLin 2019-11-25 21:45:22 +00:00
fieldset-00G.html Bug 471015 - [css-break] Implement <fieldset> fragmentation. r=TYLin 2019-11-25 21:45:22 +00:00
fieldset-00H-grid.html Bug 471015 - [css-break] Implement <fieldset> fragmentation. r=TYLin 2019-11-25 21:45:22 +00:00
fieldset-00H-ref.html Bug 471015 - [css-break] Implement <fieldset> fragmentation. r=TYLin 2019-11-25 21:45:22 +00:00
fieldset-00H.html Bug 471015 - [css-break] Implement <fieldset> fragmentation. r=TYLin 2019-11-25 21:45:22 +00:00
fieldset-00I-grid.html Bug 471015 - [css-break] Implement <fieldset> fragmentation. r=TYLin 2019-11-25 21:45:22 +00:00
fieldset-00I-ref.html Bug 471015 - [css-break] Implement <fieldset> fragmentation. r=TYLin 2019-11-25 21:45:22 +00:00
fieldset-00I.html Bug 471015 - [css-break] Implement <fieldset> fragmentation. r=TYLin 2019-11-25 21:45:22 +00:00
fieldset-00J-grid.html Bug 471015 - [css-break] Implement <fieldset> fragmentation. r=TYLin 2019-11-25 21:45:22 +00:00
fieldset-00J-ref.html Bug 471015 - [css-break] Implement <fieldset> fragmentation. r=TYLin 2019-11-25 21:45:22 +00:00
fieldset-00J.html Bug 471015 - [css-break] Implement <fieldset> fragmentation. r=TYLin 2019-11-25 21:45:22 +00:00
fieldset-00K-ref.html Bug 471015 - [css-break] Implement <fieldset> fragmentation. r=TYLin 2019-11-25 21:45:22 +00:00
fieldset-00K.html Bug 471015 - [css-break] Implement <fieldset> fragmentation. r=TYLin 2019-11-25 21:45:22 +00:00
fieldset-00L-ref.html Bug 471015 - [css-break] Implement <fieldset> fragmentation. r=TYLin 2019-11-25 21:45:22 +00:00
fieldset-00L.html Bug 471015 - [css-break] Implement <fieldset> fragmentation. r=TYLin 2019-11-25 21:45:22 +00:00
fieldset-001-grid.html Bug 471015 - [css-break] Implement <fieldset> fragmentation. r=TYLin 2019-11-25 21:45:22 +00:00
fieldset-001-ref.html Bug 471015 - [css-break] Implement <fieldset> fragmentation. r=TYLin 2019-11-25 21:45:22 +00:00
fieldset-001.html Bug 471015 - [css-break] Implement <fieldset> fragmentation. r=TYLin 2019-11-25 21:45:22 +00:00
fieldset-002-ref.html Bug 471015 - [css-break] Implement <fieldset> fragmentation. r=TYLin 2019-11-25 21:45:22 +00:00
fieldset-002.html Bug 471015 - [css-break] Implement <fieldset> fragmentation. r=TYLin 2019-11-25 21:45:22 +00:00
fieldset-003-ref.html Bug 471015 - [css-break] Implement <fieldset> fragmentation. r=TYLin 2019-11-25 21:45:22 +00:00
fieldset-003.html Bug 471015 - [css-break] Implement <fieldset> fragmentation. r=TYLin 2019-11-25 21:45:22 +00:00
fieldset-004-ref.html Bug 471015 - [css-break] Implement <fieldset> fragmentation. r=TYLin 2019-11-25 21:45:22 +00:00
fieldset-004.html Bug 471015 - [css-break] Implement <fieldset> fragmentation. r=TYLin 2019-11-25 21:45:22 +00:00
fieldset-005-ref.html Bug 471015 - [css-break] Implement <fieldset> fragmentation. r=TYLin 2019-11-25 21:45:22 +00:00
fieldset-005.html Bug 471015 - [css-break] Implement <fieldset> fragmentation. r=TYLin 2019-11-25 21:45:22 +00:00
fieldset-006-ref.html Bug 471015 - [css-break] Implement <fieldset> fragmentation. r=TYLin 2019-11-25 21:45:22 +00:00
fieldset-006.html Bug 471015 - [css-break] Implement <fieldset> fragmentation. r=TYLin 2019-11-25 21:45:22 +00:00
fieldset-007-ref.html Bug 471015 - [css-break] Implement <fieldset> fragmentation. r=TYLin 2019-11-25 21:45:22 +00:00
fieldset-007.html Bug 471015 - [css-break] Implement <fieldset> fragmentation. r=TYLin 2019-11-25 21:45:22 +00:00
fieldset-008-ref.html Bug 471015 - [css-break] Implement <fieldset> fragmentation. r=TYLin 2019-11-25 21:45:22 +00:00
fieldset-008.html Bug 471015 - [css-break] Implement <fieldset> fragmentation. r=TYLin 2019-11-25 21:45:22 +00:00
fieldset-009-ref.html Bug 471015 - [css-break] Implement <fieldset> fragmentation. r=TYLin 2019-11-25 21:45:22 +00:00
fieldset-009.html Bug 471015 - [css-break] Implement <fieldset> fragmentation. r=TYLin 2019-11-25 21:45:22 +00:00
float-clear-000-print.html Bug 1625341 - Convert the newline from windows style to unix-like style in reftests in layout/reftests/pagination/. r=TYLin 2020-03-27 02:07:07 +00:00
float-clear-000-print.ref.html Bug 1625341 - Convert the newline from windows style to unix-like style in reftests in layout/reftests/pagination/. r=TYLin 2020-03-27 02:07:07 +00:00
float-clear-001-print.html Bug 1625341 - Convert the newline from windows style to unix-like style in reftests in layout/reftests/pagination/. r=TYLin 2020-03-27 02:07:07 +00:00
float-clear-002-print.html Bug 1625341 - Convert the newline from windows style to unix-like style in reftests in layout/reftests/pagination/. r=TYLin 2020-03-27 02:07:07 +00:00
float-clear-003-print.html Bug 1625341 - Convert the newline from windows style to unix-like style in reftests in layout/reftests/pagination/. r=TYLin 2020-03-27 02:07:07 +00:00
float-continuations-000.html
float-continuations-000.ref.html
image.html
quirks-notref.html
quirks-ref.html
quirks.html
reftest.list Bug 1655608 part 3: Fix ReflowOutput/ReflowInput mismatch in nsPageSequenceFrame. r=TYLin 2020-07-28 22:43:46 +00:00
resize-reflow-000.html
resize-reflow-000.ref.html
resize-reflow-001.html
resize-reflow-001.inner.html
resize-reflow-001.ref.html
row-page-break-after-always-1.html Bug 1625341 - Convert the newline from windows style to unix-like style in reftests in layout/reftests/pagination/. r=TYLin 2020-03-27 02:07:07 +00:00
row-page-break-after-always-2.html Bug 1625341 - Convert the newline from windows style to unix-like style in reftests in layout/reftests/pagination/. r=TYLin 2020-03-27 02:07:07 +00:00
rowgroup-page-break-after-always-1.html Bug 1625341 - Convert the newline from windows style to unix-like style in reftests in layout/reftests/pagination/. r=TYLin 2020-03-27 02:07:07 +00:00
rowgroup-tfoot-page-break-after-always-1.html Bug 1625341 - Convert the newline from windows style to unix-like style in reftests in layout/reftests/pagination/. r=TYLin 2020-03-27 02:07:07 +00:00
rowgroup-thead-page-break-after-always-1.html Bug 1625341 - Convert the newline from windows style to unix-like style in reftests in layout/reftests/pagination/. r=TYLin 2020-03-27 02:07:07 +00:00
table-caption-splitaftercaption-1-ref.html Bug 1625341 - Convert the newline from windows style to unix-like style in reftests in layout/reftests/pagination/. r=TYLin 2020-03-27 02:07:07 +00:00
table-caption-splitaftercaption-1.html Bug 1625341 - Convert the newline from windows style to unix-like style in reftests in layout/reftests/pagination/. r=TYLin 2020-03-27 02:07:07 +00:00
table-caption-splitaftercaption-2-ref.html Bug 1625341 - Convert the newline from windows style to unix-like style in reftests in layout/reftests/pagination/. r=TYLin 2020-03-27 02:07:07 +00:00
table-caption-splitaftercaption-2.html Bug 1625341 - Convert the newline from windows style to unix-like style in reftests in layout/reftests/pagination/. r=TYLin 2020-03-27 02:07:07 +00:00
table-caption-splitaftercaption-3-ref.html Bug 1625341 - Convert the newline from windows style to unix-like style in reftests in layout/reftests/pagination/. r=TYLin 2020-03-27 02:07:07 +00:00
table-caption-splitaftercaption-3.html Bug 1625341 - Convert the newline from windows style to unix-like style in reftests in layout/reftests/pagination/. r=TYLin 2020-03-27 02:07:07 +00:00
table-caption-splitaftercaption-4-ref.html Bug 1625341 - Convert the newline from windows style to unix-like style in reftests in layout/reftests/pagination/. r=TYLin 2020-03-27 02:07:07 +00:00
table-caption-splitaftercaption-4.html Bug 1625341 - Convert the newline from windows style to unix-like style in reftests in layout/reftests/pagination/. r=TYLin 2020-03-27 02:07:07 +00:00
table-caption-splitaftercaption-5-ref.html Bug 1625341 - Convert the newline from windows style to unix-like style in reftests in layout/reftests/pagination/. r=TYLin 2020-03-27 02:07:07 +00:00
table-caption-splitaftercaption-5.html Bug 1625341 - Convert the newline from windows style to unix-like style in reftests in layout/reftests/pagination/. r=TYLin 2020-03-27 02:07:07 +00:00
table-caption-splitaftercaption-6-ref.html Bug 1625341 - Convert the newline from windows style to unix-like style in reftests in layout/reftests/pagination/. r=TYLin 2020-03-27 02:07:07 +00:00
table-caption-splitaftercaption-6.html Bug 1625341 - Convert the newline from windows style to unix-like style in reftests in layout/reftests/pagination/. r=TYLin 2020-03-27 02:07:07 +00:00
table-caption-splitaftercaption-7-ref.html Bug 1625341 - Convert the newline from windows style to unix-like style in reftests in layout/reftests/pagination/. r=TYLin 2020-03-27 02:07:07 +00:00
table-caption-splitaftercaption-7.html Bug 1625341 - Convert the newline from windows style to unix-like style in reftests in layout/reftests/pagination/. r=TYLin 2020-03-27 02:07:07 +00:00
table-caption-splitaftercaption-8.html Bug 1625341 - Convert the newline from windows style to unix-like style in reftests in layout/reftests/pagination/. r=TYLin 2020-03-27 02:07:07 +00:00
table-caption-splitaftercaption-9.html Bug 1625341 - Convert the newline from windows style to unix-like style in reftests in layout/reftests/pagination/. r=TYLin 2020-03-27 02:07:07 +00:00
table-caption-splitaftercaption-10.html Bug 1625341 - Convert the newline from windows style to unix-like style in reftests in layout/reftests/pagination/. r=TYLin 2020-03-27 02:07:07 +00:00
table-caption-splitaftercaption-11.html Bug 1625341 - Convert the newline from windows style to unix-like style in reftests in layout/reftests/pagination/. r=TYLin 2020-03-27 02:07:07 +00:00
table-caption-splitrowgroup-1-ref.html Bug 1625341 - Convert the newline from windows style to unix-like style in reftests in layout/reftests/pagination/. r=TYLin 2020-03-27 02:07:07 +00:00
table-caption-splitrowgroup-1.html Bug 1625341 - Convert the newline from windows style to unix-like style in reftests in layout/reftests/pagination/. r=TYLin 2020-03-27 02:07:07 +00:00
table-cell-breaking-1-ref.html Bug 1626129 - Apply skip sides for nsTableCellFrame's border and padding, and use it to calculate available space to reflow children. r=dbaron 2020-05-18 00:47:05 +00:00
table-cell-breaking-1a.html Bug 1626129 - Apply skip sides for nsTableCellFrame's border and padding, and use it to calculate available space to reflow children. r=dbaron 2020-05-18 00:47:05 +00:00
table-cell-breaking-1b.html Bug 1626129 - Apply skip sides for nsTableCellFrame's border and padding, and use it to calculate available space to reflow children. r=dbaron 2020-05-18 00:47:05 +00:00
table-cell-breaking-2-ref.html Bug 1626129 - Add more reftests for breaking a table cell. r=dbaron 2020-05-16 06:14:02 +00:00
table-cell-breaking-2a.html Bug 1626129 - Add more reftests for breaking a table cell. r=dbaron 2020-05-16 06:14:02 +00:00
table-cell-breaking-2b.html Bug 1626129 - Add more reftests for breaking a table cell. r=dbaron 2020-05-16 06:14:02 +00:00
table-cell-breaking-3-ref.html Bug 1626129 - Add more reftests for breaking a table cell. r=dbaron 2020-05-16 06:14:02 +00:00
table-cell-breaking-3a-ref.html Bug 1626129 - Add more reftests for breaking a table cell. r=dbaron 2020-05-16 06:14:02 +00:00
table-cell-breaking-3a.html Bug 1626129 - Add more reftests for breaking a table cell. r=dbaron 2020-05-16 06:14:02 +00:00
table-cell-breaking-3b.html Bug 1626129 - Add more reftests for breaking a table cell. r=dbaron 2020-05-16 06:14:02 +00:00
table-nested-1308876-1-ref.html Bug 1626129 - Apply skip sides for nsTableCellFrame's border and padding, and use it to calculate available space to reflow children. r=dbaron 2020-05-18 00:47:05 +00:00
table-nested-1308876-1.xhtml
table-page-break-after-always-1.html Bug 1625341 - Convert the newline from windows style to unix-like style in reftests in layout/reftests/pagination/. r=TYLin 2020-03-27 02:07:07 +00:00
table-page-break-after-left-1.html Bug 1625341 - Convert the newline from windows style to unix-like style in reftests in layout/reftests/pagination/. r=TYLin 2020-03-27 02:07:07 +00:00
table-page-break-after-right-1.html Bug 1625341 - Convert the newline from windows style to unix-like style in reftests in layout/reftests/pagination/. r=TYLin 2020-03-27 02:07:07 +00:00
table-page-break-before-always-1-ref.html Bug 1625341 - Convert the newline from windows style to unix-like style in reftests in layout/reftests/pagination/. r=TYLin 2020-03-27 02:07:07 +00:00
table-page-break-before-always-1.html Bug 1625341 - Convert the newline from windows style to unix-like style in reftests in layout/reftests/pagination/. r=TYLin 2020-03-27 02:07:07 +00:00
table-page-break-before-auto-1-ref.html Bug 1625341 - Convert the newline from windows style to unix-like style in reftests in layout/reftests/pagination/. r=TYLin 2020-03-27 02:07:07 +00:00
table-page-break-before-auto-1.html Bug 1625341 - Convert the newline from windows style to unix-like style in reftests in layout/reftests/pagination/. r=TYLin 2020-03-27 02:07:07 +00:00
table-page-break-before-auto-2-ref.html Bug 1625341 - Convert the newline from windows style to unix-like style in reftests in layout/reftests/pagination/. r=TYLin 2020-03-27 02:07:07 +00:00
table-page-break-before-auto-2.html Bug 1625341 - Convert the newline from windows style to unix-like style in reftests in layout/reftests/pagination/. r=TYLin 2020-03-27 02:07:07 +00:00
table-page-break-before-auto-3-ref.html Bug 1625341 - Convert the newline from windows style to unix-like style in reftests in layout/reftests/pagination/. r=TYLin 2020-03-27 02:07:07 +00:00
table-page-break-before-avoid-1.html Bug 1625341 - Convert the newline from windows style to unix-like style in reftests in layout/reftests/pagination/. r=TYLin 2020-03-27 02:07:07 +00:00
table-page-break-before-left-1.html Bug 1625341 - Convert the newline from windows style to unix-like style in reftests in layout/reftests/pagination/. r=TYLin 2020-03-27 02:07:07 +00:00
table-page-break-before-right-1.html Bug 1625341 - Convert the newline from windows style to unix-like style in reftests in layout/reftests/pagination/. r=TYLin 2020-03-27 02:07:07 +00:00
table-tfoot-thead-1-ref.html Bug 1625341 - Convert the newline from windows style to unix-like style in reftests in layout/reftests/pagination/. r=TYLin 2020-03-27 02:07:07 +00:00
table-tfoot-thead-1.html Bug 1625341 - Convert the newline from windows style to unix-like style in reftests in layout/reftests/pagination/. r=TYLin 2020-03-27 02:07:07 +00:00
table_internal_pagebreak-1.html Bug 1625341 - Convert the newline from windows style to unix-like style in reftests in layout/reftests/pagination/. r=TYLin 2020-03-27 02:07:07 +00:00
test-async-paged.html