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-4.html - WPT Dashboard Interop Dashboard
<!DOCTYPE html>
<fieldset id="target"></fieldset>
<script>
document.body.offsetTop;
target.style.float = 'left';
target.style.overflow = 'hidden';
</script>