Skip to content

Commit

Permalink
Add a note about jsshell tests to the documentation. (#16325)
Browse files Browse the repository at this point in the history
Fixes #16255.
  • Loading branch information
Ms2ger authored and jugglinmike committed Apr 12, 2019
1 parent 65bb76a commit 12df60a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions docs/_writing-tests/testharness.md
Original file line number Diff line number Diff line change
Expand Up @@ -161,6 +161,8 @@ are:
* `dedicatedworker` (default): to be run at <code><var>x</var>.any.worker.html</code>
* `serviceworker`: to be run at <code><var>x</var>.https.any.serviceworker.html</code>
* `sharedworker`: to be run at <code><var>x</var>.any.sharedworker.html</code>
* `jsshell`: to be run in a JavaScript shell, without access to the DOM
(currently only supported in SpiderMonkey, and skipped in wptrunner)
* `default`: shorthand for the default scopes
* `worker`: shorthand for the dedicated, shared and service worker scopes

Expand Down

0 comments on commit 12df60a

Please sign in to comment.