Source code
Revision control
Copy as Markdown
Other Tools
Test Info:
- This WPT test may be referenced by the following Test IDs:
- /css/css-text/crashtests/line-break-float-crash.html - WPT Dashboard Interop Dashboard
<!DOCTYPE html>
<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>