1
0
Fork 0
firefox/testing/web-platform/tests/css/css-text/crashtests/line-break-float-crash.html
Daniel Baumann 5e9a113729
Adding upstream version 140.0.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
2025-06-25 09:37:52 +02:00

26 lines
471 B
HTML

<!DOCTYPE html>
<link rel="help" href="https://drafts.csswg.org/css-text-3">
<link rel="author" title="Koji Ishii" href="mailto:kojii@chromium.org">
<style>
#container {
font-size: 100px;
width: 33554432px;
}
atomic {
display: inline-block;
width: 1ch;
}
left {
float: left;
width: 33554432px;
height: 10px;
}
</style>
<body>
<div id="container">
<atomic></atomic>
0
<left></left>
<span dir="ltr"><atomic></atomic></span>
</div>
</body>