blob: f2f6e50be0fd2274b7c3b7e453d7661b6dd99daa (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8" />
<title>Sockets test: Can be disabled by permissions policy</title>
<script src="/resources/testharness.js"></script>
<script src="/resources/testharnessreport.js"></script>
<script src="/resources/testdriver.js"></script>
<script src="/resources/testdriver-vendor.js"></script>
</head>
<body>
<script src="disabled-by-permissions-policy.js"></script>
</body>
</html>
|