| Index: third_party/WebKit/LayoutTests/http/tests/activedomobject/media-expected.txt
|
| diff --git a/third_party/WebKit/LayoutTests/http/tests/activedomobject/media-expected.txt b/third_party/WebKit/LayoutTests/http/tests/activedomobject/media-expected.txt
|
| index 70c233712c917fb8d8dba33f94ee595405b517ec..cf47ed7b7aa3080a4ffcf481c1349b7e940636b6 100644
|
| --- a/third_party/WebKit/LayoutTests/http/tests/activedomobject/media-expected.txt
|
| +++ b/third_party/WebKit/LayoutTests/http/tests/activedomobject/media-expected.txt
|
| @@ -2,8 +2,8 @@ Tests that reparenting media elements also reparents ActiveDOMObject.
|
|
|
|
|
| Before Reparenting
|
| -PASS: window.internals.activeDOMObjectCount(document) should be '3' and is.
|
| -PASS: window.internals.activeDOMObjectCount(iframe) should be '3' and is.
|
| +PASS: window.internals.suspendableObjectCount(document) should be '3' and is.
|
| +PASS: window.internals.suspendableObjectCount(iframe) should be '3' and is.
|
| After Reparenting
|
| -PASS: window.internals.activeDOMObjectCount(document) should be '4' and is.
|
| -PASS: window.internals.activeDOMObjectCount(iframe) should be '2' and is.
|
| +PASS: window.internals.suspendableObjectCount(document) should be '4' and is.
|
| +PASS: window.internals.suspendableObjectCount(iframe) should be '2' and is.
|
|
|