Move parseFontFaceDescriptor to CSSPropertyParser.cpp
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / fast / dom / custom / leaks-expected.txt
blob8216044680525c74b6b75fb881c15430dd6746a0
1 Tests that Custom Elements does not induce leaks
3 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
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
27 TEST COMPLETE