Source code
Revision control
Copy as Markdown
Other Tools
Test Info:
- This WPT test may be referenced by the following Test IDs:
- /css/CSS2/floats/crashtests/float-rewind-parallel-flow-1-crash.html - WPT Dashboard Interop Dashboard
<!DOCTYPE html>
<style>
#outer {
display: list-item;
list-style-position: inside;
columns: 2;
column-fill: auto;
height: 100px;
font-size: 1px;
direction: rtl;
}
#inner {
float: right;
width: 100%;
height: 150px;
}
</style>
<div id="outer">
<div id="inner"></div>
x
</div>