| OLD | NEW |
| 1 This tests wrapper class names for JavaScript. | 1 This tests wrapper class names for JavaScript. |
| 2 | 2 |
| 3 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE
". | 3 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE
". |
| 4 | 4 |
| 5 | 5 |
| 6 PASS successfullyParsed is true | 6 PASS successfullyParsed is true |
| 7 | 7 |
| 8 TEST COMPLETE | 8 TEST COMPLETE |
| 9 Basics | 9 Basics |
| 10 | 10 |
| 11 PASS classString(document.createAttribute('x')) is "Attr" | 11 PASS classString(document.createAttribute('x')) is "Attr" |
| 12 FAIL classString(document.createAttribute('x').__proto__) should be AttrPrototyp
e. Was Object. | 12 FAIL classString(document.createAttribute('x').__proto__) should be AttrPrototyp
e. Was Attr. |
| 13 PASS classString(document.createAttribute('x').constructor) is "Function" | 13 PASS classString(document.createAttribute('x').constructor) is "Function" |
| 14 PASS document.createAttribute('x').constructor.name is "Attr" | 14 PASS document.createAttribute('x').constructor.name is "Attr" |
| 15 PASS classString(document.createComment('')) is "Comment" | 15 PASS classString(document.createComment('')) is "Comment" |
| 16 FAIL classString(document.createComment('').__proto__) should be CommentPrototyp
e. Was Object. | 16 FAIL classString(document.createComment('').__proto__) should be CommentPrototyp
e. Was Comment. |
| 17 PASS classString(document.createComment('').constructor) is "Function" | 17 PASS classString(document.createComment('').constructor) is "Function" |
| 18 PASS document.createComment('').constructor.name is "Comment" | 18 PASS document.createComment('').constructor.name is "Comment" |
| 19 PASS classString(document.createDocumentFragment()) is "DocumentFragment" | 19 PASS classString(document.createDocumentFragment()) is "DocumentFragment" |
| 20 FAIL classString(document.createDocumentFragment().__proto__) should be Document
FragmentPrototype. Was Object. | 20 FAIL classString(document.createDocumentFragment().__proto__) should be Document
FragmentPrototype. Was DocumentFragment. |
| 21 PASS classString(document.createDocumentFragment().constructor) is "Function" | 21 PASS classString(document.createDocumentFragment().constructor) is "Function" |
| 22 PASS document.createDocumentFragment().constructor.name is "DocumentFragment" | 22 PASS document.createDocumentFragment().constructor.name is "DocumentFragment" |
| 23 PASS classString(document.implementation) is "DOMImplementation" | 23 PASS classString(document.implementation) is "DOMImplementation" |
| 24 FAIL classString(document.implementation.__proto__) should be DOMImplementationP
rototype. Was Object. | 24 FAIL classString(document.implementation.__proto__) should be DOMImplementationP
rototype. Was DOMImplementation. |
| 25 PASS classString(document.implementation.constructor) is "Function" | 25 PASS classString(document.implementation.constructor) is "Function" |
| 26 PASS document.implementation.constructor.name is "DOMImplementation" | 26 PASS document.implementation.constructor.name is "DOMImplementation" |
| 27 PASS classString(root.attributes) is "NamedNodeMap" | 27 PASS classString(root.attributes) is "NamedNodeMap" |
| 28 FAIL classString(root.attributes.__proto__) should be NamedNodeMapPrototype. Was
Object. | 28 FAIL classString(root.attributes.__proto__) should be NamedNodeMapPrototype. Was
NamedNodeMap. |
| 29 PASS classString(root.attributes.constructor) is "Function" | 29 PASS classString(root.attributes.constructor) is "Function" |
| 30 PASS root.attributes.constructor.name is "NamedNodeMap" | 30 PASS root.attributes.constructor.name is "NamedNodeMap" |
| 31 PASS classString(document.createNodeIterator(root, 0, null, false)) is "NodeIter
ator" | 31 PASS classString(document.createNodeIterator(root, 0, null, false)) is "NodeIter
ator" |
| 32 FAIL classString(document.createNodeIterator(root, 0, null, false).__proto__) sh
ould be NodeIteratorPrototype. Was Object. | 32 FAIL classString(document.createNodeIterator(root, 0, null, false).__proto__) sh
ould be NodeIteratorPrototype. Was NodeIterator. |
| 33 PASS classString(document.createNodeIterator(root, 0, null, false).constructor)
is "Function" | 33 PASS classString(document.createNodeIterator(root, 0, null, false).constructor)
is "Function" |
| 34 PASS document.createNodeIterator(root, 0, null, false).constructor.name is "Node
Iterator" | 34 PASS document.createNodeIterator(root, 0, null, false).constructor.name is "Node
Iterator" |
| 35 PASS classString(document.getElementsByTagName('div')) is "HTMLCollection" | 35 PASS classString(document.getElementsByTagName('div')) is "HTMLCollection" |
| 36 FAIL classString(document.getElementsByTagName('div').__proto__) should be HTMLC
ollectionPrototype. Was Object. | 36 FAIL classString(document.getElementsByTagName('div').__proto__) should be HTMLC
ollectionPrototype. Was HTMLCollection. |
| 37 PASS classString(document.getElementsByTagName('div').constructor) is "Function" | 37 PASS classString(document.getElementsByTagName('div').constructor) is "Function" |
| 38 PASS document.getElementsByTagName('div').constructor.name is "HTMLCollection" | 38 PASS document.getElementsByTagName('div').constructor.name is "HTMLCollection" |
| 39 PASS classString(document.createRange()) is "Range" | 39 PASS classString(document.createRange()) is "Range" |
| 40 FAIL classString(document.createRange().__proto__) should be RangePrototype. Was
Object. | 40 FAIL classString(document.createRange().__proto__) should be RangePrototype. Was
Range. |
| 41 PASS classString(document.createRange().constructor) is "Function" | 41 PASS classString(document.createRange().constructor) is "Function" |
| 42 PASS document.createRange().constructor.name is "Range" | 42 PASS document.createRange().constructor.name is "Range" |
| 43 PASS classString(document.createTextNode('')) is "Text" | 43 PASS classString(document.createTextNode('')) is "Text" |
| 44 FAIL classString(document.createTextNode('').__proto__) should be TextPrototype.
Was Object. | 44 FAIL classString(document.createTextNode('').__proto__) should be TextPrototype.
Was Text. |
| 45 PASS classString(document.createTextNode('').constructor) is "Function" | 45 PASS classString(document.createTextNode('').constructor) is "Function" |
| 46 PASS document.createTextNode('').constructor.name is "Text" | 46 PASS document.createTextNode('').constructor.name is "Text" |
| 47 PASS classString(document.createTreeWalker(root, 0, null, false)) is "TreeWalker
" | 47 PASS classString(document.createTreeWalker(root, 0, null, false)) is "TreeWalker
" |
| 48 FAIL classString(document.createTreeWalker(root, 0, null, false).__proto__) shou
ld be TreeWalkerPrototype. Was Object. | 48 FAIL classString(document.createTreeWalker(root, 0, null, false).__proto__) shou
ld be TreeWalkerPrototype. Was TreeWalker. |
| 49 PASS classString(document.createTreeWalker(root, 0, null, false).constructor) is
"Function" | 49 PASS classString(document.createTreeWalker(root, 0, null, false).constructor) is
"Function" |
| 50 PASS document.createTreeWalker(root, 0, null, false).constructor.name is "TreeWa
lker" | 50 PASS document.createTreeWalker(root, 0, null, false).constructor.name is "TreeWa
lker" |
| 51 | 51 |
| 52 XML | 52 XML |
| 53 | 53 |
| 54 PASS classString(xmlDocument) is "XMLDocument" | 54 PASS classString(xmlDocument) is "XMLDocument" |
| 55 FAIL classString(xmlDocument.__proto__) should be XMLDocumentPrototype. Was Obje
ct. | 55 FAIL classString(xmlDocument.__proto__) should be XMLDocumentPrototype. Was XMLD
ocument. |
| 56 PASS classString(xmlDocument.constructor) is "Function" | 56 PASS classString(xmlDocument.constructor) is "Function" |
| 57 PASS xmlDocument.constructor.name is "XMLDocument" | 57 PASS xmlDocument.constructor.name is "XMLDocument" |
| 58 PASS classString(xmlDocument.createCDATASection('')) is "CDATASection" | 58 PASS classString(xmlDocument.createCDATASection('')) is "CDATASection" |
| 59 FAIL classString(xmlDocument.createCDATASection('').__proto__) should be CDATASe
ctionPrototype. Was Object. | 59 FAIL classString(xmlDocument.createCDATASection('').__proto__) should be CDATASe
ctionPrototype. Was CDATASection. |
| 60 PASS classString(xmlDocument.createCDATASection('').constructor) is "Function" | 60 PASS classString(xmlDocument.createCDATASection('').constructor) is "Function" |
| 61 PASS xmlDocument.createCDATASection('').constructor.name is "CDATASection" | 61 PASS xmlDocument.createCDATASection('').constructor.name is "CDATASection" |
| 62 PASS classString(xmlDocument.createElementNS('x', 'x', 'x')) is "Element" | 62 PASS classString(xmlDocument.createElementNS('x', 'x', 'x')) is "Element" |
| 63 FAIL classString(xmlDocument.createElementNS('x', 'x', 'x').__proto__) should be
ElementPrototype. Was Object. | 63 FAIL classString(xmlDocument.createElementNS('x', 'x', 'x').__proto__) should be
ElementPrototype. Was Element. |
| 64 PASS classString(xmlDocument.createElementNS('x', 'x', 'x').constructor) is "Fun
ction" | 64 PASS classString(xmlDocument.createElementNS('x', 'x', 'x').constructor) is "Fun
ction" |
| 65 PASS xmlDocument.createElementNS('x', 'x', 'x').constructor.name is "Element" | 65 PASS xmlDocument.createElementNS('x', 'x', 'x').constructor.name is "Element" |
| 66 PASS classString(xmlDocument.createProcessingInstruction('x', '')) is "Processin
gInstruction" | 66 PASS classString(xmlDocument.createProcessingInstruction('x', '')) is "Processin
gInstruction" |
| 67 FAIL classString(xmlDocument.createProcessingInstruction('x', '').__proto__) sho
uld be ProcessingInstructionPrototype. Was Object. | 67 FAIL classString(xmlDocument.createProcessingInstruction('x', '').__proto__) sho
uld be ProcessingInstructionPrototype. Was ProcessingInstruction. |
| 68 PASS classString(xmlDocument.createProcessingInstruction('x', '').constructor) i
s "Function" | 68 PASS classString(xmlDocument.createProcessingInstruction('x', '').constructor) i
s "Function" |
| 69 PASS xmlDocument.createProcessingInstruction('x', '').constructor.name is "Proce
ssingInstruction" | 69 PASS xmlDocument.createProcessingInstruction('x', '').constructor.name is "Proce
ssingInstruction" |
| 70 | 70 |
| 71 Events | 71 Events |
| 72 | 72 |
| 73 PASS classString(document.createEvent('Event')) is "Event" | 73 PASS classString(document.createEvent('Event')) is "Event" |
| 74 FAIL classString(document.createEvent('Event').__proto__) should be EventPrototy
pe. Was Object. | 74 FAIL classString(document.createEvent('Event').__proto__) should be EventPrototy
pe. Was Event. |
| 75 PASS classString(document.createEvent('Event').constructor) is "Function" | 75 PASS classString(document.createEvent('Event').constructor) is "Function" |
| 76 PASS document.createEvent('Event').constructor.name is "Event" | 76 PASS document.createEvent('Event').constructor.name is "Event" |
| 77 PASS classString(document.createEvent('KeyboardEvent')) is "KeyboardEvent" | 77 PASS classString(document.createEvent('KeyboardEvent')) is "KeyboardEvent" |
| 78 FAIL classString(document.createEvent('KeyboardEvent').__proto__) should be Keyb
oardEventPrototype. Was Object. | 78 FAIL classString(document.createEvent('KeyboardEvent').__proto__) should be Keyb
oardEventPrototype. Was KeyboardEvent. |
| 79 PASS classString(document.createEvent('KeyboardEvent').constructor) is "Function
" | 79 PASS classString(document.createEvent('KeyboardEvent').constructor) is "Function
" |
| 80 PASS document.createEvent('KeyboardEvent').constructor.name is "KeyboardEvent" | 80 PASS document.createEvent('KeyboardEvent').constructor.name is "KeyboardEvent" |
| 81 PASS classString(document.createEvent('MouseEvent')) is "MouseEvent" | 81 PASS classString(document.createEvent('MouseEvent')) is "MouseEvent" |
| 82 FAIL classString(document.createEvent('MouseEvent').__proto__) should be MouseEv
entPrototype. Was Object. | 82 FAIL classString(document.createEvent('MouseEvent').__proto__) should be MouseEv
entPrototype. Was MouseEvent. |
| 83 PASS classString(document.createEvent('MouseEvent').constructor) is "Function" | 83 PASS classString(document.createEvent('MouseEvent').constructor) is "Function" |
| 84 PASS document.createEvent('MouseEvent').constructor.name is "MouseEvent" | 84 PASS document.createEvent('MouseEvent').constructor.name is "MouseEvent" |
| 85 PASS classString(document.createEvent('MutationEvent')) is "MutationEvent" | 85 PASS classString(document.createEvent('MutationEvent')) is "MutationEvent" |
| 86 FAIL classString(document.createEvent('MutationEvent').__proto__) should be Muta
tionEventPrototype. Was Object. | 86 FAIL classString(document.createEvent('MutationEvent').__proto__) should be Muta
tionEventPrototype. Was MutationEvent. |
| 87 PASS classString(document.createEvent('MutationEvent').constructor) is "Function
" | 87 PASS classString(document.createEvent('MutationEvent').constructor) is "Function
" |
| 88 PASS document.createEvent('MutationEvent').constructor.name is "MutationEvent" | 88 PASS document.createEvent('MutationEvent').constructor.name is "MutationEvent" |
| 89 PASS classString(document.createEvent('TextEvent')) is "TextEvent" | 89 PASS classString(document.createEvent('TextEvent')) is "TextEvent" |
| 90 FAIL classString(document.createEvent('TextEvent').__proto__) should be TextEven
tPrototype. Was Object. | 90 FAIL classString(document.createEvent('TextEvent').__proto__) should be TextEven
tPrototype. Was TextEvent. |
| 91 PASS classString(document.createEvent('TextEvent').constructor) is "Function" | 91 PASS classString(document.createEvent('TextEvent').constructor) is "Function" |
| 92 PASS document.createEvent('TextEvent').constructor.name is "TextEvent" | 92 PASS document.createEvent('TextEvent').constructor.name is "TextEvent" |
| 93 PASS classString(document.createEvent('UIEvent')) is "UIEvent" | 93 PASS classString(document.createEvent('UIEvent')) is "UIEvent" |
| 94 FAIL classString(document.createEvent('UIEvent').__proto__) should be UIEventPro
totype. Was Object. | 94 FAIL classString(document.createEvent('UIEvent').__proto__) should be UIEventPro
totype. Was UIEvent. |
| 95 PASS classString(document.createEvent('UIEvent').constructor) is "Function" | 95 PASS classString(document.createEvent('UIEvent').constructor) is "Function" |
| 96 PASS document.createEvent('UIEvent').constructor.name is "UIEvent" | 96 PASS document.createEvent('UIEvent').constructor.name is "UIEvent" |
| 97 PASS classString(document.createEvent('WheelEvent')) is "WheelEvent" | 97 PASS classString(document.createEvent('WheelEvent')) is "WheelEvent" |
| 98 FAIL classString(document.createEvent('WheelEvent').__proto__) should be WheelEv
entPrototype. Was Object. | 98 FAIL classString(document.createEvent('WheelEvent').__proto__) should be WheelEv
entPrototype. Was WheelEvent. |
| 99 PASS classString(document.createEvent('WheelEvent').constructor) is "Function" | 99 PASS classString(document.createEvent('WheelEvent').constructor) is "Function" |
| 100 PASS document.createEvent('WheelEvent').constructor.name is "WheelEvent" | 100 PASS document.createEvent('WheelEvent').constructor.name is "WheelEvent" |
| 101 | 101 |
| 102 CSS DOM | 102 CSS DOM |
| 103 | 103 |
| 104 PASS classString(document.styleSheets) is "StyleSheetList" | 104 PASS classString(document.styleSheets) is "StyleSheetList" |
| 105 FAIL classString(document.styleSheets.__proto__) should be StyleSheetListPrototy
pe. Was Object. | 105 FAIL classString(document.styleSheets.__proto__) should be StyleSheetListPrototy
pe. Was StyleSheetList. |
| 106 PASS classString(document.styleSheets.constructor) is "Function" | 106 PASS classString(document.styleSheets.constructor) is "Function" |
| 107 PASS document.styleSheets.constructor.name is "StyleSheetList" | 107 PASS document.styleSheets.constructor.name is "StyleSheetList" |
| 108 PASS classString(stylesheet) is "CSSStyleSheet" | 108 PASS classString(stylesheet) is "CSSStyleSheet" |
| 109 FAIL classString(stylesheet.__proto__) should be CSSStyleSheetPrototype. Was Obj
ect. | 109 FAIL classString(stylesheet.__proto__) should be CSSStyleSheetPrototype. Was CSS
StyleSheet. |
| 110 PASS classString(stylesheet.constructor) is "Function" | 110 PASS classString(stylesheet.constructor) is "Function" |
| 111 PASS stylesheet.constructor.name is "CSSStyleSheet" | 111 PASS stylesheet.constructor.name is "CSSStyleSheet" |
| 112 PASS classString(stylesheet.cssRules) is "CSSRuleList" | 112 PASS classString(stylesheet.cssRules) is "CSSRuleList" |
| 113 FAIL classString(stylesheet.cssRules.__proto__) should be CSSRuleListPrototype.
Was Object. | 113 FAIL classString(stylesheet.cssRules.__proto__) should be CSSRuleListPrototype.
Was CSSRuleList. |
| 114 PASS classString(stylesheet.cssRules.constructor) is "Function" | 114 PASS classString(stylesheet.cssRules.constructor) is "Function" |
| 115 PASS stylesheet.cssRules.constructor.name is "CSSRuleList" | 115 PASS stylesheet.cssRules.constructor.name is "CSSRuleList" |
| 116 PASS classString(stylesheet.cssRules.item(0)) is "CSSStyleRule" | 116 PASS classString(stylesheet.cssRules.item(0)) is "CSSStyleRule" |
| 117 FAIL classString(stylesheet.cssRules.item(0).__proto__) should be CSSStyleRulePr
ototype. Was Object. | 117 FAIL classString(stylesheet.cssRules.item(0).__proto__) should be CSSStyleRulePr
ototype. Was CSSStyleRule. |
| 118 PASS classString(stylesheet.cssRules.item(0).constructor) is "Function" | 118 PASS classString(stylesheet.cssRules.item(0).constructor) is "Function" |
| 119 PASS stylesheet.cssRules.item(0).constructor.name is "CSSStyleRule" | 119 PASS stylesheet.cssRules.item(0).constructor.name is "CSSStyleRule" |
| 120 PASS classString(stylesheet.cssRules.item(0).style) is "CSSStyleDeclaration" | 120 PASS classString(stylesheet.cssRules.item(0).style) is "CSSStyleDeclaration" |
| 121 FAIL classString(stylesheet.cssRules.item(0).style.__proto__) should be CSSStyle
DeclarationPrototype. Was Object. | 121 FAIL classString(stylesheet.cssRules.item(0).style.__proto__) should be CSSStyle
DeclarationPrototype. Was CSSStyleDeclaration. |
| 122 PASS classString(stylesheet.cssRules.item(0).style.constructor) is "Function" | 122 PASS classString(stylesheet.cssRules.item(0).style.constructor) is "Function" |
| 123 PASS stylesheet.cssRules.item(0).style.constructor.name is "CSSStyleDeclaration" | 123 PASS stylesheet.cssRules.item(0).style.constructor.name is "CSSStyleDeclaration" |
| 124 PASS classString(stylesheet.media) is "MediaList" | 124 PASS classString(stylesheet.media) is "MediaList" |
| 125 FAIL classString(stylesheet.media.__proto__) should be MediaListPrototype. Was O
bject. | 125 FAIL classString(stylesheet.media.__proto__) should be MediaListPrototype. Was M
ediaList. |
| 126 PASS classString(stylesheet.media.constructor) is "Function" | 126 PASS classString(stylesheet.media.constructor) is "Function" |
| 127 PASS stylesheet.media.constructor.name is "MediaList" | 127 PASS stylesheet.media.constructor.name is "MediaList" |
| 128 | 128 |
| 129 XPath | 129 XPath |
| 130 | 130 |
| 131 PASS classString(document.createExpression('//*', document.createNSResolver(docu
ment))) is "XPathExpression" | 131 PASS classString(document.createExpression('//*', document.createNSResolver(docu
ment))) is "XPathExpression" |
| 132 FAIL classString(document.createExpression('//*', document.createNSResolver(docu
ment)).__proto__) should be XPathExpressionPrototype. Was Object. | 132 FAIL classString(document.createExpression('//*', document.createNSResolver(docu
ment)).__proto__) should be XPathExpressionPrototype. Was XPathExpression. |
| 133 PASS classString(document.createExpression('//*', document.createNSResolver(docu
ment)).constructor) is "Function" | 133 PASS classString(document.createExpression('//*', document.createNSResolver(docu
ment)).constructor) is "Function" |
| 134 PASS document.createExpression('//*', document.createNSResolver(document)).const
ructor.name is "XPathExpression" | 134 PASS document.createExpression('//*', document.createNSResolver(document)).const
ructor.name is "XPathExpression" |
| 135 PASS classString(document.evaluate('//*', document, document.createNSResolver(do
cument), 0, null)) is "XPathResult" | 135 PASS classString(document.evaluate('//*', document, document.createNSResolver(do
cument), 0, null)) is "XPathResult" |
| 136 FAIL classString(document.evaluate('//*', document, document.createNSResolver(do
cument), 0, null).__proto__) should be XPathResultPrototype. Was Object. | 136 FAIL classString(document.evaluate('//*', document, document.createNSResolver(do
cument), 0, null).__proto__) should be XPathResultPrototype. Was XPathResult. |
| 137 PASS classString(document.evaluate('//*', document, document.createNSResolver(do
cument), 0, null).constructor) is "Function" | 137 PASS classString(document.evaluate('//*', document, document.createNSResolver(do
cument), 0, null).constructor) is "Function" |
| 138 PASS document.evaluate('//*', document, document.createNSResolver(document), 0,
null).constructor.name is "XPathResult" | 138 PASS document.evaluate('//*', document, document.createNSResolver(document), 0,
null).constructor.name is "XPathResult" |
| 139 | 139 |
| 140 Other | 140 Other |
| 141 | 141 |
| 142 FAIL classString(window) should be Window. Was global. | 142 PASS classString(window) is "Window" |
| 143 FAIL classString(window.__proto__) should be WindowPrototype. Was Object. | 143 FAIL classString(window.__proto__) should be WindowPrototype. Was Window. |
| 144 PASS classString(window.constructor) is "Function" | 144 PASS classString(window.constructor) is "Function" |
| 145 PASS window.constructor.name is "Window" | 145 PASS window.constructor.name is "Window" |
| 146 | 146 |
| 147 HTML DOM | 147 HTML DOM |
| 148 | 148 |
| 149 PASS classString(root.children) is "HTMLCollection" | 149 PASS classString(root.children) is "HTMLCollection" |
| 150 FAIL classString(root.children.__proto__) should be HTMLCollectionPrototype. Was
Object. | 150 FAIL classString(root.children.__proto__) should be HTMLCollectionPrototype. Was
HTMLCollection. |
| 151 PASS classString(root.children.constructor) is "Function" | 151 PASS classString(root.children.constructor) is "Function" |
| 152 PASS root.children.constructor.name is "HTMLCollection" | 152 PASS root.children.constructor.name is "HTMLCollection" |
| 153 PASS classString(document) is "HTMLDocument" | 153 PASS classString(document) is "HTMLDocument" |
| 154 FAIL classString(document.__proto__) should be HTMLDocumentPrototype. Was Object
. | 154 FAIL classString(document.__proto__) should be HTMLDocumentPrototype. Was HTMLDo
cument. |
| 155 PASS classString(document.constructor) is "Function" | 155 PASS classString(document.constructor) is "Function" |
| 156 PASS document.constructor.name is "HTMLDocument" | 156 PASS document.constructor.name is "HTMLDocument" |
| 157 PASS classString(document.createElement('select').options) is "HTMLOptionsCollec
tion" | 157 PASS classString(document.createElement('select').options) is "HTMLOptionsCollec
tion" |
| 158 FAIL classString(document.createElement('select').options.__proto__) should be H
TMLOptionsCollectionPrototype. Was Object. | 158 FAIL classString(document.createElement('select').options.__proto__) should be H
TMLOptionsCollectionPrototype. Was HTMLOptionsCollection. |
| 159 PASS classString(document.createElement('select').options.constructor) is "Funct
ion" | 159 PASS classString(document.createElement('select').options.constructor) is "Funct
ion" |
| 160 PASS document.createElement('select').options.constructor.name is "HTMLOptionsCo
llection" | 160 PASS document.createElement('select').options.constructor.name is "HTMLOptionsCo
llection" |
| 161 | 161 |
| 162 HTML Elements | 162 HTML Elements |
| 163 | 163 |
| 164 PASS tagClassString('a') is "HTMLAnchorElement" | 164 PASS tagClassString('a') is "HTMLAnchorElement" |
| 165 FAIL tagPrototypeClassString('a') should be HTMLAnchorElementPrototype. Was Obje
ct. | 165 FAIL tagPrototypeClassString('a') should be HTMLAnchorElementPrototype. Was HTML
AnchorElement. |
| 166 PASS tagConstructorClassString('a') is "Function" | 166 PASS tagConstructorClassString('a') is "Function" |
| 167 PASS tagConstructorName('a') is "HTMLAnchorElement" | 167 PASS tagConstructorName('a') is "HTMLAnchorElement" |
| 168 PASS tagClassString('abbr') is "HTMLElement" | 168 PASS tagClassString('abbr') is "HTMLElement" |
| 169 FAIL tagPrototypeClassString('abbr') should be HTMLElementPrototype. Was Object. | 169 FAIL tagPrototypeClassString('abbr') should be HTMLElementPrototype. Was HTMLEle
ment. |
| 170 PASS tagConstructorClassString('abbr') is "Function" | 170 PASS tagConstructorClassString('abbr') is "Function" |
| 171 PASS tagConstructorName('abbr') is "HTMLElement" | 171 PASS tagConstructorName('abbr') is "HTMLElement" |
| 172 PASS tagClassString('acronym') is "HTMLElement" | 172 PASS tagClassString('acronym') is "HTMLElement" |
| 173 FAIL tagPrototypeClassString('acronym') should be HTMLElementPrototype. Was Obje
ct. | 173 FAIL tagPrototypeClassString('acronym') should be HTMLElementPrototype. Was HTML
Element. |
| 174 PASS tagConstructorClassString('acronym') is "Function" | 174 PASS tagConstructorClassString('acronym') is "Function" |
| 175 PASS tagConstructorName('acronym') is "HTMLElement" | 175 PASS tagConstructorName('acronym') is "HTMLElement" |
| 176 PASS tagClassString('address') is "HTMLElement" | 176 PASS tagClassString('address') is "HTMLElement" |
| 177 FAIL tagPrototypeClassString('address') should be HTMLElementPrototype. Was Obje
ct. | 177 FAIL tagPrototypeClassString('address') should be HTMLElementPrototype. Was HTML
Element. |
| 178 PASS tagConstructorClassString('address') is "Function" | 178 PASS tagConstructorClassString('address') is "Function" |
| 179 PASS tagConstructorName('address') is "HTMLElement" | 179 PASS tagConstructorName('address') is "HTMLElement" |
| 180 PASS tagClassString('area') is "HTMLAreaElement" | 180 PASS tagClassString('area') is "HTMLAreaElement" |
| 181 FAIL tagPrototypeClassString('area') should be HTMLAreaElementPrototype. Was Obj
ect. | 181 FAIL tagPrototypeClassString('area') should be HTMLAreaElementPrototype. Was HTM
LAreaElement. |
| 182 PASS tagConstructorClassString('area') is "Function" | 182 PASS tagConstructorClassString('area') is "Function" |
| 183 PASS tagConstructorName('area') is "HTMLAreaElement" | 183 PASS tagConstructorName('area') is "HTMLAreaElement" |
| 184 PASS tagClassString('article') is "HTMLElement" | 184 PASS tagClassString('article') is "HTMLElement" |
| 185 FAIL tagPrototypeClassString('article') should be HTMLElementPrototype. Was Obje
ct. | 185 FAIL tagPrototypeClassString('article') should be HTMLElementPrototype. Was HTML
Element. |
| 186 PASS tagConstructorClassString('article') is "Function" | 186 PASS tagConstructorClassString('article') is "Function" |
| 187 PASS tagConstructorName('article') is "HTMLElement" | 187 PASS tagConstructorName('article') is "HTMLElement" |
| 188 PASS tagClassString('aside') is "HTMLElement" | 188 PASS tagClassString('aside') is "HTMLElement" |
| 189 FAIL tagPrototypeClassString('aside') should be HTMLElementPrototype. Was Object
. | 189 FAIL tagPrototypeClassString('aside') should be HTMLElementPrototype. Was HTMLEl
ement. |
| 190 PASS tagConstructorClassString('aside') is "Function" | 190 PASS tagConstructorClassString('aside') is "Function" |
| 191 PASS tagConstructorName('aside') is "HTMLElement" | 191 PASS tagConstructorName('aside') is "HTMLElement" |
| 192 PASS tagClassString('b') is "HTMLElement" | 192 PASS tagClassString('b') is "HTMLElement" |
| 193 FAIL tagPrototypeClassString('b') should be HTMLElementPrototype. Was Object. | 193 FAIL tagPrototypeClassString('b') should be HTMLElementPrototype. Was HTMLElemen
t. |
| 194 PASS tagConstructorClassString('b') is "Function" | 194 PASS tagConstructorClassString('b') is "Function" |
| 195 PASS tagConstructorName('b') is "HTMLElement" | 195 PASS tagConstructorName('b') is "HTMLElement" |
| 196 PASS tagClassString('base') is "HTMLBaseElement" | 196 PASS tagClassString('base') is "HTMLBaseElement" |
| 197 FAIL tagPrototypeClassString('base') should be HTMLBaseElementPrototype. Was Obj
ect. | 197 FAIL tagPrototypeClassString('base') should be HTMLBaseElementPrototype. Was HTM
LBaseElement. |
| 198 PASS tagConstructorClassString('base') is "Function" | 198 PASS tagConstructorClassString('base') is "Function" |
| 199 PASS tagConstructorName('base') is "HTMLBaseElement" | 199 PASS tagConstructorName('base') is "HTMLBaseElement" |
| 200 PASS tagClassString('basefont') is "HTMLElement" | 200 PASS tagClassString('basefont') is "HTMLElement" |
| 201 FAIL tagPrototypeClassString('basefont') should be HTMLElementPrototype. Was Obj
ect. | 201 FAIL tagPrototypeClassString('basefont') should be HTMLElementPrototype. Was HTM
LElement. |
| 202 PASS tagConstructorClassString('basefont') is "Function" | 202 PASS tagConstructorClassString('basefont') is "Function" |
| 203 PASS tagConstructorName('basefont') is "HTMLElement" | 203 PASS tagConstructorName('basefont') is "HTMLElement" |
| 204 PASS tagClassString('bdo') is "HTMLElement" | 204 PASS tagClassString('bdo') is "HTMLElement" |
| 205 FAIL tagPrototypeClassString('bdo') should be HTMLElementPrototype. Was Object. | 205 FAIL tagPrototypeClassString('bdo') should be HTMLElementPrototype. Was HTMLElem
ent. |
| 206 PASS tagConstructorClassString('bdo') is "Function" | 206 PASS tagConstructorClassString('bdo') is "Function" |
| 207 PASS tagConstructorName('bdo') is "HTMLElement" | 207 PASS tagConstructorName('bdo') is "HTMLElement" |
| 208 PASS tagClassString('bgsound') is "HTMLUnknownElement" | 208 PASS tagClassString('bgsound') is "HTMLUnknownElement" |
| 209 FAIL tagPrototypeClassString('bgsound') should be HTMLUnknownElementPrototype. W
as Object. | 209 FAIL tagPrototypeClassString('bgsound') should be HTMLUnknownElementPrototype. W
as HTMLUnknownElement. |
| 210 PASS tagConstructorClassString('bgsound') is "Function" | 210 PASS tagConstructorClassString('bgsound') is "Function" |
| 211 PASS tagConstructorName('bgsound') is "HTMLUnknownElement" | 211 PASS tagConstructorName('bgsound') is "HTMLUnknownElement" |
| 212 PASS tagClassString('big') is "HTMLElement" | 212 PASS tagClassString('big') is "HTMLElement" |
| 213 FAIL tagPrototypeClassString('big') should be HTMLElementPrototype. Was Object. | 213 FAIL tagPrototypeClassString('big') should be HTMLElementPrototype. Was HTMLElem
ent. |
| 214 PASS tagConstructorClassString('big') is "Function" | 214 PASS tagConstructorClassString('big') is "Function" |
| 215 PASS tagConstructorName('big') is "HTMLElement" | 215 PASS tagConstructorName('big') is "HTMLElement" |
| 216 PASS tagClassString('blockquote') is "HTMLQuoteElement" | 216 PASS tagClassString('blockquote') is "HTMLQuoteElement" |
| 217 FAIL tagPrototypeClassString('blockquote') should be HTMLQuoteElementPrototype.
Was Object. | 217 FAIL tagPrototypeClassString('blockquote') should be HTMLQuoteElementPrototype.
Was HTMLQuoteElement. |
| 218 PASS tagConstructorClassString('blockquote') is "Function" | 218 PASS tagConstructorClassString('blockquote') is "Function" |
| 219 PASS tagConstructorName('blockquote') is "HTMLQuoteElement" | 219 PASS tagConstructorName('blockquote') is "HTMLQuoteElement" |
| 220 PASS tagClassString('body') is "HTMLBodyElement" | 220 PASS tagClassString('body') is "HTMLBodyElement" |
| 221 FAIL tagPrototypeClassString('body') should be HTMLBodyElementPrototype. Was Obj
ect. | 221 FAIL tagPrototypeClassString('body') should be HTMLBodyElementPrototype. Was HTM
LBodyElement. |
| 222 PASS tagConstructorClassString('body') is "Function" | 222 PASS tagConstructorClassString('body') is "Function" |
| 223 PASS tagConstructorName('body') is "HTMLBodyElement" | 223 PASS tagConstructorName('body') is "HTMLBodyElement" |
| 224 PASS tagClassString('br') is "HTMLBRElement" | 224 PASS tagClassString('br') is "HTMLBRElement" |
| 225 FAIL tagPrototypeClassString('br') should be HTMLBRElementPrototype. Was Object. | 225 FAIL tagPrototypeClassString('br') should be HTMLBRElementPrototype. Was HTMLBRE
lement. |
| 226 PASS tagConstructorClassString('br') is "Function" | 226 PASS tagConstructorClassString('br') is "Function" |
| 227 PASS tagConstructorName('br') is "HTMLBRElement" | 227 PASS tagConstructorName('br') is "HTMLBRElement" |
| 228 PASS tagClassString('button') is "HTMLButtonElement" | 228 PASS tagClassString('button') is "HTMLButtonElement" |
| 229 FAIL tagPrototypeClassString('button') should be HTMLButtonElementPrototype. Was
Object. | 229 FAIL tagPrototypeClassString('button') should be HTMLButtonElementPrototype. Was
HTMLButtonElement. |
| 230 PASS tagConstructorClassString('button') is "Function" | 230 PASS tagConstructorClassString('button') is "Function" |
| 231 PASS tagConstructorName('button') is "HTMLButtonElement" | 231 PASS tagConstructorName('button') is "HTMLButtonElement" |
| 232 PASS tagClassString('canvas') is "HTMLCanvasElement" | 232 PASS tagClassString('canvas') is "HTMLCanvasElement" |
| 233 FAIL tagPrototypeClassString('canvas') should be HTMLCanvasElementPrototype. Was
Object. | 233 FAIL tagPrototypeClassString('canvas') should be HTMLCanvasElementPrototype. Was
HTMLCanvasElement. |
| 234 PASS tagConstructorClassString('canvas') is "Function" | 234 PASS tagConstructorClassString('canvas') is "Function" |
| 235 PASS tagConstructorName('canvas') is "HTMLCanvasElement" | 235 PASS tagConstructorName('canvas') is "HTMLCanvasElement" |
| 236 PASS tagClassString('caption') is "HTMLTableCaptionElement" | 236 PASS tagClassString('caption') is "HTMLTableCaptionElement" |
| 237 FAIL tagPrototypeClassString('caption') should be HTMLTableCaptionElementPrototy
pe. Was Object. | 237 FAIL tagPrototypeClassString('caption') should be HTMLTableCaptionElementPrototy
pe. Was HTMLTableCaptionElement. |
| 238 PASS tagConstructorClassString('caption') is "Function" | 238 PASS tagConstructorClassString('caption') is "Function" |
| 239 PASS tagConstructorName('caption') is "HTMLTableCaptionElement" | 239 PASS tagConstructorName('caption') is "HTMLTableCaptionElement" |
| 240 PASS tagClassString('center') is "HTMLElement" | 240 PASS tagClassString('center') is "HTMLElement" |
| 241 FAIL tagPrototypeClassString('center') should be HTMLElementPrototype. Was Objec
t. | 241 FAIL tagPrototypeClassString('center') should be HTMLElementPrototype. Was HTMLE
lement. |
| 242 PASS tagConstructorClassString('center') is "Function" | 242 PASS tagConstructorClassString('center') is "Function" |
| 243 PASS tagConstructorName('center') is "HTMLElement" | 243 PASS tagConstructorName('center') is "HTMLElement" |
| 244 PASS tagClassString('cite') is "HTMLElement" | 244 PASS tagClassString('cite') is "HTMLElement" |
| 245 FAIL tagPrototypeClassString('cite') should be HTMLElementPrototype. Was Object. | 245 FAIL tagPrototypeClassString('cite') should be HTMLElementPrototype. Was HTMLEle
ment. |
| 246 PASS tagConstructorClassString('cite') is "Function" | 246 PASS tagConstructorClassString('cite') is "Function" |
| 247 PASS tagConstructorName('cite') is "HTMLElement" | 247 PASS tagConstructorName('cite') is "HTMLElement" |
| 248 PASS tagClassString('code') is "HTMLElement" | 248 PASS tagClassString('code') is "HTMLElement" |
| 249 FAIL tagPrototypeClassString('code') should be HTMLElementPrototype. Was Object. | 249 FAIL tagPrototypeClassString('code') should be HTMLElementPrototype. Was HTMLEle
ment. |
| 250 PASS tagConstructorClassString('code') is "Function" | 250 PASS tagConstructorClassString('code') is "Function" |
| 251 PASS tagConstructorName('code') is "HTMLElement" | 251 PASS tagConstructorName('code') is "HTMLElement" |
| 252 PASS tagClassString('col') is "HTMLTableColElement" | 252 PASS tagClassString('col') is "HTMLTableColElement" |
| 253 FAIL tagPrototypeClassString('col') should be HTMLTableColElementPrototype. Was
Object. | 253 FAIL tagPrototypeClassString('col') should be HTMLTableColElementPrototype. Was
HTMLTableColElement. |
| 254 PASS tagConstructorClassString('col') is "Function" | 254 PASS tagConstructorClassString('col') is "Function" |
| 255 PASS tagConstructorName('col') is "HTMLTableColElement" | 255 PASS tagConstructorName('col') is "HTMLTableColElement" |
| 256 PASS tagClassString('colgroup') is "HTMLTableColElement" | 256 PASS tagClassString('colgroup') is "HTMLTableColElement" |
| 257 FAIL tagPrototypeClassString('colgroup') should be HTMLTableColElementPrototype.
Was Object. | 257 FAIL tagPrototypeClassString('colgroup') should be HTMLTableColElementPrototype.
Was HTMLTableColElement. |
| 258 PASS tagConstructorClassString('colgroup') is "Function" | 258 PASS tagConstructorClassString('colgroup') is "Function" |
| 259 PASS tagConstructorName('colgroup') is "HTMLTableColElement" | 259 PASS tagConstructorName('colgroup') is "HTMLTableColElement" |
| 260 PASS tagClassString('dd') is "HTMLElement" | 260 PASS tagClassString('dd') is "HTMLElement" |
| 261 FAIL tagPrototypeClassString('dd') should be HTMLElementPrototype. Was Object. | 261 FAIL tagPrototypeClassString('dd') should be HTMLElementPrototype. Was HTMLEleme
nt. |
| 262 PASS tagConstructorClassString('dd') is "Function" | 262 PASS tagConstructorClassString('dd') is "Function" |
| 263 PASS tagConstructorName('dd') is "HTMLElement" | 263 PASS tagConstructorName('dd') is "HTMLElement" |
| 264 PASS tagClassString('del') is "HTMLModElement" | 264 PASS tagClassString('del') is "HTMLModElement" |
| 265 FAIL tagPrototypeClassString('del') should be HTMLModElementPrototype. Was Objec
t. | 265 FAIL tagPrototypeClassString('del') should be HTMLModElementPrototype. Was HTMLM
odElement. |
| 266 PASS tagConstructorClassString('del') is "Function" | 266 PASS tagConstructorClassString('del') is "Function" |
| 267 PASS tagConstructorName('del') is "HTMLModElement" | 267 PASS tagConstructorName('del') is "HTMLModElement" |
| 268 PASS tagClassString('dfn') is "HTMLElement" | 268 PASS tagClassString('dfn') is "HTMLElement" |
| 269 FAIL tagPrototypeClassString('dfn') should be HTMLElementPrototype. Was Object. | 269 FAIL tagPrototypeClassString('dfn') should be HTMLElementPrototype. Was HTMLElem
ent. |
| 270 PASS tagConstructorClassString('dfn') is "Function" | 270 PASS tagConstructorClassString('dfn') is "Function" |
| 271 PASS tagConstructorName('dfn') is "HTMLElement" | 271 PASS tagConstructorName('dfn') is "HTMLElement" |
| 272 PASS tagClassString('dir') is "HTMLDirectoryElement" | 272 PASS tagClassString('dir') is "HTMLDirectoryElement" |
| 273 FAIL tagPrototypeClassString('dir') should be HTMLDirectoryElementPrototype. Was
Object. | 273 FAIL tagPrototypeClassString('dir') should be HTMLDirectoryElementPrototype. Was
HTMLDirectoryElement. |
| 274 PASS tagConstructorClassString('dir') is "Function" | 274 PASS tagConstructorClassString('dir') is "Function" |
| 275 PASS tagConstructorName('dir') is "HTMLDirectoryElement" | 275 PASS tagConstructorName('dir') is "HTMLDirectoryElement" |
| 276 PASS tagClassString('div') is "HTMLDivElement" | 276 PASS tagClassString('div') is "HTMLDivElement" |
| 277 FAIL tagPrototypeClassString('div') should be HTMLDivElementPrototype. Was Objec
t. | 277 FAIL tagPrototypeClassString('div') should be HTMLDivElementPrototype. Was HTMLD
ivElement. |
| 278 PASS tagConstructorClassString('div') is "Function" | 278 PASS tagConstructorClassString('div') is "Function" |
| 279 PASS tagConstructorName('div') is "HTMLDivElement" | 279 PASS tagConstructorName('div') is "HTMLDivElement" |
| 280 PASS tagClassString('dl') is "HTMLDListElement" | 280 PASS tagClassString('dl') is "HTMLDListElement" |
| 281 FAIL tagPrototypeClassString('dl') should be HTMLDListElementPrototype. Was Obje
ct. | 281 FAIL tagPrototypeClassString('dl') should be HTMLDListElementPrototype. Was HTML
DListElement. |
| 282 PASS tagConstructorClassString('dl') is "Function" | 282 PASS tagConstructorClassString('dl') is "Function" |
| 283 PASS tagConstructorName('dl') is "HTMLDListElement" | 283 PASS tagConstructorName('dl') is "HTMLDListElement" |
| 284 PASS tagClassString('dt') is "HTMLElement" | 284 PASS tagClassString('dt') is "HTMLElement" |
| 285 FAIL tagPrototypeClassString('dt') should be HTMLElementPrototype. Was Object. | 285 FAIL tagPrototypeClassString('dt') should be HTMLElementPrototype. Was HTMLEleme
nt. |
| 286 PASS tagConstructorClassString('dt') is "Function" | 286 PASS tagConstructorClassString('dt') is "Function" |
| 287 PASS tagConstructorName('dt') is "HTMLElement" | 287 PASS tagConstructorName('dt') is "HTMLElement" |
| 288 PASS tagClassString('em') is "HTMLElement" | 288 PASS tagClassString('em') is "HTMLElement" |
| 289 FAIL tagPrototypeClassString('em') should be HTMLElementPrototype. Was Object. | 289 FAIL tagPrototypeClassString('em') should be HTMLElementPrototype. Was HTMLEleme
nt. |
| 290 PASS tagConstructorClassString('em') is "Function" | 290 PASS tagConstructorClassString('em') is "Function" |
| 291 PASS tagConstructorName('em') is "HTMLElement" | 291 PASS tagConstructorName('em') is "HTMLElement" |
| 292 PASS tagClassString('embed') is "HTMLEmbedElement" | 292 PASS tagClassString('embed') is "HTMLEmbedElement" |
| 293 FAIL tagPrototypeClassString('embed') should be HTMLEmbedElementPrototype. Was O
bject. | 293 FAIL tagPrototypeClassString('embed') should be HTMLEmbedElementPrototype. Was H
TMLEmbedElement. |
| 294 PASS tagConstructorClassString('embed') is "Function" | 294 PASS tagConstructorClassString('embed') is "Function" |
| 295 PASS tagConstructorName('embed') is "HTMLEmbedElement" | 295 PASS tagConstructorName('embed') is "HTMLEmbedElement" |
| 296 PASS tagClassString('fieldset') is "HTMLFieldSetElement" | 296 PASS tagClassString('fieldset') is "HTMLFieldSetElement" |
| 297 FAIL tagPrototypeClassString('fieldset') should be HTMLFieldSetElementPrototype.
Was Object. | 297 FAIL tagPrototypeClassString('fieldset') should be HTMLFieldSetElementPrototype.
Was HTMLFieldSetElement. |
| 298 PASS tagConstructorClassString('fieldset') is "Function" | 298 PASS tagConstructorClassString('fieldset') is "Function" |
| 299 PASS tagConstructorName('fieldset') is "HTMLFieldSetElement" | 299 PASS tagConstructorName('fieldset') is "HTMLFieldSetElement" |
| 300 PASS tagClassString('font') is "HTMLFontElement" | 300 PASS tagClassString('font') is "HTMLFontElement" |
| 301 FAIL tagPrototypeClassString('font') should be HTMLFontElementPrototype. Was Obj
ect. | 301 FAIL tagPrototypeClassString('font') should be HTMLFontElementPrototype. Was HTM
LFontElement. |
| 302 PASS tagConstructorClassString('font') is "Function" | 302 PASS tagConstructorClassString('font') is "Function" |
| 303 PASS tagConstructorName('font') is "HTMLFontElement" | 303 PASS tagConstructorName('font') is "HTMLFontElement" |
| 304 PASS tagClassString('footer') is "HTMLElement" | 304 PASS tagClassString('footer') is "HTMLElement" |
| 305 FAIL tagPrototypeClassString('footer') should be HTMLElementPrototype. Was Objec
t. | 305 FAIL tagPrototypeClassString('footer') should be HTMLElementPrototype. Was HTMLE
lement. |
| 306 PASS tagConstructorClassString('footer') is "Function" | 306 PASS tagConstructorClassString('footer') is "Function" |
| 307 PASS tagConstructorName('footer') is "HTMLElement" | 307 PASS tagConstructorName('footer') is "HTMLElement" |
| 308 PASS tagClassString('form') is "HTMLFormElement" | 308 PASS tagClassString('form') is "HTMLFormElement" |
| 309 FAIL tagPrototypeClassString('form') should be HTMLFormElementPrototype. Was Obj
ect. | 309 FAIL tagPrototypeClassString('form') should be HTMLFormElementPrototype. Was HTM
LFormElement. |
| 310 PASS tagConstructorClassString('form') is "Function" | 310 PASS tagConstructorClassString('form') is "Function" |
| 311 PASS tagConstructorName('form') is "HTMLFormElement" | 311 PASS tagConstructorName('form') is "HTMLFormElement" |
| 312 PASS tagClassString('frame') is "HTMLFrameElement" | 312 PASS tagClassString('frame') is "HTMLFrameElement" |
| 313 FAIL tagPrototypeClassString('frame') should be HTMLFrameElementPrototype. Was O
bject. | 313 FAIL tagPrototypeClassString('frame') should be HTMLFrameElementPrototype. Was H
TMLFrameElement. |
| 314 PASS tagConstructorClassString('frame') is "Function" | 314 PASS tagConstructorClassString('frame') is "Function" |
| 315 PASS tagConstructorName('frame') is "HTMLFrameElement" | 315 PASS tagConstructorName('frame') is "HTMLFrameElement" |
| 316 PASS tagClassString('frameset') is "HTMLFrameSetElement" | 316 PASS tagClassString('frameset') is "HTMLFrameSetElement" |
| 317 FAIL tagPrototypeClassString('frameset') should be HTMLFrameSetElementPrototype.
Was Object. | 317 FAIL tagPrototypeClassString('frameset') should be HTMLFrameSetElementPrototype.
Was HTMLFrameSetElement. |
| 318 PASS tagConstructorClassString('frameset') is "Function" | 318 PASS tagConstructorClassString('frameset') is "Function" |
| 319 PASS tagConstructorName('frameset') is "HTMLFrameSetElement" | 319 PASS tagConstructorName('frameset') is "HTMLFrameSetElement" |
| 320 PASS tagClassString('head') is "HTMLHeadElement" | 320 PASS tagClassString('head') is "HTMLHeadElement" |
| 321 FAIL tagPrototypeClassString('head') should be HTMLHeadElementPrototype. Was Obj
ect. | 321 FAIL tagPrototypeClassString('head') should be HTMLHeadElementPrototype. Was HTM
LHeadElement. |
| 322 PASS tagConstructorClassString('head') is "Function" | 322 PASS tagConstructorClassString('head') is "Function" |
| 323 PASS tagConstructorName('head') is "HTMLHeadElement" | 323 PASS tagConstructorName('head') is "HTMLHeadElement" |
| 324 PASS tagClassString('h1') is "HTMLHeadingElement" | 324 PASS tagClassString('h1') is "HTMLHeadingElement" |
| 325 FAIL tagPrototypeClassString('h1') should be HTMLHeadingElementPrototype. Was Ob
ject. | 325 FAIL tagPrototypeClassString('h1') should be HTMLHeadingElementPrototype. Was HT
MLHeadingElement. |
| 326 PASS tagConstructorClassString('h1') is "Function" | 326 PASS tagConstructorClassString('h1') is "Function" |
| 327 PASS tagConstructorName('h1') is "HTMLHeadingElement" | 327 PASS tagConstructorName('h1') is "HTMLHeadingElement" |
| 328 PASS tagClassString('h2') is "HTMLHeadingElement" | 328 PASS tagClassString('h2') is "HTMLHeadingElement" |
| 329 FAIL tagPrototypeClassString('h2') should be HTMLHeadingElementPrototype. Was Ob
ject. | 329 FAIL tagPrototypeClassString('h2') should be HTMLHeadingElementPrototype. Was HT
MLHeadingElement. |
| 330 PASS tagConstructorClassString('h2') is "Function" | 330 PASS tagConstructorClassString('h2') is "Function" |
| 331 PASS tagConstructorName('h2') is "HTMLHeadingElement" | 331 PASS tagConstructorName('h2') is "HTMLHeadingElement" |
| 332 PASS tagClassString('h3') is "HTMLHeadingElement" | 332 PASS tagClassString('h3') is "HTMLHeadingElement" |
| 333 FAIL tagPrototypeClassString('h3') should be HTMLHeadingElementPrototype. Was Ob
ject. | 333 FAIL tagPrototypeClassString('h3') should be HTMLHeadingElementPrototype. Was HT
MLHeadingElement. |
| 334 PASS tagConstructorClassString('h3') is "Function" | 334 PASS tagConstructorClassString('h3') is "Function" |
| 335 PASS tagConstructorName('h3') is "HTMLHeadingElement" | 335 PASS tagConstructorName('h3') is "HTMLHeadingElement" |
| 336 PASS tagClassString('h4') is "HTMLHeadingElement" | 336 PASS tagClassString('h4') is "HTMLHeadingElement" |
| 337 FAIL tagPrototypeClassString('h4') should be HTMLHeadingElementPrototype. Was Ob
ject. | 337 FAIL tagPrototypeClassString('h4') should be HTMLHeadingElementPrototype. Was HT
MLHeadingElement. |
| 338 PASS tagConstructorClassString('h4') is "Function" | 338 PASS tagConstructorClassString('h4') is "Function" |
| 339 PASS tagConstructorName('h4') is "HTMLHeadingElement" | 339 PASS tagConstructorName('h4') is "HTMLHeadingElement" |
| 340 PASS tagClassString('h5') is "HTMLHeadingElement" | 340 PASS tagClassString('h5') is "HTMLHeadingElement" |
| 341 FAIL tagPrototypeClassString('h5') should be HTMLHeadingElementPrototype. Was Ob
ject. | 341 FAIL tagPrototypeClassString('h5') should be HTMLHeadingElementPrototype. Was HT
MLHeadingElement. |
| 342 PASS tagConstructorClassString('h5') is "Function" | 342 PASS tagConstructorClassString('h5') is "Function" |
| 343 PASS tagConstructorName('h5') is "HTMLHeadingElement" | 343 PASS tagConstructorName('h5') is "HTMLHeadingElement" |
| 344 PASS tagClassString('h6') is "HTMLHeadingElement" | 344 PASS tagClassString('h6') is "HTMLHeadingElement" |
| 345 FAIL tagPrototypeClassString('h6') should be HTMLHeadingElementPrototype. Was Ob
ject. | 345 FAIL tagPrototypeClassString('h6') should be HTMLHeadingElementPrototype. Was HT
MLHeadingElement. |
| 346 PASS tagConstructorClassString('h6') is "Function" | 346 PASS tagConstructorClassString('h6') is "Function" |
| 347 PASS tagConstructorName('h6') is "HTMLHeadingElement" | 347 PASS tagConstructorName('h6') is "HTMLHeadingElement" |
| 348 PASS tagClassString('head') is "HTMLHeadElement" | 348 PASS tagClassString('head') is "HTMLHeadElement" |
| 349 FAIL tagPrototypeClassString('head') should be HTMLHeadElementPrototype. Was Obj
ect. | 349 FAIL tagPrototypeClassString('head') should be HTMLHeadElementPrototype. Was HTM
LHeadElement. |
| 350 PASS tagConstructorClassString('head') is "Function" | 350 PASS tagConstructorClassString('head') is "Function" |
| 351 PASS tagConstructorName('head') is "HTMLHeadElement" | 351 PASS tagConstructorName('head') is "HTMLHeadElement" |
| 352 PASS tagClassString('header') is "HTMLElement" | 352 PASS tagClassString('header') is "HTMLElement" |
| 353 FAIL tagPrototypeClassString('header') should be HTMLElementPrototype. Was Objec
t. | 353 FAIL tagPrototypeClassString('header') should be HTMLElementPrototype. Was HTMLE
lement. |
| 354 PASS tagConstructorClassString('header') is "Function" | 354 PASS tagConstructorClassString('header') is "Function" |
| 355 PASS tagConstructorName('header') is "HTMLElement" | 355 PASS tagConstructorName('header') is "HTMLElement" |
| 356 PASS tagClassString('hgroup') is "HTMLElement" | 356 PASS tagClassString('hgroup') is "HTMLElement" |
| 357 FAIL tagPrototypeClassString('hgroup') should be HTMLElementPrototype. Was Objec
t. | 357 FAIL tagPrototypeClassString('hgroup') should be HTMLElementPrototype. Was HTMLE
lement. |
| 358 PASS tagConstructorClassString('hgroup') is "Function" | 358 PASS tagConstructorClassString('hgroup') is "Function" |
| 359 PASS tagConstructorName('hgroup') is "HTMLElement" | 359 PASS tagConstructorName('hgroup') is "HTMLElement" |
| 360 PASS tagClassString('hr') is "HTMLHRElement" | 360 PASS tagClassString('hr') is "HTMLHRElement" |
| 361 FAIL tagPrototypeClassString('hr') should be HTMLHRElementPrototype. Was Object. | 361 FAIL tagPrototypeClassString('hr') should be HTMLHRElementPrototype. Was HTMLHRE
lement. |
| 362 PASS tagConstructorClassString('hr') is "Function" | 362 PASS tagConstructorClassString('hr') is "Function" |
| 363 PASS tagConstructorName('hr') is "HTMLHRElement" | 363 PASS tagConstructorName('hr') is "HTMLHRElement" |
| 364 PASS tagClassString('html') is "HTMLHtmlElement" | 364 PASS tagClassString('html') is "HTMLHtmlElement" |
| 365 FAIL tagPrototypeClassString('html') should be HTMLHtmlElementPrototype. Was Obj
ect. | 365 FAIL tagPrototypeClassString('html') should be HTMLHtmlElementPrototype. Was HTM
LHtmlElement. |
| 366 PASS tagConstructorClassString('html') is "Function" | 366 PASS tagConstructorClassString('html') is "Function" |
| 367 PASS tagConstructorName('html') is "HTMLHtmlElement" | 367 PASS tagConstructorName('html') is "HTMLHtmlElement" |
| 368 PASS tagClassString('i') is "HTMLElement" | 368 PASS tagClassString('i') is "HTMLElement" |
| 369 FAIL tagPrototypeClassString('i') should be HTMLElementPrototype. Was Object. | 369 FAIL tagPrototypeClassString('i') should be HTMLElementPrototype. Was HTMLElemen
t. |
| 370 PASS tagConstructorClassString('i') is "Function" | 370 PASS tagConstructorClassString('i') is "Function" |
| 371 PASS tagConstructorName('i') is "HTMLElement" | 371 PASS tagConstructorName('i') is "HTMLElement" |
| 372 PASS tagClassString('iframe') is "HTMLIFrameElement" | 372 PASS tagClassString('iframe') is "HTMLIFrameElement" |
| 373 FAIL tagPrototypeClassString('iframe') should be HTMLIFrameElementPrototype. Was
Object. | 373 FAIL tagPrototypeClassString('iframe') should be HTMLIFrameElementPrototype. Was
HTMLIFrameElement. |
| 374 PASS tagConstructorClassString('iframe') is "Function" | 374 PASS tagConstructorClassString('iframe') is "Function" |
| 375 PASS tagConstructorName('iframe') is "HTMLIFrameElement" | 375 PASS tagConstructorName('iframe') is "HTMLIFrameElement" |
| 376 PASS tagClassString('image') is "HTMLUnknownElement" | 376 PASS tagClassString('image') is "HTMLUnknownElement" |
| 377 FAIL tagPrototypeClassString('image') should be HTMLUnknownElementPrototype. Was
Object. | 377 FAIL tagPrototypeClassString('image') should be HTMLUnknownElementPrototype. Was
HTMLUnknownElement. |
| 378 PASS tagConstructorClassString('image') is "Function" | 378 PASS tagConstructorClassString('image') is "Function" |
| 379 PASS tagConstructorName('image') is "HTMLUnknownElement" | 379 PASS tagConstructorName('image') is "HTMLUnknownElement" |
| 380 PASS tagClassString('img') is "HTMLImageElement" | 380 PASS tagClassString('img') is "HTMLImageElement" |
| 381 FAIL tagPrototypeClassString('img') should be HTMLImageElementPrototype. Was Obj
ect. | 381 FAIL tagPrototypeClassString('img') should be HTMLImageElementPrototype. Was HTM
LImageElement. |
| 382 PASS tagConstructorClassString('img') is "Function" | 382 PASS tagConstructorClassString('img') is "Function" |
| 383 PASS tagConstructorName('img') is "HTMLImageElement" | 383 PASS tagConstructorName('img') is "HTMLImageElement" |
| 384 PASS tagClassString('input') is "HTMLInputElement" | 384 PASS tagClassString('input') is "HTMLInputElement" |
| 385 FAIL tagPrototypeClassString('input') should be HTMLInputElementPrototype. Was O
bject. | 385 FAIL tagPrototypeClassString('input') should be HTMLInputElementPrototype. Was H
TMLInputElement. |
| 386 PASS tagConstructorClassString('input') is "Function" | 386 PASS tagConstructorClassString('input') is "Function" |
| 387 PASS tagConstructorName('input') is "HTMLInputElement" | 387 PASS tagConstructorName('input') is "HTMLInputElement" |
| 388 PASS tagClassString('ins') is "HTMLModElement" | 388 PASS tagClassString('ins') is "HTMLModElement" |
| 389 FAIL tagPrototypeClassString('ins') should be HTMLModElementPrototype. Was Objec
t. | 389 FAIL tagPrototypeClassString('ins') should be HTMLModElementPrototype. Was HTMLM
odElement. |
| 390 PASS tagConstructorClassString('ins') is "Function" | 390 PASS tagConstructorClassString('ins') is "Function" |
| 391 PASS tagConstructorName('ins') is "HTMLModElement" | 391 PASS tagConstructorName('ins') is "HTMLModElement" |
| 392 PASS tagClassString('kbd') is "HTMLElement" | 392 PASS tagClassString('kbd') is "HTMLElement" |
| 393 FAIL tagPrototypeClassString('kbd') should be HTMLElementPrototype. Was Object. | 393 FAIL tagPrototypeClassString('kbd') should be HTMLElementPrototype. Was HTMLElem
ent. |
| 394 PASS tagConstructorClassString('kbd') is "Function" | 394 PASS tagConstructorClassString('kbd') is "Function" |
| 395 PASS tagConstructorName('kbd') is "HTMLElement" | 395 PASS tagConstructorName('kbd') is "HTMLElement" |
| 396 PASS tagClassString('keygen') is "HTMLKeygenElement" | 396 PASS tagClassString('keygen') is "HTMLKeygenElement" |
| 397 FAIL tagPrototypeClassString('keygen') should be HTMLKeygenElementPrototype. Was
Object. | 397 FAIL tagPrototypeClassString('keygen') should be HTMLKeygenElementPrototype. Was
HTMLKeygenElement. |
| 398 PASS tagConstructorClassString('keygen') is "Function" | 398 PASS tagConstructorClassString('keygen') is "Function" |
| 399 PASS tagConstructorName('keygen') is "HTMLKeygenElement" | 399 PASS tagConstructorName('keygen') is "HTMLKeygenElement" |
| 400 PASS tagClassString('label') is "HTMLLabelElement" | 400 PASS tagClassString('label') is "HTMLLabelElement" |
| 401 FAIL tagPrototypeClassString('label') should be HTMLLabelElementPrototype. Was O
bject. | 401 FAIL tagPrototypeClassString('label') should be HTMLLabelElementPrototype. Was H
TMLLabelElement. |
| 402 PASS tagConstructorClassString('label') is "Function" | 402 PASS tagConstructorClassString('label') is "Function" |
| 403 PASS tagConstructorName('label') is "HTMLLabelElement" | 403 PASS tagConstructorName('label') is "HTMLLabelElement" |
| 404 PASS tagClassString('layer') is "HTMLElement" | 404 PASS tagClassString('layer') is "HTMLElement" |
| 405 FAIL tagPrototypeClassString('layer') should be HTMLElementPrototype. Was Object
. | 405 FAIL tagPrototypeClassString('layer') should be HTMLElementPrototype. Was HTMLEl
ement. |
| 406 PASS tagConstructorClassString('layer') is "Function" | 406 PASS tagConstructorClassString('layer') is "Function" |
| 407 PASS tagConstructorName('layer') is "HTMLElement" | 407 PASS tagConstructorName('layer') is "HTMLElement" |
| 408 PASS tagClassString('legend') is "HTMLLegendElement" | 408 PASS tagClassString('legend') is "HTMLLegendElement" |
| 409 FAIL tagPrototypeClassString('legend') should be HTMLLegendElementPrototype. Was
Object. | 409 FAIL tagPrototypeClassString('legend') should be HTMLLegendElementPrototype. Was
HTMLLegendElement. |
| 410 PASS tagConstructorClassString('legend') is "Function" | 410 PASS tagConstructorClassString('legend') is "Function" |
| 411 PASS tagConstructorName('legend') is "HTMLLegendElement" | 411 PASS tagConstructorName('legend') is "HTMLLegendElement" |
| 412 PASS tagClassString('li') is "HTMLLIElement" | 412 PASS tagClassString('li') is "HTMLLIElement" |
| 413 FAIL tagPrototypeClassString('li') should be HTMLLIElementPrototype. Was Object. | 413 FAIL tagPrototypeClassString('li') should be HTMLLIElementPrototype. Was HTMLLIE
lement. |
| 414 PASS tagConstructorClassString('li') is "Function" | 414 PASS tagConstructorClassString('li') is "Function" |
| 415 PASS tagConstructorName('li') is "HTMLLIElement" | 415 PASS tagConstructorName('li') is "HTMLLIElement" |
| 416 PASS tagClassString('link') is "HTMLLinkElement" | 416 PASS tagClassString('link') is "HTMLLinkElement" |
| 417 FAIL tagPrototypeClassString('link') should be HTMLLinkElementPrototype. Was Obj
ect. | 417 FAIL tagPrototypeClassString('link') should be HTMLLinkElementPrototype. Was HTM
LLinkElement. |
| 418 PASS tagConstructorClassString('link') is "Function" | 418 PASS tagConstructorClassString('link') is "Function" |
| 419 PASS tagConstructorName('link') is "HTMLLinkElement" | 419 PASS tagConstructorName('link') is "HTMLLinkElement" |
| 420 PASS tagClassString('listing') is "HTMLPreElement" | 420 PASS tagClassString('listing') is "HTMLPreElement" |
| 421 FAIL tagPrototypeClassString('listing') should be HTMLPreElementPrototype. Was O
bject. | 421 FAIL tagPrototypeClassString('listing') should be HTMLPreElementPrototype. Was H
TMLPreElement. |
| 422 PASS tagConstructorClassString('listing') is "Function" | 422 PASS tagConstructorClassString('listing') is "Function" |
| 423 PASS tagConstructorName('listing') is "HTMLPreElement" | 423 PASS tagConstructorName('listing') is "HTMLPreElement" |
| 424 PASS tagClassString('main') is "HTMLElement" | 424 PASS tagClassString('main') is "HTMLElement" |
| 425 FAIL tagPrototypeClassString('main') should be HTMLElementPrototype. Was Object. | 425 FAIL tagPrototypeClassString('main') should be HTMLElementPrototype. Was HTMLEle
ment. |
| 426 PASS tagConstructorClassString('main') is "Function" | 426 PASS tagConstructorClassString('main') is "Function" |
| 427 PASS tagConstructorName('main') is "HTMLElement" | 427 PASS tagConstructorName('main') is "HTMLElement" |
| 428 PASS tagClassString('map') is "HTMLMapElement" | 428 PASS tagClassString('map') is "HTMLMapElement" |
| 429 FAIL tagPrototypeClassString('map') should be HTMLMapElementPrototype. Was Objec
t. | 429 FAIL tagPrototypeClassString('map') should be HTMLMapElementPrototype. Was HTMLM
apElement. |
| 430 PASS tagConstructorClassString('map') is "Function" | 430 PASS tagConstructorClassString('map') is "Function" |
| 431 PASS tagConstructorName('map') is "HTMLMapElement" | 431 PASS tagConstructorName('map') is "HTMLMapElement" |
| 432 PASS tagClassString('marquee') is "HTMLMarqueeElement" | 432 PASS tagClassString('marquee') is "HTMLMarqueeElement" |
| 433 FAIL tagPrototypeClassString('marquee') should be HTMLMarqueeElementPrototype. W
as Object. | 433 FAIL tagPrototypeClassString('marquee') should be HTMLMarqueeElementPrototype. W
as HTMLMarqueeElement. |
| 434 PASS tagConstructorClassString('marquee') is "Function" | 434 PASS tagConstructorClassString('marquee') is "Function" |
| 435 PASS tagConstructorName('marquee') is "HTMLMarqueeElement" | 435 PASS tagConstructorName('marquee') is "HTMLMarqueeElement" |
| 436 PASS tagClassString('menu') is "HTMLMenuElement" | 436 PASS tagClassString('menu') is "HTMLMenuElement" |
| 437 FAIL tagPrototypeClassString('menu') should be HTMLMenuElementPrototype. Was Obj
ect. | 437 FAIL tagPrototypeClassString('menu') should be HTMLMenuElementPrototype. Was HTM
LMenuElement. |
| 438 PASS tagConstructorClassString('menu') is "Function" | 438 PASS tagConstructorClassString('menu') is "Function" |
| 439 PASS tagConstructorName('menu') is "HTMLMenuElement" | 439 PASS tagConstructorName('menu') is "HTMLMenuElement" |
| 440 PASS tagClassString('meta') is "HTMLMetaElement" | 440 PASS tagClassString('meta') is "HTMLMetaElement" |
| 441 FAIL tagPrototypeClassString('meta') should be HTMLMetaElementPrototype. Was Obj
ect. | 441 FAIL tagPrototypeClassString('meta') should be HTMLMetaElementPrototype. Was HTM
LMetaElement. |
| 442 PASS tagConstructorClassString('meta') is "Function" | 442 PASS tagConstructorClassString('meta') is "Function" |
| 443 PASS tagConstructorName('meta') is "HTMLMetaElement" | 443 PASS tagConstructorName('meta') is "HTMLMetaElement" |
| 444 PASS tagClassString('nav') is "HTMLElement" | 444 PASS tagClassString('nav') is "HTMLElement" |
| 445 FAIL tagPrototypeClassString('nav') should be HTMLElementPrototype. Was Object. | 445 FAIL tagPrototypeClassString('nav') should be HTMLElementPrototype. Was HTMLElem
ent. |
| 446 PASS tagConstructorClassString('nav') is "Function" | 446 PASS tagConstructorClassString('nav') is "Function" |
| 447 PASS tagConstructorName('nav') is "HTMLElement" | 447 PASS tagConstructorName('nav') is "HTMLElement" |
| 448 PASS tagClassString('nobr') is "HTMLElement" | 448 PASS tagClassString('nobr') is "HTMLElement" |
| 449 FAIL tagPrototypeClassString('nobr') should be HTMLElementPrototype. Was Object. | 449 FAIL tagPrototypeClassString('nobr') should be HTMLElementPrototype. Was HTMLEle
ment. |
| 450 PASS tagConstructorClassString('nobr') is "Function" | 450 PASS tagConstructorClassString('nobr') is "Function" |
| 451 PASS tagConstructorName('nobr') is "HTMLElement" | 451 PASS tagConstructorName('nobr') is "HTMLElement" |
| 452 PASS tagClassString('noembed') is "HTMLElement" | 452 PASS tagClassString('noembed') is "HTMLElement" |
| 453 FAIL tagPrototypeClassString('noembed') should be HTMLElementPrototype. Was Obje
ct. | 453 FAIL tagPrototypeClassString('noembed') should be HTMLElementPrototype. Was HTML
Element. |
| 454 PASS tagConstructorClassString('noembed') is "Function" | 454 PASS tagConstructorClassString('noembed') is "Function" |
| 455 PASS tagConstructorName('noembed') is "HTMLElement" | 455 PASS tagConstructorName('noembed') is "HTMLElement" |
| 456 PASS tagClassString('noframes') is "HTMLElement" | 456 PASS tagClassString('noframes') is "HTMLElement" |
| 457 FAIL tagPrototypeClassString('noframes') should be HTMLElementPrototype. Was Obj
ect. | 457 FAIL tagPrototypeClassString('noframes') should be HTMLElementPrototype. Was HTM
LElement. |
| 458 PASS tagConstructorClassString('noframes') is "Function" | 458 PASS tagConstructorClassString('noframes') is "Function" |
| 459 PASS tagConstructorName('noframes') is "HTMLElement" | 459 PASS tagConstructorName('noframes') is "HTMLElement" |
| 460 PASS tagClassString('nolayer') is "HTMLElement" | 460 PASS tagClassString('nolayer') is "HTMLElement" |
| 461 FAIL tagPrototypeClassString('nolayer') should be HTMLElementPrototype. Was Obje
ct. | 461 FAIL tagPrototypeClassString('nolayer') should be HTMLElementPrototype. Was HTML
Element. |
| 462 PASS tagConstructorClassString('nolayer') is "Function" | 462 PASS tagConstructorClassString('nolayer') is "Function" |
| 463 PASS tagConstructorName('nolayer') is "HTMLElement" | 463 PASS tagConstructorName('nolayer') is "HTMLElement" |
| 464 PASS tagClassString('noscript') is "HTMLElement" | 464 PASS tagClassString('noscript') is "HTMLElement" |
| 465 FAIL tagPrototypeClassString('noscript') should be HTMLElementPrototype. Was Obj
ect. | 465 FAIL tagPrototypeClassString('noscript') should be HTMLElementPrototype. Was HTM
LElement. |
| 466 PASS tagConstructorClassString('noscript') is "Function" | 466 PASS tagConstructorClassString('noscript') is "Function" |
| 467 PASS tagConstructorName('noscript') is "HTMLElement" | 467 PASS tagConstructorName('noscript') is "HTMLElement" |
| 468 PASS tagClassString('object') is "HTMLObjectElement" | 468 PASS tagClassString('object') is "HTMLObjectElement" |
| 469 FAIL tagPrototypeClassString('object') should be HTMLObjectElementPrototype. Was
Object. | 469 FAIL tagPrototypeClassString('object') should be HTMLObjectElementPrototype. Was
HTMLObjectElement. |
| 470 PASS tagConstructorClassString('object') is "Function" | 470 PASS tagConstructorClassString('object') is "Function" |
| 471 PASS tagConstructorName('object') is "HTMLObjectElement" | 471 PASS tagConstructorName('object') is "HTMLObjectElement" |
| 472 PASS tagClassString('ol') is "HTMLOListElement" | 472 PASS tagClassString('ol') is "HTMLOListElement" |
| 473 FAIL tagPrototypeClassString('ol') should be HTMLOListElementPrototype. Was Obje
ct. | 473 FAIL tagPrototypeClassString('ol') should be HTMLOListElementPrototype. Was HTML
OListElement. |
| 474 PASS tagConstructorClassString('ol') is "Function" | 474 PASS tagConstructorClassString('ol') is "Function" |
| 475 PASS tagConstructorName('ol') is "HTMLOListElement" | 475 PASS tagConstructorName('ol') is "HTMLOListElement" |
| 476 PASS tagClassString('optgroup') is "HTMLOptGroupElement" | 476 PASS tagClassString('optgroup') is "HTMLOptGroupElement" |
| 477 FAIL tagPrototypeClassString('optgroup') should be HTMLOptGroupElementPrototype.
Was Object. | 477 FAIL tagPrototypeClassString('optgroup') should be HTMLOptGroupElementPrototype.
Was HTMLOptGroupElement. |
| 478 PASS tagConstructorClassString('optgroup') is "Function" | 478 PASS tagConstructorClassString('optgroup') is "Function" |
| 479 PASS tagConstructorName('optgroup') is "HTMLOptGroupElement" | 479 PASS tagConstructorName('optgroup') is "HTMLOptGroupElement" |
| 480 PASS tagClassString('option') is "HTMLOptionElement" | 480 PASS tagClassString('option') is "HTMLOptionElement" |
| 481 FAIL tagPrototypeClassString('option') should be HTMLOptionElementPrototype. Was
Object. | 481 FAIL tagPrototypeClassString('option') should be HTMLOptionElementPrototype. Was
HTMLOptionElement. |
| 482 PASS tagConstructorClassString('option') is "Function" | 482 PASS tagConstructorClassString('option') is "Function" |
| 483 PASS tagConstructorName('option') is "HTMLOptionElement" | 483 PASS tagConstructorName('option') is "HTMLOptionElement" |
| 484 PASS tagClassString('p') is "HTMLParagraphElement" | 484 PASS tagClassString('p') is "HTMLParagraphElement" |
| 485 FAIL tagPrototypeClassString('p') should be HTMLParagraphElementPrototype. Was O
bject. | 485 FAIL tagPrototypeClassString('p') should be HTMLParagraphElementPrototype. Was H
TMLParagraphElement. |
| 486 PASS tagConstructorClassString('p') is "Function" | 486 PASS tagConstructorClassString('p') is "Function" |
| 487 PASS tagConstructorName('p') is "HTMLParagraphElement" | 487 PASS tagConstructorName('p') is "HTMLParagraphElement" |
| 488 PASS tagClassString('param') is "HTMLParamElement" | 488 PASS tagClassString('param') is "HTMLParamElement" |
| 489 FAIL tagPrototypeClassString('param') should be HTMLParamElementPrototype. Was O
bject. | 489 FAIL tagPrototypeClassString('param') should be HTMLParamElementPrototype. Was H
TMLParamElement. |
| 490 PASS tagConstructorClassString('param') is "Function" | 490 PASS tagConstructorClassString('param') is "Function" |
| 491 PASS tagConstructorName('param') is "HTMLParamElement" | 491 PASS tagConstructorName('param') is "HTMLParamElement" |
| 492 PASS tagClassString('plaintext') is "HTMLElement" | 492 PASS tagClassString('plaintext') is "HTMLElement" |
| 493 FAIL tagPrototypeClassString('plaintext') should be HTMLElementPrototype. Was Ob
ject. | 493 FAIL tagPrototypeClassString('plaintext') should be HTMLElementPrototype. Was HT
MLElement. |
| 494 PASS tagConstructorClassString('plaintext') is "Function" | 494 PASS tagConstructorClassString('plaintext') is "Function" |
| 495 PASS tagConstructorName('plaintext') is "HTMLElement" | 495 PASS tagConstructorName('plaintext') is "HTMLElement" |
| 496 PASS tagClassString('pre') is "HTMLPreElement" | 496 PASS tagClassString('pre') is "HTMLPreElement" |
| 497 FAIL tagPrototypeClassString('pre') should be HTMLPreElementPrototype. Was Objec
t. | 497 FAIL tagPrototypeClassString('pre') should be HTMLPreElementPrototype. Was HTMLP
reElement. |
| 498 PASS tagConstructorClassString('pre') is "Function" | 498 PASS tagConstructorClassString('pre') is "Function" |
| 499 PASS tagConstructorName('pre') is "HTMLPreElement" | 499 PASS tagConstructorName('pre') is "HTMLPreElement" |
| 500 PASS tagClassString('q') is "HTMLQuoteElement" | 500 PASS tagClassString('q') is "HTMLQuoteElement" |
| 501 FAIL tagPrototypeClassString('q') should be HTMLQuoteElementPrototype. Was Objec
t. | 501 FAIL tagPrototypeClassString('q') should be HTMLQuoteElementPrototype. Was HTMLQ
uoteElement. |
| 502 PASS tagConstructorClassString('q') is "Function" | 502 PASS tagConstructorClassString('q') is "Function" |
| 503 PASS tagConstructorName('q') is "HTMLQuoteElement" | 503 PASS tagConstructorName('q') is "HTMLQuoteElement" |
| 504 PASS tagClassString('rp') is "HTMLElement" | 504 PASS tagClassString('rp') is "HTMLElement" |
| 505 FAIL tagPrototypeClassString('rp') should be HTMLElementPrototype. Was Object. | 505 FAIL tagPrototypeClassString('rp') should be HTMLElementPrototype. Was HTMLEleme
nt. |
| 506 PASS tagConstructorClassString('rp') is "Function" | 506 PASS tagConstructorClassString('rp') is "Function" |
| 507 PASS tagConstructorName('rp') is "HTMLElement" | 507 PASS tagConstructorName('rp') is "HTMLElement" |
| 508 PASS tagClassString('rt') is "HTMLElement" | 508 PASS tagClassString('rt') is "HTMLElement" |
| 509 FAIL tagPrototypeClassString('rt') should be HTMLElementPrototype. Was Object. | 509 FAIL tagPrototypeClassString('rt') should be HTMLElementPrototype. Was HTMLEleme
nt. |
| 510 PASS tagConstructorClassString('rt') is "Function" | 510 PASS tagConstructorClassString('rt') is "Function" |
| 511 PASS tagConstructorName('rt') is "HTMLElement" | 511 PASS tagConstructorName('rt') is "HTMLElement" |
| 512 PASS tagClassString('ruby') is "HTMLElement" | 512 PASS tagClassString('ruby') is "HTMLElement" |
| 513 FAIL tagPrototypeClassString('ruby') should be HTMLElementPrototype. Was Object. | 513 FAIL tagPrototypeClassString('ruby') should be HTMLElementPrototype. Was HTMLEle
ment. |
| 514 PASS tagConstructorClassString('ruby') is "Function" | 514 PASS tagConstructorClassString('ruby') is "Function" |
| 515 PASS tagConstructorName('ruby') is "HTMLElement" | 515 PASS tagConstructorName('ruby') is "HTMLElement" |
| 516 PASS tagClassString('s') is "HTMLElement" | 516 PASS tagClassString('s') is "HTMLElement" |
| 517 FAIL tagPrototypeClassString('s') should be HTMLElementPrototype. Was Object. | 517 FAIL tagPrototypeClassString('s') should be HTMLElementPrototype. Was HTMLElemen
t. |
| 518 PASS tagConstructorClassString('s') is "Function" | 518 PASS tagConstructorClassString('s') is "Function" |
| 519 PASS tagConstructorName('s') is "HTMLElement" | 519 PASS tagConstructorName('s') is "HTMLElement" |
| 520 PASS tagClassString('samp') is "HTMLElement" | 520 PASS tagClassString('samp') is "HTMLElement" |
| 521 FAIL tagPrototypeClassString('samp') should be HTMLElementPrototype. Was Object. | 521 FAIL tagPrototypeClassString('samp') should be HTMLElementPrototype. Was HTMLEle
ment. |
| 522 PASS tagConstructorClassString('samp') is "Function" | 522 PASS tagConstructorClassString('samp') is "Function" |
| 523 PASS tagConstructorName('samp') is "HTMLElement" | 523 PASS tagConstructorName('samp') is "HTMLElement" |
| 524 PASS tagClassString('script') is "HTMLScriptElement" | 524 PASS tagClassString('script') is "HTMLScriptElement" |
| 525 FAIL tagPrototypeClassString('script') should be HTMLScriptElementPrototype. Was
Object. | 525 FAIL tagPrototypeClassString('script') should be HTMLScriptElementPrototype. Was
HTMLScriptElement. |
| 526 PASS tagConstructorClassString('script') is "Function" | 526 PASS tagConstructorClassString('script') is "Function" |
| 527 PASS tagConstructorName('script') is "HTMLScriptElement" | 527 PASS tagConstructorName('script') is "HTMLScriptElement" |
| 528 PASS tagClassString('section') is "HTMLElement" | 528 PASS tagClassString('section') is "HTMLElement" |
| 529 FAIL tagPrototypeClassString('section') should be HTMLElementPrototype. Was Obje
ct. | 529 FAIL tagPrototypeClassString('section') should be HTMLElementPrototype. Was HTML
Element. |
| 530 PASS tagConstructorClassString('section') is "Function" | 530 PASS tagConstructorClassString('section') is "Function" |
| 531 PASS tagConstructorName('section') is "HTMLElement" | 531 PASS tagConstructorName('section') is "HTMLElement" |
| 532 PASS tagClassString('select') is "HTMLSelectElement" | 532 PASS tagClassString('select') is "HTMLSelectElement" |
| 533 FAIL tagPrototypeClassString('select') should be HTMLSelectElementPrototype. Was
Object. | 533 FAIL tagPrototypeClassString('select') should be HTMLSelectElementPrototype. Was
HTMLSelectElement. |
| 534 PASS tagConstructorClassString('select') is "Function" | 534 PASS tagConstructorClassString('select') is "Function" |
| 535 PASS tagConstructorName('select') is "HTMLSelectElement" | 535 PASS tagConstructorName('select') is "HTMLSelectElement" |
| 536 PASS tagClassString('small') is "HTMLElement" | 536 PASS tagClassString('small') is "HTMLElement" |
| 537 FAIL tagPrototypeClassString('small') should be HTMLElementPrototype. Was Object
. | 537 FAIL tagPrototypeClassString('small') should be HTMLElementPrototype. Was HTMLEl
ement. |
| 538 PASS tagConstructorClassString('small') is "Function" | 538 PASS tagConstructorClassString('small') is "Function" |
| 539 PASS tagConstructorName('small') is "HTMLElement" | 539 PASS tagConstructorName('small') is "HTMLElement" |
| 540 PASS tagClassString('span') is "HTMLSpanElement" | 540 PASS tagClassString('span') is "HTMLSpanElement" |
| 541 FAIL tagPrototypeClassString('span') should be HTMLSpanElementPrototype. Was Obj
ect. | 541 FAIL tagPrototypeClassString('span') should be HTMLSpanElementPrototype. Was HTM
LSpanElement. |
| 542 PASS tagConstructorClassString('span') is "Function" | 542 PASS tagConstructorClassString('span') is "Function" |
| 543 PASS tagConstructorName('span') is "HTMLSpanElement" | 543 PASS tagConstructorName('span') is "HTMLSpanElement" |
| 544 PASS tagClassString('strike') is "HTMLElement" | 544 PASS tagClassString('strike') is "HTMLElement" |
| 545 FAIL tagPrototypeClassString('strike') should be HTMLElementPrototype. Was Objec
t. | 545 FAIL tagPrototypeClassString('strike') should be HTMLElementPrototype. Was HTMLE
lement. |
| 546 PASS tagConstructorClassString('strike') is "Function" | 546 PASS tagConstructorClassString('strike') is "Function" |
| 547 PASS tagConstructorName('strike') is "HTMLElement" | 547 PASS tagConstructorName('strike') is "HTMLElement" |
| 548 PASS tagClassString('strong') is "HTMLElement" | 548 PASS tagClassString('strong') is "HTMLElement" |
| 549 FAIL tagPrototypeClassString('strong') should be HTMLElementPrototype. Was Objec
t. | 549 FAIL tagPrototypeClassString('strong') should be HTMLElementPrototype. Was HTMLE
lement. |
| 550 PASS tagConstructorClassString('strong') is "Function" | 550 PASS tagConstructorClassString('strong') is "Function" |
| 551 PASS tagConstructorName('strong') is "HTMLElement" | 551 PASS tagConstructorName('strong') is "HTMLElement" |
| 552 PASS tagClassString('style') is "HTMLStyleElement" | 552 PASS tagClassString('style') is "HTMLStyleElement" |
| 553 FAIL tagPrototypeClassString('style') should be HTMLStyleElementPrototype. Was O
bject. | 553 FAIL tagPrototypeClassString('style') should be HTMLStyleElementPrototype. Was H
TMLStyleElement. |
| 554 PASS tagConstructorClassString('style') is "Function" | 554 PASS tagConstructorClassString('style') is "Function" |
| 555 PASS tagConstructorName('style') is "HTMLStyleElement" | 555 PASS tagConstructorName('style') is "HTMLStyleElement" |
| 556 PASS tagClassString('sub') is "HTMLElement" | 556 PASS tagClassString('sub') is "HTMLElement" |
| 557 FAIL tagPrototypeClassString('sub') should be HTMLElementPrototype. Was Object. | 557 FAIL tagPrototypeClassString('sub') should be HTMLElementPrototype. Was HTMLElem
ent. |
| 558 PASS tagConstructorClassString('sub') is "Function" | 558 PASS tagConstructorClassString('sub') is "Function" |
| 559 PASS tagConstructorName('sub') is "HTMLElement" | 559 PASS tagConstructorName('sub') is "HTMLElement" |
| 560 PASS tagClassString('sup') is "HTMLElement" | 560 PASS tagClassString('sup') is "HTMLElement" |
| 561 FAIL tagPrototypeClassString('sup') should be HTMLElementPrototype. Was Object. | 561 FAIL tagPrototypeClassString('sup') should be HTMLElementPrototype. Was HTMLElem
ent. |
| 562 PASS tagConstructorClassString('sup') is "Function" | 562 PASS tagConstructorClassString('sup') is "Function" |
| 563 PASS tagConstructorName('sup') is "HTMLElement" | 563 PASS tagConstructorName('sup') is "HTMLElement" |
| 564 PASS tagClassString('table') is "HTMLTableElement" | 564 PASS tagClassString('table') is "HTMLTableElement" |
| 565 FAIL tagPrototypeClassString('table') should be HTMLTableElementPrototype. Was O
bject. | 565 FAIL tagPrototypeClassString('table') should be HTMLTableElementPrototype. Was H
TMLTableElement. |
| 566 PASS tagConstructorClassString('table') is "Function" | 566 PASS tagConstructorClassString('table') is "Function" |
| 567 PASS tagConstructorName('table') is "HTMLTableElement" | 567 PASS tagConstructorName('table') is "HTMLTableElement" |
| 568 PASS tagClassString('tbody') is "HTMLTableSectionElement" | 568 PASS tagClassString('tbody') is "HTMLTableSectionElement" |
| 569 FAIL tagPrototypeClassString('tbody') should be HTMLTableSectionElementPrototype
. Was Object. | 569 FAIL tagPrototypeClassString('tbody') should be HTMLTableSectionElementPrototype
. Was HTMLTableSectionElement. |
| 570 PASS tagConstructorClassString('tbody') is "Function" | 570 PASS tagConstructorClassString('tbody') is "Function" |
| 571 PASS tagConstructorName('tbody') is "HTMLTableSectionElement" | 571 PASS tagConstructorName('tbody') is "HTMLTableSectionElement" |
| 572 PASS tagClassString('td') is "HTMLTableCellElement" | 572 PASS tagClassString('td') is "HTMLTableCellElement" |
| 573 FAIL tagPrototypeClassString('td') should be HTMLTableCellElementPrototype. Was
Object. | 573 FAIL tagPrototypeClassString('td') should be HTMLTableCellElementPrototype. Was
HTMLTableCellElement. |
| 574 PASS tagConstructorClassString('td') is "Function" | 574 PASS tagConstructorClassString('td') is "Function" |
| 575 PASS tagConstructorName('td') is "HTMLTableCellElement" | 575 PASS tagConstructorName('td') is "HTMLTableCellElement" |
| 576 PASS tagClassString('textarea') is "HTMLTextAreaElement" | 576 PASS tagClassString('textarea') is "HTMLTextAreaElement" |
| 577 FAIL tagPrototypeClassString('textarea') should be HTMLTextAreaElementPrototype.
Was Object. | 577 FAIL tagPrototypeClassString('textarea') should be HTMLTextAreaElementPrototype.
Was HTMLTextAreaElement. |
| 578 PASS tagConstructorClassString('textarea') is "Function" | 578 PASS tagConstructorClassString('textarea') is "Function" |
| 579 PASS tagConstructorName('textarea') is "HTMLTextAreaElement" | 579 PASS tagConstructorName('textarea') is "HTMLTextAreaElement" |
| 580 PASS tagClassString('tfoot') is "HTMLTableSectionElement" | 580 PASS tagClassString('tfoot') is "HTMLTableSectionElement" |
| 581 FAIL tagPrototypeClassString('tfoot') should be HTMLTableSectionElementPrototype
. Was Object. | 581 FAIL tagPrototypeClassString('tfoot') should be HTMLTableSectionElementPrototype
. Was HTMLTableSectionElement. |
| 582 PASS tagConstructorClassString('tfoot') is "Function" | 582 PASS tagConstructorClassString('tfoot') is "Function" |
| 583 PASS tagConstructorName('tfoot') is "HTMLTableSectionElement" | 583 PASS tagConstructorName('tfoot') is "HTMLTableSectionElement" |
| 584 PASS tagClassString('th') is "HTMLTableCellElement" | 584 PASS tagClassString('th') is "HTMLTableCellElement" |
| 585 FAIL tagPrototypeClassString('th') should be HTMLTableCellElementPrototype. Was
Object. | 585 FAIL tagPrototypeClassString('th') should be HTMLTableCellElementPrototype. Was
HTMLTableCellElement. |
| 586 PASS tagConstructorClassString('th') is "Function" | 586 PASS tagConstructorClassString('th') is "Function" |
| 587 PASS tagConstructorName('th') is "HTMLTableCellElement" | 587 PASS tagConstructorName('th') is "HTMLTableCellElement" |
| 588 PASS tagClassString('thead') is "HTMLTableSectionElement" | 588 PASS tagClassString('thead') is "HTMLTableSectionElement" |
| 589 FAIL tagPrototypeClassString('thead') should be HTMLTableSectionElementPrototype
. Was Object. | 589 FAIL tagPrototypeClassString('thead') should be HTMLTableSectionElementPrototype
. Was HTMLTableSectionElement. |
| 590 PASS tagConstructorClassString('thead') is "Function" | 590 PASS tagConstructorClassString('thead') is "Function" |
| 591 PASS tagConstructorName('thead') is "HTMLTableSectionElement" | 591 PASS tagConstructorName('thead') is "HTMLTableSectionElement" |
| 592 PASS tagClassString('title') is "HTMLTitleElement" | 592 PASS tagClassString('title') is "HTMLTitleElement" |
| 593 FAIL tagPrototypeClassString('title') should be HTMLTitleElementPrototype. Was O
bject. | 593 FAIL tagPrototypeClassString('title') should be HTMLTitleElementPrototype. Was H
TMLTitleElement. |
| 594 PASS tagConstructorClassString('title') is "Function" | 594 PASS tagConstructorClassString('title') is "Function" |
| 595 PASS tagConstructorName('title') is "HTMLTitleElement" | 595 PASS tagConstructorName('title') is "HTMLTitleElement" |
| 596 PASS tagClassString('tr') is "HTMLTableRowElement" | 596 PASS tagClassString('tr') is "HTMLTableRowElement" |
| 597 FAIL tagPrototypeClassString('tr') should be HTMLTableRowElementPrototype. Was O
bject. | 597 FAIL tagPrototypeClassString('tr') should be HTMLTableRowElementPrototype. Was H
TMLTableRowElement. |
| 598 PASS tagConstructorClassString('tr') is "Function" | 598 PASS tagConstructorClassString('tr') is "Function" |
| 599 PASS tagConstructorName('tr') is "HTMLTableRowElement" | 599 PASS tagConstructorName('tr') is "HTMLTableRowElement" |
| 600 PASS tagClassString('tt') is "HTMLElement" | 600 PASS tagClassString('tt') is "HTMLElement" |
| 601 FAIL tagPrototypeClassString('tt') should be HTMLElementPrototype. Was Object. | 601 FAIL tagPrototypeClassString('tt') should be HTMLElementPrototype. Was HTMLEleme
nt. |
| 602 PASS tagConstructorClassString('tt') is "Function" | 602 PASS tagConstructorClassString('tt') is "Function" |
| 603 PASS tagConstructorName('tt') is "HTMLElement" | 603 PASS tagConstructorName('tt') is "HTMLElement" |
| 604 PASS tagClassString('u') is "HTMLElement" | 604 PASS tagClassString('u') is "HTMLElement" |
| 605 FAIL tagPrototypeClassString('u') should be HTMLElementPrototype. Was Object. | 605 FAIL tagPrototypeClassString('u') should be HTMLElementPrototype. Was HTMLElemen
t. |
| 606 PASS tagConstructorClassString('u') is "Function" | 606 PASS tagConstructorClassString('u') is "Function" |
| 607 PASS tagConstructorName('u') is "HTMLElement" | 607 PASS tagConstructorName('u') is "HTMLElement" |
| 608 PASS tagClassString('ul') is "HTMLUListElement" | 608 PASS tagClassString('ul') is "HTMLUListElement" |
| 609 FAIL tagPrototypeClassString('ul') should be HTMLUListElementPrototype. Was Obje
ct. | 609 FAIL tagPrototypeClassString('ul') should be HTMLUListElementPrototype. Was HTML
UListElement. |
| 610 PASS tagConstructorClassString('ul') is "Function" | 610 PASS tagConstructorClassString('ul') is "Function" |
| 611 PASS tagConstructorName('ul') is "HTMLUListElement" | 611 PASS tagConstructorName('ul') is "HTMLUListElement" |
| 612 PASS tagClassString('var') is "HTMLElement" | 612 PASS tagClassString('var') is "HTMLElement" |
| 613 FAIL tagPrototypeClassString('var') should be HTMLElementPrototype. Was Object. | 613 FAIL tagPrototypeClassString('var') should be HTMLElementPrototype. Was HTMLElem
ent. |
| 614 PASS tagConstructorClassString('var') is "Function" | 614 PASS tagConstructorClassString('var') is "Function" |
| 615 PASS tagConstructorName('var') is "HTMLElement" | 615 PASS tagConstructorName('var') is "HTMLElement" |
| 616 PASS tagClassString('wbr') is "HTMLElement" | 616 PASS tagClassString('wbr') is "HTMLElement" |
| 617 FAIL tagPrototypeClassString('wbr') should be HTMLElementPrototype. Was Object. | 617 FAIL tagPrototypeClassString('wbr') should be HTMLElementPrototype. Was HTMLElem
ent. |
| 618 PASS tagConstructorClassString('wbr') is "Function" | 618 PASS tagConstructorClassString('wbr') is "Function" |
| 619 PASS tagConstructorName('wbr') is "HTMLElement" | 619 PASS tagConstructorName('wbr') is "HTMLElement" |
| 620 PASS tagClassString('xmp') is "HTMLPreElement" | 620 PASS tagClassString('xmp') is "HTMLPreElement" |
| 621 FAIL tagPrototypeClassString('xmp') should be HTMLPreElementPrototype. Was Objec
t. | 621 FAIL tagPrototypeClassString('xmp') should be HTMLPreElementPrototype. Was HTMLP
reElement. |
| 622 PASS tagConstructorClassString('xmp') is "Function" | 622 PASS tagConstructorClassString('xmp') is "Function" |
| 623 PASS tagConstructorName('xmp') is "HTMLPreElement" | 623 PASS tagConstructorName('xmp') is "HTMLPreElement" |
| 624 | 624 |
| OLD | NEW |