diff options
author | WPT Sync Bot <josh+wptsync@joshmatthews.net> | 2019-10-11 10:24:47 +0000 |
---|---|---|
committer | WPT Sync Bot <josh+wptsync@joshmatthews.net> | 2019-10-11 15:44:29 +0000 |
commit | e10932a8f789cf1f0de0aa1e44c49b7f36121baf (patch) | |
tree | d3f978cb8960358498d9ece8daa052aabe701161 /tests/wpt/web-platform-tests/offscreen-canvas/path-objects/2d.path.isPointInPath.basic.2.worker.js | |
parent | 0e503a0e0c942b3535724674ba332ad838da2352 (diff) | |
download | servo-e10932a8f789cf1f0de0aa1e44c49b7f36121baf.tar.gz servo-e10932a8f789cf1f0de0aa1e44c49b7f36121baf.zip |
Update web-platform-tests to revision 33fa44546cbd74796eebfd7e8a33d6fc2f4e020a
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() { |