5 document
.getElementById('test').addEventListener('DOMSubtreeModified',function () {
6 alert('Subtree modified!')
10 <link rel=
"Top" id=
"test" href=
"#">
12 <body onload=
"init()">
13 This tests that you can successfully add a DOMSubtreeModified event listener to a link element, and the page should load without crashing.