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-8.html - WPT Dashboard Interop Dashboard
<!DOCTYPE html>
<style>
.float::backdrop { float: left; }
</style>
<dialog id="dialog"></dialog>
<script>
dialog.showModal();
dialog.classList.add('float');
</script>