Skip to content

Commit

Permalink
Rename webtransport-h3 infrastructure test (#31258)
Browse files Browse the repository at this point in the history
* Rename webtransport-h3 infrastructure test

* Remove crossOrigin.sub.html.ini since it's now passing
  • Loading branch information
bashi authored Oct 15, 2021
1 parent 03beb96 commit e5cd63e
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 9 deletions.
Original file line number Diff line number Diff line change
@@ -1,30 +1,30 @@
[webtransport-h3.sub.any.html]
[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.sub.any.window.html]
[webtransport-h3.https.sub.any.window.html]
[WebTransport server should be running and should handle a bidirectional stream]
expected:
if product == "chrome": PASS
FAIL

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

[webtransport-h3.sub.any.sharedworker.html]
[webtransport-h3.https.sub.any.sharedworker.html]
expected:
if product == "safari" or product == "epiphany" or product == "webkit": ERROR # https://bugs.webkit.org/show_bug.cgi?id=149850
[WebTransport server should be running and should handle a bidirectional stream]
expected:
if product == "chrome": PASS
FAIL

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

This file was deleted.

0 comments on commit e5cd63e

Please sign in to comment.