Move parseFontFaceDescriptor to CSSPropertyParser.cpp
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / fast / workers / shared-worker-context-gc-expected.txt
blob0b8b002228420476b5678d818fa63e8384886dd3
1 Test Navigator/Location wrappers with GC.
3 This tests that gc does not destroy the WorkerNavigator and WorkerLocation wrappers if the WorkerContext is still active. You should see two PASSes below if this test succeeds.
4 navigator.foo = 'PASS'; gc(); navigator.foo: PASS
5 location.foo = 'PASS'; gc(); location.foo: PASS
6 DONE