diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-05-15 03:35:49 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-05-15 03:35:49 +0000 |
commit | d8bbc7858622b6d9c278469aab701ca0b609cddf (patch) | |
tree | eff41dc61d9f714852212739e6b3738b82a2af87 /testing/web-platform/meta/html/webappapis | |
parent | Releasing progress-linux version 125.0.3-1~progress7.99u1. (diff) | |
download | firefox-d8bbc7858622b6d9c278469aab701ca0b609cddf.tar.xz firefox-d8bbc7858622b6d9c278469aab701ca0b609cddf.zip |
Merging upstream version 126.0.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'testing/web-platform/meta/html/webappapis')
-rw-r--r-- | testing/web-platform/meta/html/webappapis/dynamic-markup-insertion/document-write/document.write-01.xhtml.ini | 2 | ||||
-rw-r--r-- | testing/web-platform/meta/html/webappapis/system-state-and-capabilities/the-navigator-object/navigator-window-controls-overlay.tentative.html.ini (renamed from testing/web-platform/meta/html/webappapis/system-state-and-capabilities/the-navigator-object/navigator-window-controls-overlay.html.ini) | 14 | ||||
-rw-r--r-- | testing/web-platform/meta/html/webappapis/system-state-and-capabilities/the-navigator-object/navigator_user_agent.https.tentative.html.ini (renamed from testing/web-platform/meta/html/webappapis/system-state-and-capabilities/the-navigator-object/navigator_user_agent.https.html.ini) | 8 |
3 files changed, 10 insertions, 14 deletions
diff --git a/testing/web-platform/meta/html/webappapis/dynamic-markup-insertion/document-write/document.write-01.xhtml.ini b/testing/web-platform/meta/html/webappapis/dynamic-markup-insertion/document-write/document.write-01.xhtml.ini index 94588b72c7..d91a6d4d06 100644 --- a/testing/web-platform/meta/html/webappapis/dynamic-markup-insertion/document-write/document.write-01.xhtml.ini +++ b/testing/web-platform/meta/html/webappapis/dynamic-markup-insertion/document-write/document.write-01.xhtml.ini @@ -1,3 +1,3 @@ [document.write-01.xhtml] expected: - if (os == "android") and fission: [OK, TIMEOUT] + if (os == "android") and not debug: [OK, CRASH] diff --git a/testing/web-platform/meta/html/webappapis/system-state-and-capabilities/the-navigator-object/navigator-window-controls-overlay.html.ini b/testing/web-platform/meta/html/webappapis/system-state-and-capabilities/the-navigator-object/navigator-window-controls-overlay.tentative.html.ini index 79bb85f85b..a5f6a58635 100644 --- a/testing/web-platform/meta/html/webappapis/system-state-and-capabilities/the-navigator-object/navigator-window-controls-overlay.html.ini +++ b/testing/web-platform/meta/html/webappapis/system-state-and-capabilities/the-navigator-object/navigator-window-controls-overlay.tentative.html.ini @@ -1,16 +1,11 @@ -[navigator-window-controls-overlay.html] - expected: - if (os == "android") and fission: [OK, TIMEOUT] - [visible should be false] +[navigator-window-controls-overlay.tentative.html] + [the windowControlsOverlay object should exist on the navigator object] expected: FAIL [visible should be a member of the windowControlsOverlay object] expected: FAIL - [the windowControlsOverlay object should exist on the navigator object] - expected: FAIL - - [ongeometrychange should be a member of the windowControlsOverlay object] + [visible should be false] expected: FAIL [getTitlebarAreaRect should be a method of the windowControlsOverlay object] @@ -21,3 +16,6 @@ [getTitlebarAreaRect should return a empty DOMRect] expected: FAIL + + [ongeometrychange should be a member of the windowControlsOverlay object] + expected: FAIL diff --git a/testing/web-platform/meta/html/webappapis/system-state-and-capabilities/the-navigator-object/navigator_user_agent.https.html.ini b/testing/web-platform/meta/html/webappapis/system-state-and-capabilities/the-navigator-object/navigator_user_agent.https.tentative.html.ini index b8bb316f1d..c797329b27 100644 --- a/testing/web-platform/meta/html/webappapis/system-state-and-capabilities/the-navigator-object/navigator_user_agent.https.html.ini +++ b/testing/web-platform/meta/html/webappapis/system-state-and-capabilities/the-navigator-object/navigator_user_agent.https.tentative.html.ini @@ -1,8 +1,6 @@ -[navigator_user_agent.https.html] - expected: - if (os == "android") and fission: [OK, TIMEOUT] - [navigator.userAgentData returns a UserAgentMetadata object.] +[navigator_user_agent.https.tentative.html] + [navigator.userAgentData is exposed.] expected: FAIL - [navigator.userAgentData is exposed.] + [navigator.userAgentData returns a UserAgentMetadata object.] expected: FAIL |