Bug 1580302 Comment 0 Edit History

Note: The actual edited comment in the bug view page will always show the original commenter’s name and original timestamp.

STR:
 (1) Apply bug 1463197's patch and set `layout.css.xul-box-display-values.content.enabled` to true

 (2) View attached testcase.

ACTUAL RESULTS:
The second item (the `display:-moz-box` one) is only as wide as its contents.

EXPECTED RESULTS:
That item should stretch to the full width of the grid (the default `justify-self:stretch` behavior).

Also, the last line of the testcase should report "[-moz-box]" -- if it says `[block]`, then that's a hint that you didn't finish STR step (1).
STR:
 (1) Apply bug 1580012's patch and set `layout.css.xul-box-display-values.content.enabled` to true [EDIT: fixed bug number]

 (2) View attached testcase.

ACTUAL RESULTS:
The second item (the `display:-moz-box` one) is only as wide as its contents.

EXPECTED RESULTS:
That item should stretch to the full width of the grid (the default `justify-self:stretch` behavior).

Also, the last line of the testcase should report "[-moz-box]" -- if it says `[block]`, then that's a hint that you didn't finish STR step (1).

Back to Bug 1580302 Comment 0