commit 1865bb70c4f4a47e8cb807308fe193317678bcec parent 5192aad2a7c7d8d356aa58b127a8caefff792f61 Author: moz-wptsync-bot <wptsync@mozilla.com> Date: Wed, 15 Oct 2025 19:09:14 +0000 Bug 1994417 [wpt PR 55450] - Update wpt metadata, a=testonly wpt-pr: 55450 wpt-type: metadata Diffstat:
15 files changed, 103 insertions(+), 1 deletion(-)
diff --git a/testing/web-platform/meta/css/cssom-view/idlharness.html.ini b/testing/web-platform/meta/css/cssom-view/idlharness.html.ini @@ -34,3 +34,42 @@ [HTMLElement interface: document.createElement("img") must inherit property "scrollParent" with the proper type] expected: FAIL + + [Window interface: operation scroll(optional ScrollToOptions)] + expected: FAIL + + [Window interface: operation scroll(unrestricted double, unrestricted double)] + expected: FAIL + + [Window interface: operation scrollTo(optional ScrollToOptions)] + expected: FAIL + + [Window interface: operation scrollTo(unrestricted double, unrestricted double)] + expected: FAIL + + [Window interface: operation scrollBy(optional ScrollToOptions)] + expected: FAIL + + [Window interface: operation scrollBy(unrestricted double, unrestricted double)] + expected: FAIL + + [Element interface: operation scrollIntoView(optional (boolean or ScrollIntoViewOptions))] + expected: FAIL + + [Element interface: operation scroll(optional ScrollToOptions)] + expected: FAIL + + [Element interface: operation scroll(unrestricted double, unrestricted double)] + expected: FAIL + + [Element interface: operation scrollTo(optional ScrollToOptions)] + expected: FAIL + + [Element interface: operation scrollTo(unrestricted double, unrestricted double)] + expected: FAIL + + [Element interface: operation scrollBy(optional ScrollToOptions)] + expected: FAIL + + [Element interface: operation scrollBy(unrestricted double, unrestricted double)] + expected: FAIL diff --git a/testing/web-platform/meta/webaudio/the-audio-api/the-analysernode-interface/test-analysernode.html.ini b/testing/web-platform/meta/webaudio/the-audio-api/the-analysernode-interface/test-analysernode.html.ini @@ -1,3 +1,4 @@ [test-analysernode.html] expected: if not sessionHistoryInParent and debug: TIMEOUT + if (os == "android") and sessionHistoryInParent and not debug: [OK, TIMEOUT] diff --git a/testing/web-platform/meta/webaudio/the-audio-api/the-audiobuffer-interface/audiobuffer-reuse.html.ini b/testing/web-platform/meta/webaudio/the-audio-api/the-audiobuffer-interface/audiobuffer-reuse.html.ini @@ -2,3 +2,4 @@ expected: if sessionHistoryInParent and (os == "android") and not debug: [OK, TIMEOUT] if not sessionHistoryInParent and not debug: [OK, TIMEOUT] + if (os == "android") and debug and not sessionHistoryInParent: [OK, CRASH] diff --git a/testing/web-platform/meta/webaudio/the-audio-api/the-audiocontext-interface/audiocontext-state-change-after-close.http.window.js.ini b/testing/web-platform/meta/webaudio/the-audio-api/the-audiocontext-interface/audiocontext-state-change-after-close.http.window.js.ini @@ -3,6 +3,7 @@ if (os == "android") and sessionHistoryInParent and not debug: [OK, TIMEOUT] if (os == "android") and not sessionHistoryInParent and not debug: [OK, TIMEOUT] if (os == "mac") and debug: [OK, TIMEOUT] + if (os == "android") and debug and not sessionHistoryInParent: [OK, ERROR] [Call close on a closed AudioContext] expected: if (os == "mac") and debug: [PASS, TIMEOUT] diff --git a/testing/web-platform/meta/webaudio/the-audio-api/the-audiocontext-interface/audiocontext-suspend-resume.html.ini b/testing/web-platform/meta/webaudio/the-audio-api/the-audiocontext-interface/audiocontext-suspend-resume.html.ini @@ -2,6 +2,7 @@ expected: if not debug and (os_version == "14") and sessionHistoryInParent: [OK, TIMEOUT] if debug and (os == "android"): [OK, ERROR, TIMEOUT] + if (os == "android") and not debug and not sessionHistoryInParent: [OK, TIMEOUT] [Test state after context closed] expected: FAIL diff --git a/testing/web-platform/meta/webaudio/the-audio-api/the-audionode-interface/channel-mode-interp-basic.html.ini b/testing/web-platform/meta/webaudio/the-audio-api/the-audionode-interface/channel-mode-interp-basic.html.ini @@ -2,3 +2,5 @@ expected: if sessionHistoryInParent and (os == "android") and not debug: [OK, TIMEOUT] if not sessionHistoryInParent and not debug: [OK, TIMEOUT] + if (os == "android") and debug and sessionHistoryInParent: [OK, TIMEOUT] + if (os == "android") and debug and not sessionHistoryInParent: [OK, TIMEOUT] diff --git a/testing/web-platform/meta/webaudio/the-audio-api/the-audioparam-interface/audioparam-setTargetAtTime.html.ini b/testing/web-platform/meta/webaudio/the-audio-api/the-audioparam-interface/audioparam-setTargetAtTime.html.ini @@ -4,3 +4,4 @@ if (os == "android") and sessionHistoryInParent and debug: [OK, TIMEOUT] if (os == "android") and sessionHistoryInParent and not debug: [OK, TIMEOUT] if (os == "android") and not sessionHistoryInParent and not debug: [OK, TIMEOUT] + if (os == "android") and debug and not sessionHistoryInParent: [OK, CRASH] diff --git a/testing/web-platform/meta/webaudio/the-audio-api/the-audioworklet-interface/audioworklet-suspend.https.html.ini b/testing/web-platform/meta/webaudio/the-audio-api/the-audioworklet-interface/audioworklet-suspend.https.html.ini @@ -2,3 +2,4 @@ expected: if sessionHistoryInParent and (os == "android") and not debug: [OK, TIMEOUT] if not sessionHistoryInParent and not debug: [OK, TIMEOUT] + if (os == "android") and debug and sessionHistoryInParent: [OK, CRASH] diff --git a/testing/web-platform/meta/webaudio/the-audio-api/the-audioworklet-interface/audioworkletprocessor-no-process-function.https.html.ini b/testing/web-platform/meta/webaudio/the-audio-api/the-audioworklet-interface/audioworkletprocessor-no-process-function.https.html.ini @@ -2,4 +2,4 @@ expected: if (os == "android") and not debug and sessionHistoryInParent: [OK, TIMEOUT] if (os == "android") and not debug and not sessionHistoryInParent: [OK, TIMEOUT] - if (os == "android") and debug and sessionHistoryInParent: [OK, CRASH] + if (os == "android") and debug and sessionHistoryInParent: [OK, TIMEOUT, CRASH] diff --git a/testing/web-platform/meta/webaudio/the-audio-api/the-audioworklet-interface/audioworkletprocessor-promises.https.html.ini b/testing/web-platform/meta/webaudio/the-audio-api/the-audioworklet-interface/audioworkletprocessor-promises.https.html.ini @@ -3,6 +3,7 @@ if (os == "android") and sessionHistoryInParent and not debug: [OK, TIMEOUT] if (os == "android") and not sessionHistoryInParent and not debug: [OK, TIMEOUT] if os == "mac": [OK, TIMEOUT] + if (os == "android") and debug and not sessionHistoryInParent: [OK, TIMEOUT] [test] expected: if os == "mac": [PASS, TIMEOUT] diff --git a/testing/web-platform/meta/webaudio/the-audio-api/the-convolvernode-interface/convolver-setBuffer-null.html.ini b/testing/web-platform/meta/webaudio/the-audio-api/the-convolvernode-interface/convolver-setBuffer-null.html.ini @@ -3,3 +3,4 @@ if (os == "android") and not debug and sessionHistoryInParent: [OK, TIMEOUT] if (os == "android") and not debug and not sessionHistoryInParent: [OK, TIMEOUT] if (os == "linux") and not debug: [OK, CRASH] + if (os == "android") and debug and not sessionHistoryInParent: [OK, TIMEOUT] diff --git a/testing/web-platform/meta/webaudio/the-audio-api/the-gainnode-interface/gain.html.ini b/testing/web-platform/meta/webaudio/the-audio-api/the-gainnode-interface/gain.html.ini @@ -2,3 +2,4 @@ expected: if (os == "android") and debug and sessionHistoryInParent: [OK, TIMEOUT, CRASH] if (os == "android") and not debug and not sessionHistoryInParent: [OK, TIMEOUT] + if not sessionHistoryInParent and debug: [OK, TIMEOUT] diff --git a/testing/web-platform/meta/webaudio/the-audio-api/the-mediastreamaudiosourcenode-interface/mediastreamaudiosourcenode-routing.html.ini b/testing/web-platform/meta/webaudio/the-audio-api/the-mediastreamaudiosourcenode-interface/mediastreamaudiosourcenode-routing.html.ini @@ -3,6 +3,7 @@ if (os == "win") and not debug and (processor == "x86_64"): [OK, CRASH] if (os == "android") and not sessionHistoryInParent: [OK, TIMEOUT] if os == "mac": [OK, TIMEOUT] + if sessionHistoryInParent and (os == "android") and not debug: [OK, TIMEOUT] [MediaStreamAudioSourceNode captures the right track.] expected: if os == "mac": [PASS, TIMEOUT] diff --git a/testing/web-platform/meta/webrtc-encoded-transform/idlharness.https.window.js.ini b/testing/web-platform/meta/webrtc-encoded-transform/idlharness.https.window.js.ini @@ -74,6 +74,56 @@ [idlharness.https.window.html?exclude=SFrameTransform.*] expected: if not sessionHistoryInParent and not debug: [OK, TIMEOUT] + if sessionHistoryInParent and (os == "android") and debug: [OK, TIMEOUT] + if not sessionHistoryInParent and debug: [OK, TIMEOUT] + [SFrameEncrypterStream interface: existence and properties of interface object] + expected: FAIL + + [SFrameEncrypterStream interface object length] + expected: FAIL + + [SFrameEncrypterStream interface object name] + expected: FAIL + + [SFrameEncrypterStream interface: existence and properties of interface prototype object] + expected: FAIL + + [SFrameEncrypterStream interface: existence and properties of interface prototype object's "constructor" property] + expected: FAIL + + [SFrameEncrypterStream interface: existence and properties of interface prototype object's @@unscopables property] + expected: FAIL + + [SFrameEncrypterStream interface: operation setEncryptionKey(CryptoKey, optional CryptoKeyID)] + expected: FAIL + + [SFrameEncrypterStream interface: attribute onerror] + expected: FAIL + + [SFrameDecrypterStream interface: existence and properties of interface object] + expected: FAIL + + [SFrameDecrypterStream interface object length] + expected: FAIL + + [SFrameDecrypterStream interface object name] + expected: FAIL + + [SFrameDecrypterStream interface: existence and properties of interface prototype object] + expected: FAIL + + [SFrameDecrypterStream interface: existence and properties of interface prototype object's "constructor" property] + expected: FAIL + + [SFrameDecrypterStream interface: existence and properties of interface prototype object's @@unscopables property] + expected: FAIL + + [SFrameDecrypterStream interface: operation setEncryptionKey(CryptoKey, optional CryptoKeyID)] + expected: FAIL + + [SFrameDecrypterStream interface: attribute onerror] + expected: FAIL + [idlharness.https.window.html?include=SFrameTransform.*] expected: diff --git a/testing/web-platform/meta/webrtc-encoded-transform/tentative/RTCEncodedAudioFrame-clone.https.html.ini b/testing/web-platform/meta/webrtc-encoded-transform/tentative/RTCEncodedAudioFrame-clone.https.html.ini @@ -2,5 +2,6 @@ expected: if sessionHistoryInParent and (os == "android") and not debug: [OK, TIMEOUT] if not sessionHistoryInParent and not debug: [OK, TIMEOUT] + if (os == "android") and debug and not sessionHistoryInParent: [OK, TIMEOUT] [Cloning before sending works] expected: FAIL