Closed
Bug 1245036
Opened 9 years ago
Closed 9 years ago
Add columns test case for <summary> element
Categories
(Core :: Layout, defect)
Core
Layout
Tracking
()
RESOLVED
FIXED
mozilla48
People
(Reporter: TYLin, Assigned: TYLin)
References
(Blocks 1 open bug)
Details
Attachments
(2 files, 1 obsolete file)
MozReview Request: Bug 1245036 Part 1 - Use default-preferences in details and summary reftest.list.
58 bytes,
text/x-review-board-request
|
bzbarsky
:
review+
|
Details |
58 bytes,
text/x-review-board-request
|
bzbarsky
:
review+
|
Details |
Per bug 591737 comment comment 220, this is a follow-up to support css columns for <summary> elements.
After bug 591737 landed, <details> should already support css columns.
Assignee | ||
Comment 1•9 years ago
|
||
After bug 1258657 landed, the summary element is rendered by nsBlockFrame, so it supports css columns for free.
Assignee: nobody → tlin
Status: NEW → ASSIGNED
Summary: Add columns support to <summary> element → Add columns test case for <summary> element
Assignee | ||
Comment 2•9 years ago
|
||
After bug 1258657 landed, summary element is rendered by nsBlockFrame,
so it supports css columns for free.
Review commit: https://reviewboard.mozilla.org/r/46365/diff/#index_header
See other reviews: https://reviewboard.mozilla.org/r/46365/
Attachment #8741306 -
Flags: review?(bzbarsky)
![]() |
||
Updated•9 years ago
|
Attachment #8741306 -
Flags: review?(bzbarsky)
![]() |
||
Comment 3•9 years ago
|
||
Comment on attachment 8741306 [details]
MozReview Request: Bug 1245036 - Add columns test case for <summary> element.
https://reviewboard.mozilla.org/r/46365/#review43031
I think it would be better to have a separate testcase for summary here, instead of dealing with the mess that is nested columnsets.
Assignee | ||
Comment 4•9 years ago
|
||
Turn on the pref at once instead of duplicating the line in every single
tests.
Review commit: https://reviewboard.mozilla.org/r/46639/diff/#index_header
See other reviews: https://reviewboard.mozilla.org/r/46639/
Attachment #8741621 -
Flags: review?(bzbarsky)
Attachment #8741622 -
Flags: review?(bzbarsky)
Assignee | ||
Comment 5•9 years ago
|
||
After bug 1258657 landed, summary element is rendered by nsBlockFrame,
so it supports css columns for free.
Review commit: https://reviewboard.mozilla.org/r/46641/diff/#index_header
See other reviews: https://reviewboard.mozilla.org/r/46641/
Assignee | ||
Updated•9 years ago
|
Attachment #8741306 -
Attachment is obsolete: true
![]() |
||
Comment 6•9 years ago
|
||
Comment on attachment 8741621 [details]
MozReview Request: Bug 1245036 Part 1 - Use default-preferences in details and summary reftest.list.
https://reviewboard.mozilla.org/r/46639/#review43393
r=me
Attachment #8741621 -
Flags: review?(bzbarsky) → review+
![]() |
||
Comment 7•9 years ago
|
||
Comment on attachment 8741622 [details]
MozReview Request: Bug 1245036 Part 2 - Add columns test case for <summary> element.
https://reviewboard.mozilla.org/r/46641/#review43397
r=me
Attachment #8741622 -
Flags: review?(bzbarsky) → review+
Comment 9•9 years ago
|
||
bugherder |
https://hg.mozilla.org/mozilla-central/rev/65c479a60775
https://hg.mozilla.org/mozilla-central/rev/aaa5e560ed43
Status: ASSIGNED → RESOLVED
Closed: 9 years ago
status-firefox48:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → mozilla48
You need to log in
before you can comment on or make changes to this bug.
Description
•