Status: PASS | Duration: 7ms | Subtests: 1/1 | Open test on wpt.live | wpt.fyi
/css/CSS2/floats/crashtests/float-dynamic-change-8.html
<!DOCTYPE html> <link rel="help" href="https://crbug.com/495571483"> <style> .float::backdrop { float: left; } </style> <dialog id="dialog"></dialog> <script> dialog.showModal(); dialog.classList.add('float'); </script>