chromium/third_party/blink/web_tests/http/tests/websocket/workers/close-code-and-reason.html

<!DOCTYPE html>
<script src="/js-test-resources/js-test.js"></script>
<script>
description("Test CloseEvent code and reason property in Worker.");

startWorker("resources/close-code-and-reason.js");
</script>