summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/meta/html/syntax/serializing-html-fragments
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@progress-linux.org>2024-04-19 00:47:55 +0000
committerDaniel Baumann <daniel.baumann@progress-linux.org>2024-04-19 00:47:55 +0000
commit26a029d407be480d791972afb5975cf62c9360a6 (patch)
treef435a8308119effd964b339f76abb83a57c29483 /testing/web-platform/meta/html/syntax/serializing-html-fragments
parentInitial commit. (diff)
downloadfirefox-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')
-rw-r--r--testing/web-platform/meta/html/syntax/serializing-html-fragments/escaping.html.ini22
-rw-r--r--testing/web-platform/meta/html/syntax/serializing-html-fragments/serializing.html.ini55
-rw-r--r--testing/web-platform/meta/html/syntax/serializing-html-fragments/template.html.ini3
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]