mirror of
https://github.com/servo/servo.git
synced 2025-08-05 05:30:08 +01:00
auto merge of #2211 : Ms2ger/servo/update-expectation, r=Ms2ger
This commit is contained in:
commit
5e27f49fe2
17 changed files with 34 additions and 390 deletions
|
@ -1,5 +0,0 @@
|
|||
[HTMLCollection-empty-name.html]
|
||||
type: testharness
|
||||
[Empty string as a name for Element.children]
|
||||
expected: FAIL
|
||||
|
|
@ -1,5 +0,0 @@
|
|||
[Event-initEvent.html]
|
||||
type: testharness
|
||||
[Calling initEvent must not have an effect during dispatching.]
|
||||
expected: FAIL
|
||||
|
|
@ -1,8 +0,0 @@
|
|||
[Event-propagation.html]
|
||||
type: testharness
|
||||
[Reinitialized after stopPropagation()]
|
||||
expected: FAIL
|
||||
|
||||
[Reinitialized after stopImmediatePropagation()]
|
||||
expected: FAIL
|
||||
|
|
@ -1,65 +0,0 @@
|
|||
[historical.html]
|
||||
type: testharness
|
||||
[Historical DOM features must be removed: createCDATASection]
|
||||
expected: FAIL
|
||||
|
||||
[Historical DOM features must be removed: createAttribute]
|
||||
expected: FAIL
|
||||
|
||||
[Historical DOM features must be removed: createAttributeNS]
|
||||
expected: FAIL
|
||||
|
||||
[Historical DOM features must be removed: createEntityReference]
|
||||
expected: FAIL
|
||||
|
||||
[Historical DOM features must be removed: inputEncoding]
|
||||
expected: FAIL
|
||||
|
||||
[Historical DOM features must be removed: xmlEncoding]
|
||||
expected: FAIL
|
||||
|
||||
[Historical DOM features must be removed: xmlStandalone]
|
||||
expected: FAIL
|
||||
|
||||
[Historical DOM features must be removed: xmlVersion]
|
||||
expected: FAIL
|
||||
|
||||
[Historical DOM features must be removed: strictErrorChecking]
|
||||
expected: FAIL
|
||||
|
||||
[Historical DOM features must be removed: domConfig]
|
||||
expected: FAIL
|
||||
|
||||
[Historical DOM features must be removed: normalizeDocument]
|
||||
expected: FAIL
|
||||
|
||||
[Historical DOM features must be removed: renameNode]
|
||||
expected: FAIL
|
||||
|
||||
[Historical DOM features must be removed: charset]
|
||||
expected: FAIL
|
||||
|
||||
[Historical DOM features must be removed: defaultCharset]
|
||||
expected: FAIL
|
||||
|
||||
[Historical DOM features must be removed: height]
|
||||
expected: FAIL
|
||||
|
||||
[Historical DOM features must be removed: width]
|
||||
expected: FAIL
|
||||
|
||||
[Node member must be nuked: hasAttributes]
|
||||
expected: FAIL
|
||||
|
||||
[Node member must be nuked: isSupported]
|
||||
expected: FAIL
|
||||
|
||||
[Node member must be nuked: getFeature]
|
||||
expected: FAIL
|
||||
|
||||
[Node member must be nuked: getUserData]
|
||||
expected: FAIL
|
||||
|
||||
[Node member must be nuked: setUserData]
|
||||
expected: FAIL
|
||||
|
|
@ -1,3 +1,8 @@
|
|||
[CharacterData-deleteData.html]
|
||||
type: testharness
|
||||
expected: TIMEOUT
|
||||
[CharacterData.deleteData 1]
|
||||
expected: FAIL
|
||||
|
||||
[CharacterData.deleteData 3]
|
||||
expected: FAIL
|
||||
|
||||
|
|
|
@ -1,3 +1,8 @@
|
|||
[CharacterData-insertData.html]
|
||||
type: testharness
|
||||
expected: TIMEOUT
|
||||
[CharacterData.insertData 1]
|
||||
expected: FAIL
|
||||
|
||||
[CharacterData.insertData 3]
|
||||
expected: FAIL
|
||||
|
||||
|
|
|
@ -1,3 +1,8 @@
|
|||
[CharacterData-replaceData.html]
|
||||
type: testharness
|
||||
expected: TIMEOUT
|
||||
[CharacterData.replaceData 1]
|
||||
expected: FAIL
|
||||
|
||||
[CharacterData.replaceData 3]
|
||||
expected: FAIL
|
||||
|
||||
|
|
|
@ -1,5 +1,8 @@
|
|||
[DOMImplementation-createDocument.html]
|
||||
type: testharness
|
||||
[DOMImplementation.createDocument(namespace, qualifiedName, doctype)]
|
||||
expected: FAIL
|
||||
expected: TIMEOUT
|
||||
|
||||
[createDocument test 0: null,null,false,object "TypeError"]
|
||||
expected: TIMEOUT
|
||||
|
||||
|
|
|
@ -1,29 +1,5 @@
|
|||
[DOMImplementation-createHTMLDocument.html]
|
||||
type: testharness
|
||||
[DOMImplementation.createHTMLDocument]
|
||||
expected: FAIL
|
||||
|
||||
[DOMImplementation.createHTMLDocument 1]
|
||||
expected: FAIL
|
||||
|
||||
[DOMImplementation.createHTMLDocument 2]
|
||||
expected: FAIL
|
||||
|
||||
[DOMImplementation.createHTMLDocument 3]
|
||||
expected: FAIL
|
||||
|
||||
[DOMImplementation.createHTMLDocument 4]
|
||||
expected: FAIL
|
||||
|
||||
[DOMImplementation.createHTMLDocument 5]
|
||||
expected: FAIL
|
||||
|
||||
[DOMImplementation.createHTMLDocument 6]
|
||||
expected: FAIL
|
||||
|
||||
[DOMImplementation.createHTMLDocument 7]
|
||||
expected: FAIL
|
||||
|
||||
[Missing title argument]
|
||||
expected: FAIL
|
||||
|
||||
|
|
|
@ -1,11 +1,5 @@
|
|||
[Document-adoptNode.html]
|
||||
type: testharness
|
||||
[Adopting an Element called \'x<\' should work.]
|
||||
expected: FAIL
|
||||
|
||||
[Adopting an Element called \':good:times:\' should work.]
|
||||
expected: FAIL
|
||||
|
||||
[Adopting a Document should throw.]
|
||||
expected: FAIL
|
||||
|
||||
|
|
|
@ -1,5 +0,0 @@
|
|||
[createDocument.html]
|
||||
type: testharness
|
||||
[document.implementation.createDocument: document.contentType === \'application/xml\']
|
||||
expected: FAIL
|
||||
|
|
@ -1,71 +1,5 @@
|
|||
[Document-createElement.html]
|
||||
type: testharness
|
||||
[createElement(undefined)]
|
||||
expected: FAIL
|
||||
|
||||
[createElement(null)]
|
||||
expected: FAIL
|
||||
|
||||
[createElement("foo")]
|
||||
expected: FAIL
|
||||
|
||||
[createElement("f1oo")]
|
||||
expected: FAIL
|
||||
|
||||
[createElement("foo1")]
|
||||
expected: FAIL
|
||||
|
||||
[createElement("f\xcc\x80oo")]
|
||||
expected: FAIL
|
||||
|
||||
[createElement("foo\xcc\x80")]
|
||||
expected: FAIL
|
||||
|
||||
[createElement(":foo")]
|
||||
expected: FAIL
|
||||
|
||||
[createElement("f:oo")]
|
||||
expected: FAIL
|
||||
|
||||
[createElement("foo:")]
|
||||
expected: FAIL
|
||||
|
||||
[createElement("xml")]
|
||||
expected: FAIL
|
||||
|
||||
[createElement("xmlns")]
|
||||
expected: FAIL
|
||||
|
||||
[createElement("xmlfoo")]
|
||||
expected: FAIL
|
||||
|
||||
[createElement("xml:foo")]
|
||||
expected: FAIL
|
||||
|
||||
[createElement("xmlns:foo")]
|
||||
expected: FAIL
|
||||
|
||||
[createElement("xmlfoo:bar")]
|
||||
expected: FAIL
|
||||
|
||||
[createElement("svg")]
|
||||
expected: FAIL
|
||||
|
||||
[createElement("math")]
|
||||
expected: FAIL
|
||||
|
||||
[createElement("FOO")]
|
||||
expected: FAIL
|
||||
|
||||
[createElement("mar\xe2\x84\xaa")]
|
||||
expected: FAIL
|
||||
|
||||
[createElement("\xc4\xb0nput")]
|
||||
expected: FAIL
|
||||
|
||||
[createElement("\xc4\xb1nput")]
|
||||
expected: FAIL
|
||||
|
||||
[createElement("")]
|
||||
expected: FAIL
|
||||
|
||||
|
|
|
@ -1,5 +1,14 @@
|
|||
[DocumentType-remove.html]
|
||||
type: testharness
|
||||
[DocumentType.remove]
|
||||
[doctype should support remove()]
|
||||
expected: FAIL
|
||||
|
||||
[remove() should work if doctype doesn\'t have a parent]
|
||||
expected: FAIL
|
||||
|
||||
[remove() should work if doctype does have a parent]
|
||||
expected: FAIL
|
||||
|
||||
[remove() should work if doctype does have a parent and siblings]
|
||||
expected: FAIL
|
||||
|
||||
|
|
|
@ -1,5 +1,6 @@
|
|||
[Element-children.html]
|
||||
type: testharness
|
||||
expected: TIMEOUT
|
||||
[HTMLCollection edge cases]
|
||||
expected: FAIL
|
||||
|
||||
|
|
|
@ -1,5 +1,6 @@
|
|||
[Node-appendChild.html]
|
||||
type: testharness
|
||||
expected: TIMEOUT
|
||||
[WebIDL tests]
|
||||
expected: TIMEOUT
|
||||
|
||||
|
|
|
@ -1,3 +0,0 @@
|
|||
[Node-textContent.html]
|
||||
type: testharness
|
||||
expected: ERROR
|
|
@ -1,50 +1,17 @@
|
|||
[case.html]
|
||||
type: testharness
|
||||
[createElement abc]
|
||||
expected: FAIL
|
||||
|
||||
[getElementsByTagName a:abc]
|
||||
expected: FAIL
|
||||
|
||||
[getElementsByTagName abc]
|
||||
expected: FAIL
|
||||
|
||||
[createElement Abc]
|
||||
expected: FAIL
|
||||
|
||||
[getElementsByTagName a:Abc]
|
||||
expected: FAIL
|
||||
|
||||
[getElementsByTagName Abc]
|
||||
expected: FAIL
|
||||
|
||||
[createElement ABC]
|
||||
expected: FAIL
|
||||
|
||||
[getElementsByTagName a:ABC]
|
||||
expected: FAIL
|
||||
|
||||
[getElementsByTagName ABC]
|
||||
expected: FAIL
|
||||
|
||||
[createElement \xc3\xa4]
|
||||
expected: FAIL
|
||||
|
||||
[getElementsByTagName a:\xc3\xa4]
|
||||
expected: FAIL
|
||||
|
||||
[getElementsByTagName \xc3\xa4]
|
||||
expected: FAIL
|
||||
|
||||
[createElement \xc3\x84]
|
||||
expected: FAIL
|
||||
|
||||
[getElementsByTagName a:\xc3\x84]
|
||||
expected: FAIL
|
||||
|
||||
[getElementsByTagName \xc3\x84]
|
||||
expected: FAIL
|
||||
|
||||
[createElementNS http://www.w3.org/1999/xhtml,abc,abc]
|
||||
expected: FAIL
|
||||
|
||||
|
@ -150,234 +117,69 @@
|
|||
[createElementNS http://www.w3.org/1999/xhtml,\xc3\x84,\xc3\x84]
|
||||
expected: FAIL
|
||||
|
||||
[createElementNS http://www.w3.org/2000/svg,abc,abc]
|
||||
expected: FAIL
|
||||
|
||||
[createElementNS http://www.w3.org/2000/svg,abc,Abc]
|
||||
expected: FAIL
|
||||
|
||||
[getAttributeNS http://www.w3.org/2000/svg,abc,Abc]
|
||||
expected: FAIL
|
||||
|
||||
[createElementNS http://www.w3.org/2000/svg,abc,ABC]
|
||||
expected: FAIL
|
||||
|
||||
[getAttributeNS http://www.w3.org/2000/svg,abc,ABC]
|
||||
expected: FAIL
|
||||
|
||||
[createElementNS http://www.w3.org/2000/svg,abc,\xc3\xa4]
|
||||
expected: FAIL
|
||||
|
||||
[createElementNS http://www.w3.org/2000/svg,abc,\xc3\x84]
|
||||
expected: FAIL
|
||||
|
||||
[createElementNS http://www.w3.org/2000/svg,Abc,abc]
|
||||
expected: FAIL
|
||||
|
||||
[createElementNS http://www.w3.org/2000/svg,Abc,Abc]
|
||||
expected: FAIL
|
||||
|
||||
[getAttributeNS http://www.w3.org/2000/svg,Abc,Abc]
|
||||
expected: FAIL
|
||||
|
||||
[createElementNS http://www.w3.org/2000/svg,Abc,ABC]
|
||||
expected: FAIL
|
||||
|
||||
[getAttributeNS http://www.w3.org/2000/svg,Abc,ABC]
|
||||
expected: FAIL
|
||||
|
||||
[createElementNS http://www.w3.org/2000/svg,Abc,\xc3\xa4]
|
||||
expected: FAIL
|
||||
|
||||
[createElementNS http://www.w3.org/2000/svg,Abc,\xc3\x84]
|
||||
expected: FAIL
|
||||
|
||||
[createElementNS http://www.w3.org/2000/svg,ABC,abc]
|
||||
expected: FAIL
|
||||
|
||||
[createElementNS http://www.w3.org/2000/svg,ABC,Abc]
|
||||
expected: FAIL
|
||||
|
||||
[getAttributeNS http://www.w3.org/2000/svg,ABC,Abc]
|
||||
expected: FAIL
|
||||
|
||||
[createElementNS http://www.w3.org/2000/svg,ABC,ABC]
|
||||
expected: FAIL
|
||||
|
||||
[getAttributeNS http://www.w3.org/2000/svg,ABC,ABC]
|
||||
expected: FAIL
|
||||
|
||||
[createElementNS http://www.w3.org/2000/svg,ABC,\xc3\xa4]
|
||||
expected: FAIL
|
||||
|
||||
[createElementNS http://www.w3.org/2000/svg,ABC,\xc3\x84]
|
||||
expected: FAIL
|
||||
|
||||
[createElementNS http://www.w3.org/2000/svg,\xc3\xa4,abc]
|
||||
expected: FAIL
|
||||
|
||||
[createElementNS http://www.w3.org/2000/svg,\xc3\xa4,Abc]
|
||||
expected: FAIL
|
||||
|
||||
[getAttributeNS http://www.w3.org/2000/svg,\xc3\xa4,Abc]
|
||||
expected: FAIL
|
||||
|
||||
[createElementNS http://www.w3.org/2000/svg,\xc3\xa4,ABC]
|
||||
expected: FAIL
|
||||
|
||||
[getAttributeNS http://www.w3.org/2000/svg,\xc3\xa4,ABC]
|
||||
expected: FAIL
|
||||
|
||||
[createElementNS http://www.w3.org/2000/svg,\xc3\xa4,\xc3\xa4]
|
||||
expected: FAIL
|
||||
|
||||
[createElementNS http://www.w3.org/2000/svg,\xc3\xa4,\xc3\x84]
|
||||
expected: FAIL
|
||||
|
||||
[createElementNS http://www.w3.org/2000/svg,\xc3\x84,abc]
|
||||
expected: FAIL
|
||||
|
||||
[createElementNS http://www.w3.org/2000/svg,\xc3\x84,Abc]
|
||||
expected: FAIL
|
||||
|
||||
[getAttributeNS http://www.w3.org/2000/svg,\xc3\x84,Abc]
|
||||
expected: FAIL
|
||||
|
||||
[createElementNS http://www.w3.org/2000/svg,\xc3\x84,ABC]
|
||||
expected: FAIL
|
||||
|
||||
[getAttributeNS http://www.w3.org/2000/svg,\xc3\x84,ABC]
|
||||
expected: FAIL
|
||||
|
||||
[createElementNS http://www.w3.org/2000/svg,\xc3\x84,\xc3\xa4]
|
||||
expected: FAIL
|
||||
|
||||
[createElementNS http://www.w3.org/2000/svg,\xc3\x84,\xc3\x84]
|
||||
expected: FAIL
|
||||
|
||||
[createElementNS http://FOO,abc,abc]
|
||||
expected: FAIL
|
||||
|
||||
[createElementNS http://FOO,abc,Abc]
|
||||
expected: FAIL
|
||||
|
||||
[getAttributeNS http://FOO,abc,Abc]
|
||||
expected: FAIL
|
||||
|
||||
[createElementNS http://FOO,abc,ABC]
|
||||
expected: FAIL
|
||||
|
||||
[getAttributeNS http://FOO,abc,ABC]
|
||||
expected: FAIL
|
||||
|
||||
[createElementNS http://FOO,abc,\xc3\xa4]
|
||||
expected: FAIL
|
||||
|
||||
[createElementNS http://FOO,abc,\xc3\x84]
|
||||
expected: FAIL
|
||||
|
||||
[createElementNS http://FOO,Abc,abc]
|
||||
expected: FAIL
|
||||
|
||||
[createElementNS http://FOO,Abc,Abc]
|
||||
expected: FAIL
|
||||
|
||||
[getAttributeNS http://FOO,Abc,Abc]
|
||||
expected: FAIL
|
||||
|
||||
[createElementNS http://FOO,Abc,ABC]
|
||||
expected: FAIL
|
||||
|
||||
[getAttributeNS http://FOO,Abc,ABC]
|
||||
expected: FAIL
|
||||
|
||||
[createElementNS http://FOO,Abc,\xc3\xa4]
|
||||
expected: FAIL
|
||||
|
||||
[createElementNS http://FOO,Abc,\xc3\x84]
|
||||
expected: FAIL
|
||||
|
||||
[createElementNS http://FOO,ABC,abc]
|
||||
expected: FAIL
|
||||
|
||||
[createElementNS http://FOO,ABC,Abc]
|
||||
expected: FAIL
|
||||
|
||||
[getAttributeNS http://FOO,ABC,Abc]
|
||||
expected: FAIL
|
||||
|
||||
[createElementNS http://FOO,ABC,ABC]
|
||||
expected: FAIL
|
||||
|
||||
[getAttributeNS http://FOO,ABC,ABC]
|
||||
expected: FAIL
|
||||
|
||||
[createElementNS http://FOO,ABC,\xc3\xa4]
|
||||
expected: FAIL
|
||||
|
||||
[createElementNS http://FOO,ABC,\xc3\x84]
|
||||
expected: FAIL
|
||||
|
||||
[createElementNS http://FOO,\xc3\xa4,abc]
|
||||
expected: FAIL
|
||||
|
||||
[createElementNS http://FOO,\xc3\xa4,Abc]
|
||||
expected: FAIL
|
||||
|
||||
[getAttributeNS http://FOO,\xc3\xa4,Abc]
|
||||
expected: FAIL
|
||||
|
||||
[createElementNS http://FOO,\xc3\xa4,ABC]
|
||||
expected: FAIL
|
||||
|
||||
[getAttributeNS http://FOO,\xc3\xa4,ABC]
|
||||
expected: FAIL
|
||||
|
||||
[createElementNS http://FOO,\xc3\xa4,\xc3\xa4]
|
||||
expected: FAIL
|
||||
|
||||
[createElementNS http://FOO,\xc3\xa4,\xc3\x84]
|
||||
expected: FAIL
|
||||
|
||||
[createElementNS http://FOO,\xc3\x84,abc]
|
||||
expected: FAIL
|
||||
|
||||
[createElementNS http://FOO,\xc3\x84,Abc]
|
||||
expected: FAIL
|
||||
|
||||
[getAttributeNS http://FOO,\xc3\x84,Abc]
|
||||
expected: FAIL
|
||||
|
||||
[createElementNS http://FOO,\xc3\x84,ABC]
|
||||
expected: FAIL
|
||||
|
||||
[getAttributeNS http://FOO,\xc3\x84,ABC]
|
||||
expected: FAIL
|
||||
|
||||
[createElementNS http://FOO,\xc3\x84,\xc3\xa4]
|
||||
expected: FAIL
|
||||
|
||||
[createElementNS http://FOO,\xc3\x84,\xc3\x84]
|
||||
expected: FAIL
|
||||
|
||||
[createElementNS abc]
|
||||
expected: FAIL
|
||||
|
||||
[createElementNS Abc]
|
||||
expected: FAIL
|
||||
|
||||
[getAttributeNS Abc]
|
||||
expected: FAIL
|
||||
|
||||
[createElementNS ABC]
|
||||
expected: FAIL
|
||||
|
||||
[getAttributeNS ABC]
|
||||
expected: FAIL
|
||||
|
||||
[createElementNS \xc3\xa4]
|
||||
expected: FAIL
|
||||
|
||||
[createElementNS \xc3\x84]
|
||||
expected: FAIL
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue