From 0ebf5bdf043a27fd3dfb7f92e0cb63d88954c44d Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Fri, 19 Apr 2024 03:47:29 +0200 Subject: Adding upstream version 115.8.0esr. Signed-off-by: Daniel Baumann --- .../collections/domstringlist.html.ini | 20 ++ .../collections/htmlallcollection.html.ini | 3 + .../collections/htmloptionscollection.html.ini | 3 + .../collections/radionodelist.html.ini | 3 + ...cy-colour-value-ascii-case-insensitive.html.ini | 2 + ...-origin-transfer-resizable-arraybuffer.html.ini | 3 + .../messagechannel.any.js.ini | 146 +++++++++ .../shared-array-buffers/__dir__.ini | 5 + .../shared-array-buffers/blob-data.https.html.ini | 6 + .../nested-sharedworker-success.https.html.ini | 7 + .../serialization-via-idb.any.js.ini | 20 ++ .../window-domain-failure.https.sub.html.ini | 4 + .../window-serviceworker-failure.https.html.ini | 9 + .../window-sharedworker-failure.https.html.ini | 7 + .../structured-cloning-error-extra.html.ini | 3 + ...-cloning-error-stack-optional.sub.window.js.ini | 26 ++ .../structuredclone_0.html.ini | 3 + .../transfer-errors.window.js.ini | 3 + .../window-postmessage.window.js.ini | 35 ++ .../meta/html/infrastructure/urls/__dir__.ini | 2 + .../urls/resolving-urls/query-encoding/__dir__.ini | 1 + .../query-encoding/attributes.sub.html.ini | 53 +++ .../query-encoding/navigation.sub.html.ini | 12 + .../query-encoding/utf-16be.html.ini | 104 ++++++ .../query-encoding/utf-16le.html.ini | 101 ++++++ .../resolving-urls/query-encoding/utf-8.html.ini | 93 ++++++ .../query-encoding/windows-1251.html.ini | 362 +++++++++++++++++++++ .../query-encoding/windows-1252.html.ini | 145 +++++++++ ...se-url-changes-about-srcdoc.https.window.js.ini | 6 + ...nges-after-nav-about-srcdoc.https.window.js.ini | 6 + .../urls/terminology-0/document-base-url.html.ini | 5 + 31 files changed, 1198 insertions(+) create mode 100644 testing/web-platform/meta/html/infrastructure/common-dom-interfaces/collections/domstringlist.html.ini create mode 100644 testing/web-platform/meta/html/infrastructure/common-dom-interfaces/collections/htmlallcollection.html.ini create mode 100644 testing/web-platform/meta/html/infrastructure/common-dom-interfaces/collections/htmloptionscollection.html.ini create mode 100644 testing/web-platform/meta/html/infrastructure/common-dom-interfaces/collections/radionodelist.html.ini create mode 100644 testing/web-platform/meta/html/infrastructure/common-microsyntaxes/colours/parsing-legacy-colour-value-ascii-case-insensitive.html.ini create mode 100644 testing/web-platform/meta/html/infrastructure/safe-passing-of-structured-data/cross-origin-transfer-resizable-arraybuffer.html.ini create mode 100644 testing/web-platform/meta/html/infrastructure/safe-passing-of-structured-data/messagechannel.any.js.ini create mode 100644 testing/web-platform/meta/html/infrastructure/safe-passing-of-structured-data/shared-array-buffers/__dir__.ini create mode 100644 testing/web-platform/meta/html/infrastructure/safe-passing-of-structured-data/shared-array-buffers/blob-data.https.html.ini create mode 100644 testing/web-platform/meta/html/infrastructure/safe-passing-of-structured-data/shared-array-buffers/nested-sharedworker-success.https.html.ini create mode 100644 testing/web-platform/meta/html/infrastructure/safe-passing-of-structured-data/shared-array-buffers/serialization-via-idb.any.js.ini create mode 100644 testing/web-platform/meta/html/infrastructure/safe-passing-of-structured-data/shared-array-buffers/window-domain-failure.https.sub.html.ini create mode 100644 testing/web-platform/meta/html/infrastructure/safe-passing-of-structured-data/shared-array-buffers/window-serviceworker-failure.https.html.ini create mode 100644 testing/web-platform/meta/html/infrastructure/safe-passing-of-structured-data/shared-array-buffers/window-sharedworker-failure.https.html.ini create mode 100644 testing/web-platform/meta/html/infrastructure/safe-passing-of-structured-data/structured-cloning-error-extra.html.ini create mode 100644 testing/web-platform/meta/html/infrastructure/safe-passing-of-structured-data/structured-cloning-error-stack-optional.sub.window.js.ini create mode 100644 testing/web-platform/meta/html/infrastructure/safe-passing-of-structured-data/structuredclone_0.html.ini create mode 100644 testing/web-platform/meta/html/infrastructure/safe-passing-of-structured-data/transfer-errors.window.js.ini create mode 100644 testing/web-platform/meta/html/infrastructure/safe-passing-of-structured-data/window-postmessage.window.js.ini create mode 100644 testing/web-platform/meta/html/infrastructure/urls/__dir__.ini create mode 100644 testing/web-platform/meta/html/infrastructure/urls/resolving-urls/query-encoding/__dir__.ini create mode 100644 testing/web-platform/meta/html/infrastructure/urls/resolving-urls/query-encoding/attributes.sub.html.ini create mode 100644 testing/web-platform/meta/html/infrastructure/urls/resolving-urls/query-encoding/navigation.sub.html.ini create mode 100644 testing/web-platform/meta/html/infrastructure/urls/resolving-urls/query-encoding/utf-16be.html.ini create mode 100644 testing/web-platform/meta/html/infrastructure/urls/resolving-urls/query-encoding/utf-16le.html.ini create mode 100644 testing/web-platform/meta/html/infrastructure/urls/resolving-urls/query-encoding/utf-8.html.ini create mode 100644 testing/web-platform/meta/html/infrastructure/urls/resolving-urls/query-encoding/windows-1251.html.ini create mode 100644 testing/web-platform/meta/html/infrastructure/urls/resolving-urls/query-encoding/windows-1252.html.ini create mode 100644 testing/web-platform/meta/html/infrastructure/urls/terminology-0/document-base-url-changes-about-srcdoc.https.window.js.ini create mode 100644 testing/web-platform/meta/html/infrastructure/urls/terminology-0/document-base-url-changes-after-nav-about-srcdoc.https.window.js.ini create mode 100644 testing/web-platform/meta/html/infrastructure/urls/terminology-0/document-base-url.html.ini (limited to 'testing/web-platform/meta/html/infrastructure') diff --git a/testing/web-platform/meta/html/infrastructure/common-dom-interfaces/collections/domstringlist.html.ini b/testing/web-platform/meta/html/infrastructure/common-dom-interfaces/collections/domstringlist.html.ini new file mode 100644 index 0000000000..16beda941d --- /dev/null +++ b/testing/web-platform/meta/html/infrastructure/common-dom-interfaces/collections/domstringlist.html.ini @@ -0,0 +1,20 @@ +[domstringlist.html] + expected: + if (os == "win") and debug and not swgl and (processor == "x86"): [OK, TIMEOUT] + if (os == "win") and debug and swgl: [OK, TIMEOUT] + if (os == "win") and not debug: [OK, TIMEOUT] + [DOMStringList: contains() method] + expected: + if (os == "win") and debug and not swgl and (processor == "x86"): [PASS, NOTRUN] + if (os == "win") and debug and swgl: [PASS, NOTRUN] + if (os == "win") and not debug: [PASS, TIMEOUT] + + [DOMStringList: indexed getter] + expected: + if (os == "win") and not swgl and debug and (processor == "x86"): [PASS, NOTRUN] + if (os == "win") and swgl: [PASS, NOTRUN] + + [DOMStringList: item() method] + expected: + if (os == "win") and not swgl and debug and (processor == "x86"): [PASS, TIMEOUT] + if (os == "win") and swgl: [PASS, TIMEOUT] diff --git a/testing/web-platform/meta/html/infrastructure/common-dom-interfaces/collections/htmlallcollection.html.ini b/testing/web-platform/meta/html/infrastructure/common-dom-interfaces/collections/htmlallcollection.html.ini new file mode 100644 index 0000000000..779ae22f36 --- /dev/null +++ b/testing/web-platform/meta/html/infrastructure/common-dom-interfaces/collections/htmlallcollection.html.ini @@ -0,0 +1,3 @@ +[htmlallcollection.html] + [collections are new live HTMLCollection instances] + expected: FAIL diff --git a/testing/web-platform/meta/html/infrastructure/common-dom-interfaces/collections/htmloptionscollection.html.ini b/testing/web-platform/meta/html/infrastructure/common-dom-interfaces/collections/htmloptionscollection.html.ini new file mode 100644 index 0000000000..f4b69b34dd --- /dev/null +++ b/testing/web-platform/meta/html/infrastructure/common-dom-interfaces/collections/htmloptionscollection.html.ini @@ -0,0 +1,3 @@ +[htmloptionscollection.html] + expected: + if (os == "android") and fission: [OK, TIMEOUT] diff --git a/testing/web-platform/meta/html/infrastructure/common-dom-interfaces/collections/radionodelist.html.ini b/testing/web-platform/meta/html/infrastructure/common-dom-interfaces/collections/radionodelist.html.ini new file mode 100644 index 0000000000..d6b3de12d3 --- /dev/null +++ b/testing/web-platform/meta/html/infrastructure/common-dom-interfaces/collections/radionodelist.html.ini @@ -0,0 +1,3 @@ +[radionodelist.html] + expected: + if (os == "android") and fission: [TIMEOUT, OK] diff --git a/testing/web-platform/meta/html/infrastructure/common-microsyntaxes/colours/parsing-legacy-colour-value-ascii-case-insensitive.html.ini b/testing/web-platform/meta/html/infrastructure/common-microsyntaxes/colours/parsing-legacy-colour-value-ascii-case-insensitive.html.ini new file mode 100644 index 0000000000..07fab48980 --- /dev/null +++ b/testing/web-platform/meta/html/infrastructure/common-microsyntaxes/colours/parsing-legacy-colour-value-ascii-case-insensitive.html.ini @@ -0,0 +1,2 @@ +[parsing-legacy-colour-value-ascii-case-insensitive.html] + expected: FAIL diff --git a/testing/web-platform/meta/html/infrastructure/safe-passing-of-structured-data/cross-origin-transfer-resizable-arraybuffer.html.ini b/testing/web-platform/meta/html/infrastructure/safe-passing-of-structured-data/cross-origin-transfer-resizable-arraybuffer.html.ini new file mode 100644 index 0000000000..97ce0eb181 --- /dev/null +++ b/testing/web-platform/meta/html/infrastructure/safe-passing-of-structured-data/cross-origin-transfer-resizable-arraybuffer.html.ini @@ -0,0 +1,3 @@ +[cross-origin-transfer-resizable-arraybuffer.html] + [postMessaging resizable ArrayBuffer to OOPIF] + expected: FAIL diff --git a/testing/web-platform/meta/html/infrastructure/safe-passing-of-structured-data/messagechannel.any.js.ini b/testing/web-platform/meta/html/infrastructure/safe-passing-of-structured-data/messagechannel.any.js.ini new file mode 100644 index 0000000000..97d5fdacb4 --- /dev/null +++ b/testing/web-platform/meta/html/infrastructure/safe-passing-of-structured-data/messagechannel.any.js.ini @@ -0,0 +1,146 @@ +[messagechannel.any.worker.html] + expected: + if (os == "android") and fission: [OK, TIMEOUT] + [Resizable ArrayBuffer] + expected: FAIL + + [Growable SharedArrayBuffer] + expected: FAIL + + [Length-tracking TypedArray] + expected: FAIL + + [Length-tracking DataView] + expected: FAIL + + [Serializing OOB TypedArray throws] + expected: FAIL + + [Serializing OOB DataView throws] + expected: FAIL + + [Resizable ArrayBuffer is transferable] + expected: FAIL + + [Length-tracking TypedArray is transferable] + expected: FAIL + + [Length-tracking DataView is transferable] + expected: FAIL + + [Transferring OOB TypedArray throws] + expected: FAIL + + [Transferring OOB DataView throws] + expected: FAIL + + +[messagechannel.any.sharedworker.html] + expected: + if (os == "android") and fission: [OK, TIMEOUT] + [Resizable ArrayBuffer] + expected: FAIL + + [Growable SharedArrayBuffer] + expected: FAIL + + [Length-tracking TypedArray] + expected: FAIL + + [Length-tracking DataView] + expected: FAIL + + [Serializing OOB TypedArray throws] + expected: FAIL + + [Serializing OOB DataView throws] + expected: FAIL + + [Resizable ArrayBuffer is transferable] + expected: FAIL + + [Length-tracking TypedArray is transferable] + expected: FAIL + + [Length-tracking DataView is transferable] + expected: FAIL + + [Transferring OOB TypedArray throws] + expected: FAIL + + [Transferring OOB DataView throws] + expected: FAIL + + +[messagechannel.any.serviceworker.html] + expected: + if (os == "android") and fission: [OK, TIMEOUT] + [Resizable ArrayBuffer] + expected: FAIL + + [Growable SharedArrayBuffer] + expected: FAIL + + [Length-tracking TypedArray] + expected: FAIL + + [Length-tracking DataView] + expected: FAIL + + [Serializing OOB TypedArray throws] + expected: FAIL + + [Serializing OOB DataView throws] + expected: FAIL + + [Resizable ArrayBuffer is transferable] + expected: FAIL + + [Length-tracking TypedArray is transferable] + expected: FAIL + + [Length-tracking DataView is transferable] + expected: FAIL + + [Transferring OOB TypedArray throws] + expected: FAIL + + [Transferring OOB DataView throws] + expected: FAIL + + +[messagechannel.any.html] + expected: + if (os == "android") and fission: [OK, TIMEOUT] + [Resizable ArrayBuffer] + expected: FAIL + + [Growable SharedArrayBuffer] + expected: FAIL + + [Length-tracking TypedArray] + expected: FAIL + + [Length-tracking DataView] + expected: FAIL + + [Serializing OOB TypedArray throws] + expected: FAIL + + [Serializing OOB DataView throws] + expected: FAIL + + [Resizable ArrayBuffer is transferable] + expected: FAIL + + [Length-tracking TypedArray is transferable] + expected: FAIL + + [Length-tracking DataView is transferable] + expected: FAIL + + [Transferring OOB TypedArray throws] + expected: FAIL + + [Transferring OOB DataView throws] + expected: FAIL diff --git a/testing/web-platform/meta/html/infrastructure/safe-passing-of-structured-data/shared-array-buffers/__dir__.ini b/testing/web-platform/meta/html/infrastructure/safe-passing-of-structured-data/shared-array-buffers/__dir__.ini new file mode 100644 index 0000000000..c7a450ee9a --- /dev/null +++ b/testing/web-platform/meta/html/infrastructure/safe-passing-of-structured-data/shared-array-buffers/__dir__.ini @@ -0,0 +1,5 @@ +prefs: [browser.tabs.remote.useCrossOriginOpenerPolicy:true, + browser.tabs.remote.useCrossOriginEmbedderPolicy:true, + javascript.options.shared_memory:true] +disabled: + if (os == "android") or release_or_beta: This is blocked on DocumentChannel process switching support for Android diff --git a/testing/web-platform/meta/html/infrastructure/safe-passing-of-structured-data/shared-array-buffers/blob-data.https.html.ini b/testing/web-platform/meta/html/infrastructure/safe-passing-of-structured-data/shared-array-buffers/blob-data.https.html.ini new file mode 100644 index 0000000000..f851da6bf6 --- /dev/null +++ b/testing/web-platform/meta/html/infrastructure/safe-passing-of-structured-data/shared-array-buffers/blob-data.https.html.ini @@ -0,0 +1,6 @@ +implementation-status: backlog +bug: https://bugzilla.mozilla.org/show_bug.cgi?id=1613912 +[blob-data.https.html] + expected: [TIMEOUT, OK] + [data worker: self.crossOriginIsolated] + expected: FAIL diff --git a/testing/web-platform/meta/html/infrastructure/safe-passing-of-structured-data/shared-array-buffers/nested-sharedworker-success.https.html.ini b/testing/web-platform/meta/html/infrastructure/safe-passing-of-structured-data/shared-array-buffers/nested-sharedworker-success.https.html.ini new file mode 100644 index 0000000000..813d2a24f1 --- /dev/null +++ b/testing/web-platform/meta/html/infrastructure/safe-passing-of-structured-data/shared-array-buffers/nested-sharedworker-success.https.html.ini @@ -0,0 +1,7 @@ +[nested-sharedworker-success.https.html] + [postMessaging to a dedicated sub-worker allows them to see each others' modifications] + expected: FAIL + + [Bonus: self.crossOriginIsolated] + expected: FAIL + diff --git a/testing/web-platform/meta/html/infrastructure/safe-passing-of-structured-data/shared-array-buffers/serialization-via-idb.any.js.ini b/testing/web-platform/meta/html/infrastructure/safe-passing-of-structured-data/shared-array-buffers/serialization-via-idb.any.js.ini new file mode 100644 index 0000000000..59a85ebb49 --- /dev/null +++ b/testing/web-platform/meta/html/infrastructure/safe-passing-of-structured-data/shared-array-buffers/serialization-via-idb.any.js.ini @@ -0,0 +1,20 @@ +[serialization-via-idb.any.worker.html] + expected: + if (processor == "x86") and (os == "win") and not debug: [OK, TIMEOUT] + [SharedArrayBuffer cloning via IndexedDB: basic case] + expected: + if (processor == "x86") and (os == "win") and not debug: [FAIL, TIMEOUT] + FAIL + + [SharedArrayBuffer cloning via the IndexedDB: is interleaved correctly] + expected: + if (processor == "x86") and (os == "win") and not debug: [FAIL, TIMEOUT] + FAIL + + +[serialization-via-idb.any.html] + [SharedArrayBuffer cloning via IndexedDB: basic case] + expected: FAIL + + [SharedArrayBuffer cloning via the IndexedDB: is interleaved correctly] + expected: FAIL diff --git a/testing/web-platform/meta/html/infrastructure/safe-passing-of-structured-data/shared-array-buffers/window-domain-failure.https.sub.html.ini b/testing/web-platform/meta/html/infrastructure/safe-passing-of-structured-data/shared-array-buffers/window-domain-failure.https.sub.html.ini new file mode 100644 index 0000000000..8df8955dfd --- /dev/null +++ b/testing/web-platform/meta/html/infrastructure/safe-passing-of-structured-data/shared-array-buffers/window-domain-failure.https.sub.html.ini @@ -0,0 +1,4 @@ +[window-domain-failure.https.sub.html] + [SharedArrayBuffer and a same-origin-domain (but not same-origin) iframe] + expected: FAIL + diff --git a/testing/web-platform/meta/html/infrastructure/safe-passing-of-structured-data/shared-array-buffers/window-serviceworker-failure.https.html.ini b/testing/web-platform/meta/html/infrastructure/safe-passing-of-structured-data/shared-array-buffers/window-serviceworker-failure.https.html.ini new file mode 100644 index 0000000000..d3c11111e6 --- /dev/null +++ b/testing/web-platform/meta/html/infrastructure/safe-passing-of-structured-data/shared-array-buffers/window-serviceworker-failure.https.html.ini @@ -0,0 +1,9 @@ +implementation-status: backlog +bug: https://bugzilla.mozilla.org/show_bug.cgi?id=1613912 +[window-serviceworker-failure.https.html] + expected: TIMEOUT + disabled: + if (os == "android"): https://bugzilla.mozilla.org/show_bug.cgi?id=1589673 + [SharedArrayBuffer cannot cross agent clusters, service worker edition] + expected: TIMEOUT + diff --git a/testing/web-platform/meta/html/infrastructure/safe-passing-of-structured-data/shared-array-buffers/window-sharedworker-failure.https.html.ini b/testing/web-platform/meta/html/infrastructure/safe-passing-of-structured-data/shared-array-buffers/window-sharedworker-failure.https.html.ini new file mode 100644 index 0000000000..fd8823edc4 --- /dev/null +++ b/testing/web-platform/meta/html/infrastructure/safe-passing-of-structured-data/shared-array-buffers/window-sharedworker-failure.https.html.ini @@ -0,0 +1,7 @@ +implementation-status: backlog +bug: https://bugzilla.mozilla.org/show_bug.cgi?id=1613912 +[window-sharedworker-failure.https.html] + expected: TIMEOUT + + [SharedArrayBuffer cannot cross agent clusters, shared worker edition] + expected: TIMEOUT diff --git a/testing/web-platform/meta/html/infrastructure/safe-passing-of-structured-data/structured-cloning-error-extra.html.ini b/testing/web-platform/meta/html/infrastructure/safe-passing-of-structured-data/structured-cloning-error-extra.html.ini new file mode 100644 index 0000000000..9d8f28bd34 --- /dev/null +++ b/testing/web-platform/meta/html/infrastructure/safe-passing-of-structured-data/structured-cloning-error-extra.html.ini @@ -0,0 +1,3 @@ +[structured-cloning-error-extra.html] + expected: + if (os == "android") and fission: [OK, TIMEOUT] diff --git a/testing/web-platform/meta/html/infrastructure/safe-passing-of-structured-data/structured-cloning-error-stack-optional.sub.window.js.ini b/testing/web-platform/meta/html/infrastructure/safe-passing-of-structured-data/structured-cloning-error-stack-optional.sub.window.js.ini new file mode 100644 index 0000000000..b1ed25ff7e --- /dev/null +++ b/testing/web-platform/meta/html/infrastructure/safe-passing-of-structured-data/structured-cloning-error-stack-optional.sub.window.js.ini @@ -0,0 +1,26 @@ +[structured-cloning-error-stack-optional.sub.window.html] + expected: + if (os == "android") and fission: [OK, TIMEOUT] + [page-created DOMException (structuredClone())] + expected: FAIL + + [web API-created DOMException (structuredClone())] + expected: FAIL + + [web API-created DOMException (worker)] + expected: FAIL + + [page-created DOMException (worker)] + expected: FAIL + + [web API-created DOMException (cross-site iframe)] + expected: FAIL + + [page-created DOMException (cross-site iframe)] + expected: FAIL + + [web API-created DOMException (same-origin iframe)] + expected: FAIL + + [page-created DOMException (same-origin iframe)] + expected: FAIL diff --git a/testing/web-platform/meta/html/infrastructure/safe-passing-of-structured-data/structuredclone_0.html.ini b/testing/web-platform/meta/html/infrastructure/safe-passing-of-structured-data/structuredclone_0.html.ini new file mode 100644 index 0000000000..1ddde5f84a --- /dev/null +++ b/testing/web-platform/meta/html/infrastructure/safe-passing-of-structured-data/structuredclone_0.html.ini @@ -0,0 +1,3 @@ +[structuredclone_0.html] + expected: + if (os == "android") and fission: [OK, TIMEOUT] diff --git a/testing/web-platform/meta/html/infrastructure/safe-passing-of-structured-data/transfer-errors.window.js.ini b/testing/web-platform/meta/html/infrastructure/safe-passing-of-structured-data/transfer-errors.window.js.ini new file mode 100644 index 0000000000..ce39dac985 --- /dev/null +++ b/testing/web-platform/meta/html/infrastructure/safe-passing-of-structured-data/transfer-errors.window.js.ini @@ -0,0 +1,3 @@ +[transfer-errors.window.html] + expected: + if (os == "android") and fission: [OK, TIMEOUT] diff --git a/testing/web-platform/meta/html/infrastructure/safe-passing-of-structured-data/window-postmessage.window.js.ini b/testing/web-platform/meta/html/infrastructure/safe-passing-of-structured-data/window-postmessage.window.js.ini new file mode 100644 index 0000000000..66c1c5dec1 --- /dev/null +++ b/testing/web-platform/meta/html/infrastructure/safe-passing-of-structured-data/window-postmessage.window.js.ini @@ -0,0 +1,35 @@ +[window-postmessage.window.html] + expected: + if (os == "android") and fission: [TIMEOUT, OK] + [Resizable ArrayBuffer] + expected: FAIL + + [Growable SharedArrayBuffer] + expected: FAIL + + [Length-tracking TypedArray] + expected: FAIL + + [Length-tracking DataView] + expected: FAIL + + [Serializing OOB TypedArray throws] + expected: FAIL + + [Serializing OOB DataView throws] + expected: FAIL + + [Resizable ArrayBuffer is transferable] + expected: FAIL + + [Length-tracking TypedArray is transferable] + expected: FAIL + + [Length-tracking DataView is transferable] + expected: FAIL + + [Transferring OOB TypedArray throws] + expected: FAIL + + [Transferring OOB DataView throws] + expected: FAIL diff --git a/testing/web-platform/meta/html/infrastructure/urls/__dir__.ini b/testing/web-platform/meta/html/infrastructure/urls/__dir__.ini new file mode 100644 index 0000000000..c19d4d960c --- /dev/null +++ b/testing/web-platform/meta/html/infrastructure/urls/__dir__.ini @@ -0,0 +1,2 @@ +lsan-allowed: [nsHtml5Parser::MarkAsNotScriptCreated] +leak-threshold: [tab:51200] diff --git a/testing/web-platform/meta/html/infrastructure/urls/resolving-urls/query-encoding/__dir__.ini b/testing/web-platform/meta/html/infrastructure/urls/resolving-urls/query-encoding/__dir__.ini new file mode 100644 index 0000000000..35bdf36032 --- /dev/null +++ b/testing/web-platform/meta/html/infrastructure/urls/resolving-urls/query-encoding/__dir__.ini @@ -0,0 +1 @@ +lsan-allowed: [Alloc, MakeUnique, NewPage, nsHtml5AttributeName::SAME_LOCAL, nsHtml5StreamParser::nsHtml5StreamParser, nsHtml5Tokenizer::nsHtml5Tokenizer, nsHtml5TreeBuilder::nsHtml5TreeBuilder, nsThread::nsThread, nsThreadManager::NewNamedThread, nsTimer::WithEventTarget, nsTimer::nsTimer] diff --git a/testing/web-platform/meta/html/infrastructure/urls/resolving-urls/query-encoding/attributes.sub.html.ini b/testing/web-platform/meta/html/infrastructure/urls/resolving-urls/query-encoding/attributes.sub.html.ini new file mode 100644 index 0000000000..60083d173e --- /dev/null +++ b/testing/web-platform/meta/html/infrastructure/urls/resolving-urls/query-encoding/attributes.sub.html.ini @@ -0,0 +1,53 @@ +[attributes.sub.html?encoding=x-cp1251] + [getComputedStyle ] + expected: FAIL + + [getComputedStyle ] + expected: FAIL + + [getComputedStyle ] + expected: FAIL + + [getComputedStyle ] + expected: FAIL + + [getComputedStyle ] + expected: FAIL + + [getComputedStyle ] + expected: FAIL + + [getComputedStyle ] + expected: FAIL + + [getComputedStyle ] + expected: FAIL + + [getComputedStyle ] + expected: FAIL + + [getComputedStyle ] + expected: FAIL + + [getComputedStyle ] + expected: FAIL + + [getComputedStyle
] + expected: FAIL + + [getComputedStyle ] + expected: FAIL + + +[attributes.sub.html?encoding=windows-1252] + [getComputedStyle
] + expected: FAIL + + [getComputedStyle
] + expected: FAIL + + [getComputedStyle
] + expected: FAIL + + +[attributes.sub.html?encoding=utf8] diff --git a/testing/web-platform/meta/html/infrastructure/urls/resolving-urls/query-encoding/navigation.sub.html.ini b/testing/web-platform/meta/html/infrastructure/urls/resolving-urls/query-encoding/navigation.sub.html.ini new file mode 100644 index 0000000000..d00ca666ae --- /dev/null +++ b/testing/web-platform/meta/html/infrastructure/urls/resolving-urls/query-encoding/navigation.sub.html.ini @@ -0,0 +1,12 @@ +prefs: [browser.send_pings:true] +[navigation.sub.html?encoding=windows-1252] + expected: + if (os == "android") and fission: [OK, TIMEOUT] + +[navigation.sub.html?encoding=x-cp1251] + expected: + if (os == "android") and fission: [OK, TIMEOUT] + +[navigation.sub.html?encoding=utf8] + expected: + if (os == "android") and fission: [OK, TIMEOUT] diff --git a/testing/web-platform/meta/html/infrastructure/urls/resolving-urls/query-encoding/utf-16be.html.ini b/testing/web-platform/meta/html/infrastructure/urls/resolving-urls/query-encoding/utf-16be.html.ini new file mode 100644 index 0000000000..b3177093a1 --- /dev/null +++ b/testing/web-platform/meta/html/infrastructure/urls/resolving-urls/query-encoding/utf-16be.html.ini @@ -0,0 +1,104 @@ +[utf-16be.html] + expected: TIMEOUT + disabled: https://bugzilla.mozilla.org/show_bug.cgi?id=1034063 + [hyperlink auditing ] + expected: TIMEOUT + + [hyperlink auditing ] + expected: TIMEOUT + + [loading image ] + expected: TIMEOUT + + [hyperlink auditing ] + expected: TIMEOUT + + [loading image ] + expected: TIMEOUT + + [hyperlink auditing ] + expected: TIMEOUT + + [loading image