[css-grid] write more reftests for align/justify-self/content:[last-]baseline
Categories
(Core :: Layout: Grid, enhancement, P4)
Tracking
()
Tracking | Status | |
---|---|---|
firefox49 | --- | affected |
People
(Reporter: MatsPalmgren_bugz, Unassigned)
References
(Blocks 1 open bug)
Details
(Keywords: good-first-bug, helpwanted, Whiteboard: [lang=css])
Attachments
(3 files, 1 obsolete file)
Reporter | ||
Comment 2•9 years ago
|
||
Reporter | ||
Comment 3•9 years ago
|
||
Reporter | ||
Updated•9 years ago
|
Updated•6 years ago
|
Comment 4•5 years ago
|
||
Hey evreybody! Since this bug is updated 6 months back , i wanted to make sure if its still available . I'm newbie at this ,right now i'm reading this
https://developer.mozilla.org/en-US/docs/Mozilla/Creating_reftest-based_unit_tests Will start writing the patch as soon as I... well....try
plzz guide me if u can :)
Comment 5•5 years ago
|
||
Updated•5 years ago
|
Reporter | ||
Comment 6•5 years ago
|
||
In this test I also added a bit of padding on one of the baseline aligned items so that the intrinsic size of the container depends on the result of the baseline alignment. It would be nice if we could include that too so that we exercise that part of the layout code as well.
Reporter | ||
Comment 7•5 years ago
|
||
Don't forget to also test baseline values for align-content/justify-content
, combined with themselves and with *-self
baseline values. If you take all the properties/values that can affect baseline alignment then there are literally thousands of combinations. Please tests as many as possible. (Note that each test file needs to render in 600px x 600px so they won't fit in just one file.)
Reporter | ||
Comment 8•5 years ago
|
||
It's worth testing align/justify-self/content:[last-]baseline
on grid containers too of course, but perhaps that should be a follow-up bug. Also, we have some tests for that already: see layout/reftests/css-grid/grid-container-baselines-*
Updated•5 years ago
|
Comment 9•5 years ago
|
||
This good-first-bug hasn't had any activity for 2 months, it is automatically unassigned.
For more information, please visit auto_nag documentation.
Comment 10•4 years ago
|
||
I am an outreachy applicant and I want to contribute to this task kindly assign it to me. Thank you
Comment 11•3 years ago
|
||
Is this Issue still active?
Updated•3 years ago
|
Comment 12•3 years ago
|
||
Is this issue still active? I would love to contribute to it as my first bug. Kindly assign it to me!
Updated•3 years ago
|
Comment 13•3 years ago
|
||
I would love to contribute to it as my first bug. Kindly assign it to me boss
Comment 14•3 years ago
|
||
Hi, I am an outreachy applicant. I am interested in working on this. Can I be assigned this?
Comment 15•1 years ago
|
||
Updated•1 years ago
|
Comment 16•1 year ago
|
||
Comment 17•1 year ago
|
||
Backed out for causing failures at grid-container-baselines-007.html.
Backout link: https://hg.mozilla.org/integration/autoland/rev/3e9553e763c05a226a06eb22a8f60efef211bafd
Push with failures: https://treeherder.mozilla.org/jobs?repo=autoland&resultStatus=testfailed%2Cbusted%2Cexception%2Cretry%2Cusercancel&revision=4f19e5c90d1c8a70ae19d7f85fdc9aa23c1f6abe
Failure log: https://treeherder.mozilla.org/logviewer?job_id=456053094&repo=autoland&lineNumber=9431
Comment 18•1 year ago
|
||
Comment 19•1 year ago
|
||
I've updated the failed test and hope it's good this time. Can someone please run the job to test it across all environments?
Comment 20•1 year ago
|
||
This good-first-bug hasn't had any activity for 2 months, it is automatically unassigned.
For more information, please visit BugBot documentation.
Comment 21•1 year ago
|
||
From: https://issues.chromium.org/issues/364820101
justify-self baseline has an affect, by synthesizing the baseline using a horizontal-tb writing-mode.
Potentially: https://bugzilla.mozilla.org/show_bug.cgi?id=1913789 may fix this issue.
Likely grid-container-baselines-006 is incorrect in the above patches.
Ian
Description
•