Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit de3dcd7

Browse filesBrowse files
tniessentargos
authored andcommitted
test: fix reference to WPT testharness.js
The W3C testharness.js was moved to the `web-platform-tests/wpt` repository a while ago. PR-URL: #35814 Reviewed-By: Colin Ihrig <cjihrig@gmail.com> Reviewed-By: Rich Trott <rtrott@gmail.com> Reviewed-By: Daijiro Wachi <daijiro.wachi@gmail.com> Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
1 parent 9703219 commit de3dcd7
Copy full SHA for de3dcd7

File tree

Expand file treeCollapse file tree

1 file changed

+1
-1
lines changed
Open diff view settings
Filter options
Expand file treeCollapse file tree

1 file changed

+1
-1
lines changed
Open diff view settings
Collapse file

‎test/common/wpt.js‎

Copy file name to clipboardExpand all lines: test/common/wpt.js
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ const path = require('path');
99
const { inspect } = require('util');
1010
const { Worker } = require('worker_threads');
1111

12-
// https://github.com/w3c/testharness.js/blob/master/testharness.js
12+
// https://github.com/web-platform-tests/wpt/blob/master/resources/testharness.js
1313
// TODO: get rid of this half-baked harness in favor of the one
1414
// pulled from WPT
1515
const harnessMock = {

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.