Bug 299854
| Summary: | Multicol spanners should not paint below the rest of the multicol content | ||
|---|---|---|---|
| Product: | WebKit | Reporter: | fantasai <fantasai.bugs> |
| Component: | Layout and Rendering | Assignee: | Nobody <webkit-unassigned> |
| Status: | NEW | ||
| Severity: | Normal | CC: | bfulgham, karlcow, simon.fraser, webkit-bug-importer, zalan |
| Priority: | P2 | Keywords: | InRadar |
| Version: | WebKit Local Build | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
fantasai
We're failing tests like https://wpt.live/css/css-multicol/multicol-span-all-005.html because we're painting the spanner below the multicol itself and below all its other contents (including content that comes before).
AFAICT we're painting
1. the multicol background
2. the spanners, including their background, border, and content
3. the multicol borders
4. all other multicol content, including their background border, and content
This seems wrong... I'm pretty sure the spanners should be painted interleaved with other multicol content, and certainly not before the multicol border!
| Attachments | ||
|---|---|---|
| Add attachment proposed patch, testcase, etc. |
Radar WebKit Bug Importer
<rdar://problem/162092345>
Radar WebKit Bug Importer
<rdar://problem/162092331>