https://github.com/web-platform-tests/wpt
Raw File
Tip revision: 88ec1d7c1367d0facdb961f675489bf32d7df7b9 authored by Robert Ma on 16 March 2018, 17:56:06 UTC
Mute wget when downloading chrome deb
Tip revision: 88ec1d7
layout-worklet-credentials.https.html
<!DOCTYPE html>
<html>
<head>
    <script src="/common/get-host-info.sub.js"></script>
    <script src="/resources/testharness.js"></script>
    <script src="/resources/testharnessreport.js"></script>
    <script src="resources/worklet-test-utils.js"></script>
    <script src="resources/credentials-tests.js"></script>
</head>
<body>
<script>
    runCredentialsTests("layout");
</script>
</body>
</html>
back to top