Source code
Revision control
Copy as Markdown
Other Tools
Test Info:
- This WPT test may be referenced by the following Test IDs:
- /css/css-multicol/crashtests/nested-multicol-spanner-reframe.html - WPT Dashboard Interop Dashboard
<!DOCTYPE html>
<link rel="author" title="Ting-Yu Lin" href="mailto:tlin@mozilla.com">
<style>
* {
column-width: 8px;
scale: 0.867 1 0;
white-space: pre;
}
.cl1 {
column-span: all;
}
.cl2 {
position: fixed;
top: 45vmax;
}
</style>
<script>
document.addEventListener("DOMContentLoaded", () => {
document.documentElement.offsetHeight;
a.rules = "groups";
document.documentElement.offsetHeight;
})
</script>
<bdi>
<table id="a">
<tfoot class="cl2"></tfoot>
</table>
<video></video>
<dir>a</dir>
<div class="cl1"></div>
</bdi>
<iframe align="right"></iframe>
<li></li>
<menu>
<map></map>
</menu>