Move parseFontFaceDescriptor to CSSPropertyParser.cpp
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / webaudio / scriptprocessornode-premature-death-expected.txt
blobcc0a24fde832948970d5c740c663473f1564e161
1 Tests that a script processor node is not prematurely GCed
3 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
6 Testing with explicitly keeping a reference to the script processor node alive.
7 PASS wasCollectedPrematurely is false
8 PASS wasCalled is true
9 Testing without explicitly keeping a reference to the script processor node alive.
10 FAIL wasCollectedPrematurely should be false. Was true.
11 FAIL wasCalled should be true. Was false.
12 PASS successfullyParsed is true
14 TEST COMPLETE