blob: a8831802de425421982b3beace005bb6bfc3099d [file] [log] [blame]
<!doctype html>
<html>
<head>
<meta charset="utf-8">
<title>No websocket in watchos</title>
<script src="../../../../resources/testharness.js"></script>
<script src="../../../../resources/testharnessreport.js"></script>
</head>
<body>
<script>
test(() => {
assert_equals(window.WebSocket, undefined);
}, 'Ensure that WebSocket is disabled in WatchOS');
</script>
</body>
</html>