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