https://github.com/web-platform-tests/wpt
Raw File
Tip revision: 330c54de5826e56ea3dfd314574a29043518e7e8 authored by Marcos Cáceres on 08 August 2018, 10:39:23 UTC
Add edenchuang
Tip revision: 330c54d
paint-worklet-import.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/import-tests.js"></script>
</head>
<body>
<script>
    runImportTests("paint");
</script>
</body>
</html>
back to top