Skip to content

Commit

Permalink
Update metadata for webtransport-h3.https.sub.any.js
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 committed Oct 17, 2022
1 parent 96c883e commit bb7da7f
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 bb7da7f

Please sign in to comment.