Closed
Bug 1351976
Opened 8 years ago
Closed 8 years ago
stylo: flexbox layout is wrong under stylo
Categories
(Core :: CSS Parsing and Computation, defect, P1)
Tracking
()
RESOLVED
FIXED
People
(Reporter: shinglyu, Assigned: hiro)
References
(Blocks 1 open bug)
Details
Attachments
(1 file, 1 obsolete file)
1.98 KB,
text/plain
|
Details |
Various flexbox reftest has wrong layout, need further investigation.
Comment 1•8 years ago
|
||
This is a lot of tests, so bumping the priority. I'll try to find an owner soon.
Priority: -- → P1
Comment 2•8 years ago
|
||
Looks like Hiro is already working on this - thanks Hiro!
After the two dependencies are fixed, how many remaining from comment 0 are failing? If it's only a handful, we can probably close this bug and come back to them later.
Assignee: nobody → hikezoe
Flags: needinfo?(hikezoe)
Assignee | ||
Comment 3•8 years ago
|
||
The remaining are 27 tests (I might miss some though).
I guess a reason of most of failures in layout/reftests/flexbox/ is that we don't handle '-moz-max-content' or 'moz-min-content' properly.
I am not sure about reasons of failure tests in layout/reftests/w3c-css/submitted/align3/, need to investigate respectively.
Attachment #8852799 -
Attachment is obsolete: true
Flags: needinfo?(hikezoe)
Assignee | ||
Comment 4•8 years ago
|
||
(In reply to Hiroyuki Ikezoe (:hiro) from comment #3)
> I am not sure about reasons of failure tests in
> layout/reftests/w3c-css/submitted/align3/, need to investigate respectively.
Rest of failures in this directory use 'display: grid'. It needs bug 1341802.
So now I think flex-box issues has been solved.
Status: NEW → RESOLVED
Closed: 8 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•