Move parseFontFaceDescriptor to CSSPropertyParser.cpp
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / webexposed / global-interface-listing-shared-worker.html
blob13e97d8e7e603decbb076d24ec745806b76bd772
1 <!DOCTYPE html>
2 <script src="../resources/js-test.js"></script>
3 <script>
4 description("This test documents all interface attributes and methods on SharedWorkerGlobalScope.");
5 worker = startWorker("resources/global-interface-listing.js", "shared");
6 </script>