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

Side by Side 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 unified diff | Download patch
OLDNEW
1 Tests that reparenting media elements also reparents ActiveDOMObject. 1 Tests that reparenting media 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 '3' and is.
6 PASS: window.internals.activeDOMObjectCount(iframe) should be '3' and is. 6 PASS: window.internals.activeDOMObjectCount(iframe) should be '3' 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 '4' and is.
9 PASS: window.internals.activeDOMObjectCount(iframe) should be '2' and is. 9 PASS: window.internals.activeDOMObjectCount(iframe) should be '2' and is.
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698