blob: 8bd191e08ca2a76f202bf28f0bd0ca6619ed47b6 [file] [log] [blame]
<!DOCTYPE html>
<script src="../resources/js-test.js"></script>
<script>
description("This test documents all interface attributes and methods on CompositorWorkerGlobalScope.");
if ('CompositorWorker' in window)
worker = startWorker("resources/global-interface-listing.js", "compositor");
else
debug("No CompositorWorker available.");
</script>