Bug 1574867 - Revert bogus metadata changes, a=testonly

MANUAL PUSH: wpt sync fixup
This commit is contained in:
James Graham 2019-08-23 18:00:36 +01:00
parent f57a044e39
commit d2d48465f6
3 changed files with 6 additions and 8 deletions

View File

@ -8,10 +8,7 @@
[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 == "linux") and (processor == "x86"): TIMEOUT
if os == "android": PASS
FAIL
expected: [PASS, FAIL, TIMEOUT]
[Https downgrade stylesheet => No headers]
expected: TIMEOUT

View File

@ -1,5 +1,3 @@
[pointerevent_movementxy_with_pointerlock.html]
[mouse pointerevent movementX/Y with pointerlock test]
expected:
if (os == "mac") and debug: FAIL
expected: [PASS, FAIL]

View File

@ -1,5 +1,8 @@
[onhover-syncbases.html]
expected:
if webrender and (os == "linux"): ["OK", "ERROR"]
[Check if onhover events reset correctly when triggred multiple times]
expected:
if os == "win": [PASS, TIMEOUT]
if (os == "linux") and webrender: ["FAIL", "TIMEOUT"]
if os == "win": ["PASS", "TIMEOUT"]