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

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

Issue 2272773002: Use intersection observer to control frame throttling (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Update LeakExpectations Created 4 years, 1 month 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 a5ccb50173210125f2d53175b2b0cb9b9fb4b3f0..70c233712c917fb8d8dba33f94ee595405b517ec 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 '2' and is.
+PASS: window.internals.activeDOMObjectCount(document) should be '3' and is.
PASS: window.internals.activeDOMObjectCount(iframe) should be '3' and is.
After Reparenting
-PASS: window.internals.activeDOMObjectCount(document) should be '3' and is.
+PASS: window.internals.activeDOMObjectCount(document) should be '4' and is.
PASS: window.internals.activeDOMObjectCount(iframe) should be '2' and is.

Powered by Google App Engine
This is Rietveld 408576698