diff --git a/remote/doc/index.rst b/remote/doc/index.rst index 91bc688051e9..e88cc243f2e4 100644 --- a/remote/doc/index.rst +++ b/remote/doc/index.rst @@ -43,9 +43,9 @@ Developers Bugs ==== -Bugs are tracked under the `Remote Protocol`_ product. +Bugs are tracked under the `Remote Protocol product`_. -.. _Remote Protocol: https://bugzilla.mozilla.org/describecomponents.cgi?product=Remote%20Protocol +.. _Remote Protocol product: https://bugzilla.mozilla.org/describecomponents.cgi?product=Remote%20Protocol Communication diff --git a/testing/web-platform/meta/fetch/sec-metadata/redirect/redirect-https-downgrade.tentative.sub.html.ini b/testing/web-platform/meta/fetch/sec-metadata/redirect/redirect-https-downgrade.tentative.sub.html.ini index 7de0caf7516d..279ffd1e94c0 100644 --- a/testing/web-platform/meta/fetch/sec-metadata/redirect/redirect-https-downgrade.tentative.sub.html.ini +++ b/testing/web-platform/meta/fetch/sec-metadata/redirect/redirect-https-downgrade.tentative.sub.html.ini @@ -7,12 +7,10 @@ expected: NOTRUN [Https downgrade prefetch => No headers] - bug: [https://bugzilla.mozilla.org/show_bug.cgi?id=1568717, https://bugzilla.mozilla.org/show_bug.cgi?id=1569098] expected: if os == "android": PASS - if (os == "linux") and debug and webrender: TIMEOUT - if (os == "mac") and not debug: PASS - FAIL + [FAIL, TIMEOUT, PASS] + bug: [https://bugzilla.mozilla.org/show_bug.cgi?id=1568717, https://bugzilla.mozilla.org/show_bug.cgi?id=1569098] [Https downgrade stylesheet => No headers] expected: TIMEOUT diff --git a/testing/web-platform/meta/html/cross-origin-opener/new_window_same_origin.tentative.html.ini b/testing/web-platform/meta/html/cross-origin-opener/new_window_same_origin.tentative.html.ini index 24d483fb68e2..df1d51368841 100644 --- a/testing/web-platform/meta/html/cross-origin-opener/new_window_same_origin.tentative.html.ini +++ b/testing/web-platform/meta/html/cross-origin-opener/new_window_same_origin.tentative.html.ini @@ -1,6 +1,7 @@ [new_window_same_origin.tentative.html] expected: - if (os == "linux") and sw-e10s: [OK, TIMEOUT] + if (os == "mac") and debug: ["OK", "ERROR"] + if (os == "linux") and sw-e10s: ["OK", "TIMEOUT"] [same-origin document opening popup to http://www1.web-platform.test:8000 with COOP: "same-site unsafe-allow-outgoing"] expected: if os == "android": FAIL diff --git a/testing/web-platform/meta/pointerevents/pointerlock/pointerevent_movementxy_with_pointerlock.html.ini b/testing/web-platform/meta/pointerevents/pointerlock/pointerevent_movementxy_with_pointerlock.html.ini index d8e5187cbdb9..7fa3ef295a16 100644 --- a/testing/web-platform/meta/pointerevents/pointerlock/pointerevent_movementxy_with_pointerlock.html.ini +++ b/testing/web-platform/meta/pointerevents/pointerlock/pointerevent_movementxy_with_pointerlock.html.ini @@ -1,6 +1,5 @@ [pointerevent_movementxy_with_pointerlock.html] [mouse pointerevent movementX/Y with pointerlock test] expected: - if (os == "android") and not e10s: FAIL - if (os == "win") and debug and webrender: FAIL - + if os == "android": FAIL + [PASS, FAIL]