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-dynamic-change-3.html - WPT Dashboard Interop Dashboard
<!DOCTYPE html>
<div style="text-decoration: underline;">
<div id="target" style="column-count: 1;">
text
</div>
</div>
<script>
document.body.offsetTop;
target.style.float = 'right';
</script>