summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/meta/html/semantics/scripting-1
diff options
context:
space:
mode:
authorMatt A. Tobin <mattatobin@localhost.localdomain>2018-02-02 04:16:08 -0500
committerMatt A. Tobin <mattatobin@localhost.localdomain>2018-02-02 04:16:08 -0500
commit5f8de423f190bbb79a62f804151bc24824fa32d8 (patch)
tree10027f336435511475e392454359edea8e25895d /testing/web-platform/meta/html/semantics/scripting-1
parent49ee0794b5d912db1f95dce6eb52d781dc210db5 (diff)
downloadUXP-5f8de423f190bbb79a62f804151bc24824fa32d8.tar
UXP-5f8de423f190bbb79a62f804151bc24824fa32d8.tar.gz
UXP-5f8de423f190bbb79a62f804151bc24824fa32d8.tar.lz
UXP-5f8de423f190bbb79a62f804151bc24824fa32d8.tar.xz
UXP-5f8de423f190bbb79a62f804151bc24824fa32d8.zip
Add m-esr52 at 52.6.0
Diffstat (limited to 'testing/web-platform/meta/html/semantics/scripting-1')
-rw-r--r--testing/web-platform/meta/html/semantics/scripting-1/the-script-element/historical.html.ini14
-rw-r--r--testing/web-platform/meta/html/semantics/scripting-1/the-script-element/script-charset-02.html.ini8
-rw-r--r--testing/web-platform/meta/html/semantics/scripting-1/the-script-element/script-charset-03.html.ini5
-rw-r--r--testing/web-platform/meta/html/semantics/scripting-1/the-script-element/script-for-event.html.ini11
-rw-r--r--testing/web-platform/meta/html/semantics/scripting-1/the-script-element/script-languages-01.html.ini8
-rw-r--r--testing/web-platform/meta/html/semantics/scripting-1/the-script-element/script-languages-02.html.ini218
-rw-r--r--testing/web-platform/meta/html/semantics/scripting-1/the-script-element/script-text.html.ini5
-rw-r--r--testing/web-platform/meta/html/semantics/scripting-1/the-template-element/definitions/template-contents-owner-document-type.html.ini14
-rw-r--r--testing/web-platform/meta/html/semantics/scripting-1/the-template-element/template-element/node-document-changes.html.ini17
-rw-r--r--testing/web-platform/meta/html/semantics/scripting-1/the-template-element/template-element/template-as-a-descendant.html.ini5
-rw-r--r--testing/web-platform/meta/html/semantics/scripting-1/the-template-element/template-element/template-content.html.ini5
11 files changed, 310 insertions, 0 deletions
diff --git a/testing/web-platform/meta/html/semantics/scripting-1/the-script-element/historical.html.ini b/testing/web-platform/meta/html/semantics/scripting-1/the-script-element/historical.html.ini
new file mode 100644
index 000000000..be3a51aa2
--- /dev/null
+++ b/testing/web-platform/meta/html/semantics/scripting-1/the-script-element/historical.html.ini
@@ -0,0 +1,14 @@
+[historical.html]
+ type: testharness
+ [onbeforescriptexecute content attribute should not be supported]
+ expected: FAIL
+
+ [onafterscriptexecute content attribute should not be supported]
+ expected: FAIL
+
+ [beforescriptexecute event should not be supported]
+ expected: FAIL
+
+ [afterscriptexecute event should not be supported]
+ expected: FAIL
+
diff --git a/testing/web-platform/meta/html/semantics/scripting-1/the-script-element/script-charset-02.html.ini b/testing/web-platform/meta/html/semantics/scripting-1/the-script-element/script-charset-02.html.ini
new file mode 100644
index 000000000..d60d21043
--- /dev/null
+++ b/testing/web-platform/meta/html/semantics/scripting-1/the-script-element/script-charset-02.html.ini
@@ -0,0 +1,8 @@
+[script-charset-02.html]
+ type: testharness
+ [Script @type: unknown parameters]
+ expected: FAIL
+
+ [Script @type: unknown parameters 1]
+ expected: FAIL
+
diff --git a/testing/web-platform/meta/html/semantics/scripting-1/the-script-element/script-charset-03.html.ini b/testing/web-platform/meta/html/semantics/scripting-1/the-script-element/script-charset-03.html.ini
new file mode 100644
index 000000000..bbd7c7f47
--- /dev/null
+++ b/testing/web-platform/meta/html/semantics/scripting-1/the-script-element/script-charset-03.html.ini
@@ -0,0 +1,5 @@
+[script-charset-03.html]
+ type: testharness
+ [Script changing @charset]
+ expected: FAIL
+
diff --git a/testing/web-platform/meta/html/semantics/scripting-1/the-script-element/script-for-event.html.ini b/testing/web-platform/meta/html/semantics/scripting-1/the-script-element/script-for-event.html.ini
new file mode 100644
index 000000000..965d08c2e
--- /dev/null
+++ b/testing/web-platform/meta/html/semantics/scripting-1/the-script-element/script-for-event.html.ini
@@ -0,0 +1,11 @@
+[script-for-event.html]
+ type: testharness
+ [Script 1]
+ expected: FAIL
+
+ [Script 2]
+ expected: FAIL
+
+ [Script 3]
+ expected: FAIL
+
diff --git a/testing/web-platform/meta/html/semantics/scripting-1/the-script-element/script-languages-01.html.ini b/testing/web-platform/meta/html/semantics/scripting-1/the-script-element/script-languages-01.html.ini
new file mode 100644
index 000000000..83477b02e
--- /dev/null
+++ b/testing/web-platform/meta/html/semantics/scripting-1/the-script-element/script-languages-01.html.ini
@@ -0,0 +1,8 @@
+[script-languages-01.html]
+ type: testharness
+ [Script @type: unknown parameters]
+ expected: FAIL
+
+ [Script @type: unknown parameters 1]
+ expected: FAIL
+
diff --git a/testing/web-platform/meta/html/semantics/scripting-1/the-script-element/script-languages-02.html.ini b/testing/web-platform/meta/html/semantics/scripting-1/the-script-element/script-languages-02.html.ini
new file mode 100644
index 000000000..084e23469
--- /dev/null
+++ b/testing/web-platform/meta/html/semantics/scripting-1/the-script-element/script-languages-02.html.ini
@@ -0,0 +1,218 @@
+[script-languages-02.html]
+ type: testharness
+ [Script should run with type="application/ecmascript\\f"]
+ expected: FAIL
+
+ [Script should run with type="application/javascript\\f"]
+ expected: FAIL
+
+ [Script should run with type="application/x-ecmascript\\f"]
+ expected: FAIL
+
+ [Script should run with type="application/x-javascript\\f"]
+ expected: FAIL
+
+ [Script should run with type="\\fapplication/ecmascript"]
+ expected: FAIL
+
+ [Script should run with type="\\fapplication/javascript"]
+ expected: FAIL
+
+ [Script should run with type="\\fapplication/x-ecmascript"]
+ expected: FAIL
+
+ [Script should run with type="\\fapplication/x-javascript"]
+ expected: FAIL
+
+ [Script shouldn't run with type="application/ecmascript\\0"]
+ expected: FAIL
+
+ [Script shouldn't run with type="application/javascript\\0"]
+ expected: FAIL
+
+ [Script shouldn't run with type="application/x-ecmascript\\0"]
+ expected: FAIL
+
+ [Script shouldn't run with type="application/x-javascript\\0"]
+ expected: FAIL
+
+ [Script shouldn't run with type="application/ecmascript\\0foo"]
+ expected: FAIL
+
+ [Script shouldn't run with type="application/javascript\\0foo"]
+ expected: FAIL
+
+ [Script shouldn't run with type="application/x-ecmascript\\0foo"]
+ expected: FAIL
+
+ [Script shouldn't run with type="application/x-javascript\\0foo"]
+ expected: FAIL
+
+ [Script should run with type="text/ecmascript\\f"]
+ expected: FAIL
+
+ [Script should run with type="text/javascript\\f"]
+ expected: FAIL
+
+ [Script should run with type="text/javascript1.0\\f"]
+ expected: FAIL
+
+ [Script should run with type="text/javascript1.1\\f"]
+ expected: FAIL
+
+ [Script should run with type="text/javascript1.2\\f"]
+ expected: FAIL
+
+ [Script should run with type="text/javascript1.3\\f"]
+ expected: FAIL
+
+ [Script should run with type="text/javascript1.4\\f"]
+ expected: FAIL
+
+ [Script should run with type="text/javascript1.5\\f"]
+ expected: FAIL
+
+ [Script should run with type="text/jscript\\f"]
+ expected: FAIL
+
+ [Script should run with type="text/livescript\\f"]
+ expected: FAIL
+
+ [Script should run with type="text/x-ecmascript\\f"]
+ expected: FAIL
+
+ [Script should run with type="text/x-javascript\\f"]
+ expected: FAIL
+
+ [Script should run with type="\\ftext/ecmascript"]
+ expected: FAIL
+
+ [Script should run with type="\\ftext/javascript"]
+ expected: FAIL
+
+ [Script should run with type="\\ftext/javascript1.0"]
+ expected: FAIL
+
+ [Script should run with type="\\ftext/javascript1.1"]
+ expected: FAIL
+
+ [Script should run with type="\\ftext/javascript1.2"]
+ expected: FAIL
+
+ [Script should run with type="\\ftext/javascript1.3"]
+ expected: FAIL
+
+ [Script should run with type="\\ftext/javascript1.4"]
+ expected: FAIL
+
+ [Script should run with type="\\ftext/javascript1.5"]
+ expected: FAIL
+
+ [Script should run with type="\\ftext/jscript"]
+ expected: FAIL
+
+ [Script should run with type="\\ftext/livescript"]
+ expected: FAIL
+
+ [Script should run with type="\\ftext/x-ecmascript"]
+ expected: FAIL
+
+ [Script should run with type="\\ftext/x-javascript"]
+ expected: FAIL
+
+ [Script shouldn't run with type="text/ecmascript\\0"]
+ expected: FAIL
+
+ [Script shouldn't run with type="text/javascript\\0"]
+ expected: FAIL
+
+ [Script shouldn't run with type="text/javascript1.0\\0"]
+ expected: FAIL
+
+ [Script shouldn't run with type="text/javascript1.1\\0"]
+ expected: FAIL
+
+ [Script shouldn't run with type="text/javascript1.2\\0"]
+ expected: FAIL
+
+ [Script shouldn't run with type="text/javascript1.3\\0"]
+ expected: FAIL
+
+ [Script shouldn't run with type="text/javascript1.4\\0"]
+ expected: FAIL
+
+ [Script shouldn't run with type="text/javascript1.5\\0"]
+ expected: FAIL
+
+ [Script shouldn't run with type="text/jscript\\0"]
+ expected: FAIL
+
+ [Script shouldn't run with type="text/livescript\\0"]
+ expected: FAIL
+
+ [Script shouldn't run with type="text/x-ecmascript\\0"]
+ expected: FAIL
+
+ [Script shouldn't run with type="text/x-javascript\\0"]
+ expected: FAIL
+
+ [Script shouldn't run with type="text/ecmascript\\0foo"]
+ expected: FAIL
+
+ [Script shouldn't run with type="text/javascript\\0foo"]
+ expected: FAIL
+
+ [Script shouldn't run with type="text/javascript1.0\\0foo"]
+ expected: FAIL
+
+ [Script shouldn't run with type="text/javascript1.1\\0foo"]
+ expected: FAIL
+
+ [Script shouldn't run with type="text/javascript1.2\\0foo"]
+ expected: FAIL
+
+ [Script shouldn't run with type="text/javascript1.3\\0foo"]
+ expected: FAIL
+
+ [Script shouldn't run with type="text/javascript1.4\\0foo"]
+ expected: FAIL
+
+ [Script shouldn't run with type="text/javascript1.5\\0foo"]
+ expected: FAIL
+
+ [Script shouldn't run with type="text/jscript\\0foo"]
+ expected: FAIL
+
+ [Script shouldn't run with type="text/livescript\\0foo"]
+ expected: FAIL
+
+ [Script shouldn't run with type="text/x-ecmascript\\0foo"]
+ expected: FAIL
+
+ [Script shouldn't run with type="text/x-javascript\\0foo"]
+ expected: FAIL
+
+ [Script should run with language="ecmascript"]
+ expected: FAIL
+
+ [Script should run with language="jscript"]
+ expected: FAIL
+
+ [Script should run with language="x-ecmascript"]
+ expected: FAIL
+
+ [Script should run with language="x-javascript"]
+ expected: FAIL
+
+ [Script should run with language="ECMASCRIPT"]
+ expected: FAIL
+
+ [Script should run with language="JSCRIPT"]
+ expected: FAIL
+
+ [Script should run with language="X-ECMASCRIPT"]
+ expected: FAIL
+
+ [Script should run with language="X-JAVASCRIPT"]
+ expected: FAIL
+
diff --git a/testing/web-platform/meta/html/semantics/scripting-1/the-script-element/script-text.html.ini b/testing/web-platform/meta/html/semantics/scripting-1/the-script-element/script-text.html.ini
new file mode 100644
index 000000000..3f3e37c37
--- /dev/null
+++ b/testing/web-platform/meta/html/semantics/scripting-1/the-script-element/script-text.html.ini
@@ -0,0 +1,5 @@
+[script-text.html]
+ type: testharness
+ [Setter (text node reuse)]
+ expected: FAIL
+
diff --git a/testing/web-platform/meta/html/semantics/scripting-1/the-template-element/definitions/template-contents-owner-document-type.html.ini b/testing/web-platform/meta/html/semantics/scripting-1/the-template-element/definitions/template-contents-owner-document-type.html.ini
new file mode 100644
index 000000000..189e2b23e
--- /dev/null
+++ b/testing/web-platform/meta/html/semantics/scripting-1/the-template-element/definitions/template-contents-owner-document-type.html.ini
@@ -0,0 +1,14 @@
+[template-contents-owner-document-type.html]
+ type: testharness
+ [The template contents owner document type is HTML document (case when document has browsing context and the template is created by HTML parser)]
+ expected: FAIL
+
+ [The template contents owner document type is HTML document (case when document has browsing context and the template is created by createElement())]
+ expected: FAIL
+
+ [The template contents owner document type is HTML document (case when document has no browsing context and the template is created by createElement())]
+ expected: FAIL
+
+ [The template contents owner document type is HTML document (case when document has no browsing context and the template is created via innerHTML)]
+ expected: FAIL
+
diff --git a/testing/web-platform/meta/html/semantics/scripting-1/the-template-element/template-element/node-document-changes.html.ini b/testing/web-platform/meta/html/semantics/scripting-1/the-template-element/template-element/node-document-changes.html.ini
new file mode 100644
index 000000000..55b40eff2
--- /dev/null
+++ b/testing/web-platform/meta/html/semantics/scripting-1/the-template-element/template-element/node-document-changes.html.ini
@@ -0,0 +1,17 @@
+[node-document-changes.html]
+ type: testharness
+ [Changing of template element's node document. Test that ownerDocument of an empty template and its content changes]
+ expected: FAIL
+
+ [Changing of template element's node document. Test that ownerDocument of a not empty template and its content changes]
+ expected: FAIL
+
+ [Changing of template element's node document. Test that ownerDocument of nested template and its content changes]
+ expected: FAIL
+
+ [Changing of template element's node document. Test document loaded from a file]
+ expected: FAIL
+
+ [Changing of template element's node document. Test the case when both old and new owner documents of template element have browsing context]
+ expected: FAIL
+
diff --git a/testing/web-platform/meta/html/semantics/scripting-1/the-template-element/template-element/template-as-a-descendant.html.ini b/testing/web-platform/meta/html/semantics/scripting-1/the-template-element/template-element/template-as-a-descendant.html.ini
new file mode 100644
index 000000000..fa35ef9c4
--- /dev/null
+++ b/testing/web-platform/meta/html/semantics/scripting-1/the-template-element/template-element/template-as-a-descendant.html.ini
@@ -0,0 +1,5 @@
+[template-as-a-descendant.html]
+ type: testharness
+ [Template element as an indirect descendant of the FRAMESET element. Template element is created by innerHTML]
+ expected: FAIL
+
diff --git a/testing/web-platform/meta/html/semantics/scripting-1/the-template-element/template-element/template-content.html.ini b/testing/web-platform/meta/html/semantics/scripting-1/the-template-element/template-element/template-content.html.ini
new file mode 100644
index 000000000..7f00ebb7a
--- /dev/null
+++ b/testing/web-platform/meta/html/semantics/scripting-1/the-template-element/template-element/template-content.html.ini
@@ -0,0 +1,5 @@
+[template-content.html]
+ type: testharness
+ [Template may contain keygen element. The template element and contents are added via body.innerHTML]
+ expected: FAIL
+