blob: 1e0fe68aad9dc5127b7078dadd4513e1270dd906 [file] [log] [blame]
<!DOCTYPE html>
<html>
<body>
<div style="display: grid;">
<div style="background: red; max-width: 200px; padding: 20px; display: flex;">
<div style="background: yellowgreen; display: grid; align-items: baseline;">
<span>Very long example text for testing line break which will not happen due to the bug</span>
</div>
</div>
</div>
</body>
</html>