diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-19 00:47:55 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-19 00:47:55 +0000 |
commit | 26a029d407be480d791972afb5975cf62c9360a6 (patch) | |
tree | f435a8308119effd964b339f76abb83a57c29483 /testing/web-platform/meta/html/syntax/serializing-html-fragments | |
parent | Initial commit. (diff) | |
download | firefox-26a029d407be480d791972afb5975cf62c9360a6.tar.xz firefox-26a029d407be480d791972afb5975cf62c9360a6.zip |
Adding upstream version 124.0.1.upstream/124.0.1
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'testing/web-platform/meta/html/syntax/serializing-html-fragments')
3 files changed, 80 insertions, 0 deletions
diff --git a/testing/web-platform/meta/html/syntax/serializing-html-fragments/escaping.html.ini b/testing/web-platform/meta/html/syntax/serializing-html-fragments/escaping.html.ini new file mode 100644 index 0000000000..d411641a46 --- /dev/null +++ b/testing/web-platform/meta/html/syntax/serializing-html-fragments/escaping.html.ini @@ -0,0 +1,22 @@ +[escaping.html] + [template.innerHTML] + expected: FAIL + + [document.implementation.createHTMLDocument and innerHTML] + expected: FAIL + + [document.implementation.createHTMLDocument and createContextualFragment] + expected: FAIL + + [document.implementation.createHTMLDocument and document.write] + expected: + if (os == "mac") and not debug: ["PASS", "FAIL"] + + [XMLHttpRequest] + expected: + if (os == "mac") and not debug: ["PASS", "FAIL"] + + [DOMParser.parseFromString] + expected: + if (os == "mac") and not debug: ["PASS", "FAIL"] + diff --git a/testing/web-platform/meta/html/syntax/serializing-html-fragments/serializing.html.ini b/testing/web-platform/meta/html/syntax/serializing-html-fragments/serializing.html.ini new file mode 100644 index 0000000000..5526170e82 --- /dev/null +++ b/testing/web-platform/meta/html/syntax/serializing-html-fragments/serializing.html.ini @@ -0,0 +1,55 @@ +[serializing.html] + [innerHTML Void context node area] + expected: FAIL + + [innerHTML Void context node base] + expected: FAIL + + [innerHTML Void context node basefont] + expected: FAIL + + [innerHTML Void context node bgsound] + expected: FAIL + + [innerHTML Void context node br] + expected: FAIL + + [innerHTML Void context node col] + expected: FAIL + + [innerHTML Void context node embed] + expected: FAIL + + [innerHTML Void context node frame] + expected: FAIL + + [innerHTML Void context node hr] + expected: FAIL + + [innerHTML Void context node img] + expected: FAIL + + [innerHTML Void context node input] + expected: FAIL + + [innerHTML Void context node keygen] + expected: FAIL + + [innerHTML Void context node link] + expected: FAIL + + [innerHTML Void context node meta] + expected: FAIL + + [innerHTML Void context node param] + expected: FAIL + + [innerHTML Void context node source] + expected: FAIL + + [innerHTML Void context node track] + expected: FAIL + + [innerHTML Void context node wbr] + expected: FAIL + diff --git a/testing/web-platform/meta/html/syntax/serializing-html-fragments/template.html.ini b/testing/web-platform/meta/html/syntax/serializing-html-fragments/template.html.ini new file mode 100644 index 0000000000..3d18fc9b46 --- /dev/null +++ b/testing/web-platform/meta/html/syntax/serializing-html-fragments/template.html.ini @@ -0,0 +1,3 @@ +[template.html] + expected: + if (os == "android") and fission: [OK, TIMEOUT] |