5 document
.addEventListener("DOMSubtreeModified", function() {
7 document
.body
.cloneNode(false);
10 <meta charset=
"utf-8">
11 <script src=
"../../resources/js-test.js"></script>
13 <body id=
"some_random_id_so_body_creates_attribute_data" class=
"another_random_attribute_to_increase_crash_surface_area">
16 description("Tests that cloning the body node in response to a DOMSubtreeModified event doesn't crash.");