Bug 1611182 [wpt PR 21379] - Update wpt metadata, a=testonly

wpt-pr: 21379
wpt-type: metadata
This commit is contained in:
moz-wptsync-bot 2020-01-23 17:31:44 +00:00
parent f7f47fe879
commit 26b068f978

View File

@ -1,20 +1,27 @@
[observe.html]
expected:
if webrender and (os == "linux") and not debug and fission: ["OK", "TIMEOUT"]
if webrender and (os == "linux") and not debug and not fission: ["OK", "TIMEOUT"]
if webrender and (os == "win") and fission and not debug: ["OK", "TIMEOUT"]
if webrender and (os == "linux") and debug: ["OK", "TIMEOUT"]
if webrender and (os == "linux") and not debug and fission: [OK, TIMEOUT]
if webrender and (os == "linux") and not debug and not fission: [OK, TIMEOUT]
if webrender and (os == "win") and fission and not debug: [OK, TIMEOUT]
if webrender and (os == "linux") and debug and fission: ["OK", "TIMEOUT"]
if webrender and (os == "linux") and debug and not fission: ["OK", "TIMEOUT"]
[guard]
expected:
if webrender and (os == "linux") and not debug and fission: ["PASS", "NOTRUN"]
if webrender and (os == "linux") and not debug and not fission: ["PASS", "NOTRUN"]
if webrender and (os == "win") and fission and not debug: ["PASS", "NOTRUN"]
if webrender and (os == "linux") and debug: ["PASS", "NOTRUN"]
if webrender and (os == "linux") and not debug and fission: [PASS, NOTRUN]
if webrender and (os == "linux") and not debug and not fission: [PASS, NOTRUN]
if webrender and (os == "win") and fission and not debug: [PASS, NOTRUN]
if webrender and (os == "linux") and debug and not fission: ["PASS", "NOTRUN"]
if webrender and (os == "linux") and debug and fission: ["PASS", "NOTRUN"]
[test6: iframe notifications]
expected:
if webrender and (os == "linux") and not debug and fission: ["PASS", "FAIL"]
if webrender and (os == "linux") and not debug and not fission: ["PASS", "FAIL"]
if webrender and (os == "win") and fission and not debug: ["PASS", "FAIL"]
if webrender and (os == "linux") and debug: ["PASS", "FAIL"]
if webrender and (os == "linux") and not debug and fission: [PASS, FAIL]
if webrender and (os == "linux") and not debug and not fission: [PASS, FAIL]
if webrender and (os == "win") and fission and not debug: [PASS, FAIL]
if webrender and (os == "linux") and debug and fission: ["PASS", "FAIL"]
if webrender and (os == "linux") and debug and not fission: ["PASS", "FAIL"]
[test8: simple content-box observation]
expected:
if (os == "linux") and not debug and webrender and not fission: ["PASS", "FAIL"]