diff options
Diffstat (limited to 'testing/web-platform/tests/worklets/animation-worklet-credentials.https.html')
-rw-r--r-- | testing/web-platform/tests/worklets/animation-worklet-credentials.https.html | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/testing/web-platform/tests/worklets/animation-worklet-credentials.https.html b/testing/web-platform/tests/worklets/animation-worklet-credentials.https.html new file mode 100644 index 0000000000..3ef830a6a2 --- /dev/null +++ b/testing/web-platform/tests/worklets/animation-worklet-credentials.https.html @@ -0,0 +1,15 @@ +<!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("animation"); +</script> +</body> +</html> |