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

Side by Side Diff: third_party/WebKit/LayoutTests/fast/dom/custom/leaks-expected.txt

Issue 1964403002: Retire leak-check.js. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 7 months 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
(Empty)
1 Tests that Custom Elements does not induce leaks
2
3 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE ".
4
5
6 Test a custom element with minimal capturing
7 PASS observations.frame.wasCollected is true
8 PASS observations.window.wasCollected is true
9 PASS observations.document.wasCollected is true
10 PASS observations.proto.wasCollected is true
11 PASS observations.ctor.wasCollected is true
12 PASS observations.callback.wasCollected is true
13 Test callbacks which close over a bunch of objects
14 PASS observations.frame.wasCollected is true
15 PASS observations.window.wasCollected is true
16 PASS observations.document.wasCollected is true
17 PASS observations.proto.wasCollected is true
18 PASS observations.ctor.wasCollected is true
19 PASS observations.callback.wasCollected is true
20 Test that navigating a frame with custom elements does not leak
21 PASS observations.document.wasCollected is true
22 PASS observations.proto.wasCollected is true
23 PASS observations.ctor.wasCollected is true
24 PASS observations.callback.wasCollected is true
25 PASS successfullyParsed is true
26
27 TEST COMPLETE
28
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698