diff options
Diffstat (limited to 'tests/wpt/web-platform-tests/offscreen-canvas/path-objects/2d.path.isPointInPath.basic.2.worker.js')
-rw-r--r-- | tests/wpt/web-platform-tests/offscreen-canvas/path-objects/2d.path.isPointInPath.basic.2.worker.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/wpt/web-platform-tests/offscreen-canvas/path-objects/2d.path.isPointInPath.basic.2.worker.js b/tests/wpt/web-platform-tests/offscreen-canvas/path-objects/2d.path.isPointInPath.basic.2.worker.js index b2bf9410ba7..75bc7f04450 100644 --- a/tests/wpt/web-platform-tests/offscreen-canvas/path-objects/2d.path.isPointInPath.basic.2.worker.js +++ b/tests/wpt/web-platform-tests/offscreen-canvas/path-objects/2d.path.isPointInPath.basic.2.worker.js @@ -4,7 +4,7 @@ // Note: importScripts("/resources/testharness.js"); -importScripts("/common/canvas-tests.js"); +importScripts("/2dcontext/resources/canvas-tests.js"); var t = async_test("isPointInPath() detects whether the point is inside the path"); t.step(function() { |