Move parseFontFaceDescriptor to CSSPropertyParser.cpp
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / fast / workers / shared-worker-lifecycle.html
blob9c144247a6bb9d34a378f89b08d92264f6fe18be
1 <body>
2 <p>Test SharedWorker lifecycle. Will print PASS multiple times, followed by DONE.</p>
3 <div id=result></div>
4 <script src="../../resources/gc.js"></script>
5 <script src="resources/shared-worker-create-common.js"></script>
6 <script src="resources/worker-util.js"></script>
7 <script src="resources/worker-lifecycle.js"></script>
8 </body>