Move parseFontFaceDescriptor to CSSPropertyParser.cpp
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / fast / workers / worker-context-gc-expected.txt
blob31439c6b118f955c2ff81dd5422d5c393d9a16c1
1 Test Navigator properties.
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