| Index: third_party/WebKit/LayoutTests/http/tests/activedomobject/media.html
|
| diff --git a/third_party/WebKit/LayoutTests/http/tests/activedomobject/media.html b/third_party/WebKit/LayoutTests/http/tests/activedomobject/media.html
|
| index 1482afadbeabedaea38b295accb5a6cd36f4d730..5a5626d7b15f8e130b7bf0f1ad141e27d6496c45 100644
|
| --- a/third_party/WebKit/LayoutTests/http/tests/activedomobject/media.html
|
| +++ b/third_party/WebKit/LayoutTests/http/tests/activedomobject/media.html
|
| @@ -10,13 +10,13 @@
|
| window.iframe = document.querySelector('iframe').contentDocument;
|
|
|
| log('Before Reparenting');
|
| - shouldBe('window.internals.activeDOMObjectCount(document)', 2);
|
| + shouldBe('window.internals.activeDOMObjectCount(document)', 3);
|
| shouldBe('window.internals.activeDOMObjectCount(iframe)', 3);
|
|
|
| document.body.appendChild(window.iframe.querySelector('video'));
|
|
|
| log('After Reparenting');
|
| - shouldBe('window.internals.activeDOMObjectCount(document)', 3);
|
| + shouldBe('window.internals.activeDOMObjectCount(document)', 4);
|
| shouldBe('window.internals.activeDOMObjectCount(iframe)', 2);
|
| }
|
| </script>
|
|
|