diff options
Diffstat (limited to 'testing/web-platform/meta/html/semantics/scripting-1/the-script-element')
7 files changed, 269 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 + |