Merge inbound to mozilla-central. a=merge

This commit is contained in:
Mihai Alexandru Michis 2019-07-31 18:48:32 +03:00
Родитель 812d833d41 705bbac14e
Коммит 981006bdf0
4 изменённых файлов: 8 добавлений и 10 удалений

Просмотреть файл

@ -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

Просмотреть файл

@ -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

Просмотреть файл

@ -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

Просмотреть файл

@ -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]