Sometimes text is painted below background/above other elements when it shouldn't. Repro and screenshots below. Might be related to #1286?
Linux
N/A
N/A
N/A
N/A
Case 1:
<html>
<style>
body {
display: inline;
}
span {
font-size: 60px;
display: inline-flex;
position: relative;
background-color: crimson;
}
</style>
<span>TEST</span>
</html>
Case 2:
<html>
<style>
body {
width: 100px;
display: flex;
}
div {
background-color: red;
width: 50px;
height: 50px;
}
span {
width: 50px;
}
</style>
<span>LoremIpsum</span>
<div></div>
</html>
N/A
Text is painted below background:
Chrome | Ladybird |
---|---|
And above another element:
Chrome | Ladybird |
---|---|
No response
Pay now to fund the work behind this issue.
Get updates on progress being made.
Maintainer is rewarded once the issue is completed.
You're funding impactful open source efforts
You want to contribute to this effort
You want to get funding like this too