From d8bbc7858622b6d9c278469aab701ca0b609cddf Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Wed, 15 May 2024 05:35:49 +0200 Subject: Merging upstream version 126.0. Signed-off-by: Daniel Baumann --- .../document-write/document.write-01.xhtml.ini | 2 +- .../navigator-window-controls-overlay.html.ini | 23 ---------------------- ...ator-window-controls-overlay.tentative.html.ini | 21 ++++++++++++++++++++ .../navigator_user_agent.https.html.ini | 8 -------- .../navigator_user_agent.https.tentative.html.ini | 6 ++++++ 5 files changed, 28 insertions(+), 32 deletions(-) delete mode 100644 testing/web-platform/meta/html/webappapis/system-state-and-capabilities/the-navigator-object/navigator-window-controls-overlay.html.ini create mode 100644 testing/web-platform/meta/html/webappapis/system-state-and-capabilities/the-navigator-object/navigator-window-controls-overlay.tentative.html.ini delete mode 100644 testing/web-platform/meta/html/webappapis/system-state-and-capabilities/the-navigator-object/navigator_user_agent.https.html.ini create mode 100644 testing/web-platform/meta/html/webappapis/system-state-and-capabilities/the-navigator-object/navigator_user_agent.https.tentative.html.ini (limited to 'testing/web-platform/meta/html/webappapis') 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.html.ini deleted file mode 100644 index 79bb85f85b..0000000000 --- a/testing/web-platform/meta/html/webappapis/system-state-and-capabilities/the-navigator-object/navigator-window-controls-overlay.html.ini +++ /dev/null @@ -1,23 +0,0 @@ -[navigator-window-controls-overlay.html] - expected: - if (os == "android") and fission: [OK, TIMEOUT] - [visible should be false] - 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] - expected: FAIL - - [getTitlebarAreaRect should be a method of the windowControlsOverlay object] - expected: FAIL - - [getTitlebarAreaRect return type should be DOMRect] - expected: FAIL - - [getTitlebarAreaRect should return a empty DOMRect] - expected: FAIL diff --git a/testing/web-platform/meta/html/webappapis/system-state-and-capabilities/the-navigator-object/navigator-window-controls-overlay.tentative.html.ini b/testing/web-platform/meta/html/webappapis/system-state-and-capabilities/the-navigator-object/navigator-window-controls-overlay.tentative.html.ini new file mode 100644 index 0000000000..a5f6a58635 --- /dev/null +++ b/testing/web-platform/meta/html/webappapis/system-state-and-capabilities/the-navigator-object/navigator-window-controls-overlay.tentative.html.ini @@ -0,0 +1,21 @@ +[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 + + [visible should be false] + expected: FAIL + + [getTitlebarAreaRect should be a method of the windowControlsOverlay object] + expected: FAIL + + [getTitlebarAreaRect return type should be DOMRect] + expected: FAIL + + [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.html.ini deleted file mode 100644 index b8bb316f1d..0000000000 --- a/testing/web-platform/meta/html/webappapis/system-state-and-capabilities/the-navigator-object/navigator_user_agent.https.html.ini +++ /dev/null @@ -1,8 +0,0 @@ -[navigator_user_agent.https.html] - expected: - if (os == "android") and fission: [OK, TIMEOUT] - [navigator.userAgentData returns a UserAgentMetadata object.] - expected: FAIL - - [navigator.userAgentData is exposed.] - expected: FAIL diff --git a/testing/web-platform/meta/html/webappapis/system-state-and-capabilities/the-navigator-object/navigator_user_agent.https.tentative.html.ini b/testing/web-platform/meta/html/webappapis/system-state-and-capabilities/the-navigator-object/navigator_user_agent.https.tentative.html.ini new file mode 100644 index 0000000000..c797329b27 --- /dev/null +++ b/testing/web-platform/meta/html/webappapis/system-state-and-capabilities/the-navigator-object/navigator_user_agent.https.tentative.html.ini @@ -0,0 +1,6 @@ +[navigator_user_agent.https.tentative.html] + [navigator.userAgentData is exposed.] + expected: FAIL + + [navigator.userAgentData returns a UserAgentMetadata object.] + expected: FAIL -- cgit v1.2.3