Chromium Code Reviews| Index: third_party/WebKit/LayoutTests/http/tests/worklet/animation-worklet-import.html |
| diff --git a/third_party/WebKit/LayoutTests/http/tests/worklet/animation-worklet-import.html b/third_party/WebKit/LayoutTests/http/tests/worklet/animation-worklet-import.html |
| new file mode 100644 |
| index 0000000000000000000000000000000000000000..1144a4dea532dad6e7f5de4df05e6851b35c8cc7 |
| --- /dev/null |
| +++ b/third_party/WebKit/LayoutTests/http/tests/worklet/animation-worklet-import.html |
| @@ -0,0 +1,13 @@ |
| +<!DOCTYPE html> |
| +<html> |
| +<head> |
| + <script src="../resources/testharness.js"></script> |
| + <script src="../resources/testharnessreport.js"></script> |
| + <script src="resources/import-tests.js"></script> |
| +</head> |
| +<body> |
| +<script> |
| + runImportTests(window.animationWorklet); |
| +</script> |
| +</body> |
| +</html> |