Enable some of the HTML tests.

This commit is contained in:
Ms2ger 2014-07-29 13:04:52 +02:00
parent f2373ceee7
commit 76ddacd6a5
345 changed files with 146333 additions and 0 deletions

View file

@ -1,6 +1,58 @@
skip: true skip: true
[dom] [dom]
skip: false skip: false
[html]
skip: false
[browsers]
skip: false
[browsing-the-web]
skip: false
[unloading-documents]
skip: true
[history]
skip: false
[the-history-interface]
skip: true
[offline]
skip: true
[dom]
skip: false
[dynamic-markup-insertion]
skip: true
[editing]
skip: true
[infrastructure]
skip: false
[urls]
skip: false
[resolving-urls]
skip: true
[rendering]
skip: true
[semantics]
skip: false
[embedded-content]
skip: false
[media-elements]
skip: true
[the-audio-element]
skip: true
[the-video-element]
skip: true
[scripting-1]
skip: false
[the-template-element]
skip: true
[syntax]
skip: false
[parsing]
skip: true
[parsing-html-fragments]
skip: true
[webappapis]
skip: false
[system-state-and-capabilities]
skip: true
[workers] [workers]
skip: false skip: false
[constructors] [constructors]

View file

@ -0,0 +1,6 @@
[pageload-image.html]
type: testharness
expected: TIMEOUT
[The document for a standalone media file should have one child in the body.]
expected: NOTRUN

View file

@ -0,0 +1,6 @@
[pageload-video.html]
type: testharness
expected: TIMEOUT
[The document for a standalone media file should have one child in the body.]
expected: NOTRUN

View file

@ -0,0 +1,12 @@
[load-text-plain.html]
type: testharness
expected: TIMEOUT
[Checking document metadata for text file]
expected: NOTRUN
[Checking DOM for text file]
expected: NOTRUN
[Checking contents for text file]
expected: NOTRUN

View file

@ -0,0 +1,14 @@
[location-stringifier.html]
type: testharness
[Location stringifier]
expected: FAIL
[Location stringifier 1]
expected: FAIL
[Location stringifier 3]
expected: FAIL
[Location stringifier 4]
expected: FAIL

View file

@ -0,0 +1,3 @@
[security_location_0.sub.htm]
type: testharness
expected: TIMEOUT

View file

@ -0,0 +1,3 @@
[indexed-browsing-contexts-01.html]
type: testharness
expected: TIMEOUT

View file

@ -0,0 +1,11 @@
[indexed-browsing-contexts-02.html]
type: testharness
[Accessing child browsing contexts 1]
expected: FAIL
[Accessing child browsing contexts 2]
expected: FAIL
[Accessing child browsing contexts 3]
expected: FAIL

View file

@ -0,0 +1,3 @@
[indexed-browsing-contexts-03.html]
type: testharness
expected: TIMEOUT

View file

@ -0,0 +1,3 @@
[named-objects.html]
type: testharness
expected: TIMEOUT

View file

@ -0,0 +1,5 @@
[window-null-names.html]
type: testharness
[Named access with null characters]
expected: FAIL

View file

@ -0,0 +1,3 @@
[window-security.sub.html]
type: testharness
expected: TIMEOUT

View file

@ -0,0 +1,8 @@
[window-indexed-properties-strict.html]
type: testharness
[Indexed properties of the window object (strict mode) 1]
expected: FAIL
[Indexed properties of the window object (strict mode) 2]
expected: FAIL

View file

@ -0,0 +1,8 @@
[window-indexed-properties.html]
type: testharness
[Indexed properties of the window object (non-strict mode) 1]
expected: FAIL
[Indexed properties of the window object (non-strict mode) 2]
expected: FAIL

View file

@ -0,0 +1,3 @@
[window-named-properties.html]
type: testharness
expected: TIMEOUT

View file

