From 5f8de423f190bbb79a62f804151bc24824fa32d8 Mon Sep 17 00:00:00 2001 From: "Matt A. Tobin" Date: Fri, 2 Feb 2018 04:16:08 -0500 Subject: Add m-esr52 at 52.6.0 --- .../script-languages-02.html.ini | 218 +++++++++++++++++++++ 1 file changed, 218 insertions(+) create mode 100644 testing/web-platform/meta/html/semantics/scripting-1/the-script-element/script-languages-02.html.ini (limited to 'testing/web-platform/meta/html/semantics/scripting-1/the-script-element/script-languages-02.html.ini') 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 + -- cgit v1.2.3