Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(107)

Unified Diff: third_party/WebKit/LayoutTests/http/tests/activedomobject/media-expected.txt

Issue 2587913002: Rename activeDOMObjectsAreSuspended to isContextSuspended (Closed)
Patch Set: temp Created 4 years ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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.

Powered by Google App Engine
This is Rietveld 408576698