@ -0,0 +1,386 @@
[window-properties.html]
type: testharness
[EventTarget method: addEventListener]
expected: FAIL
[EventTarget method: removeEventListener]
expected: FAIL
[EventTarget method: dispatchEvent]
expected: FAIL
[Window method: close]
expected: FAIL
[Window method: stop]
expected: FAIL
[Window method: focus]
expected: FAIL
[Window method: blur]
expected: FAIL
[Window method: open]
expected: FAIL
[Window method: alert]
expected: FAIL
[Window method: confirm]
expected: FAIL
[Window method: prompt]
expected: FAIL
[Window method: print]
expected: FAIL
[Window method: postMessage]
expected: FAIL
[Window method: btoa]
expected: FAIL
[Window method: atob]
expected: FAIL
[Window method: setTimeout]
expected: FAIL
[Window method: clearTimeout]
expected: FAIL
[Window method: setInterval]
expected: FAIL
[Window method: clearInterval]
expected: FAIL
[Window method: getSelection]
expected: FAIL
[Window method: getComputedStyle]
expected: FAIL
[Window method: matchMedia]
expected: FAIL
[Window method: scroll]
expected: FAIL
[Window method: scrollTo]
expected: FAIL
[Window method: scrollBy]
expected: FAIL
[Window readonly attribute: history]
expected: FAIL
[Window readonly attribute: parent]
expected: FAIL
[Window readonly attribute: frameElement]
expected: FAIL
[Window readonly attribute: navigator]
expected: FAIL
[Window readonly attribute: external]
expected: FAIL
[Window readonly attribute: applicationCache]
expected: FAIL
[Window readonly attribute: sessionStorage]
expected: FAIL
[Window readonly attribute: localStorage]
expected: FAIL
[Window readonly attribute: screen]
expected: FAIL
[Window readonly attribute: innerWidth]
expected: FAIL
[Window readonly attribute: innerHeight]
expected: FAIL
[Window readonly attribute: scrollX]
expected: FAIL
[Window readonly attribute: pageXOffset]
expected: FAIL
[Window readonly attribute: scrollY]
expected: FAIL
[Window readonly attribute: pageYOffset]
expected: FAIL
[Window readonly attribute: screenX]
expected: FAIL
[Window readonly attribute: screenY]
expected: FAIL
[Window readonly attribute: outerWidth]
expected: FAIL
[Window readonly attribute: outerHeight]
expected: FAIL
[Window attribute: name]
expected: FAIL
[Window attribute: status]
expected: FAIL
[Window attribute: opener]
expected: FAIL
[Window attribute: onabort]
expected: FAIL
[Window attribute: onafterprint]
expected: FAIL
[Window attribute: onbeforeprint]
expected: FAIL
[Window attribute: onbeforeunload]
expected: FAIL
[Window attribute: onblur]
expected: FAIL
[Window attribute: oncancel]
expected: FAIL
[Window attribute: oncanplay]
expected: FAIL
[Window attribute: oncanplaythrough]
expected: FAIL
[Window attribute: onchange]
expected: FAIL
[Window attribute: onclick]
expected: FAIL
[Window attribute: onclose]
expected: FAIL
[Window attribute: oncontextmenu]
expected: FAIL
[Window attribute: oncuechange]
expected: FAIL
[Window attribute: ondblclick]
expected: FAIL
[Window attribute: ondrag]
expected: FAIL
[Window attribute: ondragend]
expected: FAIL
[Window attribute: ondragenter]
expected: FAIL
[Window attribute: ondragleave]
expected: FAIL
[Window attribute: ondragover]
expected: FAIL
[Window attribute: ondragstart]
expected: FAIL
[Window attribute: ondrop]
expected: FAIL
[Window attribute: ondurationchange]
expected: FAIL
[Window attribute: onemptied]
expected: FAIL
[Window attribute: onended]
expected: FAIL
[Window attribute: onerror]
expected: FAIL
[Window attribute: onfocus]
expected: FAIL
[Window attribute: onhashchange]
expected: FAIL
[Window attribute: oninput]
expected: FAIL
[Window attribute: oninvalid]
expected: FAIL
[Window attribute: onkeydown]
expected: FAIL
[Window attribute: onkeypress]
expected: FAIL
[Window attribute: onkeyup]
expected: FAIL
[Window attribute: onload]
expected: FAIL
[Window attribute: onloadeddata]
expected: FAIL
[Window attribute: onloadedmetadata]
expected: FAIL
[Window attribute: onloadstart]
expected: FAIL
[Window attribute: onmessage]
expected: FAIL
[Window attribute: onmousedown]
expected: FAIL
[Window attribute: onmousemove]
expected: FAIL
[Window attribute: onmouseout]
expected: FAIL
[Window attribute: onmouseover]
expected: FAIL
[Window attribute: onmouseup]
expected: FAIL
[Window attribute: onmousewheel]
expected: FAIL
[Window attribute: onoffline]
expected: FAIL
[Window attribute: ononline]
expected: FAIL
[Window attribute: onpause]
expected: FAIL
[Window attribute: onplay]
expected: FAIL
[Window attribute: onplaying]
expected: FAIL
[Window attribute: onpagehide]
expected: FAIL
[Window attribute: onpageshow]
expected: FAIL
[Window attribute: onpopstate]
expected: FAIL
[Window attribute: onprogress]
expected: FAIL
[Window attribute: onratechange]
expected: FAIL
[Window attribute: onreset]
expected: FAIL
[Window attribute: onresize]
expected: FAIL
[Window attribute: onscroll]
expected: FAIL
[Window attribute: onseeked]
expected: FAIL
[Window attribute: onseeking]
expected: FAIL
[Window attribute: onselect]
expected: FAIL
[Window attribute: onshow]
expected: FAIL
[Window attribute: onstalled]
expected: FAIL
[Window attribute: onstorage]
expected: FAIL
[Window attribute: onsubmit]
expected: FAIL
[Window attribute: onsuspend]
expected: FAIL
[Window attribute: ontimeupdate]
expected: FAIL
[Window attribute: onunload]
expected: FAIL
[Window attribute: onvolumechange]
expected: FAIL
[Window attribute: onwaiting]
expected: FAIL
[Window unforgeable attribute: window]
expected: FAIL
[Window unforgeable attribute: document]
expected: FAIL
[Window unforgeable attribute: location]
expected: FAIL
[Window unforgeable attribute: top]
expected: FAIL
[Window replaceable attribute: self]
expected: FAIL
[Window replaceable attribute: locationbar]
expected: FAIL
[Window replaceable attribute: menubar]
expected: FAIL
[Window replaceable attribute: personalbar]
expected: FAIL
[Window replaceable attribute: scrollbars]
expected: FAIL
[Window replaceable attribute: statusbar]
expected: FAIL
[Window replaceable attribute: toolbar]
expected: FAIL
[Window replaceable attribute: frames]
expected: FAIL
[Window replaceable attribute: length]
expected: FAIL

