Bug 1892239 [wpt PR 45782] - Update wpt metadata, a=testonly

wpt-pr: 45782
wpt-type: metadata
This commit is contained in:
moz-wptsync-bot 2024-04-30 09:02:30 +00:00
parent de80630096
commit 350b0527e9
3 changed files with 22 additions and 0 deletions

View File

@ -0,0 +1,16 @@
[css-transition-cross-document.html]
expected:
if (os == "linux") and debug and fission: [OK, TIMEOUT]
if (os == "linux") and debug and not fission: [OK, TIMEOUT]
if (os == "win") and not debug: TIMEOUT
if (os == "linux") and not debug: TIMEOUT
if os == "android": OK
[TIMEOUT, OK]
[Moving a transition across documents should reset its state]
expected:
if (os == "linux") and debug and fission: [FAIL, TIMEOUT]
if (os == "linux") and debug and not fission: [FAIL, TIMEOUT]
if (os == "win") and not debug: TIMEOUT
if (os == "linux") and not debug: TIMEOUT
if os == "android": FAIL
[TIMEOUT, FAIL]

View File

@ -0,0 +1,3 @@
[css-transition-cross-shadow.html]
[Moving an element with a transition across shadow boundaries should reset the transition]
expected: FAIL

View File

@ -0,0 +1,3 @@
[css-transition-to-disconnected-document.html]
[Moving an element with a transition to a disconnected document should reset the transitionm state]
expected: FAIL