| OLD | NEW |
| 1 Tests that reparenting marquee elements also reparents ActiveDOMObject. | 1 Tests that reparenting marquee elements also reparents ActiveDOMObject. |
| 2 | 2 |
| 3 | 3 |
| 4 Before Reparenting | 4 Before Reparenting |
| 5 PASS: window.internals.activeDOMObjectCount(document) should be '2' and is. | 5 PASS: window.internals.activeDOMObjectCount(document) should be '2' and is. |
| 6 PASS: window.internals.activeDOMObjectCount(iframe) should be '3' and is. | 6 PASS: window.internals.activeDOMObjectCount(iframe) should be '2' and is. |
| 7 After Reparenting | 7 After Reparenting |
| 8 PASS: window.internals.activeDOMObjectCount(document) should be '3' and is. | 8 PASS: window.internals.activeDOMObjectCount(document) should be '2' and is. |
| 9 PASS: window.internals.activeDOMObjectCount(iframe) should be '2' and is. | 9 PASS: window.internals.activeDOMObjectCount(iframe) should be '2' and is. |
| OLD | NEW |