| Index: third_party/WebKit/LayoutTests/virtual/threaded/http/tests/worklet/animation-worklet-import.html
|
| diff --git a/third_party/WebKit/LayoutTests/virtual/threaded/http/tests/worklet/animation-worklet-import.html b/third_party/WebKit/LayoutTests/virtual/threaded/http/tests/worklet/animation-worklet-import.html
|
| new file mode 100644
|
| index 0000000000000000000000000000000000000000..6ae086942008569cc217ed433d0bc0e614a1a505
|
| --- /dev/null
|
| +++ b/third_party/WebKit/LayoutTests/virtual/threaded/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="../../../../../http/tests/worklet/resources/import-tests.js"></script>
|
| +</head>
|
| +<body>
|
| +<script>
|
| + runImportTests(window.animationWorklet, '../../../../../http/tests/worklet/');
|
| +</script>
|
| +</body>
|
| +</html>
|
|
|