From 74a08cc8a2c9b336778976ac8a44422d7de5c8eb Mon Sep 17 00:00:00 2001 From: Ms2ger Date: Sun, 13 Jul 2014 19:21:30 +0200 Subject: [PATCH] Update web-platform-tests expectations. --- .../metadata/XMLHttpRequest/formdata.htm.ini | 3 + .../send-content-type-charset.htm.ini | 3 + .../send-content-type-string.htm.ini | 5 + ...end-network-error-async-events.sub.htm.ini | 3 +- .../send-non-same-origin.htm.ini | 4 +- .../send-redirect-bogus.htm.ini | 5 +- .../send-redirect-infinite.htm.ini | 6 - .../xmlhttprequest-network-error.htm.ini | 3 +- .../EventTarget-dispatchEvent.html.ini} | 2 +- ...Implementation-createDocumentType.html.ini | 42 -- ...cument-characterSet-normalization.html.ini | 633 ------------------ .../dom/nodes/Element-children.html.ini | 6 - src/test/wpt/metadata/dom/nodes/case.html.ini | 1 - src/test/wpt/metadata/domxpath/001.html.ini | 32 - src/test/wpt/metadata/domxpath/002.html.ini | 47 -- .../domxpath/evaluator-constructor.html.ini | 8 - 16 files changed, 19 insertions(+), 784 deletions(-) create mode 100644 src/test/wpt/metadata/XMLHttpRequest/send-content-type-string.htm.ini delete mode 100644 src/test/wpt/metadata/XMLHttpRequest/send-redirect-infinite.htm.ini rename src/test/wpt/metadata/{XMLHttpRequest/send-redirect-bogus-sync.htm.ini => dom/events/EventTarget-dispatchEvent.html.ini} (54%) delete mode 100644 src/test/wpt/metadata/domxpath/001.html.ini delete mode 100644 src/test/wpt/metadata/domxpath/002.html.ini delete mode 100644 src/test/wpt/metadata/domxpath/evaluator-constructor.html.ini diff --git a/src/test/wpt/metadata/XMLHttpRequest/formdata.htm.ini b/src/test/wpt/metadata/XMLHttpRequest/formdata.htm.ini index 2e6dda5d74a..98cba460931 100644 --- a/src/test/wpt/metadata/XMLHttpRequest/formdata.htm.ini +++ b/src/test/wpt/metadata/XMLHttpRequest/formdata.htm.ini @@ -1,5 +1,8 @@ [formdata.htm] type: testharness + [empty formdata] + expected: FAIL + [formdata with string] expected: FAIL diff --git a/src/test/wpt/metadata/XMLHttpRequest/send-content-type-charset.htm.ini b/src/test/wpt/metadata/XMLHttpRequest/send-content-type-charset.htm.ini index 1b03a0dcc45..bb816439c08 100644 --- a/src/test/wpt/metadata/XMLHttpRequest/send-content-type-charset.htm.ini +++ b/src/test/wpt/metadata/XMLHttpRequest/send-content-type-charset.htm.ini @@ -9,3 +9,6 @@ [XMLHttpRequest: send() - charset parameter of Content-Type 6] expected: FAIL + [XMLHttpRequest: send() - charset parameter of Content-Type 7] + expected: FAIL + diff --git a/src/test/wpt/metadata/XMLHttpRequest/send-content-type-string.htm.ini b/src/test/wpt/metadata/XMLHttpRequest/send-content-type-string.htm.ini new file mode 100644 index 00000000000..5fe540a5412 --- /dev/null +++ b/src/test/wpt/metadata/XMLHttpRequest/send-content-type-string.htm.ini @@ -0,0 +1,5 @@ +[send-content-type-string.htm] + type: testharness + [XMLHttpRequest: send() - Content-Type] + expected: FAIL + diff --git a/src/test/wpt/metadata/XMLHttpRequest/send-network-error-async-events.sub.htm.ini b/src/test/wpt/metadata/XMLHttpRequest/send-network-error-async-events.sub.htm.ini index 023a121a237..86526658f7e 100644 --- a/src/test/wpt/metadata/XMLHttpRequest/send-network-error-async-events.sub.htm.ini +++ b/src/test/wpt/metadata/XMLHttpRequest/send-network-error-async-events.sub.htm.ini @@ -1,6 +1,5 @@ [send-network-error-async-events.sub.htm] type: testharness - expected: TIMEOUT [XmlHttpRequest: The send() method: Fire a progress event named error when Network error happens (synchronous flag is unset)] - expected: TIMEOUT + expected: FAIL diff --git a/src/test/wpt/metadata/XMLHttpRequest/send-non-same-origin.htm.ini b/src/test/wpt/metadata/XMLHttpRequest/send-non-same-origin.htm.ini index 4a3d929bf73..799055c2544 100644 --- a/src/test/wpt/metadata/XMLHttpRequest/send-non-same-origin.htm.ini +++ b/src/test/wpt/metadata/XMLHttpRequest/send-non-same-origin.htm.ini @@ -1,3 +1,5 @@ [send-non-same-origin.htm] type: testharness - expected: TIMEOUT + [XMLHttpRequest: send() - non same-origin (folder.txt)] + expected: FAIL + diff --git a/src/test/wpt/metadata/XMLHttpRequest/send-redirect-bogus.htm.ini b/src/test/wpt/metadata/XMLHttpRequest/send-redirect-bogus.htm.ini index 83962c64d4f..d67d1277d87 100644 --- a/src/test/wpt/metadata/XMLHttpRequest/send-redirect-bogus.htm.ini +++ b/src/test/wpt/metadata/XMLHttpRequest/send-redirect-bogus.htm.ini @@ -1,14 +1,13 @@ [send-redirect-bogus.htm] type: testharness - expected: TIMEOUT [XMLHttpRequest: send() - Redirects (bogus Location header) (302: http://example.not)] - expected: TIMEOUT + expected: FAIL [XMLHttpRequest: send() - Redirects (bogus Location header) (302: mailto:someone@example.org)] expected: FAIL [XMLHttpRequest: send() - Redirects (bogus Location header) (303: http://example.not)] - expected: TIMEOUT + expected: FAIL [XMLHttpRequest: send() - Redirects (bogus Location header) (303: foobar:someone@example.org)] expected: FAIL diff --git a/src/test/wpt/metadata/XMLHttpRequest/send-redirect-infinite.htm.ini b/src/test/wpt/metadata/XMLHttpRequest/send-redirect-infinite.htm.ini deleted file mode 100644 index e4782f0d654..00000000000 --- a/src/test/wpt/metadata/XMLHttpRequest/send-redirect-infinite.htm.ini +++ /dev/null @@ -1,6 +0,0 @@ -[send-redirect-infinite.htm] - type: testharness - expected: TIMEOUT - [XMLHttpRequest: send() - Redirects (infinite loop)] - expected: NOTRUN - diff --git a/src/test/wpt/metadata/XMLHttpRequest/xmlhttprequest-network-error.htm.ini b/src/test/wpt/metadata/XMLHttpRequest/xmlhttprequest-network-error.htm.ini index 3a030b2cf44..b1eacace2f8 100644 --- a/src/test/wpt/metadata/XMLHttpRequest/xmlhttprequest-network-error.htm.ini +++ b/src/test/wpt/metadata/XMLHttpRequest/xmlhttprequest-network-error.htm.ini @@ -1,6 +1,5 @@ [xmlhttprequest-network-error.htm] type: testharness - expected: TIMEOUT [XMLHttpRequest: members during network errors] - expected: TIMEOUT + expected: FAIL diff --git a/src/test/wpt/metadata/XMLHttpRequest/send-redirect-bogus-sync.htm.ini b/src/test/wpt/metadata/dom/events/EventTarget-dispatchEvent.html.ini similarity index 54% rename from src/test/wpt/metadata/XMLHttpRequest/send-redirect-bogus-sync.htm.ini rename to src/test/wpt/metadata/dom/events/EventTarget-dispatchEvent.html.ini index 422c178ccf3..01d1287f165 100644 --- a/src/test/wpt/metadata/XMLHttpRequest/send-redirect-bogus-sync.htm.ini +++ b/src/test/wpt/metadata/dom/events/EventTarget-dispatchEvent.html.ini @@ -1,3 +1,3 @@ -[send-redirect-bogus-sync.htm] +[EventTarget-dispatchEvent.html] type: testharness expected: TIMEOUT diff --git a/src/test/wpt/metadata/dom/nodes/DOMImplementation-createDocumentType.html.ini b/src/test/wpt/metadata/dom/nodes/DOMImplementation-createDocumentType.html.ini index 6bfe1b47acf..f12bf008449 100644 --- a/src/test/wpt/metadata/dom/nodes/DOMImplementation-createDocumentType.html.ini +++ b/src/test/wpt/metadata/dom/nodes/DOMImplementation-createDocumentType.html.ini @@ -1,47 +1,5 @@ [DOMImplementation-createDocumentType.html] type: testharness - [createDocumentType("foo", "", "") should work] - expected: FAIL - - [createDocumentType("foo1", "", "") should work] - expected: FAIL - - [createDocumentType("f1oo", "", "") should work] - expected: FAIL - - [createDocumentType("f:oo", "", "") should work] - expected: FAIL - [createDocumentType("foo:", "", "") should throw NAMESPACE_ERR] expected: FAIL - [createDocumentType("foo", "foo", "") should work] - expected: FAIL - - [createDocumentType("foo", "", "foo") should work] - expected: FAIL - - [createDocumentType("foo", "f\'oo", "") should work] - expected: FAIL - - [createDocumentType("foo", "", "f\'oo") should work] - expected: FAIL - - [createDocumentType("foo", "f\\"oo", "") should work] - expected: FAIL - - [createDocumentType("foo", "", "f\\"oo") should work] - expected: FAIL - - [createDocumentType("foo", "f\'o\\"o", "") should work] - expected: FAIL - - [createDocumentType("foo", "", "f\'o\\"o") should work] - expected: FAIL - - [createDocumentType("foo", "foo>", "") should work] - expected: FAIL - - [createDocumentType("foo", "", "foo>") should work] - expected: FAIL - diff --git a/src/test/wpt/metadata/dom/nodes/Document-characterSet-normalization.html.ini b/src/test/wpt/metadata/dom/nodes/Document-characterSet-normalization.html.ini index 0a253d5dce4..61ee5d2148b 100644 --- a/src/test/wpt/metadata/dom/nodes/Document-characterSet-normalization.html.ini +++ b/src/test/wpt/metadata/dom/nodes/Document-characterSet-normalization.html.ini @@ -1,636 +1,3 @@ [Document-characterSet-normalization.html] type: testharness expected: TIMEOUT - [Name "utf-8" has label "unicode-1-1-utf-8"] - expected: NOTRUN - - [Name "utf-8" has label "utf-8"] - expected: NOTRUN - - [Name "utf-8" has label "utf8"] - expected: NOTRUN - - [Name "ibm866" has label "866"] - expected: NOTRUN - - [Name "ibm866" has label "cp866"] - expected: NOTRUN - - [Name "ibm866" has label "csibm866"] - expected: NOTRUN - - [Name "ibm866" has label "ibm866"] - expected: NOTRUN - - [Name "iso-8859-2" has label "csisolatin2"] - expected: NOTRUN - - [Name "iso-8859-2" has label "iso-8859-2"] - expected: NOTRUN - - [Name "iso-8859-2" has label "iso-ir-101"] - expected: NOTRUN - - [Name "iso-8859-2" has label "iso8859-2"] - expected: NOTRUN - - [Name "iso-8859-2" has label "iso88592"] - expected: NOTRUN - - [Name "iso-8859-2" has label "iso_8859-2"] - expected: NOTRUN - - [Name "iso-8859-2" has label "iso_8859-2:1987"] - expected: NOTRUN - - [Name "iso-8859-2" has label "l2"] - expected: NOTRUN - - [Name "iso-8859-2" has label "latin2"] - expected: NOTRUN - - [Name "iso-8859-3" has label "csisolatin3"] - expected: NOTRUN - - [Name "iso-8859-3" has label "iso-8859-3"] - expected: NOTRUN - - [Name "iso-8859-3" has label "iso-ir-109"] - expected: NOTRUN - - [Name "iso-8859-3" has label "iso8859-3"] - expected: NOTRUN - - [Name "iso-8859-3" has label "iso88593"] - expected: NOTRUN - - [Name "iso-8859-3" has label "iso_8859-3"] - expected: NOTRUN - - [Name "iso-8859-3" has label "iso_8859-3:1988"] - expected: NOTRUN - - [Name "iso-8859-3" has label "l3"] - expected: NOTRUN - - [Name "iso-8859-3" has label "latin3"] - expected: NOTRUN - - [Name "iso-8859-4" has label "csisolatin4"] - expected: NOTRUN - - [Name "iso-8859-4" has label "iso-8859-4"] - expected: NOTRUN - - [Name "iso-8859-4" has label "iso-ir-110"] - expected: NOTRUN - - [Name "iso-8859-4" has label "iso8859-4"] - expected: NOTRUN - - [Name "iso-8859-4" has label "iso88594"] - expected: NOTRUN - - [Name "iso-8859-4" has label "iso_8859-4"] - expected: NOTRUN - - [Name "iso-8859-4" has label "iso_8859-4:1988"] - expected: NOTRUN - - [Name "iso-8859-4" has label "l4"] - expected: NOTRUN - - [Name "iso-8859-4" has label "latin4"] - expected: NOTRUN - - [Name "iso-8859-5" has label "csisolatincyrillic"] - expected: NOTRUN - - [Name "iso-8859-5" has label "cyrillic"] - expected: NOTRUN - - [Name "iso-8859-5" has label "iso-8859-5"] - expected: NOTRUN - - [Name "iso-8859-5" has label "iso-ir-144"] - expected: NOTRUN - - [Name "iso-8859-5" has label "iso8859-5"] - expected: NOTRUN - - [Name "iso-8859-5" has label "iso88595"] - expected: NOTRUN - - [Name "iso-8859-5" has label "iso_8859-5"] - expected: NOTRUN - - [Name "iso-8859-5" has label "iso_8859-5:1988"] - expected: NOTRUN - - [Name "iso-8859-6" has label "arabic"] - expected: NOTRUN - - [Name "iso-8859-6" has label "asmo-708"] - expected: NOTRUN - - [Name "iso-8859-6" has label "csiso88596e"] - expected: NOTRUN - - [Name "iso-8859-6" has label "csiso88596i"] - expected: NOTRUN - - [Name "iso-8859-6" has label "csisolatinarabic"] - expected: NOTRUN - - [Name "iso-8859-6" has label "ecma-114"] - expected: NOTRUN - - [Name "iso-8859-6" has label "iso-8859-6"] - expected: NOTRUN - - [Name "iso-8859-6" has label "iso-8859-6-e"] - expected: NOTRUN - - [Name "iso-8859-6" has label "iso-8859-6-i"] - expected: NOTRUN - - [Name "iso-8859-6" has label "iso-ir-127"] - expected: NOTRUN - - [Name "iso-8859-6" has label "iso8859-6"] - expected: NOTRUN - - [Name "iso-8859-6" has label "iso88596"] - expected: NOTRUN - - [Name "iso-8859-6" has label "iso_8859-6"] - expected: NOTRUN - - [Name "iso-8859-6" has label "iso_8859-6:1987"] - expected: NOTRUN - - [Name "iso-8859-7" has label "csisolatingreek"] - expected: NOTRUN - - [Name "iso-8859-7" has label "ecma-118"] - expected: NOTRUN - - [Name "iso-8859-7" has label "elot_928"] - expected: NOTRUN - - [Name "iso-8859-7" has label "greek"] - expected: NOTRUN - - [Name "iso-8859-7" has label "greek8"] - expected: NOTRUN - - [Name "iso-8859-7" has label "iso-8859-7"] - expected: NOTRUN - - [Name "iso-8859-7" has label "iso-ir-126"] - expected: NOTRUN - - [Name "iso-8859-7" has label "iso8859-7"] - expected: NOTRUN - - [Name "iso-8859-7" has label "iso88597"] - expected: NOTRUN - - [Name "iso-8859-7" has label "iso_8859-7"] - expected: NOTRUN - - [Name "iso-8859-7" has label "iso_8859-7:1987"] - expected: NOTRUN - - [Name "iso-8859-7" has label "sun_eu_greek"] - expected: NOTRUN - - [Name "iso-8859-8" has label "csiso88598e"] - expected: NOTRUN - - [Name "iso-8859-8" has label "csisolatinhebrew"] - expected: NOTRUN - - [Name "iso-8859-8" has label "hebrew"] - expected: NOTRUN - - [Name "iso-8859-8" has label "iso-8859-8"] - expected: NOTRUN - - [Name "iso-8859-8" has label "iso-8859-8-e"] - expected: NOTRUN - - [Name "iso-8859-8" has label "iso-ir-138"] - expected: NOTRUN - - [Name "iso-8859-8" has label "iso8859-8"] - expected: NOTRUN - - [Name "iso-8859-8" has label "iso88598"] - expected: NOTRUN - - [Name "iso-8859-8" has label "iso_8859-8"] - expected: NOTRUN - - [Name "iso-8859-8" has label "iso_8859-8:1988"] - expected: NOTRUN - - [Name "iso-8859-8" has label "visual"] - expected: NOTRUN - - [Name "iso-8859-8-i" has label "csiso88598i"] - expected: NOTRUN - - [Name "iso-8859-8-i" has label "iso-8859-8-i"] - expected: NOTRUN - - [Name "iso-8859-8-i" has label "logical"] - expected: NOTRUN - - [Name "iso-8859-10" has label "csisolatin6"] - expected: NOTRUN - - [Name "iso-8859-10" has label "iso-8859-10"] - expected: NOTRUN - - [Name "iso-8859-10" has label "iso-ir-157"] - expected: NOTRUN - - [Name "iso-8859-10" has label "iso8859-10"] - expected: NOTRUN - - [Name "iso-8859-10" has label "iso885910"] - expected: NOTRUN - - [Name "iso-8859-10" has label "l6"] - expected: NOTRUN - - [Name "iso-8859-10" has label "latin6"] - expected: NOTRUN - - [Name "iso-8859-13" has label "iso-8859-13"] - expected: NOTRUN - - [Name "iso-8859-13" has label "iso8859-13"] - expected: NOTRUN - - [Name "iso-8859-13" has label "iso885913"] - expected: NOTRUN - - [Name "iso-8859-14" has label "iso-8859-14"] - expected: NOTRUN - - [Name "iso-8859-14" has label "iso8859-14"] - expected: NOTRUN - - [Name "iso-8859-14" has label "iso885914"] - expected: NOTRUN - - [Name "iso-8859-15" has label "csisolatin9"] - expected: NOTRUN - - [Name "iso-8859-15" has label "iso-8859-15"] - expected: NOTRUN - - [Name "iso-8859-15" has label "iso8859-15"] - expected: NOTRUN - - [Name "iso-8859-15" has label "iso885915"] - expected: NOTRUN - - [Name "iso-8859-15" has label "iso_8859-15"] - expected: NOTRUN - - [Name "iso-8859-15" has label "l9"] - expected: NOTRUN - - [Name "iso-8859-16" has label "iso-8859-16"] - expected: NOTRUN - - [Name "koi8-r" has label "cskoi8r"] - expected: NOTRUN - - [Name "koi8-r" has label "koi"] - expected: NOTRUN - - [Name "koi8-r" has label "koi8"] - expected: NOTRUN - - [Name "koi8-r" has label "koi8-r"] - expected: NOTRUN - - [Name "koi8-r" has label "koi8_r"] - expected: NOTRUN - - [Name "koi8-u" has label "koi8-u"] - expected: NOTRUN - - [Name "macintosh" has label "csmacintosh"] - expected: NOTRUN - - [Name "macintosh" has label "mac"] - expected: NOTRUN - - [Name "macintosh" has label "macintosh"] - expected: NOTRUN - - [Name "macintosh" has label "x-mac-roman"] - expected: NOTRUN - - [Name "windows-874" has label "dos-874"] - expected: NOTRUN - - [Name "windows-874" has label "iso-8859-11"] - expected: NOTRUN - - [Name "windows-874" has label "iso8859-11"] - expected: NOTRUN - - [Name "windows-874" has label "iso885911"] - expected: NOTRUN - - [Name "windows-874" has label "tis-620"] - expected: NOTRUN - - [Name "windows-874" has label "windows-874"] - expected: NOTRUN - - [Name "windows-1250" has label "cp1250"] - expected: NOTRUN - - [Name "windows-1250" has label "windows-1250"] - expected: NOTRUN - - [Name "windows-1250" has label "x-cp1250"] - expected: NOTRUN - - [Name "windows-1251" has label "cp1251"] - expected: NOTRUN - - [Name "windows-1251" has label "windows-1251"] - expected: NOTRUN - - [Name "windows-1251" has label "x-cp1251"] - expected: NOTRUN - - [Name "windows-1252" has label "ansi_x3.4-1968"] - expected: NOTRUN - - [Name "windows-1252" has label "ascii"] - expected: NOTRUN - - [Name "windows-1252" has label "cp1252"] - expected: NOTRUN - - [Name "windows-1252" has label "cp819"] - expected: NOTRUN - - [Name "windows-1252" has label "csisolatin1"] - expected: NOTRUN - - [Name "windows-1252" has label "ibm819"] - expected: NOTRUN - - [Name "windows-1252" has label "iso-8859-1"] - expected: NOTRUN - - [Name "windows-1252" has label "iso-ir-100"] - expected: NOTRUN - - [Name "windows-1252" has label "iso8859-1"] - expected: NOTRUN - - [Name "windows-1252" has label "iso88591"] - expected: NOTRUN - - [Name "windows-1252" has label "iso_8859-1"] - expected: NOTRUN - - [Name "windows-1252" has label "iso_8859-1:1987"] - expected: NOTRUN - - [Name "windows-1252" has label "l1"] - expected: NOTRUN - - [Name "windows-1252" has label "latin1"] - expected: NOTRUN - - [Name "windows-1252" has label "us-ascii"] - expected: NOTRUN - - [Name "windows-1252" has label "windows-1252"] - expected: NOTRUN - - [Name "windows-1252" has label "x-cp1252"] - expected: NOTRUN - - [Name "windows-1253" has label "cp1253"] - expected: NOTRUN - - [Name "windows-1253" has label "windows-1253"] - expected: NOTRUN - - [Name "windows-1253" has label "x-cp1253"] - expected: NOTRUN - - [Name "windows-1254" has label "cp1254"] - expected: NOTRUN - - [Name "windows-1254" has label "csisolatin5"] - expected: NOTRUN - - [Name "windows-1254" has label "iso-8859-9"] - expected: NOTRUN - - [Name "windows-1254" has label "iso-ir-148"] - expected: NOTRUN - - [Name "windows-1254" has label "iso8859-9"] - expected: NOTRUN - - [Name "windows-1254" has label "iso88599"] - expected: NOTRUN - - [Name "windows-1254" has label "iso_8859-9"] - expected: NOTRUN - - [Name "windows-1254" has label "iso_8859-9:1989"] - expected: NOTRUN - - [Name "windows-1254" has label "l5"] - expected: NOTRUN - - [Name "windows-1254" has label "latin5"] - expected: NOTRUN - - [Name "windows-1254" has label "windows-1254"] - expected: NOTRUN - - [Name "windows-1254" has label "x-cp1254"] - expected: NOTRUN - - [Name "windows-1255" has label "cp1255"] - expected: NOTRUN - - [Name "windows-1255" has label "windows-1255"] - expected: NOTRUN - - [Name "windows-1255" has label "x-cp1255"] - expected: NOTRUN - - [Name "windows-1256" has label "cp1256"] - expected: NOTRUN - - [Name "windows-1256" has label "windows-1256"] - expected: NOTRUN - - [Name "windows-1256" has label "x-cp1256"] - expected: NOTRUN - - [Name "windows-1257" has label "cp1257"] - expected: NOTRUN - - [Name "windows-1257" has label "windows-1257"] - expected: NOTRUN - - [Name "windows-1257" has label "x-cp1257"] - expected: NOTRUN - - [Name "windows-1258" has label "cp1258"] - expected: NOTRUN - - [Name "windows-1258" has label "windows-1258"] - expected: NOTRUN - - [Name "windows-1258" has label "x-cp1258"] - expected: NOTRUN - - [Name "x-mac-cyrillic" has label "x-mac-cyrillic"] - expected: NOTRUN - - [Name "x-mac-cyrillic" has label "x-mac-ukrainian"] - expected: NOTRUN - - [Name "gbk" has label "chinese"] - expected: NOTRUN - - [Name "gbk" has label "csgb2312"] - expected: NOTRUN - - [Name "gbk" has label "csiso58gb231280"] - expected: NOTRUN - - [Name "gbk" has label "gb2312"] - expected: NOTRUN - - [Name "gbk" has label "gb_2312"] - expected: NOTRUN - - [Name "gbk" has label "gb_2312-80"] - expected: NOTRUN - - [Name "gbk" has label "gbk"] - expected: NOTRUN - - [Name "gbk" has label "iso-ir-58"] - expected: NOTRUN - - [Name "gbk" has label "x-gbk"] - expected: NOTRUN - - [Name "gb18030" has label "gb18030"] - expected: NOTRUN - - [Name "hz-gb-2312" has label "hz-gb-2312"] - expected: NOTRUN - - [Name "big5" has label "big5"] - expected: NOTRUN - - [Name "big5" has label "big5-hkscs"] - expected: NOTRUN - - [Name "big5" has label "cn-big5"] - expected: NOTRUN - - [Name "big5" has label "csbig5"] - expected: NOTRUN - - [Name "big5" has label "x-x-big5"] - expected: NOTRUN - - [Name "euc-jp" has label "cseucpkdfmtjapanese"] - expected: NOTRUN - - [Name "euc-jp" has label "euc-jp"] - expected: NOTRUN - - [Name "euc-jp" has label "x-euc-jp"] - expected: NOTRUN - - [Name "iso-2022-jp" has label "csiso2022jp"] - expected: NOTRUN - - [Name "iso-2022-jp" has label "iso-2022-jp"] - expected: NOTRUN - - [Name "shift_jis" has label "csshiftjis"] - expected: NOTRUN - - [Name "shift_jis" has label "ms_kanji"] - expected: NOTRUN - - [Name "shift_jis" has label "shift-jis"] - expected: NOTRUN - - [Name "shift_jis" has label "shift_jis"] - expected: NOTRUN - - [Name "shift_jis" has label "sjis"] - expected: NOTRUN - - [Name "shift_jis" has label "windows-31j"] - expected: NOTRUN - - [Name "shift_jis" has label "x-sjis"] - expected: NOTRUN - - [Name "euc-kr" has label "cseuckr"] - expected: NOTRUN - - [Name "euc-kr" has label "csksc56011987"] - expected: NOTRUN - - [Name "euc-kr" has label "euc-kr"] - expected: NOTRUN - - [Name "euc-kr" has label "iso-ir-149"] - expected: NOTRUN - - [Name "euc-kr" has label "korean"] - expected: NOTRUN - - [Name "euc-kr" has label "ks_c_5601-1987"] - expected: NOTRUN - - [Name "euc-kr" has label "ks_c_5601-1989"] - expected: NOTRUN - - [Name "euc-kr" has label "ksc5601"] - expected: NOTRUN - - [Name "euc-kr" has label "ksc_5601"] - expected: NOTRUN - - [Name "euc-kr" has label "windows-949"] - expected: NOTRUN - - [Name "iso-2022-kr" has label "csiso2022kr"] - expected: NOTRUN - - [Name "iso-2022-kr" has label "iso-2022-kr"] - expected: NOTRUN - - [Name "x-user-defined" has label "x-user-defined"] - expected: NOTRUN - diff --git a/src/test/wpt/metadata/dom/nodes/Element-children.html.ini b/src/test/wpt/metadata/dom/nodes/Element-children.html.ini index 5d32b69ae4b..04fc3d710e7 100644 --- a/src/test/wpt/metadata/dom/nodes/Element-children.html.ini +++ b/src/test/wpt/metadata/dom/nodes/Element-children.html.ini @@ -1,9 +1,3 @@ [Element-children.html] type: testharness expected: TIMEOUT - [HTMLCollection edge cases] - expected: FAIL - - [HTMLCollection edge cases 1] - expected: FAIL - diff --git a/src/test/wpt/metadata/dom/nodes/case.html.ini b/src/test/wpt/metadata/dom/nodes/case.html.ini index 66375f5975c..fe4f4b20ae5 100644 --- a/src/test/wpt/metadata/dom/nodes/case.html.ini +++ b/src/test/wpt/metadata/dom/nodes/case.html.ini @@ -1,6 +1,5 @@ [case.html] type: testharness - expected: TIMEOUT [getElementsByTagName a:Abc] expected: FAIL diff --git a/src/test/wpt/metadata/domxpath/001.html.ini b/src/test/wpt/metadata/domxpath/001.html.ini deleted file mode 100644 index d08f9a4775e..00000000000 --- a/src/test/wpt/metadata/domxpath/001.html.ini +++ /dev/null @@ -1,32 +0,0 @@ -[001.html] - type: testharness - [HTML elements no namespace prefix] - expected: FAIL - - [HTML elements namespace prefix] - expected: FAIL - - [HTML elements mixed use of prefix] - expected: FAIL - - [SVG elements no namespace prefix] - expected: FAIL - - [SVG elements namespace prefix] - expected: FAIL - - [HTML elements mixed case] - expected: FAIL - - [SVG elements mixed case selector] - expected: FAIL - - [Non-ascii HTML element] - expected: FAIL - - [Non-ascii HTML element2] - expected: FAIL - - [Throw with invalid prefix] - expected: FAIL - diff --git a/src/test/wpt/metadata/domxpath/002.html.ini b/src/test/wpt/metadata/domxpath/002.html.ini deleted file mode 100644 index 8b0b413968c..00000000000 --- a/src/test/wpt/metadata/domxpath/002.html.ini +++ /dev/null @@ -1,47 +0,0 @@ -[002.html] - type: testharness - [Select html element based on attribute] - expected: FAIL - - [Select html element based on attribute mixed case] - expected: FAIL - - [Select both HTML and SVG elements based on attribute] - expected: FAIL - - [Select HTML element with non-ascii attribute 1] - expected: FAIL - - [Select HTML element with non-ascii attribute 2] - expected: FAIL - - [Select HTML element with non-ascii attribute 3] - expected: FAIL - - [Select SVG element based on mixed case attribute] - expected: FAIL - - [Select both HTML and SVG elements based on mixed case attribute] - expected: FAIL - - [Select SVG elements with refX attribute] - expected: FAIL - - [Select SVG elements with refX attribute incorrect case] - expected: FAIL - - [Select SVG elements with refX attribute lowercase] - expected: FAIL - - [Select SVG element with non-ascii attribute 1] - expected: FAIL - - [Select SVG element with non-ascii attribute 2] - expected: FAIL - - [xmlns attribute] - expected: FAIL - - [svg element with XLink attribute] - expected: FAIL - diff --git a/src/test/wpt/metadata/domxpath/evaluator-constructor.html.ini b/src/test/wpt/metadata/domxpath/evaluator-constructor.html.ini deleted file mode 100644 index 22d519273c4..00000000000 --- a/src/test/wpt/metadata/domxpath/evaluator-constructor.html.ini +++ /dev/null @@ -1,8 +0,0 @@ -[evaluator-constructor.html] - type: testharness - [Constructor with \'new\'] - expected: FAIL - - [Constructor without \'new\'] - expected: FAIL -