Closed
Bug 1575964
Opened 5 years ago
Closed 5 years ago
layout/reftests/columns/column-box-alignment-rtl.html fails if column-span is enabled
Categories
(Core :: Layout: Columns, defect, P3)
Core
Layout: Columns
Tracking
()
RESOLVED
FIXED
mozilla71
Tracking | Status | |
---|---|---|
firefox71 | --- | fixed |
People
(Reporter: TYLin, Assigned: TYLin)
References
Details
Crash Data
Attachments
(3 files)
See this reftest-analyzer result. (This try run has my WIP patches for bug 1575106, but the test already fails on Nightly (2019-08-22).
Assignee | ||
Updated•5 years ago
|
Assignee: nobody → aethanyc
Status: NEW → ASSIGNED
Assignee | ||
Comment 1•5 years ago
|
||
Assignee | ||
Comment 2•5 years ago
|
||
Since column-content's positions are moved, ColumnSet's overflow areas
needs to be fixed as well.
Depends on D44278
Assignee | ||
Comment 3•5 years ago
|
||
column-box-alignment-rtl-2.html is column-box-alignment-rtl.html plus
body {
writing-mode: vertical-rl;
}
Depends on D44279
Updated•5 years ago
|
Attachment #9089559 -
Attachment description: Bug 1575964 Part 1 - Separate a fixup logic which is needed if column-span is disabled. → Bug 1575964 Part 1 - Separate a fixup logic which is redundant if column-span is enabled.
Updated•5 years ago
|
Attachment #9089561 -
Attachment description: Bug 1575964 Part 3 - Improve reftests for RTL columns, and adjust test expectations. → Bug 1575964 Part 3 - Improve reftests for RTL columns, and run them when column-span is enabled.
Assignee | ||
Comment 4•5 years ago
|
||
cc :heycam in case my patches are relevant to bug 1570039.
Updated•5 years ago
|
Attachment #9089561 -
Attachment description: Bug 1575964 Part 3 - Improve reftests for RTL columns, and run them when column-span is enabled. → Bug 1575964 Part 3 - Add new reftests for RTL columns, and run them with column-span enabled.
Pushed by aethanyc@gmail.com:
https://hg.mozilla.org/integration/autoland/rev/754f6bc92d67
Part 1 - Separate a fixup logic which is redundant if column-span is enabled. r=dbaron
https://hg.mozilla.org/integration/autoland/rev/1278aa29cad0
Part 2 - Fix RTL column positions when column-span is enabled. r=dbaron
https://hg.mozilla.org/integration/autoland/rev/0fe71f31e045
Part 3 - Add new reftests for RTL columns, and run them with column-span enabled. r=dholbert
Comment 6•5 years ago
|
||
bugherder |
https://hg.mozilla.org/mozilla-central/rev/754f6bc92d67
https://hg.mozilla.org/mozilla-central/rev/1278aa29cad0
https://hg.mozilla.org/mozilla-central/rev/0fe71f31e045
Status: ASSIGNED → RESOLVED
Closed: 5 years ago
status-firefox71:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → mozilla71
Updated•5 years ago
|
Crash Signature: [@ mozilla::intl::LineBreaker::GetJISx4051Breaks]
You need to log in
before you can comment on or make changes to this bug.
Description
•