Merge Chromium + Blink git repositories
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / http / tests / websocket / close-code-and-reason.html
blob0f7a7d2dea43fcc38a2b2e6ebbabfe6d4d98ce0a
1 <!DOCTYPE HTML>
2 <script src="/js-test-resources/js-test.js"></script>
3 <script src="resources/close-code-and-reason-common.js"></script>
4 <script>
5 description("Test CloseEvent code and reason property.");
7 window.jsTestIsAsync = true;
9 testCloseCodeAndReason();
11 </script>