View file

@ -0,0 +1,11 @@
[window-prototype-chain.html]
type: testharness
[Global scope polluter]
expected: FAIL
[EventTarget.prototype]
expected: FAIL
[Object.prototype]
expected: FAIL

View file

@ -0,0 +1,3 @@
[browsing-context-first-created.xhtml]
type: testharness
expected: TIMEOUT

View file

@ -0,0 +1,6 @@
[browsing-context-choose-existing.html]
type: testharness
expected: TIMEOUT
[The browsing context must be chosen if the given name is same as its name]
expected: NOTRUN

View file

@ -0,0 +1,6 @@
[browsing-context-choose-parent.html]
type: testharness
expected: TIMEOUT
[The parent browsing context must be chosen if the given name is \'_parent\']
expected: NOTRUN

View file

@ -0,0 +1,6 @@
[browsing-context-choose-self-1.html]
type: testharness
expected: TIMEOUT
[The current browsing context must be chosen if the given name is \'_self\']
expected: NOTRUN

View file

@ -0,0 +1,6 @@
[browsing-context-choose-self-2.html]
type: testharness
expected: TIMEOUT
[The current browsing context must be chosen if the given name is empty string]
expected: NOTRUN

View file

@ -0,0 +1,11 @@
[browsing-context-default-name.html]
type: testharness
[A embedded browsing context has no default name]
expected: FAIL
[A browsing context which is opened by window.open() method with \'_blank\' parameter has no default name]
expected: FAIL
[A browsing context has no default name]
expected: FAIL

View file

@ -0,0 +1,12 @@
[frameElement.sub.html]
type: testharness
expected: ERROR
[The window\'s frameElement attribute must return its container element if it is a nested browsing context]
expected: FAIL
[The SecurityError must be thrown if the container\'s document does not have the same effective script origin]
expected: FAIL
[The window\'s frameElement attribute must return null if it is not a nested browsing context]
expected: FAIL

View file

@ -0,0 +1,5 @@
[document.getElementsByName-namespace.html]
type: testharness
[getElementsByName and foreign namespaces]
expected: FAIL

View file

@ -0,0 +1,5 @@
[document.getElementsByName-namespace.xhtml]
type: testharness
[getElementsByName and foreign namespaces]
expected: FAIL

View file

@ -0,0 +1,17 @@
[document.images.html]
type: testharness
[img with id]
expected: FAIL
[img with name]
expected: FAIL
[img with id and name]
expected: FAIL
[Two img elements with the same id]
expected: FAIL
[Two img elements with the same name]
expected: FAIL

View file

@ -0,0 +1,5 @@
[document.title-07.html]
type: testharness
[Document.title and DOMImplementation.createHTMLDocument 2]
expected: FAIL

View file

@ -0,0 +1,5 @@
[nameditem-01.html]
type: testharness
[img elements that have a name and id attribute, should be accessible by both values.]
expected: FAIL

View file

@ -0,0 +1,20 @@
[nameditem-02.html]
type: testharness
[If the only named item is an iframe, the contentWindow should be returned.]
expected: FAIL
[If there are two iframes, a collection should be returned.]
expected: FAIL
[If there are an iframe and another element (iframe first), a collection should be returned.]
expected: FAIL
[If there are an iframe and another element (iframe last), a collection should be returned.]
expected: FAIL
[If an iframe has a name and a different id, it should be returned by its name.]
expected: FAIL
[An iframe whose name looks like an array index should work.]
expected: FAIL

View file

@ -0,0 +1,26 @@
[nameditem-03.html]
type: testharness
[If there is one applet, it should be returned (name)]
expected: FAIL
[If there are two applets, a collection should be returned. (name)]
expected: FAIL
[If there is one applet, it should be returned (id)]
expected: FAIL
[If there are two applets, a collection should be returned. (id)]
expected: FAIL
[If there are two applets, a collection should be returned. (name and id)]
expected: FAIL
[If there are two applets, a collection should be returned. (id and name)]
expected: FAIL
[A name shouldn\'t affect getting an applet by id]
expected: FAIL
[An id shouldn\'t affect getting an applet by name]
expected: FAIL

View file

@ -0,0 +1,17 @@
[nameditem-04.html]
type: testharness
[If there is one form, it should be returned (name)]
expected: FAIL
[If there are two forms, a collection should be returned. (name)]
expected: FAIL
[If there are two forms, a collection should be returned. (name and id)]
expected: FAIL
[If there are two forms, a collection should be returned. (id and name)]
expected: FAIL
[An id shouldn\'t affect getting an form by name]
expected: FAIL

View file

@ -0,0 +1,17 @@
[nameditem-05.html]
type: testharness
[If there is one embed, it should be returned (name)]
expected: FAIL
[If there are two embeds, a collection should be returned. (name)]
expected: FAIL
[If there are two embeds, a collection should be returned. (name and id)]
expected: FAIL
[If there are two embeds, a collection should be returned. (id and name)]
expected: FAIL
[An id shouldn\'t affect getting an embed by name]
expected: FAIL

View file

@ -0,0 +1,23 @@
[nameditem-06.html]
type: testharness
[If there is one img, it should be returned (name)]
expected: FAIL
[If there are two imgs, a collection should be returned. (name)]
expected: FAIL
[If there are two imgs, nothing should be returned. (id)]
expected: FAIL
[If there are two imgs, the one with a name should be returned. (name and id)]
expected: FAIL
[If there are two imgs, the one with a name should be returned. (id and name)]
expected: FAIL
[A name should affect getting an img by id]
expected: FAIL
[An id shouldn\'t affect getting an img by name]
expected: FAIL

View file

@ -0,0 +1,5 @@
[document-compatmode-06.xhtml]
type: testharness
[document.compatMode: Standards]
expected: FAIL

View file

@ -0,0 +1,8 @@
[document-cookie.html]
type: testharness
[document has no cookie]
expected: FAIL
[getting cookie for a cookie-averse document returns empty string, setting does nothing]
expected: FAIL

View file

@ -0,0 +1,8 @@
[document-lastModified-01.html]
type: testharness
[Date returned by lastModified is in the user\'s local time zone.]
expected: FAIL
[Date returned by lastModified is in the form "MM/DD/YYYY hh:mm:ss".]
expected: FAIL

View file

@ -0,0 +1,5 @@
[document-lastModified.html]
type: testharness
[lastModified should return the last modified date and time]
expected: FAIL

View file

@ -0,0 +1,3 @@
[document-readyState.html]
type: testharness
expected: TIMEOUT

View file

@ -0,0 +1,8 @@
[data_unicode_attr.html]
type: testharness
[dataset - SBCS]
expected: FAIL
[dataset - UNICODE]
expected: FAIL

View file

@ -0,0 +1,29 @@
[dataset-delete.html]
type: testharness
[Deleting element.dataset[\'foo\'\] should also remove an attribute with name \'data-foo\' should it exist.]
expected: FAIL
[Deleting element.dataset[\'fooBar\'\] should also remove an attribute with name \'data-foo-bar\' should it exist.]
expected: FAIL
[Deleting element.dataset[\'-\'\] should also remove an attribute with name \'data--\' should it exist.]
expected: FAIL
[Deleting element.dataset[\'Foo\'\] should also remove an attribute with name \'data--foo\' should it exist.]
expected: FAIL
[Deleting element.dataset[\'-foo\'\] should also remove an attribute with name \'data--foo\' should it exist.]
expected: FAIL
[Deleting element.dataset[\'-Foo\'\] should also remove an attribute with name \'data---foo\' should it exist.]
expected: FAIL
[Deleting element.dataset[\'\'\] should also remove an attribute with name \'data-\' should it exist.]
expected: FAIL
[Deleting element.dataset[\'\xc3\xa0\'\] should also remove an attribute with name \'data-\xc3\xa0\' should it exist.]
expected: FAIL
[Deleting element.dataset[\'foo\'\] should not throw if even if the element does now have an attribute with the name data-foo.]
expected: FAIL

View file

@ -0,0 +1,8 @@
[dataset-enumeration.html]
type: testharness
[A dataset should be enumeratable.]
expected: FAIL
[Only attributes who qualify as dataset properties should be enumeratable in the dataset.]
expected: FAIL

View file

@ -0,0 +1,32 @@
[dataset-get.html]
type: testharness
[Getting element.dataset[\'foo\'\] should return the value of element.getAttribute(\'data-foo\')\']
expected: FAIL
[Getting element.dataset[\'fooBar\'\] should return the value of element.getAttribute(\'data-foo-bar\')\']
expected: FAIL
[Getting element.dataset[\'-\'\] should return the value of element.getAttribute(\'data--\')\']
expected: FAIL
[Getting element.dataset[\'Foo\'\] should return the value of element.getAttribute(\'data--foo\')\']
expected: FAIL
[Getting element.dataset[\'-Foo\'\] should return the value of element.getAttribute(\'data---foo\')\']
expected: FAIL
[Getting element.dataset[\'foo\'\] should return the value of element.getAttribute(\'data-Foo\')\']
expected: FAIL
[Getting element.dataset[\'\'\] should return the value of element.getAttribute(\'data-\')\']
expected: FAIL
[Getting element.dataset[\'\xc3\xa0\'\] should return the value of element.getAttribute(\'data-\xc3\xa0\')\']
expected: FAIL
[Getting element.dataset[\'toString\'\] should return the value of element.getAttribute(\'data-to-string\')\']
expected: FAIL
[Tests that an attribute named dataFoo does not make an entry in the dataset DOMStringMap.]
expected: FAIL

View file

@ -0,0 +1,8 @@
[dataset-prototype.html]
type: testharness
[An elements dataset property is an instance of a DOMStringMap]
expected: FAIL
[Properties on Object.prototype should shine through.]
expected: FAIL

View file

@ -0,0 +1,32 @@
[dataset-set.html]
type: testharness
[Setting element.dataset[\'foo\'\] should also change the value of element.getAttribute(\'data-foo\')\']
expected: FAIL
[Setting element.dataset[\'fooBar\'\] should also change the value of element.getAttribute(\'data-foo-bar\')\']
expected: FAIL
[Setting element.dataset[\'-\'\] should also change the value of element.getAttribute(\'data--\')\']
expected: FAIL
[Setting element.dataset[\'Foo\'\] should also change the value of element.getAttribute(\'data--foo\')\']
expected: FAIL
[Setting element.dataset[\'-Foo\'\] should also change the value of element.getAttribute(\'data---foo\')\']
expected: FAIL
[Setting element.dataset[\'\'\] should also change the value of element.getAttribute(\'data-\')\']
expected: FAIL
[Setting element.dataset[\'\xc3\xa0\'\] should also change the value of element.getAttribute(\'data-\xc3\xa0\')\']
expected: FAIL
[Setting element.dataset[\'-foo\'\] should throw a SYNTAX_ERR\']
expected: FAIL
[Setting element.dataset[\'foo \'\] should throw an INVALID_CHARACTER_ERR\']
expected: FAIL
[Setting element.dataset[\'foo\xef\xa4\x80\'\] should throw an INVALID_CHARACTER_ERR\']
expected: FAIL

View file

@ -0,0 +1,14 @@
[dataset.html]
type: testharness
[Should return \'undefined\' before setting an attribute]
expected: FAIL
[Should return \'value\' if that\'s the value]
expected: FAIL
[Should return the empty string if that\'s the value]
expected: FAIL
[Should return \'undefined\' after removing an attribute]
expected: FAIL

View file

@ -0,0 +1,11 @@
[document-dir.html]
type: testharness
[Markup attribute]
expected: FAIL
[Setting the idl attribute to a garbage value]
expected: FAIL
[Setting the idl attribute to the empty string]
expected: FAIL

View file

@ -0,0 +1,20 @@
[id-attribute.html]
type: testharness
[User agents must associate the element with an id value for purposes of CSS.]
expected: FAIL
[Association for CSS is exact and therefore case-sensitive.]
expected: FAIL
[Spaces are allowed in an id and still make an association.]
expected: FAIL
[Non-ASCII is allowed in an id and still make an association for CSS.]
expected: FAIL
[After setting id via id attribute, CSS association is via the new ID.]
expected: FAIL
[After setting id via setAttribute attribute, CSS association is via the new ID.]
expected: FAIL

View file

@ -0,0 +1,17 @@
[id-name-specialcase.html]
type: testharness
[id with digits only]
expected: FAIL
[id start with digits]
expected: FAIL
[id start with underscore]
expected: FAIL
[id with punctuation only]
expected: FAIL
[id with chinese character]
expected: FAIL

View file

@ -0,0 +1,5 @@
[the-lang-attribute-001.html]
type: testharness
[The browser will recognize a language declared in a lang attribute on the html tag.]
expected: FAIL

View file

@ -0,0 +1,5 @@
[the-lang-attribute-002.html]
type: testharness
[The browser will NOT recognize a language declared in an xml:lang attribute on the html tag.]
expected: FAIL

View file

@ -0,0 +1,5 @@
[the-lang-attribute-003.html]
type: testharness
[The browser will recognize a language declared in the HTTP header, when there is no internal language declaration.]
expected: FAIL

View file

@ -0,0 +1,5 @@
[the-lang-attribute-004.html]
type: testharness
[The browser will recognize a language declared in a meta element in the head using http-equiv=\'Content-Language\' content=\'..\' (with a single language tag value), when there is no other language declaration inside the document.]
expected: FAIL

View file

@ -0,0 +1,5 @@
[the-lang-attribute-005.html]
type: testharness
[If there is a conflict between the language declarations in the HTTP header and the html element using lang, the browser will recognize the language declared in the html element.]
expected: FAIL

View file

@ -0,0 +1,5 @@
[the-lang-attribute-006.html]
type: testharness
[If there is a conflict between the language declarations in the HTTP header and the Content-Language meta element, the UA will recognize the language declared in the meta element.]
expected: FAIL

View file

@ -0,0 +1,5 @@
[the-lang-attribute-007.html]
type: testharness
[If there is a conflict between the language declared using lang in the html element and that in the meta element, the UA will recognize the language declared in the html element.]
expected: FAIL

View file

@ -0,0 +1,5 @@
[the-lang-attribute-008.html]
type: testharness
[If an element contains a lang attribute with an empty value, the value of a lang attribute higher up the document tree will no longer be applied to the content of that element.]
expected: FAIL

View file

@ -0,0 +1,5 @@
[the-lang-attribute-009.html]
type: testharness
[If the HTTP header contains a language declaration but the html element uses an empty lang value, the UA will not recognize the language declared in the HTTP header.]
expected: FAIL

View file

@ -0,0 +1,5 @@
[the-lang-attribute-010.html]
type: testharness
[If the meta Content-Language element contains a language declaration but the html element uses an empty lang value, the UA will not recognize the language declared in the meta Content-Language element.]
expected: FAIL

View file

@ -0,0 +1,5 @@
[the-translate-attribute-007.html]
type: testharness
[In the default case, ie. with no translate attribute in the page, javascript will detect the translation mode of text as translate-enabled.]
expected: FAIL

View file

@ -0,0 +1,5 @@
[the-translate-attribute-008.html]
type: testharness
[If the translate attribute is set to yes, javascript will detect the translation mode of text as translate-enabled.]
expected: FAIL

View file

@ -0,0 +1,5 @@
[the-translate-attribute-009.html]
type: testharness
[If the translate attribute is set to no, javascript will detect the translation mode of text as no-translate.]
expected: FAIL

View file

@ -0,0 +1,5 @@
[the-translate-attribute-010.html]
type: testharness
[If the translate attribute is set to no, javascript will detect the translation mode of elements inside that element with no translate flag as no-translate.]
expected: FAIL

View file

@ -0,0 +1,5 @@
[the-translate-attribute-011.html]
type: testharness
[If the translate attribute is set to yes on an element inside an element with the translate attribute set to no, javascript will detect the translation mode of text in the inner element as translate-enabled.]
expected: FAIL

View file

@ -0,0 +1,5 @@
[the-translate-attribute-012.html]
type: testharness
[If the translate attribute is set to a null string, javascript will detect the translation mode of text as translate-enabled.]
expected: FAIL

View file

@ -0,0 +1,3 @@
[interfaces.html]
type: testharness
expected: TIMEOUT

View file

@ -0,0 +1,3 @@
[reflection-embedded.html]
type: testharness
expected: TIMEOUT

View file

@ -0,0 +1,3 @@
[reflection-forms.html]
type: testharness
disabled: too much output

File diff suppressed because it is too large Load diff

File diff suppressed because it is too large Load diff

File diff suppressed because it is too large Load diff

File diff suppressed because it is too large Load diff

File diff suppressed because it is too large Load diff

File diff suppressed because it is too large Load diff

File diff suppressed because it is too large Load diff

View file

@ -0,0 +1,26 @@
[htmlallcollection.html]
type: testharness
[Test for HTMLAllCollection size]
expected: FAIL
[Test lookup by index using ()]
expected: FAIL
[Test lookup by index using [\]]
expected: FAIL
[Test for multiple occurence 3 <script> found]
expected: FAIL
[Test lookup IMG by name]
expected: FAIL
[Test lookup IMG by namedItem ]
expected: FAIL
[Test lookup IMG in collection using ()]
expected: FAIL
[Test lookup IMG in collection using [\]]
expected: FAIL

View file

@ -0,0 +1,44 @@
[htmlformcontrolscollection.html]
type: testharness
[The length attribute must return the number of elements in the form]
expected: FAIL
[HTMLFormControlsCollection.item(index) must return the indexed item]
expected: FAIL
[HTMLFormControlsCollection[index\] must return the indexed item]
expected: FAIL
[HTMLFormControlsCollection(name) must return the named item]
expected: FAIL
[HTMLFormControlsCollection[name\] must return the named item]
expected: FAIL
[HTMLFormControlsCollection.namedItem(name) must return the named item]
expected: FAIL
[The namedItem(name) must return an Element]
expected: FAIL
[The namedItem(name) must return RadioNodeList]
expected: FAIL
[The namedItem(name) must return null if the name is empty]
expected: FAIL
[The namedItem(name) must return null if there is no matched element]
expected: FAIL
[Controls can be indexed by id or name attribute]
expected: FAIL
[The namedItem(name) must return the items with id or name attribute]
expected: FAIL
[The HTMLFormControlsCollection interface is used for collections of listed elements in form element]
expected: FAIL
[The controls in the form element must be sorted in tree order]
expected: FAIL

View file

@ -0,0 +1,53 @@
[htmloptionscollection.html]
type: testharness
[Original length]
expected: FAIL
[Setting length to original value has no effect]
expected: FAIL
[Setting length to shorter value]
expected: FAIL
[Setting length to longer value]
expected: FAIL
[Insert <p><option>6</option></p> into <select>]
expected: FAIL
[Insert <select><option>6</option></select> into <select>]
expected: FAIL
[Insert <optgroup><option>6</option></optgroup> into <select>]
expected: FAIL
[Insert <optgroup><optgroup><option>6</option></optgroup></optgroup> into <select>]
expected: FAIL
[namedItem id attribute]
expected: FAIL
[namedItem name attribute]
expected: FAIL
[namedItem doesn\'t match anything]
expected: FAIL
[namedItem multiple IDs]
expected: FAIL
[namedItem multiple names]
expected: FAIL
[namedItem multiple name and ID]
expected: FAIL
[namedItem multiple name and ID with multiple attributes]
expected: FAIL
[namedItem id attribute multiple attributes one element]
expected: FAIL
[namedItem name attribute multiple attributes one element]
expected: FAIL

View file

@ -0,0 +1,15 @@
[radionodelist.html]
type: testharness
expected: ERROR
[The value attribute should be empty if no element is checked]
expected: FAIL
[The RadioNodeList.value must be the first checked radio button\'s value]
expected: FAIL
[Check the RadioNodeList.value on getting]
expected: FAIL
[Check the RadioNodeList.value on setting]
expected: FAIL

View file

@ -0,0 +1,5 @@
[text-plain.html]
type: testharness
[A user agent must not consider the type text/plain as having a registered plugin.]
expected: FAIL

View file

@ -0,0 +1,3 @@
[dynamic-urls.sub.xhtml]
type: testharness
expected: TIMEOUT

View file

@ -0,0 +1,3 @@
[document-base-url.html]
type: testharness
expected: TIMEOUT

View file

@ -0,0 +1,5 @@
[multiple-base.sub.html]
type: testharness
[If there are multiple <base> elements, the document base URL is the frozen base URL of the first one that has an href attribute]
expected: FAIL

View file

@ -0,0 +1,5 @@
[document-color-01.html]
type: testharness
[document: fg/bg/link/vlink/alink-color]
expected: FAIL

View file

@ -0,0 +1,17 @@
[document-color-02.html]
type: testharness
[document: fg/bg/link/vlink/alink-color 1]
expected: FAIL
[document: fg/bg/link/vlink/alink-color 2]
expected: FAIL
[document: fg/bg/link/vlink/alink-color 3]
expected: FAIL
[document: fg/bg/link/vlink/alink-color 4]
expected: FAIL
[document: fg/bg/link/vlink/alink-color 5]
expected: FAIL

View file

@ -0,0 +1,17 @@
[document-color-03.html]
type: testharness
[document: fg/bg/link/vlink/alink-color 1]
expected: FAIL
[document: fg/bg/link/vlink/alink-color 2]
expected: FAIL
[document: fg/bg/link/vlink/alink-color 3]
expected: FAIL
[document: fg/bg/link/vlink/alink-color 4]
expected: FAIL
[document: fg/bg/link/vlink/alink-color 5]
expected: FAIL

View file

@ -0,0 +1,17 @@
[document-color-04.html]
type: testharness
[document: fg/bg/link/vlink/alink-color 1]
expected: FAIL
[document: fg/bg/link/vlink/alink-color 2]
expected: FAIL
[document: fg/bg/link/vlink/alink-color 3]
expected: FAIL
[document: fg/bg/link/vlink/alink-color 4]
expected: FAIL
[document: fg/bg/link/vlink/alink-color 5]
expected: FAIL

View file

@ -0,0 +1,17 @@
[nothing.html]
type: testharness
[document.clear]
expected: FAIL
[document.captureEvents]
expected: FAIL
[document.releaseEvents]
expected: FAIL
[window.captureEvents]
expected: FAIL
[window.releaseEvents]
expected: FAIL

View file

@ -0,0 +1,17 @@
[script-IDL-event-htmlfor.html]
type: testharness
[event and htmlFor IDL attributes of HTMLScriptElement]
expected: FAIL
[event and htmlFor IDL attributes of HTMLScriptElement 1]
expected: FAIL
[event and htmlFor IDL attributes of HTMLScriptElement 2]
expected: FAIL
[event and htmlFor IDL attributes of HTMLScriptElement 3]
expected: FAIL
[event and htmlFor IDL attributes of HTMLScriptElement 4]
expected: FAIL

View file

@ -0,0 +1,15 @@
[marquee-events.html]
type: testharness
expected: TIMEOUT
[marquee_events_start]
expected: NOTRUN
[marquee_events_finish]
expected: NOTRUN
[marquee_events_bounce]
expected: NOTRUN
[marquee_events_bounce2]
expected: NOTRUN

View file

@ -0,0 +1,11 @@
[marquee-loop.html]
type: testharness
[marquee_loop_string]
expected: FAIL
[marquee_loop_less_than_1]
expected: FAIL
[marquee_loop_normal]
expected: FAIL

View file

@ -0,0 +1,11 @@
[marquee-scrollamount.html]
type: testharness
[The scrollamount is a string]
expected: FAIL
[The scrollamount is a negative]
expected: FAIL
[The scrollamount is a normal value]
expected: FAIL

View file

@ -0,0 +1,14 @@
[marquee-scrolldelay.html]
type: testharness
[The scrolldelay attribute is a string]
expected: FAIL
[The scrolldelay attribute is a negative]
expected: FAIL
[The scrolldelay attribute is less than 60]
expected: FAIL
[The scrolldelay attribute is greater than 60]
expected: FAIL

View file

@ -0,0 +1,32 @@
[disabledElement.html]
type: testharness
[The body element must be the active element if no element is focused]
expected: FAIL
[A disabled <button> should not be focusable]
expected: FAIL
[A disabled <input> should not be focusable]
expected: FAIL
[A disabled <select> should not be focusable]
expected: FAIL
[A disabled <optgroup> should not be focusable]
expected: FAIL
[A disabled <option> should not be focusable]
expected: FAIL
[A disabled <textarea> should not be focusable]
expected: FAIL
[A disabled <input[type=radio\]> should not be focusable]
expected: FAIL
[A disabled <a> should be focusable]
expected: FAIL
[A disabled <span> should be focusable]
expected: FAIL

View file

@ -0,0 +1,17 @@
[LinkStyle.html]
type: testharness
[The LinkStyle interface\'s sheet attribute must return null; the disabled attribute must be false]
expected: FAIL
[The LinkStyle interface\'s sheet attribute must return null if the corresponding element is not in a Document]
expected: FAIL
[The LinkStyle interface\'s sheet attribute must return StyleSheet object; the disabled attribute must be same as the StyleSheet\'s disabled attribute]
expected: FAIL
[The title must be the same as the value of the element\'s title content attribute]
expected: FAIL
[The media must be the same as the value of the element\'s media content attribute, or the empty string if it is omitted]
expected: FAIL

View file

@ -0,0 +1,8 @@
[base_href_empty.html]
type: testharness
[The value of the href attribute must be the document\'s address if it is empty]
expected: FAIL
[The src attribute of the img element must relative to document\'s address]
expected: FAIL

View file

@ -0,0 +1,8 @@
[base_href_specified.sub.html]
type: testharness
[The href attribute of the base element is specified]
expected: FAIL
[The src attribute of the img element must relative to the href attribute of the base element]
expected: FAIL

View file

@ -0,0 +1,8 @@
[base_href_unspecified.html]
type: testharness
[The value of the href attribute must be the document\'s address if it is unspecified]
expected: FAIL
[The src attribute of the img element must relative to document\'s address]
expected: FAIL

View file

@ -0,0 +1,6 @@
[base_multiple.html]
type: testharness
expected: ERROR
[The attributes of the a element must be affected by the first base element]
expected: NOTRUN

View file

@ -0,0 +1,5 @@
[link-rellist.html]
type: testharness
[link.relList: non-string contains]
expected: FAIL

Some files were not shown because too many files have changed in this diff Show more