layout: Add support for clear on <br> elements (#32094)

`<br>` elements are a bit "special" in the sense that they defer a
linebreak, but can also have `clear` applied to them. The `clear` that
they supply should be applie *after* the linebreak is processed. This
change adds special processing for this situation.

Fixes #15402.
This commit is contained in:
Martin Robinson 2024-04-17 16:15:06 +02:00 committed by GitHub
parent 83dec920dd
commit 4ec61c2cdc
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
5 changed files with 34 additions and 10 deletions

View file

@ -1,2 +0,0 @@
[floats-clear-multicol-000.html]
expected: FAIL

View file

@ -1,2 +0,0 @@
[floats-clear-multicol-001.html]
expected: FAIL

View file

@ -1,2 +0,0 @@
[floats-clear-multicol-balancing-000.html]
expected: FAIL

View file

@ -1,2 +0,0 @@
[floats-clear-multicol-balancing-001.html]
expected: FAIL