mirror of
https://github.com/servo/servo.git
synced 2025-08-06 14:10:11 +01:00
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:
parent
83dec920dd
commit
4ec61c2cdc
5 changed files with 34 additions and 10 deletions
|
@ -1,2 +0,0 @@
|
|||
[floats-clear-multicol-000.html]
|
||||
expected: FAIL
|
|
@ -1,2 +0,0 @@
|
|||
[floats-clear-multicol-001.html]
|
||||
expected: FAIL
|
|
@ -1,2 +0,0 @@
|
|||
[floats-clear-multicol-balancing-000.html]
|
||||
expected: FAIL
|
|
@ -1,2 +0,0 @@
|
|||
[floats-clear-multicol-balancing-001.html]
|
||||
expected: FAIL
|
Loading…
Add table
Add a link
Reference in a new issue