Source code
Revision control
Copy as Markdown
Other Tools
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>Protocol Handling Web Platform Test - Pass</title>
<script src="/resources/testharness.js"></script>
<script src="/resources/testharnessreport.js"></script>
<script>
setup({ single_test: true });
const urlParams = new URLSearchParams(window.location.search);
done();
</script>
</head>
<body>
<h1>Protocol Handling Page</h1>
</body>
</html>