Bug 1573800 - [wpt-sync] Update web-platform-tests to 3db7e8efd19657f6b30fdb7ad7bf7d0f651214fc, a=testonly

MANUAL PUSH: wpt sync bot

wpt-head: 3db7e8efd19657f6b30fdb7ad7bf7d0f651214fc
wpt-type: landing
This commit is contained in:
moz-wptsync-bot 2019-08-14 10:58:36 +00:00
parent 15704e1a38
commit 81d81a790f
13 changed files with 23 additions and 17 deletions

View File

@ -1,5 +1,6 @@
[window.html]
expected: TIMEOUT
max-asserts: 3
[window.open() inherits policy.]
expected: TIMEOUT

View File

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

View File

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

View File

@ -1,2 +0,0 @@
[backdrop-filter-containing-block.html]
expected: FAIL

View File

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

View File

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

View File

@ -0,0 +1,2 @@
[document.open-03.html]
max-asserts: 3

View File

@ -1,2 +1,2 @@
local: e4c25f9f2f4939754d563729d9214e2fefb33d43
upstream: 9f1d801afecd1d214a8b94a2c4bd13773947b6e1
local: 6740a1ac00dbf9e9d4132522e8db698f799b69ba
upstream: 3db7e8efd19657f6b30fdb7ad7bf7d0f651214fc

View File

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

View File

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

View File

@ -0,0 +1,7 @@
[service_worker_idl.https.html]
expected:
if sw-e10s: ERROR
[sw]
expected:
if sw-e10s: FAIL

View File

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