From d042146b58ecb0791a420de213aff8f18b5dbd4c Mon Sep 17 00:00:00 2001 From: Weizhong Xia <77710146+WeizhongX@users.noreply.github.com> Date: Tue, 22 Nov 2022 11:46:15 -0800 Subject: [PATCH] Revert "Update metadata for `webtransport-h3.https.sub.any.js` (#36505)" (#37091) This reverts commit ecb17a3c888f05ad92e8d0c038652c05a4a69c51. --- .../server/webtransport-h3.https.sub.any.js.ini | 14 ++++++++++---- 1 file changed, 10 insertions(+), 4 deletions(-) diff --git a/infrastructure/metadata/infrastructure/server/webtransport-h3.https.sub.any.js.ini b/infrastructure/metadata/infrastructure/server/webtransport-h3.https.sub.any.js.ini index ba4a1b69c07971..7d3874e36c367b 100644 --- a/infrastructure/metadata/infrastructure/server/webtransport-h3.https.sub.any.js.ini +++ b/infrastructure/metadata/infrastructure/server/webtransport-h3.https.sub.any.js.ini @@ -1,23 +1,29 @@ [webtransport-h3.https.sub.any.html] [WebTransport server should be running and should handle a bidirectional stream] expected: - if product == "chrome" and os != "mac": PASS + 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 FAIL [webtransport-h3.https.sub.any.worker.html] [WebTransport server should be running and should handle a bidirectional stream] expected: - if product == "chrome" and os != "mac": PASS + if product == "chrome": PASS FAIL [webtransport-h3.https.sub.any.sharedworker.html] [WebTransport server should be running and should handle a bidirectional stream] expected: - if product == "chrome" and os != "mac": PASS + if product == "chrome": PASS FAIL [webtransport-h3.https.sub.any.serviceworker.html] [WebTransport server should be running and should handle a bidirectional stream] expected: - if product == "chrome" and os != "mac": PASS + if product == "chrome": PASS FAIL