mirror of
https://github.com/servo/servo.git
synced 2025-08-06 14:10:11 +01:00
Update web-platform-tests expectations.
This commit is contained in:
parent
f99d8cef9f
commit
74a08cc8a2
16 changed files with 19 additions and 784 deletions
|
@ -1,5 +1,8 @@
|
|||
[formdata.htm]
|
||||
type: testharness
|
||||
[empty formdata]
|
||||
expected: FAIL
|
||||
|
||||
[formdata with string]
|
||||
expected: FAIL
|
||||
|
||||
|
|
|
@ -9,3 +9,6 @@
|
|||
[XMLHttpRequest: send() - charset parameter of Content-Type 6]
|
||||
expected: FAIL
|
||||
|
||||
[XMLHttpRequest: send() - charset parameter of Content-Type 7]
|
||||
expected: FAIL
|
||||
|
||||
|
|
|
@ -0,0 +1,5 @@
|
|||
[send-content-type-string.htm]
|
||||
type: testharness
|
||||
[XMLHttpRequest: send() - Content-Type]
|
||||
expected: FAIL
|
||||
|
|
@ -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
|
||||
|
||||
|
|
|
@ -1,3 +1,5 @@
|
|||
[send-non-same-origin.htm]
|
||||
type: testharness
|
||||
expected: TIMEOUT
|
||||
[XMLHttpRequest: send() - non same-origin (folder.txt)]
|
||||
expected: FAIL
|
||||
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -1,6 +0,0 @@
|
|||
[send-redirect-infinite.htm]
|
||||
type: testharness
|
||||
expected: TIMEOUT
|
||||
[XMLHttpRequest: send() - Redirects (infinite loop)]
|
||||
expected: NOTRUN
|
||||
|
|
@ -1,6 +1,5 @@
|
|||
[xmlhttprequest-network-error.htm]
|
||||
type: testharness
|
||||
expected: TIMEOUT
|
||||
[XMLHttpRequest: members during network errors]
|
||||
expected: TIMEOUT
|
||||
expected: FAIL
|
||||
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
[send-redirect-bogus-sync.htm]
|
||||
[EventTarget-dispatchEvent.html]
|
||||
type: testharness
|
||||
expected: TIMEOUT
|
|
@ -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
|
||||
|
||||
|
|
|
@ -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
|
||||
|
||||
|
|
|
@ -1,9 +1,3 @@
|
|||
[Element-children.html]
|
||||
type: testharness
|
||||
expected: TIMEOUT
|
||||
[HTMLCollection edge cases]
|
||||
expected: FAIL
|
||||
|
||||
[HTMLCollection edge cases 1]
|
||||
expected: FAIL
|
||||
|
||||
|
|
|
@ -1,6 +1,5 @@
|
|||
[case.html]
|
||||
type: testharness
|
||||
expected: TIMEOUT
|
||||
[getElementsByTagName a:Abc]
|
||||
expected: FAIL
|
||||
|
||||
|
|
|
@ -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
|
||||
|
|
@ -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
|
||||
|
|
@ -1,8 +0,0 @@
|
|||
[evaluator-constructor.html]
|
||||
type: testharness
|
||||
[Constructor with \'new\']
|
||||
expected: FAIL
|
||||
|
||||
[Constructor without \'new\']
|
||||
expected: FAIL
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue