mirror of
https://github.com/LadybirdBrowser/ladybird
synced 2026-04-26 17:55:07 +02:00
This behavior is not specified but required to match other browsers. Fixes https://github.com/LadybirdBrowser/ladybird/issues/5907
16 lines
363 B
HTML
16 lines
363 B
HTML
<!DOCTYPE html>
|
|
<style>
|
|
.a {
|
|
display: grid;
|
|
grid-template-columns: repeat(4, 1fr);
|
|
}
|
|
.b {
|
|
background-color: #5f5;
|
|
display: grid;
|
|
}
|
|
span {
|
|
overflow: hidden;
|
|
white-space: nowrap;
|
|
}
|
|
</style>
|
|
<div class="a"><div class="b"><span>Very very very long sentence lorem ipsum too long to fit what will happen with this sentence? Nobody knows for sure |