gecko-dev/layout/reftests/pagination
Ting-Yu Lin 41f37efd4f Bug 1603088 Part 1 - Remove "max-block-size: 100%" for -moz-column-set and -moz-column-content. r=dbaron
Simply remove "max-block-size: 100%" for -moz-column-set and
-moz-column-content breaks abspos-breaking-dynamic-{001,002,003}.html.
We need to reflow ColumnSetWrapper's children whenever
ColumnSetWrapper's block-size or max-block-size is changed because both
size affect the available block-size for ColumnSetWrapper's children.

We set `NS_FRAME_CONTAINS_RELATIVE_BSIZE` for ColumnSetWrapperFrame so
that it will set itself dirty in `selfDirty` in
`nsBlockFrame::ReflowDirtyLines`, and mark its lines dirty if
`aState.mReflowInput.IsBResize()` is true.

Differential Revision: https://phabricator.services.mozilla.com/D58731

--HG--
extra : moz-landing-system : lando
2020-01-08 02:48:12 +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-ref2.html
652178-1-ref.html
652178-1.html
745025-1-ref.html
745025-1.html
820496-1-ref.html
820496-1.html
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 Bug 1404868 - Add reftests. r=TYLin 2019-08-02 23:44:13 +00:00
1404868-1.html Bug 1404868 - Add reftests. r=TYLin 2019-08-02 23:44:13 +00:00
1406050-1-ref.html Bug 1404868 - Add reftests. r=TYLin 2019-08-02 23:44:13 +00:00
1406050-1.html Bug 1404868 - Add reftests. r=TYLin 2019-08-02 23:44:13 +00:00
1406291-1-ref.html Bug 1420528 - Add reftests for other bugs fixed by this bug. r=TYLin 2019-08-01 06:55:04 +00:00
1406291-1.html Bug 1420528 - Add reftests for other bugs fixed by this bug. r=TYLin 2019-08-01 06:55:04 +00:00
1409585-1-ref.html Bug 1404868 - Add reftests. r=TYLin 2019-08-02 23:44:13 +00:00
1409585-1.html Bug 1404868 - Add reftests. r=TYLin 2019-08-02 23:44:13 +00:00
1411799-1-ref.html Bug 1420528 - Add reftests for other bugs fixed by this bug. r=TYLin 2019-08-01 06:55:04 +00:00
1411799-1.html Bug 1420528 - Add reftests for other bugs fixed by this bug. r=TYLin 2019-08-01 06:55:04 +00:00
1420528-1-ref.html Bug 1420528 - Add reftest. r=TYLin 2019-08-01 00:48:00 +00:00
1420528-1.html Bug 1420528 - Add reftest. r=TYLin 2019-08-01 00:48:00 +00:00
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 Bug 1420528 - Add reftests for other bugs fixed by this bug. r=TYLin 2019-08-01 06:55:04 +00:00
1468654-1.html Bug 1420528 - Add reftests for other bugs fixed by this bug. r=TYLin 2019-08-01 06:55:04 +00:00
1596310-ref.html Bug 1596310 - Clamp negative available size to zero and ensure page break frames don't apply margins. r=TYLin 2019-11-18 20:36:52 +00:00
1596310.html Bug 1596310 - Clamp negative available size to zero and ensure page break frames don't apply margins. r=TYLin 2019-11-18 20:36:52 +00:00
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
abspos-overflow-01-cols.xhtml Bug 1308587 Part 2 - Remove -moz prefix for all multi-column properties in testing and css files. r=dholbert 2019-09-05 21:37:32 +00:00
abspos-overflow-01.ref.xhtml
abspos-overflow-01.xhtml
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 Bug 1308587 Part 2 - Remove -moz prefix for all multi-column properties in testing and css files. r=dholbert 2019-09-05 21:37:32 +00:00
border-breaking-001-cols.ref.xhtml Bug 1308587 Part 2 - Remove -moz prefix for all multi-column properties in testing and css files. r=dholbert 2019-09-05 21:37:32 +00:00
border-breaking-001-cols.xhtml Bug 1308587 Part 2 - Remove -moz prefix for all multi-column properties in testing and css files. r=dholbert 2019-09-05 21:37:32 +00:00
border-breaking-002-cols.ref.xhtml Bug 1308587 Part 2 - Remove -moz prefix for all multi-column properties in testing and css files. r=dholbert 2019-09-05 21:37:32 +00:00
border-breaking-002-cols.xhtml Bug 1308587 Part 2 - Remove -moz prefix for all multi-column properties in testing and css files. r=dholbert 2019-09-05 21:37:32 +00:00
border-breaking-003-cols.ref.xhtml
border-breaking-003-cols.xhtml Bug 1308587 Part 2 - Remove -moz prefix for all multi-column properties in testing and css files. r=dholbert 2019-09-05 21:37:32 +00:00
border-breaking-004-cols.xhtml Bug 1308587 Part 2 - Remove -moz prefix for all multi-column properties in testing and css files. r=dholbert 2019-09-05 21:37:32 +00:00
column-balancing-break-inside-avoid-2-ref.html Bug 1308587 Part 2 - Remove -moz prefix for all multi-column properties in testing and css files. r=dholbert 2019-09-05 21:37:32 +00:00
column-balancing-break-inside-avoid-2.html Bug 1308587 Part 2 - Remove -moz prefix for all multi-column properties in testing and css files. r=dholbert 2019-09-05 21:37:32 +00:00
combobox-page-break-inside-ref.html
combobox-page-break-inside.html
contain-size-break-001-ref.html Bug 1470329 - Change ReflowInput to have unconstrained BSize for size-contained elements, add reftests r=dholbert 2018-07-02 09:43:03 -07:00
contain-size-break-001.html Bug 1470329 - Change ReflowInput to have unconstrained BSize for size-contained elements, add reftests r=dholbert 2018-07-02 09:43:03 -07:00
contain-size-break-002-ref.html Bug 1470329 - Change ReflowInput to have unconstrained BSize for size-contained elements, add reftests r=dholbert 2018-07-02 09:43:03 -07:00
contain-size-break-002.html Bug 1470329 - Change ReflowInput to have unconstrained BSize for size-contained elements, add reftests r=dholbert 2018-07-02 09:43:03 -07:00
contain-size-break-003-ref.html Bug 1470329 - Change ReflowInput to have unconstrained BSize for size-contained elements, add reftests r=dholbert 2018-07-02 09:43:03 -07:00
contain-size-break-003.html Bug 1470329 - Change ReflowInput to have unconstrained BSize for size-contained elements, add reftests r=dholbert 2018-07-02 09:43:03 -07:00
content-inserted-000.ref.xhtml Bug 1308587 Part 2 - Remove -moz prefix for all multi-column properties in testing and css files. r=dholbert 2019-09-05 21:37:32 +00:00
content-inserted-000.xhtml Bug 1308587 Part 2 - Remove -moz prefix for all multi-column properties in testing and css files. r=dholbert 2019-09-05 21:37:32 +00:00
content-inserted-001.ref.xhtml Bug 1308587 Part 2 - Remove -moz prefix for all multi-column properties in testing and css files. r=dholbert 2019-09-05 21:37:32 +00:00
content-inserted-001.xhtml Bug 1308587 Part 2 - Remove -moz prefix for all multi-column properties in testing and css files. r=dholbert 2019-09-05 21:37:32 +00:00
content-inserted-002.ref.xhtml Bug 1308587 Part 2 - Remove -moz prefix for all multi-column properties in testing and css files. r=dholbert 2019-09-05 21:37:32 +00:00
content-inserted-002.xhtml Bug 1308587 Part 2 - Remove -moz prefix for all multi-column properties in testing and css files. r=dholbert 2019-09-05 21:37:32 +00:00
content-inserted-003.xhtml Bug 1308587 Part 2 - Remove -moz prefix for all multi-column properties in testing and css files. r=dholbert 2019-09-05 21:37:32 +00:00
content-inserted-004.xhtml Bug 1308587 Part 2 - Remove -moz prefix for all multi-column properties in testing and css files. r=dholbert 2019-09-05 21:37:32 +00:00
content-inserted-005.xhtml Bug 1308587 Part 2 - Remove -moz prefix for all multi-column properties in testing and css files. r=dholbert 2019-09-05 21:37:32 +00:00
content-inserted-006.xhtml Bug 1308587 Part 2 - Remove -moz prefix for all multi-column properties in testing and css files. r=dholbert 2019-09-05 21:37:32 +00:00
content-inserted-007.xhtml Bug 1308587 Part 2 - Remove -moz prefix for all multi-column properties in testing and css files. r=dholbert 2019-09-05 21:37:32 +00:00
content-inserted-008.xhtml Bug 1308587 Part 2 - Remove -moz prefix for all multi-column properties in testing and css files. r=dholbert 2019-09-05 21:37:32 +00:00
content-inserted-009.xhtml Bug 1308587 Part 2 - Remove -moz prefix for all multi-column properties in testing and css files. r=dholbert 2019-09-05 21:37:32 +00:00
content-url-element.html
content-url-pseudo-ref.html Bug 1473813: Don't make pseudo-elements replaced by content: url(..). r=bz 2018-07-16 18:06:39 +02:00
content-url-pseudo.html
dynamic-abspos-overflow-01-cols.ref.xhtml
dynamic-abspos-overflow-01-cols.xhtml Bug 1308587 Part 2 - Remove -moz prefix for all multi-column properties in testing and css files. r=dholbert 2019-09-05 21:37:32 +00: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
float-clear-000-print.ref.html
float-clear-000.html Bug 1308587 Part 2 - Remove -moz prefix for all multi-column properties in testing and css files. r=dholbert 2019-09-05 21:37:32 +00:00
float-clear-000.ref.html Bug 1308587 Part 2 - Remove -moz prefix for all multi-column properties in testing and css files. r=dholbert 2019-09-05 21:37:32 +00:00
float-clear-001-print.html
float-clear-001.html Bug 1308587 Part 2 - Remove -moz prefix for all multi-column properties in testing and css files. r=dholbert 2019-09-05 21:37:32 +00:00
float-clear-002-print.html
float-clear-002.html Bug 1308587 Part 2 - Remove -moz prefix for all multi-column properties in testing and css files. r=dholbert 2019-09-05 21:37:32 +00:00
float-clear-003-print.html
float-clear-003.html Bug 1308587 Part 2 - Remove -moz prefix for all multi-column properties in testing and css files. r=dholbert 2019-09-05 21:37:32 +00:00
float-continuations-000.html Bug 1308587 Part 2 - Remove -moz prefix for all multi-column properties in testing and css files. r=dholbert 2019-09-05 21:37:32 +00:00
float-continuations-000.ref.html Bug 1308587 Part 2 - Remove -moz prefix for all multi-column properties in testing and css files. r=dholbert 2019-09-05 21:37:32 +00:00
image.html
quirks-notref.html Bug 1567105 - Tests. r=jwatt 2019-07-23 19:22:48 +00:00
quirks-ref.html Bug 1567105 - Tests. r=jwatt 2019-07-23 19:22:48 +00:00
quirks.html Bug 1567105 - Tests. r=jwatt 2019-07-23 19:22:48 +00:00
reftest.list 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
resize-reflow-000.html Bug 1308587 Part 2 - Remove -moz prefix for all multi-column properties in testing and css files. r=dholbert 2019-09-05 21:37:32 +00:00
resize-reflow-000.ref.html Bug 1308587 Part 2 - Remove -moz prefix for all multi-column properties in testing and css files. r=dholbert 2019-09-05 21:37:32 +00:00
resize-reflow-001.html
resize-reflow-001.inner.html Bug 1308587 Part 2 - Remove -moz prefix for all multi-column properties in testing and css files. r=dholbert 2019-09-05 21:37:32 +00:00
resize-reflow-001.ref.html Bug 1308587 Part 2 - Remove -moz prefix for all multi-column properties in testing and css files. r=dholbert 2019-09-05 21:37:32 +00:00
row-page-break-after-always-1.html
row-page-break-after-always-2.html
rowgroup-page-break-after-always-1.html
rowgroup-tfoot-page-break-after-always-1.html
rowgroup-thead-page-break-after-always-1.html
table_internal_pagebreak-1.html
table-caption-splitaftercaption-1-ref.html
table-caption-splitaftercaption-1.html
table-caption-splitaftercaption-2-ref.html
table-caption-splitaftercaption-2.html
table-caption-splitaftercaption-3-ref.html
table-caption-splitaftercaption-3.html
table-caption-splitaftercaption-4-ref.html
table-caption-splitaftercaption-4.html
table-caption-splitaftercaption-5-ref.html
table-caption-splitaftercaption-5.html
table-caption-splitaftercaption-6-ref.html
table-caption-splitaftercaption-6.html
table-caption-splitaftercaption-7-ref.html
table-caption-splitaftercaption-7.html
table-caption-splitaftercaption-8.html
table-caption-splitaftercaption-9.html
table-caption-splitaftercaption-10.html
table-caption-splitaftercaption-11.html
table-caption-splitrowgroup-1-ref.html
table-caption-splitrowgroup-1.html
table-nested-1308876-1-ref.html Bug 1322780 - Part 2: Support unprefixed min-content and max-content. r=mats,emilio 2018-12-18 18:47:37 +00:00
table-nested-1308876-1.xhtml
table-page-break-after-always-1.html
table-page-break-after-left-1.html
table-page-break-after-right-1.html
table-page-break-before-always-1-ref.html
table-page-break-before-always-1.html
table-page-break-before-auto-1-ref.html
table-page-break-before-auto-1.html
table-page-break-before-auto-2-ref.html
table-page-break-before-auto-2.html
table-page-break-before-auto-3-ref.html
table-page-break-before-avoid-1.html
table-page-break-before-left-1.html
table-page-break-before-right-1.html
table-tfoot-thead-1-ref.html
table-tfoot-thead-1.html
test-async-paged.html