Source code
Revision control
Copy as Markdown
Other Tools
Test Info:
- This WPT test may be referenced by the following Test IDs:
- /css/css-position/crashtests/inline-containing-block-multicol-balancing-001.html - WPT Dashboard Interop Dashboard
<!-- Quirks mode -->
<meta charset="utf-8">
<style>
* {
column-width: 5em;
white-space: pre;
position: sticky;
}
#b {
position: absolute;
}
font {
border-left-style: solid;
}
</style>
<script>
function go() {
a.appendChild(c)
}
</script>
<body onload=go()>
<font size="22">
<hr id="b">
<table>
<keygen id="c">
<li dir="rtl"></li>
<menu></menu>
<br id="a"></br>
<dir>
<!-- blank line required to reproduce the bug -->
<li>
<!-- blank line required to reproduce the bug -->
<small></small>
<!-- blank line required to reproduce the bug -->
</li>