Closed
Description
The multicol spec says:
A column rule is drawn in the middle of the column gap with the endpoints at opposing content edges of the multicol container.
However, this multicol breaking test shows that this isn't what implementations do -- at least Firefox and Chrome. (I think Chrome's behavior is correct; Firefox's is less buggy in nightly than in release right now.) They only draw the column rules as far as there is content in the columns.
The spec does say later in the same paragraph:
Column rules are only drawn between two columns that both have content.
but this doesn't justify the ending of the rule partway down the height of the multicol, when the content ends at that height.