Move parseFontFaceDescriptor to CSSPropertyParser.cpp
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / fast / harness / internals-observe-gc-expected.txt
blobbeed683361bfa5046165667d2594c9a815b039ca
1 Tests that the window.internals.observeGC hook works.
3 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
6 PASS observationA.wasCollected is false
7 PASS observationB.wasCollected is true
8 PASS observationC.wasCollected is true
9 PASS internals.observeGC(undefined) threw exception TypeError: value to observe is null or undefined.
10 PASS internals.observeGC(null) threw exception TypeError: value to observe is null or undefined.
11 PASS did not crash
12 PASS successfullyParsed is true
14 TEST COMPLETE