Merge pull request #2717 from Ms2ger/wpt-exp

Update web-platform-tests expectations.
This commit is contained in:
Josh Matthews 2014-06-25 10:07:03 -04:00
commit 579267a797
34 changed files with 28 additions and 108 deletions

View file

@ -1,5 +1,6 @@
[exceptions.html]
type: testharness
expected: TIMEOUT
[exception.hasOwnProperty("message")]
expected: FAIL

View file

@ -12,9 +12,6 @@
[Should be able to delete DOMStringList.]
expected: FAIL
[Should be able to delete DOMTokenList.]
expected: FAIL
[Should be able to delete DOMSettableTokenList.]
expected: FAIL

View file

@ -1,6 +1,5 @@
[DOMImplementation-createDocument.html]
type: testharness
expected: TIMEOUT
[DOMImplementation.createDocument(namespace, qualifiedName, doctype)]
expected: TIMEOUT

View file

@ -1,6 +1,3 @@
[contenttype_bmp.html]
type: testharness
expected: TIMEOUT
[BMP document.contentType === \'image/bmp\']
expected: TIMEOUT
disabled: iframe load event

View file

@ -1,6 +1,3 @@
[contenttype_css.html]
type: testharness
expected: TIMEOUT
[CSS document.contentType === \'text/css\']
expected: TIMEOUT
disabled: iframe load event

View file

@ -1,5 +1,3 @@
[contenttype_datauri_01.html]
type: testharness
[Data URI document.contentType === \'text/plain\' when data URI MIME type is not set]
expected: TIMEOUT
disabled: iframe load event

View file

@ -1,5 +1,3 @@
[contenttype_datauri_02.html]
type: testharness
[Data URI document.contentType === \'text/html\' when data URI MIME type is set]
expected: TIMEOUT
disabled: iframe load event

View file

@ -1,6 +1,3 @@
[contenttype_gif.html]
type: testharness
expected: TIMEOUT
[GIF document.contentType === \'image/gif\']
expected: TIMEOUT
disabled: iframe load event

View file

@ -1,6 +1,3 @@
[contenttype_html.html]
type: testharness
expected: TIMEOUT
[HTM document.contentType === \'text/html\']
expected: TIMEOUT
disabled: iframe load event

View file

@ -1,5 +1,3 @@
[contenttype_javascripturi.html]
type: testharness
[Javascript URI document.contentType === \'text/html\']
expected: TIMEOUT
disabled: iframe load event

View file

@ -1,6 +1,3 @@
[contenttype_jpg.html]
type: testharness
expected: TIMEOUT
[JPG document.contentType === \'image/jpeg\']
expected: TIMEOUT
disabled: iframe load event

View file

@ -1,6 +1,3 @@
[contenttype_mimeheader_01.html]
type: testharness
expected: TIMEOUT
[Custom document.contentType === \'text/xml\' when explicitly set to this value]
expected: TIMEOUT
disabled: iframe load event

View file

@ -1,5 +1,3 @@
[contenttype_mimeheader_02.html]
type: testharness
[Custom document.contentType === \'text/html\' when explicitly set to this value and an attempt is made to override this value in an HTML meta header]
expected: TIMEOUT
disabled: iframe load event

View file

@ -1,6 +1,3 @@
[contenttype_mimeheader_03.html]
type: testharness
expected: TIMEOUT
[Custom document.contentType === \'text/html\' when no Content-Type header is provided in HTTP response]
expected: TIMEOUT
disabled: iframe load event

View file

@ -1,6 +1,3 @@
[contenttype_png.html]
type: testharness
expected: TIMEOUT
[PNG document.contentType === \'image/png\']
expected: TIMEOUT
disabled: iframe load event

View file

@ -1,6 +1,3 @@
[contenttype_txt.html]
type: testharness
expected: TIMEOUT
[TXT document.contentType === \'text/plain\']
expected: TIMEOUT
disabled: iframe load event

View file

@ -1,5 +1,3 @@
[contenttype_xml.html]
type: testharness
[XML document.contentType === \'application/xml\']
expected: TIMEOUT
disabled: iframe load event

View file

@ -1,2 +0,0 @@
[Document-createElement.html]
type: testharness

View file

@ -1,3 +1,3 @@
[Element-childElement-null.svg]
type: testharness
expected: TIMEOUT
disabled: xml

View file

@ -1,3 +1,3 @@
[Element-childElementCount-dynamic-add.svg]
type: testharness
expected: TIMEOUT
disabled: xml

View file

@ -1,6 +1,5 @@
[Element-childElementCount-dynamic-remove.html]
type: testharness
expected: TIMEOUT
[Dynamic Removal of Elements]
expected: TIMEOUT

View file

@ -1,3 +1,3 @@
[Element-childElementCount-dynamic-remove.svg]
type: testharness
expected: TIMEOUT
disabled: xml

View file

@ -1,3 +1,3 @@
[Element-childElementCount-nochild.svg]
type: testharness
expected: TIMEOUT
disabled: xml

View file

@ -1,3 +1,3 @@
[Element-childElementCount.svg]
type: testharness
expected: TIMEOUT
disabled: xml

View file

@ -1,20 +1,5 @@
[Element-classlist.html]
type: testharness
[Element.classList must exist as an object]
expected: FAIL
[Element.classList must exist as an object even if the element has no class attribute]
expected: FAIL
[DOMTokenList should be exposed for prototyping]
expected: FAIL
[prototyping DOMTokenList should work]
expected: FAIL
[Element.classList must implement DOMTokenList]
expected: FAIL
[CSS .foo selectors must not match elements without any class]
expected: FAIL
@ -30,15 +15,9 @@
[classList.item() must return null for out-of-range index]
expected: FAIL
[classList.item() must return null for negative index]
expected: FAIL
[classList[index\] must be undefined for out-of-range index]
expected: FAIL
[classList[index\] must be undefined for negative index]
expected: FAIL
[empty classList should return the empty string since the ordered set parser skip the whitespaces]
expected: FAIL
@ -102,9 +81,6 @@
[classList[index\] must return case-sensitive strings and preserve token order]
expected: FAIL
[classList[index\] must still be undefined for out-of-range index when earlier indexes exist]
expected: FAIL
[className must update correctly when items have been added through classList]
expected: FAIL
@ -162,12 +138,6 @@
[classList must stringify to an empty string when all classes have been removed]
expected: FAIL
[classList.item(0) must return null when all classes have been removed]
expected: FAIL
[classList[0\] must be undefined when all classes have been removed]
expected: FAIL
[classList.add should treat " " as a space]
expected: FAIL
@ -186,6 +156,3 @@
[classList.length must be read-only]
expected: FAIL
[classList must be read-only]
expected: FAIL

View file

@ -1,3 +1,3 @@
[Element-firstElementChild-entity.svg]
type: testharness
expected: TIMEOUT
disabled: xml

View file

@ -1,3 +1,3 @@
[Element-firstElementChild-namespace.svg]
type: testharness
expected: TIMEOUT
disabled: xml

View file

@ -1,3 +1,3 @@
[Element-firstElementChild.svg]
type: testharness
expected: TIMEOUT
disabled: xml

View file

@ -1,3 +1,3 @@
[Element-lastElementChild.svg]
type: testharness
expected: TIMEOUT
disabled: xml

View file

@ -1,3 +1,3 @@
[Element-nextElementSibling.svg]
type: testharness
expected: TIMEOUT
disabled: xml

View file

@ -1,3 +1,3 @@
[Element-previousElementSibling.svg]
type: testharness
expected: TIMEOUT
disabled: xml

View file

@ -1,3 +1,3 @@
[Element-siblingElement-null.svg]
type: testharness
expected: TIMEOUT
disabled: xml

View file

@ -1,6 +1,5 @@
[Node-replaceChild.html]
type: testharness
expected: TIMEOUT
[Passing null to replaceChild should throw a TypeError.]
expected: TIMEOUT

View file

@ -1,6 +1,3 @@
[getElementsByClassName-31.htm]
type: testharness
expected: TIMEOUT
[getElementsByClassName across documents]
expected: TIMEOUT
disabled: iframe load event