Skip to content

Commit

Permalink
Update metadata for webtransport-h3.https.sub.any.js (#36505)
Browse files Browse the repository at this point in the history
For now, expect a failure for "chrome" (#36504) to unblock unrelated
changes.

Also, drive-by removal of a `.any.window.html` scope that doesn't exist.
  • Loading branch information
jonathan-j-lee authored Oct 24, 2022
1 parent 8f0a96c commit ecb17a3
Showing 1 changed file with 4 additions and 10 deletions.
Original file line number Diff line number Diff line change
@@ -1,29 +1,23 @@
[webtransport-h3.https.sub.any.html]
[WebTransport server should be running and should handle a bidirectional stream]
expected:
if product == "chrome": PASS
FAIL

[webtransport-h3.https.sub.any.window.html]
[WebTransport server should be running and should handle a bidirectional stream]
expected:
if product == "chrome": PASS
if product == "chrome" and os != "mac": PASS
FAIL

[webtransport-h3.https.sub.any.worker.html]
[WebTransport server should be running and should handle a bidirectional stream]
expected:
if product == "chrome": PASS
if product == "chrome" and os != "mac": PASS
FAIL

[webtransport-h3.https.sub.any.sharedworker.html]
[WebTransport server should be running and should handle a bidirectional stream]
expected:
if product == "chrome": PASS
if product == "chrome" and os != "mac": PASS
FAIL

[webtransport-h3.https.sub.any.serviceworker.html]
[WebTransport server should be running and should handle a bidirectional stream]
expected:
if product == "chrome": PASS
if product == "chrome" and os != "mac": PASS
FAIL

0 comments on commit ecb17a3

Please sign in to comment.