summaryrefslogtreecommitdiffstats
path: root/third_party/WebKit/LayoutTests/fast/harness/internals-observe-gc-expected.txt
blob: beed683361bfa5046165667d2594c9a815b039ca (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
Tests that the window.internals.observeGC hook works.

On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".


PASS observationA.wasCollected is false
PASS observationB.wasCollected is true
PASS observationC.wasCollected is true
PASS internals.observeGC(undefined) threw exception TypeError: value to observe is null or undefined.
PASS internals.observeGC(null) threw exception TypeError: value to observe is null or undefined.
PASS did not crash
PASS successfullyParsed is true

TEST COMPLETE