https://github.com/web-platform-tests/wpt
Raw File
Tip revision: e74b1a03953ecedcbf31d495be3f2bd667c1de6e authored by Anthony Ramine on 07 April 2018, 11:47:48 UTC
Avoid async/await in /webstorage/idlharness.html
Tip revision: e74b1a0
animation-worklet-referrer.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/referrer-tests.js"></script>
</head>
<body>
<script>
    runReferrerTests("animation");
</script>
</body>
</html>
back to top