Remove jsshell annotations from streams/

They are no longer helpful for their original consumer (Gecko) and cause wpt.fyi to display spurious failures (https://github.com/web-platform-tests/wpt.fyi/issues/1469).

c894f0086c99ab5efc37691ac60f33a2b37c2e7c removed some but not all.

Closes #34795.
diff --git a/streams/piping/abort.any.js b/streams/piping/abort.any.js
index 45a358d..503de9d 100644
--- a/streams/piping/abort.any.js
+++ b/streams/piping/abort.any.js
@@ -1,4 +1,4 @@
-// META: global=window,worker,jsshell
+// META: global=window,worker
 // META: script=../resources/recording-streams.js
 // META: script=../resources/test-utils.js
 'use strict';
diff --git a/streams/piping/close-propagation-backward.any.js b/streams/piping/close-propagation-backward.any.js
index bd1e9cb..5ea47ab 100644
--- a/streams/piping/close-propagation-backward.any.js
+++ b/streams/piping/close-propagation-backward.any.js
@@ -1,4 +1,4 @@
-// META: global=window,worker,jsshell
+// META: global=window,worker
 // META: script=../resources/recording-streams.js
 'use strict';
 
diff --git a/streams/piping/close-propagation-forward.any.js b/streams/piping/close-propagation-forward.any.js
index fc3282e..71b6e26 100644
--- a/streams/piping/close-propagation-forward.any.js
+++ b/streams/piping/close-propagation-forward.any.js
@@ -1,4 +1,4 @@
-// META: global=window,worker,jsshell
+// META: global=window,worker
 // META: script=../resources/test-utils.js
 // META: script=../resources/recording-streams.js
 'use strict';
diff --git a/streams/piping/error-propagation-backward.any.js b/streams/piping/error-propagation-backward.any.js
index 6dc2030..ec74592 100644
--- a/streams/piping/error-propagation-backward.any.js
+++ b/streams/piping/error-propagation-backward.any.js
@@ -1,4 +1,4 @@
-// META: global=window,worker,jsshell
+// META: global=window,worker
 // META: script=../resources/test-utils.js
 // META: script=../resources/recording-streams.js
 'use strict';
diff --git a/streams/piping/error-propagation-forward.any.js b/streams/piping/error-propagation-forward.any.js
index f35ec66..482da2f 100644
--- a/streams/piping/error-propagation-forward.any.js
+++ b/streams/piping/error-propagation-forward.any.js
@@ -1,4 +1,4 @@
-// META: global=window,worker,jsshell
+// META: global=window,worker
 // META: script=../resources/test-utils.js
 // META: script=../resources/recording-streams.js
 'use strict';
diff --git a/streams/piping/flow-control.any.js b/streams/piping/flow-control.any.js
index db83c01..09c4420 100644
--- a/streams/piping/flow-control.any.js
+++ b/streams/piping/flow-control.any.js
@@ -1,4 +1,4 @@
-// META: global=window,worker,jsshell
+// META: global=window,worker
 // META: script=../resources/test-utils.js
 // META: script=../resources/rs-utils.js
 // META: script=../resources/recording-streams.js
diff --git a/streams/piping/general.any.js b/streams/piping/general.any.js
index 2e02dfa..bec3480 100644
--- a/streams/piping/general.any.js
+++ b/streams/piping/general.any.js
@@ -1,4 +1,4 @@
-// META: global=window,worker,jsshell
+// META: global=window,worker
 // META: script=../resources/test-utils.js
 // META: script=../resources/recording-streams.js
 'use strict';
diff --git a/streams/piping/multiple-propagation.any.js b/streams/piping/multiple-propagation.any.js
index c9a486f..a78652f 100644
--- a/streams/piping/multiple-propagation.any.js
+++ b/streams/piping/multiple-propagation.any.js
@@ -1,4 +1,4 @@
-// META: global=window,worker,jsshell
+// META: global=window,worker
 // META: script=../resources/test-utils.js
 // META: script=../resources/recording-streams.js
 'use strict';
diff --git a/streams/piping/pipe-through.any.js b/streams/piping/pipe-through.any.js
index b34ca02..26b1cd2 100644
--- a/streams/piping/pipe-through.any.js
+++ b/streams/piping/pipe-through.any.js
@@ -1,4 +1,4 @@
-// META: global=window,worker,jsshell
+// META: global=window,worker
 // META: script=../resources/rs-utils.js
 // META: script=../resources/test-utils.js
 // META: script=../resources/recording-streams.js
diff --git a/streams/piping/then-interception.any.js b/streams/piping/then-interception.any.js
index 9f772ea..543f916 100644
--- a/streams/piping/then-interception.any.js
+++ b/streams/piping/then-interception.any.js
@@ -1,4 +1,4 @@
-// META: global=window,worker,jsshell
+// META: global=window,worker
 // META: script=../resources/test-utils.js
 // META: script=../resources/recording-streams.js
 'use strict';
diff --git a/streams/piping/throwing-options.any.js b/streams/piping/throwing-options.any.js
index bc1cf32..b9f9067 100644
--- a/streams/piping/throwing-options.any.js
+++ b/streams/piping/throwing-options.any.js
@@ -1,4 +1,4 @@
-// META: global=window,worker,jsshell
+// META: global=window,worker
 'use strict';
 
 class ThrowingOptions {
diff --git a/streams/piping/transform-streams.any.js b/streams/piping/transform-streams.any.js
index a368fec..caae9fb 100644
--- a/streams/piping/transform-streams.any.js
+++ b/streams/piping/transform-streams.any.js
@@ -1,4 +1,4 @@
-// META: global=window,worker,jsshell
+// META: global=window,worker
 'use strict';
 
 promise_test(() => {
diff --git a/streams/readable-byte-streams/bad-buffers-and-views.any.js b/streams/readable-byte-streams/bad-buffers-and-views.any.js
index 121694f..3322116 100644
--- a/streams/readable-byte-streams/bad-buffers-and-views.any.js
+++ b/streams/readable-byte-streams/bad-buffers-and-views.any.js
@@ -1,4 +1,4 @@
-// META: global=window,worker,jsshell
+// META: global=window,worker
 'use strict';
 
 promise_test(() => {
diff --git a/streams/readable-byte-streams/construct-byob-request.any.js b/streams/readable-byte-streams/construct-byob-request.any.js
index 1386d84..8d460a1 100644
--- a/streams/readable-byte-streams/construct-byob-request.any.js
+++ b/streams/readable-byte-streams/construct-byob-request.any.js
@@ -1,4 +1,4 @@
-// META: global=window,worker,jsshell
+// META: global=window,worker
 // META: script=../resources/rs-utils.js
 'use strict';
 
diff --git a/streams/readable-byte-streams/general.any.js b/streams/readable-byte-streams/general.any.js
index 1090e80..dd4fdc8 100644
--- a/streams/readable-byte-streams/general.any.js
+++ b/streams/readable-byte-streams/general.any.js
@@ -1,4 +1,4 @@
-// META: global=window,worker,jsshell
+// META: global=window,worker
 // META: script=../resources/rs-utils.js
 // META: script=../resources/test-utils.js
 'use strict';
diff --git a/streams/readable-byte-streams/non-transferable-buffers.any.js b/streams/readable-byte-streams/non-transferable-buffers.any.js
index 7c0bffb..e8ea3c4 100644
--- a/streams/readable-byte-streams/non-transferable-buffers.any.js
+++ b/streams/readable-byte-streams/non-transferable-buffers.any.js
@@ -1,4 +1,4 @@
-// META: global=window,worker,jsshell
+// META: global=window,worker
 'use strict';
 
 promise_test(async t => {
diff --git a/streams/readable-byte-streams/respond-after-enqueue.any.js b/streams/readable-byte-streams/respond-after-enqueue.any.js
index f4be0d4..b93cec9 100644
--- a/streams/readable-byte-streams/respond-after-enqueue.any.js
+++ b/streams/readable-byte-streams/respond-after-enqueue.any.js
@@ -1,4 +1,4 @@
-// META: global=window,worker,jsshell
+// META: global=window,worker
 
 'use strict';
 
diff --git a/streams/readable-byte-streams/tee.any.js b/streams/readable-byte-streams/tee.any.js
index 13f03f0..8584466 100644
--- a/streams/readable-byte-streams/tee.any.js
+++ b/streams/readable-byte-streams/tee.any.js
@@ -1,4 +1,4 @@
-// META: global=window,worker,jsshell
+// META: global=window,worker
 // META: script=../resources/rs-utils.js
 // META: script=../resources/test-utils.js
 // META: script=../resources/recording-streams.js
diff --git a/streams/transform-streams/backpressure.any.js b/streams/transform-streams/backpressure.any.js
index 64c9d09..6befba4 100644
--- a/streams/transform-streams/backpressure.any.js
+++ b/streams/transform-streams/backpressure.any.js
@@ -1,4 +1,4 @@
-// META: global=window,worker,jsshell
+// META: global=window,worker
 // META: script=../resources/recording-streams.js
 // META: script=../resources/test-utils.js
 'use strict';
diff --git a/streams/transform-streams/errors.any.js b/streams/transform-streams/errors.any.js
index ba26b32..0cca4c7 100644
--- a/streams/transform-streams/errors.any.js
+++ b/streams/transform-streams/errors.any.js
@@ -1,4 +1,4 @@
-// META: global=window,worker,jsshell
+// META: global=window,worker
 // META: script=../resources/test-utils.js
 'use strict';
 
diff --git a/streams/transform-streams/flush.any.js b/streams/transform-streams/flush.any.js
index dc40532..9287f6f 100644
--- a/streams/transform-streams/flush.any.js
+++ b/streams/transform-streams/flush.any.js
@@ -1,4 +1,4 @@
-// META: global=window,worker,jsshell
+// META: global=window,worker
 // META: script=../resources/test-utils.js
 'use strict';
 
diff --git a/streams/transform-streams/general.any.js b/streams/transform-streams/general.any.js
index d4f2a1d..c95691f 100644
--- a/streams/transform-streams/general.any.js
+++ b/streams/transform-streams/general.any.js
@@ -1,4 +1,4 @@
-// META: global=window,worker,jsshell
+// META: global=window,worker
 // META: script=../resources/test-utils.js
 // META: script=../resources/rs-utils.js
 'use strict';
diff --git a/streams/transform-streams/lipfuzz.any.js b/streams/transform-streams/lipfuzz.any.js
index c8c3803..f9f148a 100644
--- a/streams/transform-streams/lipfuzz.any.js
+++ b/streams/transform-streams/lipfuzz.any.js
@@ -1,4 +1,4 @@
-// META: global=window,worker,jsshell
+// META: global=window,worker
 'use strict';
 
 class LipFuzzTransformer {
diff --git a/streams/transform-streams/patched-global.any.js b/streams/transform-streams/patched-global.any.js
index 5142d23..2d04e3b 100644
--- a/streams/transform-streams/patched-global.any.js
+++ b/streams/transform-streams/patched-global.any.js
@@ -1,4 +1,4 @@
-// META: global=window,worker,jsshell
+// META: global=window,worker
 'use strict';
 
 // Tests which patch the global environment are kept separate to avoid
diff --git a/streams/transform-streams/properties.any.js b/streams/transform-streams/properties.any.js
index f2ac482..02981b8 100644
--- a/streams/transform-streams/properties.any.js
+++ b/streams/transform-streams/properties.any.js
@@ -1,4 +1,4 @@
-// META: global=window,worker,jsshell
+// META: global=window,worker
 'use strict';
 
 const transformerMethods = {
diff --git a/streams/transform-streams/reentrant-strategies.any.js b/streams/transform-streams/reentrant-strategies.any.js
index 31e5394..fc2f918 100644
--- a/streams/transform-streams/reentrant-strategies.any.js
+++ b/streams/transform-streams/reentrant-strategies.any.js
@@ -1,4 +1,4 @@
-// META: global=window,worker,jsshell
+// META: global=window,worker
 // META: script=../resources/recording-streams.js
 // META: script=../resources/rs-utils.js
 // META: script=../resources/test-utils.js
diff --git a/streams/transform-streams/strategies.any.js b/streams/transform-streams/strategies.any.js
index d465d31..94055ad 100644
--- a/streams/transform-streams/strategies.any.js
+++ b/streams/transform-streams/strategies.any.js
@@ -1,4 +1,4 @@
-// META: global=window,worker,jsshell
+// META: global=window,worker
 // META: script=../resources/recording-streams.js
 // META: script=../resources/test-utils.js
 'use strict';
diff --git a/streams/transform-streams/terminate.any.js b/streams/transform-streams/terminate.any.js
index 8cb1067..6700063 100644
--- a/streams/transform-streams/terminate.any.js
+++ b/streams/transform-streams/terminate.any.js
@@ -1,4 +1,4 @@
-// META: global=window,worker,jsshell
+// META: global=window,worker
 // META: script=../resources/recording-streams.js
 // META: script=../resources/test-utils.js
 'use strict';
diff --git a/streams/writable-streams/aborting.any.js b/streams/writable-streams/aborting.any.js
index 0f8507a..e016cd1 100644
--- a/streams/writable-streams/aborting.any.js
+++ b/streams/writable-streams/aborting.any.js
@@ -1,4 +1,4 @@
-// META: global=window,worker,jsshell
+// META: global=window,worker
 // META: script=../resources/test-utils.js
 // META: script=../resources/recording-streams.js
 'use strict';
diff --git a/streams/writable-streams/bad-strategies.any.js b/streams/writable-streams/bad-strategies.any.js
index b180bae5..63fa443 100644
--- a/streams/writable-streams/bad-strategies.any.js
+++ b/streams/writable-streams/bad-strategies.any.js
@@ -1,4 +1,4 @@
-// META: global=window,worker,jsshell
+// META: global=window,worker
 'use strict';
 
 const error1 = new Error('a unique string');
diff --git a/streams/writable-streams/bad-underlying-sinks.any.js b/streams/writable-streams/bad-underlying-sinks.any.js
index 0bfc036..d0b3467 100644
--- a/streams/writable-streams/bad-underlying-sinks.any.js
+++ b/streams/writable-streams/bad-underlying-sinks.any.js
@@ -1,4 +1,4 @@
-// META: global=window,worker,jsshell
+// META: global=window,worker
 // META: script=../resources/test-utils.js
 // META: script=../resources/recording-streams.js
 'use strict';
diff --git a/streams/writable-streams/byte-length-queuing-strategy.any.js b/streams/writable-streams/byte-length-queuing-strategy.any.js
index 9a61dd7..ce1962e 100644
--- a/streams/writable-streams/byte-length-queuing-strategy.any.js
+++ b/streams/writable-streams/byte-length-queuing-strategy.any.js
@@ -1,4 +1,4 @@
-// META: global=window,worker,jsshell
+// META: global=window,worker
 'use strict';
 
 promise_test(t => {
diff --git a/streams/writable-streams/close.any.js b/streams/writable-streams/close.any.js
index cf997ed..88855a9 100644
--- a/streams/writable-streams/close.any.js
+++ b/streams/writable-streams/close.any.js
@@ -1,4 +1,4 @@
-// META: global=window,worker,jsshell
+// META: global=window,worker
 // META: script=../resources/test-utils.js
 // META: script=../resources/recording-streams.js
 'use strict';
diff --git a/streams/writable-streams/constructor.any.js b/streams/writable-streams/constructor.any.js
index 75eed2a..eaac90e 100644
--- a/streams/writable-streams/constructor.any.js
+++ b/streams/writable-streams/constructor.any.js
@@ -1,4 +1,4 @@
-// META: global=window,worker,jsshell
+// META: global=window,worker
 'use strict';
 
 const error1 = new Error('error1');
diff --git a/streams/writable-streams/count-queuing-strategy.any.js b/streams/writable-streams/count-queuing-strategy.any.js
index 30edb3e..064e16e 100644
--- a/streams/writable-streams/count-queuing-strategy.any.js
+++ b/streams/writable-streams/count-queuing-strategy.any.js
@@ -1,4 +1,4 @@
-// META: global=window,worker,jsshell
+// META: global=window,worker
 'use strict';
 
 test(() => {
diff --git a/streams/writable-streams/error.any.js b/streams/writable-streams/error.any.js
index be986fc..faf3fdd 100644
--- a/streams/writable-streams/error.any.js
+++ b/streams/writable-streams/error.any.js
@@ -1,4 +1,4 @@
-// META: global=window,worker,jsshell
+// META: global=window,worker
 'use strict';
 
 const error1 = new Error('error1');
diff --git a/streams/writable-streams/floating-point-total-queue-size.any.js b/streams/writable-streams/floating-point-total-queue-size.any.js
index 8e77ba0..bd34cc5 100644
--- a/streams/writable-streams/floating-point-total-queue-size.any.js
+++ b/streams/writable-streams/floating-point-total-queue-size.any.js
@@ -1,4 +1,4 @@
-// META: global=window,worker,jsshell
+// META: global=window,worker
 'use strict';
 
 // Due to the limitations of floating-point precision, the calculation of desiredSize sometimes gives different answers
diff --git a/streams/writable-streams/general.any.js b/streams/writable-streams/general.any.js
index fdd10b2..cede7fd 100644
--- a/streams/writable-streams/general.any.js
+++ b/streams/writable-streams/general.any.js
@@ -1,4 +1,4 @@
-// META: global=window,worker,jsshell
+// META: global=window,worker
 'use strict';
 
 test(() => {
diff --git a/streams/writable-streams/properties.any.js b/streams/writable-streams/properties.any.js
index 0f7f876..c95bd7d 100644
--- a/streams/writable-streams/properties.any.js
+++ b/streams/writable-streams/properties.any.js
@@ -1,4 +1,4 @@
-// META: global=window,worker,jsshell
+// META: global=window,worker
 'use strict';
 
 const sinkMethods = {
diff --git a/streams/writable-streams/reentrant-strategy.any.js b/streams/writable-streams/reentrant-strategy.any.js
index afde413..eb05cc0 100644
--- a/streams/writable-streams/reentrant-strategy.any.js
+++ b/streams/writable-streams/reentrant-strategy.any.js
@@ -1,4 +1,4 @@
-// META: global=window,worker,jsshell
+// META: global=window,worker
 // META: script=../resources/test-utils.js
 // META: script=../resources/recording-streams.js
 'use strict';
diff --git a/streams/writable-streams/start.any.js b/streams/writable-streams/start.any.js
index 02b5f2a..82d8694 100644
--- a/streams/writable-streams/start.any.js
+++ b/streams/writable-streams/start.any.js
@@ -1,4 +1,4 @@
-// META: global=window,worker,jsshell
+// META: global=window,worker
 // META: script=../resources/test-utils.js
 // META: script=../resources/recording-streams.js
 'use strict';
diff --git a/streams/writable-streams/write.any.js b/streams/writable-streams/write.any.js
index e3defa8..f0246f6 100644
--- a/streams/writable-streams/write.any.js
+++ b/streams/writable-streams/write.any.js
@@ -1,4 +1,4 @@
-// META: global=window,worker,jsshell
+// META: global=window,worker
 // META: script=../resources/test-utils.js
 // META: script=../resources/recording-streams.js
 'use strict';