Closed
Bug 1350149
Opened 8 years ago
Closed 8 years ago
Print reflow status in more cases
Categories
(Core :: Layout, enhancement)
Core
Layout
Tracking
()
RESOLVED
FIXED
mozilla55
Tracking | Status | |
---|---|---|
firefox55 | --- | fixed |
People
(Reporter: dbaron, Assigned: dbaron)
References
Details
Attachments
(1 file)
1.62 KB,
patch
|
dholbert
:
review+
|
Details | Diff | Splinter Review |
This makes the display-reflow information for
layout/reftests/w3c-css/submitted/css21/pagination/moz-css21-float-page-break-inside-avoid-4.html
more clear, since it means we include previously-omitted
inline-break-before statuses (not really inline in this case!), such as:
status=[Complete=Y,NIF=N,Truncated=N,Break=B,FirstLetter=N]
It was useful when debugging various tests for bug 1308876.
MozReview-Commit-ID: AL38FH6wuOa
Assignee | ||
Comment 1•8 years ago
|
||
This makes the display-reflow information for
layout/reftests/w3c-css/submitted/css21/pagination/moz-css21-float-page-break-inside-avoid-4.html
more clear, since it means we include previously-omitted
inline-break-before statuses (not really inline in this case!), such as:
status=[Complete=Y,NIF=N,Truncated=N,Break=B,FirstLetter=N]
It was useful when debugging various tests for bug 1308876.
MozReview-Commit-ID: AL38FH6wuOa
Assignee | ||
Updated•8 years ago
|
Attachment #8850783 -
Flags: review?(dholbert)
Comment 2•8 years ago
|
||
Comment on attachment 8850783 [details] [diff] [review]
Print reflow status in more cases
Review of attachment 8850783 [details] [diff] [review]:
-----------------------------------------------------------------
r=me
Attachment #8850783 -
Flags: review?(dholbert) → review+
Assignee | ||
Comment 3•8 years ago
|
||
https://hg.mozilla.org/integration/mozilla-inbound/rev/41fac0336580b03487cfdf53d3f746f3b41b020e
Bug 1350149 - Make display-reflow print reflow status in more cases. r=dholbert
Comment 4•8 years ago
|
||
bugherder |
Status: ASSIGNED → RESOLVED
Closed: 8 years ago
status-firefox55:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → mozilla55
You need to log in
before you can comment on or make changes to this bug.
Description
•