From 81d81a790f86c815048b4c57b40956b178c8e4a9 Mon Sep 17 00:00:00 2001 From: moz-wptsync-bot Date: Wed, 14 Aug 2019 10:58:36 +0000 Subject: [PATCH] Bug 1573800 - [wpt-sync] Update web-platform-tests to 3db7e8efd19657f6b30fdb7ad7bf7d0f651214fc, a=testonly MANUAL PUSH: wpt sync bot wpt-head: 3db7e8efd19657f6b30fdb7ad7bf7d0f651214fc wpt-type: landing --- .../content-security-policy/inheritance/window.html.ini | 1 + .../background-blend-mode-gradient-image.html.ini | 2 +- .../meta/css/css-ui/appearance-textfield-001.html.ini | 4 ++-- testing/web-platform/meta/css/css-variables/__dir__.ini | 0 .../backdrop-filter-containing-block.html.ini | 2 -- testing/web-platform/meta/dom/interfaces.html.ini | 3 --- .../redirect-https-downgrade.tentative.sub.html.ini | 7 +++---- .../opening-the-input-stream/document.open-03.html.ini | 2 ++ testing/web-platform/meta/mozilla-sync | 4 ++-- .../pointerevent_movementxy_with_pointerlock.html.ini | 3 ++- .../nested-context-navigations-iframe.html.ini | 2 ++ .../meta/server-timing/service_worker_idl.https.html.ini | 7 +++++++ .../svg/animations/scripted/onhover-syncbases.html.ini | 3 +-- 13 files changed, 23 insertions(+), 17 deletions(-) delete mode 100644 testing/web-platform/meta/css/css-variables/__dir__.ini delete mode 100644 testing/web-platform/meta/css/filter-effects/backdrop-filter-containing-block.html.ini create mode 100644 testing/web-platform/meta/html/webappapis/dynamic-markup-insertion/opening-the-input-stream/document.open-03.html.ini create mode 100644 testing/web-platform/meta/server-timing/service_worker_idl.https.html.ini diff --git a/testing/web-platform/meta/content-security-policy/inheritance/window.html.ini b/testing/web-platform/meta/content-security-policy/inheritance/window.html.ini index db3c874f22c7..60cbbfc29df5 100644 --- a/testing/web-platform/meta/content-security-policy/inheritance/window.html.ini +++ b/testing/web-platform/meta/content-security-policy/inheritance/window.html.ini @@ -1,5 +1,6 @@ [window.html] expected: TIMEOUT + max-asserts: 3 [window.open() inherits policy.] expected: TIMEOUT diff --git a/testing/web-platform/meta/css/compositing/background-blending/background-blend-mode-gradient-image.html.ini b/testing/web-platform/meta/css/compositing/background-blending/background-blend-mode-gradient-image.html.ini index cf4d51ae445e..32e919a28816 100644 --- a/testing/web-platform/meta/css/compositing/background-blending/background-blend-mode-gradient-image.html.ini +++ b/testing/web-platform/meta/css/compositing/background-blending/background-blend-mode-gradient-image.html.ini @@ -1,3 +1,3 @@ [background-blend-mode-gradient-image.html] expected: - if (os == "android") and debug: ["PASS", "FAIL"] + if (os == "android") and debug: [PASS, FAIL] diff --git a/testing/web-platform/meta/css/css-ui/appearance-textfield-001.html.ini b/testing/web-platform/meta/css/css-ui/appearance-textfield-001.html.ini index cdbec82a85d1..fabd753ca923 100644 --- a/testing/web-platform/meta/css/css-ui/appearance-textfield-001.html.ini +++ b/testing/web-platform/meta/css/css-ui/appearance-textfield-001.html.ini @@ -2,5 +2,5 @@ expected: if (os == "win") and debug and not webrender and (processor == "x86"): [FAIL, PASS] if (os == "win") and debug and webrender: FAIL - if (os == "win") and not debug: FAIL - if (os == "win") and debug and not webrender and (processor == "x86_64"): ["PASS", "FAIL"] + if (os == "win") and debug and not webrender and (processor == "x86_64"): [PASS, FAIL] + if (os == "win") and (processor == "x86_64"): FAIL diff --git a/testing/web-platform/meta/css/css-variables/__dir__.ini b/testing/web-platform/meta/css/css-variables/__dir__.ini deleted file mode 100644 index e69de29bb2d1..000000000000 diff --git a/testing/web-platform/meta/css/filter-effects/backdrop-filter-containing-block.html.ini b/testing/web-platform/meta/css/filter-effects/backdrop-filter-containing-block.html.ini deleted file mode 100644 index 8a185a722834..000000000000 --- a/testing/web-platform/meta/css/filter-effects/backdrop-filter-containing-block.html.ini +++ /dev/null @@ -1,2 +0,0 @@ -[backdrop-filter-containing-block.html] - expected: FAIL diff --git a/testing/web-platform/meta/dom/interfaces.html.ini b/testing/web-platform/meta/dom/interfaces.html.ini index ef83025e507b..48a09593fd48 100644 --- a/testing/web-platform/meta/dom/interfaces.html.ini +++ b/testing/web-platform/meta/dom/interfaces.html.ini @@ -184,6 +184,3 @@ [Document interface: existence and properties of interface prototype object's @@unscopables property] expected: FAIL - [Element interface: operation attachShadow(ShadowRootInit)] - expected: FAIL - 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 0aa89df31825..08b1d09ae045 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 @@ -12,10 +12,9 @@ if (os == "linux") and not sw-e10s and debug and not webrender: [PASS, TIMEOUT, FAIL] if (os == "linux") and sw-e10s: [FAIL, PASS, TIMEOUT] if (os == "linux") and not debug and not webrender and (processor == "x86_64"): [FAIL, PASS, TIMEOUT] - if (os == "linux") and debug and webrender: [FAIL, PASS] - if (os == "linux") and not debug and bits == 32: [PASS, TIMEOUT, FAIL] - if (os == "win"): [PASS, TIMEOUT, FAIL] - if (os == "mac"): [PASS, TIMEOUT, FAIL] + if (os == "linux") and not debug and (bits == 32): [PASS, TIMEOUT, FAIL] + if os == "win": [PASS, TIMEOUT, FAIL] + if os == "mac": [PASS, TIMEOUT, FAIL] if (os == "android") and debug: [PASS, FAIL] if (os == "android") and not debug: [PASS, FAIL] FAIL diff --git a/testing/web-platform/meta/html/webappapis/dynamic-markup-insertion/opening-the-input-stream/document.open-03.html.ini b/testing/web-platform/meta/html/webappapis/dynamic-markup-insertion/opening-the-input-stream/document.open-03.html.ini new file mode 100644 index 000000000000..4e7645ec2848 --- /dev/null +++ b/testing/web-platform/meta/html/webappapis/dynamic-markup-insertion/opening-the-input-stream/document.open-03.html.ini @@ -0,0 +1,2 @@ +[document.open-03.html] + max-asserts: 3 diff --git a/testing/web-platform/meta/mozilla-sync b/testing/web-platform/meta/mozilla-sync index 0c2cc92a226f..864f2997180c 100644 --- a/testing/web-platform/meta/mozilla-sync +++ b/testing/web-platform/meta/mozilla-sync @@ -1,2 +1,2 @@ -local: e4c25f9f2f4939754d563729d9214e2fefb33d43 -upstream: 9f1d801afecd1d214a8b94a2c4bd13773947b6e1 +local: 6740a1ac00dbf9e9d4132522e8db698f799b69ba +upstream: 3db7e8efd19657f6b30fdb7ad7bf7d0f651214fc 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 82ddfe662278..40986328575e 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 @@ -2,4 +2,5 @@ [mouse pointerevent movementX/Y with pointerlock test] expected: if webrender and (os == "win") and debug: FAIL - [PASS, FAIL] + if not webrender and (os == "android") and debug: FAIL + diff --git a/testing/web-platform/meta/resource-timing/nested-context-navigations-iframe.html.ini b/testing/web-platform/meta/resource-timing/nested-context-navigations-iframe.html.ini index 9b2922d549b5..f7996c5d92a8 100644 --- a/testing/web-platform/meta/resource-timing/nested-context-navigations-iframe.html.ini +++ b/testing/web-platform/meta/resource-timing/nested-context-navigations-iframe.html.ini @@ -1,5 +1,7 @@ [nested-context-navigations-iframe.html] [Test that iframe navigations are not observable by the parent, even after history navigations by the parent] expected: FAIL + [Test that crossorigin iframe navigations are not observable by the parent, even after history navigations by the parent] expected: FAIL + diff --git a/testing/web-platform/meta/server-timing/service_worker_idl.https.html.ini b/testing/web-platform/meta/server-timing/service_worker_idl.https.html.ini new file mode 100644 index 000000000000..e31aebc65fd0 --- /dev/null +++ b/testing/web-platform/meta/server-timing/service_worker_idl.https.html.ini @@ -0,0 +1,7 @@ +[service_worker_idl.https.html] + expected: + if sw-e10s: ERROR + [sw] + expected: + if sw-e10s: FAIL + diff --git a/testing/web-platform/meta/svg/animations/scripted/onhover-syncbases.html.ini b/testing/web-platform/meta/svg/animations/scripted/onhover-syncbases.html.ini index 132a92644307..5510d723b256 100644 --- a/testing/web-platform/meta/svg/animations/scripted/onhover-syncbases.html.ini +++ b/testing/web-platform/meta/svg/animations/scripted/onhover-syncbases.html.ini @@ -2,6 +2,5 @@ [Check if onhover events reset correctly when triggred multiple times] expected: if os == "win": [PASS, TIMEOUT] - if os == "android": [PASS, FAIL] - if webrender and (os == "linux") and debug: FAIL + if (os == "android") and debug: PASS