Lines Matching full:dom
8 * kwq/DOM-compat.h: Removed.
75 (DOM::XSLTProcessorImpl::createDocumentFromSource): Added encoding parameter.
77 (DOM::XSLTProcessorImpl::transformToString): Add an encoding result. Set it to the
79 (DOM::XSLTProcessorImpl::transformToDocument): Get encoding from transform and pass
81 (DOM::XSLTProcessorImpl::transformToFragment): Ditto.
113 (DOM::CSSMediaRuleImpl::media):
141 * khtml/dom/dom_string.cpp:
142 (DOM::DOMString::DOMString):
143 (DOM::DOMString::operator += ):
144 (DOM::DOMString::insert):
145 (DOM::DOMString::operator []):
146 (DOM::DOMString::find):
147 (DOM::DOMString::length):
148 (DOM::DOMString::truncate):
149 (DOM::DOMString::remove):
150 (DOM::DOMString::split):
151 (DOM::DOMString::lower):
152 (DOM::DOMString::upper):
153 (DOM::DOMString::percentage):
154 (DOM::DOMString::unicode):
155 (DOM::DOMString::qstring):
156 (DOM::DOMString::toInt):
157 (DOM::DOMString::copy):
158 (DOM::strcasecmp):
159 (DOM::DOMString::toCoordsArray):
160 (DOM::DOMString::toLengthArray):
161 (DOM::operator==):
162 * khtml/dom/dom_string.h:
163 (DOM::DOMString::DOMString):
164 (DOM::DOMString::impl):
175 (DOM::XSLImportRuleImpl::XSLImportRuleImpl):
176 (DOM::XSLImportRuleImpl::~XSLImportRuleImpl):
177 (DOM::XSLImportRuleImpl::setStyleSheet):
179 (DOM::XSLImportRuleImpl::styleSheet):
264 (DOM::ContainerNodeImpl::replaceChild): If the new child was right
334 (DOM::HTMLFormElementImpl::parseMappedAttribute): Ditto.
335 (DOM::HTMLButtonElementImpl::parseMappedAttribute): Ditto.
336 (DOM::HTMLInputElementImpl::parseMappedAttribute): Ditto.
337 (DOM::HTMLLabelElementImpl::parseMappedAttribute): Ditto.
338 (DOM::HTMLSelectElementImpl::parseMappedAttribute): Ditto.
339 (DOM::HTMLTextAreaElementImpl::parseMappedAttribute): Ditto.
341 (DOM::HTMLImageElementImpl::parseMappedAttribute): Ditto.
343 (DOM::HTMLObjectElementImpl::parseMappedAttribute): Ditto.
390 REGRESSION: dom/xhtml/level2/html//HTMLInputElement01.xhtml crashes
442 * kwq/DOM.mm: removed KHTML_NO_CPLUSPLUS_DOM
464 (DOM::HTMLOptionElementImpl::index): nil check for select element.
527 (DOM::HTMLDocumentImpl::HTMLDocumentImpl):
629 (DOM::CSSComputedStyleDeclarationImpl::getPropertyValue):
631 (DOM::CSSFontFaceRuleImpl::CSSFontFaceRuleImpl):
632 (DOM::CSSFontFaceRuleImpl::~CSSFontFaceRuleImpl):
633 (DOM::CSSImportRuleImpl::CSSImportRuleImpl):
634 (DOM::CSSImportRuleImpl::~CSSImportRuleImpl):
635 (DOM::CSSImportRuleImpl::setStyleSheet):
636 (DOM::CSSMediaRuleImpl::CSSMediaRuleImpl):
637 (DOM::CSSMediaRuleImpl::~CSSMediaRuleImpl):
638 (DOM::CSSPageRuleImpl::CSSPageRuleImpl):
639 (DOM::CSSPageRuleImpl::~CSSPageRuleImpl):
640 (DOM::CSSStyleRuleImpl::CSSStyleRuleImpl):
641 (DOM::CSSStyleRuleImpl::~CSSStyleRuleImpl):
642 (DOM::CSSStyleRuleImpl::setDeclaration):
644 (DOM::CSSFontFaceRuleImpl::style):
645 (DOM::CSSImportRuleImpl::media):
646 (DOM::CSSImportRuleImpl::styleSheet):
647 (DOM::CSSMediaRuleImpl::cssRules):
648 (DOM::CSSPageRuleImpl::style):
649 (DOM::CSSStyleRuleImpl::style):
650 (DOM::CSSStyleRuleImpl::declaration):
656 (DOM::StyleSheetImpl::media):
658 (DOM::CSSMutableStyleDeclarationImpl::get4Values):
659 (DOM::CSSMutableStyleDeclarationImpl::getShortHandValue):
660 (DOM::CSSMutableStyleDeclarationImpl::merge):
661 (DOM::CSSStyleDeclarationImpl::diff):
662 (DOM::CSSPrimitiveValueImpl::CSSPrimitiveValueImpl):
663 (DOM::CSSPrimitiveValueImpl::cleanup):
664 (DOM::CSSPrimitiveValueImpl::cssText):
665 (DOM::RectImpl::RectImpl):
666 (DOM::RectImpl::~RectImpl):
667 (DOM::RectImpl::setTop):
668 (DOM::RectImpl::setRight):
669 (DOM::RectImpl::setBottom):
670 (DOM::RectImpl::setLeft):
671 (DOM::PairImpl::PairImpl):
672 (DOM::PairImpl::~PairImpl):
673 (DOM::PairImpl::setFirst):
674 (DOM::PairImpl::setSecond):
675 (DOM::CSSBorderImageValueImpl::CSSBorderImageValueImpl):
676 (DOM::CSSBorderImageValueImpl::~CSSBorderImageValueImpl):
678 (DOM::RectImpl::top):
679 (DOM::RectImpl::right):
680 (DOM::RectImpl::bottom):
681 (DOM::RectImpl::left):
682 (DOM::PairImpl::first):
683 (DOM::PairImpl::second):
684 (DOM::DashboardRegionImpl::setNext):
685 (DOM::CSSProperty::CSSProperty):
686 (DOM::CSSProperty::operator=):
687 (DOM::CSSProperty::~CSSProperty):
688 (DOM::CSSProperty::setValue):
689 (DOM::CSSProperty::value):
783 (DOM::HTMLFormElementImpl::formData):
906 (DOM::HTMLInputElementImpl::setChecked): call onChange after setting the checked state.
915 after adding DOM element (render_container.cpp:365: beforeChild->
936 Test: fast/dom/css-shortHands.html
942 (DOM::CSSMutableStyleDeclarationImpl::get4Values):
943 (DOM::CSSMutableStyleDeclarationImpl::getShortHandValue):
1075 Test: fast/dom/css-selectorText.html
1085 (DOM::CSSStyleRuleImpl::selectorText):
1097 (DOM::HTMLTextAreaElementImpl::setValue):
1169 * khtml/xsl/xsl_stylesheetimpl.cpp: (DOM::XSLStyleSheetImpl::loadChildSheets):
1213 (DOM::HTMLObjectElementImpl::isImageType):
1231 (DOM::CSSParser::parseSVGValue):
1532 Test: fast/dom/inner-text-rtl.html
1592 * khtml/xml/dom_elementimpl.h: (DOM::NamedAttrMapImpl::insertAttribute):
1763 (DOM::NodeImpl::NodeImpl): Initialize m_inDetach to false.
1807 (DOM::CSSParser::parseSVGValue): parseShorthand rename
1820 (DOM::CSSComputedStyleDeclarationImpl::getPropertyCSSValue): Added code to the
1827 * khtml/html/html_inlineimpl.cpp: (DOM::HTMLAnchorElementImpl::defaultEventHandler):
1875 have corresponding DOM elements.
1908 (DOM::CSSComputedStyleDeclarationImpl::getPropertyShorthand):
1909 (DOM::CSSComputedStyleDeclarationImpl::isPropertyImplicit):
1911 (DOM::CSSStyleDeclarationImpl::getPropertyShorthand):
1912 (DOM::CSSStyleDeclarationImpl::isPropertyImplicit):
1913 (DOM::CSSMutableStyleDeclarationImpl::getPropertyPriority):
1914 (DOM::CSSMutableStyleDeclarationImpl::getPropertyShorthand):
1915 (DOM::CSSMutableStyleDeclarationImpl::isPropertyImplicit):
1916 (DOM::CSSProperty::cssText):
1917 (DOM::operator==):
1919 (DOM::CSSProperty::CSSProperty):
1920 (DOM::CSSProperty::operator=):
1921 (DOM::CSSProperty::~CSSProperty):
1922 (DOM::CSSProperty::setValue):
1923 (DOM::CSSProperty::shorthandID):
1924 (DOM::CSSProperty::isImportant):
1925 (DOM::CSSProperty::isImplicit):
1936 (DOM::CSSParser::enterShorthand):
1937 (DOM::CSSParser::exitShorthand):
1938 (DOM::CSSParser::inShorthand):
1956 (DOM::AbstractViewImpl::getComputedStyle):
1957 (DOM::AbstractViewImpl::getMatchedCSSRules):
1959 * kwq/DOM-CSS.mm:
2299 Further dom/* cleanup, also removing extra forwarding headers
2302 * ForwardingHeaders/dom/dom2_views.h: Removed.
2303 * ForwardingHeaders/dom/dom_core.h: Removed.
2304 * ForwardingHeaders/dom/dom_doc.h: Removed.
2305 * ForwardingHeaders/dom/dom_element.h: Removed.
2306 * ForwardingHeaders/dom/dom_misc.h: Removed.
2307 * ForwardingHeaders/dom/dom_text.h: Removed.
2308 * ForwardingHeaders/dom/dom_xml.h: Removed.
2309 * ForwardingHeaders/dom/html_base.h: Removed.
2310 * ForwardingHeaders/dom/html_block.h: Removed.
2311 * ForwardingHeaders/dom/html_document.h: Removed.
2312 * ForwardingHeaders/dom/html_element.h: Removed.
2313 * ForwardingHeaders/dom/html_form.h: Removed.
2314 * ForwardingHeaders/dom/html_head.h: Removed.
2315 * ForwardingHeaders/dom/html_image.h: Removed.
2316 * ForwardingHeaders/dom/html_inline.h: Removed.
2317 * ForwardingHeaders/dom/html_list.h: Removed.
2318 * ForwardingHeaders/dom/html_misc.h: Removed.
2319 * ForwardingHeaders/dom/html_object.h: Removed.
2320 * ForwardingHeaders/dom/html_table.h: Removed.
2363 * khtml/dom/css_value.h:
2364 * khtml/dom/dom2_events.cpp:
2365 * khtml/dom/dom2_events.h:
2366 * khtml/dom/dom2_range.h:
2367 * khtml/dom/dom2_traversal.cpp:
2368 * khtml/dom/dom_exception.h:
2369 * khtml/dom/dom_node.h:
2370 * khtml/dom/dom_string.cpp:
2385 (DOM::NodeImpl::detach):
2413 * khtml/dom/dom2_events.h:
2414 * khtml/dom/dom2_traversal.cpp:
2415 (DOM::NodeFilterCondition::acceptNode):
2416 * khtml/dom/dom2_traversal.h:
2417 * khtml/dom/dom_exception.h:
2418 * khtml/dom/dom_misc.cpp: Removed.
2419 * khtml/dom/dom_misc.h: Removed.
2423 * kwq/DOM.mm:
2436 * khtml/dom/css_rule.h:
2437 (DOM::CSSRule::):
2438 * khtml/dom/css_stylesheet.h:
2439 * khtml/dom/css_value.h:
2440 (DOM::CSSValue::):
2441 (DOM::CSSPrimitiveValue::):
2442 * khtml/dom/dom2_events.cpp:
2443 (DOM::EventListener::handleEventImpl):
2444 * khtml/dom/dom2_events.h:
2445 (DOM::Event::):
2446 (DOM::EventException::):
2447 (DOM::MutationEvent::):
2448 * khtml/dom/dom2_range.h:
2449 (DOM::RangeException::):
2450 (DOM::Range::):
2451 * khtml/dom/dom2_traversal.cpp:
2452 * khtml/dom/dom2_traversal.h:
2453 (DOM::NodeFilter::):
2454 * khtml/dom/dom_exception.h:
2455 (DOM::DOMException::):
2456 * khtml/dom/dom_misc.cpp:
2457 (DOM::DomShared::~DomShared):
2458 * khtml/dom/dom_misc.h:
2459 (DOM::DomShared::deleteMe):
2460 * khtml/dom/dom_node.h:
2461 (DOM::Node::):
2615 * kwq/DOM-compat.h:
2865 (DOM::HTMLTableSectionElementImpl::insertRow):
2866 (DOM::HTMLTableSectionElementImpl::deleteRow):
2867 (DOM::HTMLTableRowElementImpl::insertCell):
2868 (DOM::HTMLTableRowElementImpl::deleteCell):
2888 (DOM::NodeImpl::MouseEvent::MouseEvent):
2972 (DOM::ContainerNodeImpl::getRect):
3046 (DOM::HTMLFormElementImpl::elements):
3047 (DOM::HTMLSelectElementImpl::add):
3048 (DOM::HTMLSelectElementImpl::optionsHTMLCollection):
3051 (DOM::HTMLMapElementImpl::areas):
3054 (DOM::HTMLCollectionImpl::namedItems):
3057 (DOM::HTMLTableElementImpl::rows):
3058 (DOM::HTMLTableElementImpl::tBodies):
3059 (DOM::HTMLTableSectionElementImpl::insertRow):
3060 (DOM::HTMLTableSectionElementImpl::deleteRow):
3061 (DOM::HTMLTableSectionElementImpl::rows):
3062 (DOM::HTMLTableRowElementImpl::insertCell):
3063 (DOM::HTMLTableRowElementImpl::deleteCell):
3064 (DOM::HTMLTableRowElementImpl::cells):
3094 (DOM::rangeOfContents):
3114 (DOM::DocumentImpl::transformSourceDocument):
3122 (DOM::ElementImpl::setAttributeNodeNS):
3124 (DOM::NodeImpl::childNodes):
3125 (DOM::NodeImpl::dispatchWindowEvent):
3126 (DOM::NodeImpl::dispatchMouseEvent):
3127 (DOM::NodeImpl::getElementsByTagNameNS):
3128 (DOM::ContainerNodeImpl::insertBefore):
3129 (DOM::ContainerNodeImpl::replaceChild):
3130 (DOM::ContainerNodeImpl::appendChild):
3131 (DOM::ContainerNodeImpl::addChild):
3133 (DOM::NodeImpl::getElementsByTagName):
3134 (DOM::NamedNodeMapImpl::removeNamedItem):
3135 (DOM::NamedNodeMapImpl::setNamedItemNS):
3138 (DOM::XSLTProcessorImpl::createDocumentFromSource):
3139 (DOM::createFragmentFromSource):
3140 (DOM::xsltStylesheetPointer):
3141 (DOM::xmlDocPtrFromNode):
3142 (DOM::XSLTProcessorImpl::transformToString):
3143 (DOM::XSLTProcessorImpl::transformToDocument):
3144 (DOM::XSLTProcessorImpl::transformToFragment):
3145 (DOM::XSLTProcessorImpl::getParameter):
3156 (-[WebCoreBridge convertToNSRange:DOM::]):
3165 (DOM::DocPtr::operator UnspecifiedBoolType):
3221 Test: fast/dom/HTMLScriptElement/script-set-src.html
3313 (DOM::NodeImpl::NodeImpl): Initialize m_inActiveChain to false.
3335 (DOM::HTMLGenericFormElementImpl::removedFromTree):
3374 * kwq/DOM-CSS.mm: Added "using namespace DOM" and an import of "dom_docimpl.h".
3383 * kwq/DOM.mm: Removed extra implementation of -[DOMDocument getComputedStyle::].
3384 * kwq/DOM-CSS.mm: (-[DOMDocument getComputedStyle::]): Copied slightly better implementation from
3385 DOM.mm in here.
3436 (DOM::HTMLMapElementImpl::mapMouseEvent): Simplified by using traverseNextNode.
3437 (DOM::HTMLMapElementImpl::parseMappedAttribute): Fixed bug where parsing a
3440 (DOM::HTMLAreaElementImpl::getRegion): Rearranged to be more readable.
3470 (DOM::CSSMutableStyleDeclarationImpl::setChanged):
4103 (DOM::NodeImpl::createRendererIfNeeded):
4105 (DOM::NodeImpl::childShouldCreateRenderer):
4539 (SVGSVGElementImpl::parseMappedAttribute): add width/height to DOM
4561 * kwq/DOM.mm:
4843 (DOM::CSSParser::parseSVGValue):
4855 The KSVG/KCanvas section of the big DOM merger.
4859 - Namespace mapping (KDOM -> DOM, khtml)
5224 (DOM::CSSParser::parseSVGValue):
5225 (DOM::CSSParser::parseSVGStrokeDasharray):
5226 (DOM::CSSParser::parseSVGPaint):
5227 (DOM::CSSParser::parseSVGColor):
5789 The first part of the big KDOM-DOM merger.
5791 in order to support ksvg2 on top of WebCore's DOM. All changes
5798 * WebCorePrefix.h: map KDOM to DOM
5800 (DOM::CSSValueImpl::cssValueType): defaults to CSS_CUSTOM
5803 (DOM::CSSParser::lex):
5852 (DOM::DocumentTypeImpl::implementation): renamed function
5858 (DOM::NodeImpl::createRendererIfNeeded): null check on returned rederer
5860 (DOM::NodeImpl::isSVGElement): added for svg
5862 (DOM::DOMStringImpl::DOMStringImpl): init from QString
5867 (DOM::XSLTProcessorImpl::createDocumentFromSource): impl -> implementation
5868 * kwq/DOM.mm:
5883 (DOM::CSSComputedStyleDeclarationImpl::getPropertyCSSValue):
5885 (DOM::CSSMutableStyleDeclarationImpl::setProperty):
5886 (DOM::CSSPrimitiveValueImpl::computeLength):
5887 (DOM::CSSPrimitiveValueImpl::computeLengthFloat):
5888 (DOM::CSSPrimitiveValueImpl::cssText):
5889 (DOM::FontFamilyValueImpl::FontFamilyValueImpl):
5902 * khtml/dom/dom_node.h:
5975 (DOM::HTMLDocumentImpl::referrer):
5976 (DOM::HTMLDocumentImpl::cookie):
5977 (DOM::HTMLDocumentImpl::setCookie):
5979 (DOM::HTMLFormElementImpl::attach):
5980 (DOM::HTMLFormElementImpl::formData):
5981 (DOM::HTMLFormElementImpl::submit):
5982 (DOM::HTMLFormElementImpl::parseMappedAttribute):
5983 (DOM::HTMLGenericFormElementImpl::isMouseFocusable):
5984 (DOM::HTMLGenericFormElementImpl::defaultEventHandler):
5985 (DOM::HTMLInputElementImpl::setInputType):
5986 (DOM::HTMLInputElementImpl::type):
5987 (DOM::HTMLInputElementImpl::canHaveSelection):
5988 (DOM::HTMLInputElementImpl::selectionStart):
5989 (DOM::HTMLInputElementImpl::selectionEnd):
5990 (DOM::HTMLInputElementImpl::setSelectionStart):
5991 (DOM::HTMLInputElementImpl::setSelectionEnd):
5992 (DOM::HTMLInputElementImpl::select):
5993 (DOM::HTMLInputElementImpl::setSelectionRange):
5994 (DOM::HTMLInputElementImpl::click):
5995 (DOM::HTMLInputElementImpl::accessKeyAction):
5996 (DOM::HTMLInputElementImpl::rendererIsNeeded):
5997 (DOM::HTMLInputElementImpl::createRenderer):
5998 (DOM::HTMLInputElementImpl::attach):
5999 (DOM::HTMLInputElementImpl::altText):
6000 (DOM::HTMLInputElementImpl::appendFormData):
6001 (DOM::HTMLInputElementImpl::valueWithDefault):
6002 (DOM::HTMLInputElementImpl::storesValueSeparateFromAttribute):
6003 (DOM::HTMLInputElementImpl::defaultEventHandler):
6004 (DOM::HTMLSelectElementImpl::state):
6005 (DOM::HTMLSelectElementImpl::restoreState):
6006 (DOM::HTMLKeygenElementImpl::appendFormData):
6008 (DOM::HTMLInputElementImpl::):
6013 (DOM::HTMLAnchorElementImpl::isMouseFocusable):
6015 (DOM::HTMLAppletElementImpl::getMember):
6016 (DOM::HTMLAppletElementImpl::callMember):
6017 (DOM::HTMLAppletElementImpl::allParamsAvailable):
6018 (DOM::HTMLEmbedElementImpl::getEmbedInstance):
6019 (DOM::HTMLObjectElementImpl::HTMLObjectElementImpl):
6020 (DOM::HTMLObjectElementImpl::getObjectInstance):
6021 (DOM::HTMLObjectElementImpl::rendererIsNeeded):
6023 (DOM::HTMLObjectElementImpl::isDocNamedItem):
6025 (DOM::HTMLTableElementImpl::HTMLTableElementImpl):
6026 (DOM::HTMLTableElementImpl::parseMappedAttribute):
6289 (DOM::NodeImpl::dispatchKeyEvent):
6290 (DOM::NodeImpl::createRendererIfNeeded):
6320 (DOM::AbstractViewImpl::getComputedStyle):
6322 * kwq/DOM-CSS.mm:
6335 (DOM::ContainerNodeImpl::insertBefore):
6336 (DOM::ContainerNodeImpl::replaceChild):
6337 (DOM::ContainerNodeImpl::removeChild):
6338 (DOM::ContainerNodeImpl::appendChild):
6339 (DOM::ContainerNodeImpl::addChild):
6340 Call enableEventDispatch() sooner, when basic dom mods are done.
6362 (DOM::EventImpl::storesResultAsString):
6363 (DOM::EventImpl::storeResult):
6364 (DOM::BeforeUnloadEventImpl::BeforeUnloadEventImpl):
6365 (DOM::BeforeUnloadEventImpl::storesResultAsString):
6366 (DOM::BeforeUnloadEventImpl::storeResult):
6368 (DOM::BeforeUnloadEventImpl::result):
6398 disabled previously was wrong because the DOM is not fragile at that point.
6405 (DOM::NodeImpl::dispatchEvent):
6406 (DOM::NodeImpl::dispatchGenericEvent):
6407 (DOM::NodeImpl::dispatchHTMLEvent):
6408 (DOM::NodeImpl::dispatchWindowEvent):
6409 (DOM::NodeImpl::dispatchMouseEvent):
6410 (DOM::NodeImpl::dispatchSimulatedMouseEvent):
6411 (DOM::NodeImpl::dispatchUIEvent):
6412 (DOM::NodeImpl::dispatchSubtreeModifiedEvent):
6413 (DOM::NodeImpl::dispatchKeyEvent):
6414 (DOM::NodeImpl::dispatchWheelEvent):
6415 (DOM::ContainerNodeImpl::insertBefore):
6416 (DOM::ContainerNodeImpl::replaceChild):
6417 (DOM::ContainerNodeImpl::removeChild):
6418 (DOM::ContainerNodeImpl::removeChildren):
6419 (DOM::ContainerNodeImpl::appendChild):
6420 (DOM::ContainerNodeImpl::addChild):
6421 (DOM::ContainerNodeImpl::dispatchChildInsertedEvents):
6507 (DOM::HTMLFormElementImpl::removeFormElement): Added nil check for document.
6519 (DOM::AttributeImpl::style):
6520 (DOM::AttrImpl::style):
6521 (DOM::MappedAttributeImpl::style):
6522 * kwq/DOM.mm:
6549 (DOM::AbstractViewImpl::getComputedStyle):
6550 (DOM::AbstractViewImpl::getMatchedCSSRules):
6552 * kwq/DOM-CSS.mm:
6642 * khtml/xml/dom_nodeimpl.cpp: (DOM::ContainerNodeImpl::getRect): If width or height is negative, we were setting both to zero.
6659 (DOM::NodeImpl::isDefaultNamespace):
6660 (DOM::NodeImpl::lookupPrefix):
6661 (DOM::NodeImpl::lookupNamespaceURI):
6662 (DOM::NodeImpl::lookupNamespacePrefix):
6663 (DOM::NodeImpl::getAncestorElement):
6669 * kwq/DOM.mm:
6708 - fix for <rdar://problem/3624946> No 'blur' method defined on editable non-form DOM objects
6711 * fast/dom/focus-contenteditable.html
6712 * fast/dom/blur-contenteditable.html
6729 * kwq/DOM.mm:
6840 (DOM::NodeImpl::isEqualNode):
6847 Unfortunately both the Render and DOM trees will actually preform
6934 (DOM::HTMLFormElementImpl::HTMLFormElementImpl): removed initialization of m_selectedRadioButtons.
6935 (DOM::HTMLFormElementImpl::~HTMLFormElementImpl): removed deletion of m_selectedRadioButtons.
6936 (DOM::HTMLFormElementImpl::removeFormElement): now calls document's radio button functions
6937 (DOM::HTMLInputElementImpl::isKeyboardFocusable): ditto.
6938 (DOM::HTMLInputElementImpl::setInputType): ditto.
6939 (DOM::HTMLInputElementImpl::parseMappedAttribute): ditto.
6940 (DOM::HTMLInputElementImpl::setChecked): ditto.
6941 (DOM::HTMLInputElementImpl::preDispatchEventHandler): ditto.
7027 - fixed <rdar://problem/4118258> XML DOM trees freed prematurely unless reference held to document node (causes crash)
7029 I changed the design for how DOM nodes maintain their reference to
7039 document reference, but they won't keep the rest of the DOM alive
7070 (DOM::HTMLDocumentImpl::createTokenizer):
7071 (DOM::HTMLDocumentImpl::determineParseMode):
7079 (DOM::HTMLFormElementImpl::HTMLFormElementImpl):
7080 (DOM::HTMLGenericFormElementImpl::HTMLGenericFormElementImpl):
7081 (DOM::HTMLButtonElementImpl::HTMLButtonElementImpl):
7082 (DOM::HTMLFieldSetElementImpl::HTMLFieldSetElementImpl):
7083 (DOM::HTMLInputElementImpl::HTMLInputElementImpl):
7084 (DOM::HTMLLabelElementImpl::HTMLLabelElementImpl):
7085 (DOM::HTMLLegendElementImpl::HTMLLegendElementImpl):
7086 (DOM::HTMLSelectElementImpl::HTMLSelectElementImpl):
7087 (DOM::HTMLKeygenElementImpl::HTMLKeygenElementImpl):
7088 (DOM::HTMLOptGroupElementImpl::HTMLOptGroupElementImpl):
7089 (DOM::HTMLOptionElementImpl::HTMLOptionElementImpl):
7090 (DOM::HTMLOptionElementImpl::setText):
7091 (DOM::HTMLTextAreaElementImpl::HTMLTextAreaElementImpl):
7092 (DOM::HTMLIsIndexElementImpl::HTMLIsIndexElementImpl):
7108 (DOM::HTMLAnchorElementImpl::HTMLAnchorElementImpl):
7109 (DOM::HTMLBRElementImpl::HTMLBRElementImpl):
7110 (DOM::HTMLFontElementImpl::HTMLFontElementImpl):
7111 (DOM::HTMLModElementImpl::HTMLModElementImpl):
7112 (DOM::HTMLQuoteElementImpl::HTMLQuoteElementImpl):
7115 (DOM::HTMLUListElementImpl::HTMLUListElementImpl):
7116 (DOM::HTMLDirectoryElementImpl::HTMLDirectoryElementImpl):
7117 (DOM::HTMLMenuElementImpl::HTMLMenuElementImpl):
7118 (DOM::HTMLOListElementImpl::HTMLOListElementImpl):
7119 (DOM::HTMLLIElementImpl::HTMLLIElementImpl):
7120 (DOM::HTMLDListElementImpl::HTMLDListElementImpl):
7122 (DOM::HTMLBaseFontElementImpl::HTMLBaseFontElementImpl):
7125 (DOM::HTMLAppletElementImpl::HTMLAppletElementImpl):
7126 (DOM::HTMLEmbedElementImpl::HTMLEmbedElementImpl):
7127 (DOM::HTMLObjectElementImpl::HTMLObjectElementImpl):
7128 (DOM::HTMLParamElementImpl::HTMLParamElementImpl):
7131 (DOM::HTMLTableElementImpl::HTMLTableElementImpl):
7132 (DOM::HTMLTableElementImpl::createTHead):
7133 (DOM::HTMLTableElementImpl::createTFoot):
7134 (DOM::HTMLTableElementImpl::createCaption):
7135 (DOM::HTMLTableElementImpl::insertRow):
7136 (DOM::HTMLTableSectionElementImpl::HTMLTableSectionElementImpl):
7137 (DOM::HTMLTableSectionElementImpl::insertRow):
7138 (DOM::HTMLTableRowElementImpl::insertCell):
7139 (DOM::HTMLTableCellElementImpl::HTMLTableCellElementImpl):
7140 (DOM::HTMLTableColElementImpl::HTMLTableColElementImpl):
7142 (DOM::HTMLTablePartElementImpl::HTMLTablePartElementImpl):
7143 (DOM::HTMLTableRowElementImpl::HTMLTableRowElementImpl):
7144 (DOM::HTMLTableCaptionElementImpl::HTMLTableCaptionElementImpl):
7146 (DOM::htmlConstructor):
7147 (DOM::headConstructor):
7148 (DOM::bodyConstructor):
7149 (DOM::baseConstructor):
7150 (DOM::linkConstructor):
7151 (DOM::metaConstructor):
7152 (DOM::styleConstructor):
7153 (DOM::titleConstructor):
7154 (DOM::frameConstructor):
7155 (DOM::framesetConstructor):
7156 (DOM::iframeConstructor):
7157 (DOM::formConstructor):
7158 (DOM::buttonConstructor):
7159 (DOM::inputConstructor):
7160 (DOM::isindexConstructor):
7161 (DOM::fieldsetConstructor):
7162 (DOM::labelConstructor):
7163 (DOM::legendConstructor):
7164 (DOM::optgroupConstructor):
7165 (DOM::optionConstructor):
7166 (DOM::selectConstructor):
7167 (DOM::textareaConstructor):
7168 (DOM::dlConstructor):
7169 (DOM::ulConstructor):
7170 (DOM::olConstructor):
7171 (DOM::dirConstructor):
7172 (DOM::menuConstructor):
7173 (DOM::liConstructor):
7174 (DOM::blockquoteConstructor):
7175 (DOM::divConstructor):
7176 (DOM::headingConstructor):
7177 (DOM::hrConstructor):
7178 (DOM::paragraphConstructor):
7179 (DOM::preConstructor):
7180 (DOM::basefontConstructor):
7181 (DOM::fontConstructor):
7182 (DOM::modConstructor):
7183 (DOM::anchorConstructor):
7184 (DOM::imageConstructor):
7185 (DOM::mapConstructor):
7186 (DOM::areaConstructor):
7187 (DOM::canvasConstructor):
7188 (DOM::appletConstructor):
7189 (DOM::embedConstructor):
7190 (DOM::objectConstructor):
7191 (DOM::paramConstructor):
7192 (DOM::scriptConstructor):
7193 (DOM::tableConstructor):
7194 (DOM::tableCaptionConstructor):
7195 (DOM::tableColConstructor):
7196 (DOM::tableRowConstructor):
7197 (DOM::tableCellConstructor):
7198 (DOM::tableSectionConstructor):
7199 (DOM::brConstructor):
7200 (DOM::quoteConstructor):
7201 (DOM::marqueeConstructor):
7202 (DOM::HTMLElementFactory::createHTMLElement):
7223 (DOM::RangeImpl::RangeImpl):
7224 (DOM::RangeImpl::setStart):
7225 (DOM::RangeImpl::setEnd):
7226 (DOM::RangeImpl::processContents):
7227 (DOM::RangeImpl::cloneRange):
7228 (DOM::RangeImpl::setStartAfter):
7229 (DOM::RangeImpl::setEndBefore):
7230 (DOM::RangeImpl::setEndAfter):
7231 (DOM::RangeImpl::setStartBefore):
7232 (DOM::rangeOfContents):
7261 (DOM::DocumentImpl::selfOnlyRef):
7262 (DOM::DocumentImpl::selfOnlyDeref):
7263 (DOM::DocumentImpl::focusNode):
7264 (DOM::DocumentImpl::hoverNode):
7265 (DOM::DocumentImpl::activeNode):
7274 (DOM::NodeImpl::NodeImpl):
7275 (DOM::NodeImpl::setDocument):
7276 (DOM::NodeImpl::~NodeImpl):
7277 (DOM::NodeImpl::dispatchEvent):
7278 (DOM::NodeImpl::dispatchWindowEvent):
7279 (DOM::NodeImpl::dispatchMouseEvent):
7280 (DOM::NodeImpl::checkAddChild):
7281 (DOM::ContainerNodeImpl::ContainerNodeImpl):
7282 (DOM::ContainerNodeImpl::removeAllChildren):
7283 (DOM::ContainerNodeImpl::~ContainerNodeImpl):
7285 (DOM::NodeImpl::inDocument):
7286 (DOM::NodeImpl::getDocument):
7297 (DOM::EntityImpl::EntityImpl):
7298 (DOM::EntityReferenceImpl::EntityReferenceImpl):
7299 (DOM::EntityReferenceImpl::cloneNode):
7300 (DOM::NotationImpl::NotationImpl):
7301 (DOM::ProcessingInstructionImpl::ProcessingInstructionImpl):
7302 (DOM::ProcessingInstructionImpl::cloneNode):
7318 (DOM::createFragmentFromSource):
7364 * khtml/html/html_formimpl.h: (DOM::HTMLOptionElementImpl::checkDTD): Allow <script> tags to be children of option elements
7365 * khtml/html/html_formimpl.cpp: (DOM::HTMLOptionElementImpl::text): Skip the script content when creating text string
7741 (DOM::CSSComputedStyleDeclarationImpl::getPropertyCSSValue):
7800 (DOM::):
7877 (DOM::HTMLObjectElementImpl::HTMLObjectElementImpl):
7878 (DOM::HTMLObjectElementImpl::closeRenderer):
7879 (DOM::HTMLObjectElementImpl::setComplete):
7881 (DOM::HTMLObjectElementImpl::isComplete):
7883 (DOM::objectConstructor):
7924 (DOM::NodeImpl::textContent):
7925 (DOM::NodeImpl::setTextContent):
7929 * kwq/DOM.mm:
8081 (DOM::ContainerNodeImpl::getUpperLeftCorner):
8109 Solved by eliminating load and unload for object nodes, pre-sending unload before detach, and sending dom mutation and load events after attaching.
8131 (DOM::HTMLObjectElementImpl::attach):
8132 (DOM::HTMLObjectElementImpl::detach):
8135 (DOM::NodeIteratorImpl::notifyBeforeNodeRemoval):
8146 (DOM::NodeImpl::dispatchEvent):
8147 (DOM::NodeImpl::dispatchGenericEvent):
8148 (DOM::NodeImpl::dispatchHTMLEvent):
8149 (DOM::NodeImpl::dispatchWindowEvent):
8150 (DOM::NodeImpl::dispatchMouseEvent):
8151 (DOM::NodeImpl::dispatchSimulatedMouseEvent):
8152 (DOM::NodeImpl::dispatchUIEvent):
8153 (DOM::NodeImpl::dispatchSubtreeModifiedEvent):
8154 (DOM::NodeImpl::dispatchKeyEvent):
8155 (DOM::NodeImpl::dispatchWheelEvent):
8156 (DOM::NodeImpl::willRemove):
8157 (DOM::ContainerNodeImpl::insertBefore):
8158 (DOM::ContainerNodeImpl::replaceChild):
8159 (DOM::ContainerNodeImpl::willRemove):
8160 (DOM::ContainerNodeImpl::willRemoveChild):
8161 (DOM::ContainerNodeImpl::removeChild):
8162 (DOM::ContainerNodeImpl::removeChildren):
8163 (DOM::ContainerNodeImpl::appendChild):
8164 (DOM::ContainerNodeImpl::addChild):
8165 (DOM::ContainerNodeImpl::dispatchChildInsertedEvents):
8166 (DOM::ContainerNodeImpl::dispatchChildRemovalEvents):
8167 Prevent event dispatch during DOM node removals and additions.
8218 (DOM::DocumentImpl::transformSourceDocument):
8219 (DOM::DocumentImpl::setTransformSourceDocument):
8225 (DOM::parseErrorFunc):
8226 (DOM::stylesheetLoadFunc):
8227 (DOM::setXSLTLoadCallBack):
8228 (DOM::writeToQString):
8229 (DOM::saveResultToString):
8230 (DOM::transformTextStringToXHTMLDocumentString):
8231 (DOM::xsltParamArrayFromQDict):
8232 (DOM::freeXsltParamArray):
8233 (DOM::XSLTProcessorImpl::createDocumentFromSource):
8234 (DOM::createFragmentFromSource):
8235 (DOM::xsltStylesheetPointer):
8236 (DOM::xmlDocPtrFromNode):
8237 (DOM::resultMIMEType):
8238 (DOM::XSLTProcessorImpl::transformToString):
8239 (DOM::XSLTProcessorImpl::transformToDocument):
8240 (DOM::XSLTProcessorImpl::transformToFragment):
8241 (DOM::XSLTProcessorImpl::setParameter):
8242 (DOM::XSLTProcessorImpl::getParameter):
8243 (DOM::XSLTProcessorImpl::removeParameter):
8245 (DOM::XSLTProcessorImpl::XSLTProcessorImpl):
8246 (DOM::XSLTProcessorImpl::setXSLStylesheet):
8247 (DOM::XSLTProcessorImpl::importStylesheet):
8248 (DOM::XSLTProcessorImpl::clearParameters):
8249 (DOM::XSLTProcessorImpl::reset):
8250 (DOM::XSLTProcessorImpl::xslStylesheet):
8345 (DOM::ProcessingInstructionImpl::ProcessingInstructionImpl):
8346 (DOM::ProcessingInstructionImpl::~ProcessingInstructionImpl):
8347 (DOM::ProcessingInstructionImpl::toString):
8349 (DOM::ProcessingInstructionImpl::sheet):
8350 (DOM::ProcessingInstructionImpl::setStyleSheet):
8389 (DOM::NodeImpl::isEqualNode):
8393 * kwq/DOM.mm:
8404 when no DOM standard covers the ability to make a mixed checkbox
8420 (DOM::CSSSelector::):
8429 (DOM::HTMLInputElementImpl::init):
8430 (DOM::HTMLInputElementImpl::setIndeterminate):
8431 (DOM::HTMLInputElementImpl::preDispatchEventHandler):
8432 (DOM::HTMLInputElementImpl::postDispatchEventHandler):
8434 (DOM::HTMLInputElementImpl::isIndeterminate):
8435 (DOM::HTMLInputElementImpl::indeterminate):
8443 (DOM::NodeImpl::isIndeterminate):
8462 * khtml/html/html_documentimpl.cpp: (DOM::HTMLDocumentImpl::determineParseMode):
8466 (DOM::DocumentImpl::realDocType): Add get() since we're using SharedPtr.
8467 (DOM::DocumentImpl::setDocType): Added.
8527 * kwq/DOM.mm:
8537 (DOM::HTMLObjectElementImpl::isImageType):
8674 - fix <rdar://problem/4288276> DOM tests expect hierarchy exception adding wrong types of nodes to parents (4568)
8677 the node. Fixes 4 of the W3C DOM HTML tests and 11 of the XHTML tests.
8680 (DOM::NodeImpl::checkAddChild):
8690 - changed DOMTimestamp to be a 64-bit integer on Mac OS X (requested by the DOM standard)
8692 * khtml/dom/dom_node.h: Made DOMTimestamp be unsigned long long on Mac OS X.
8695 (DOM::NodeImpl::dispatchGenericEvent): Assert that the event has a target.
8696 (DOM::NodeImpl::dispatchWindowEvent): Set the event target to the document.
8700 (DOM::EventImpl::setTarget): Now inlined.
8701 (DOM::EventImpl::timeStamp): Now inlined.
8702 (DOM::EventImpl::preventDefault): Now inlined.
8703 (DOM::EventImpl::dispatched): Added. Returns true if the event was already dispatched,
8707 (DOM::currentTimeStamp): Added. Faster inline version on Mac OS X, since this shows
8709 (DOM::EventImpl::EventImpl): Changed to use contructor syntax and set m_createTime to
8711 (DOM::EventImpl::~EventImpl): Removed explicit derefs; no longer needed.
8712 (DOM::EventImpl::initEvent): Do nothing if dispatched() is true. Simplify since
8714 (DOM::UIEventImpl::UIEventImpl): Changed to use contructor syntax and take advantage
8716 (DOM::UIEventImpl::initUIEvent): Do nothing if dispatched() is true. Simplify since
8718 (DOM::MouseEventImpl::MouseEventImpl): Changed to use contructor syntax and take advantage
8720 (DOM::MouseEventImpl::~MouseEventImpl): Removed explicit derefs; no longer needed.
8721 (DOM::MouseEventImpl::initMouseEvent): Do nothing if dispatched() is true. Simplify since
8723 (DOM::MouseEventImpl::isDragEvent): Use a local variable.
8724 (DOM::KeyboardEventImpl::KeyboardEventImpl): Changed to use contructor syntax and take
8726 (DOM::KeyboardEventImpl::~KeyboardEventImpl): Removed explicit derefs; no longer needed.
8727 (DOM::KeyboardEventImpl::initKeyboardEvent): Do nothing if dispatched() is true. Simplify
8729 (DOM::MutationEventImpl::MutationEventImpl): Changed to use contructor syntax and take
8731 (DOM::MutationEventImpl::initMutationEvent): Do nothing if dispatched() is true. Simplify
8733 (DOM::ClipboardEventImpl::ClipboardEventImpl): Simplify since SharedPtr handles initialization
8735 (DOM::RegisteredEventListener::RegisteredEventListener): Ditto.
8748 * dom/xhtml/level2/html/HTMLBaseElement02-expected.txt:
8749 * dom/xhtml/level2/html/frame-expected.txt:
8786 (DOM::StyleBaseImpl::StyleBaseImpl): Initialize base TreeShared with the appropriate
8790 (DOM::CSSRuleImpl::parentStyleSheet): Use parent().
8791 (DOM::CSSRuleImpl::parentRule): Ditto.
8797 (DOM::CSSStyleDeclarationImpl::parentRule): Ditto.
8801 (DOM::NodeImpl::isContentEditable): Use parent().
8803 (DOM::NodeImpl::parentNode): Ditto.
8805 (DOM::XSLImportRuleImpl::parentStyleSheet): Ditto.
8888 (DOM::HTMLNameCollectionImpl::traverseNextItem):
8890 (DOM::HTMLObjectElementImpl::HTMLObjectElementImpl):
8891 (DOM::HTMLObjectElementImpl::parseMappedAttribute):
8892 (DOM::HTMLObjectElementImpl::insertedIntoDocument):
8893 (DOM::HTMLObjectElementImpl::removedFromDocument):
8894 (DOM::HTMLObjectElementImpl::childrenChanged):
8895 (DOM::HTMLObjectElementImpl::updateDocNamedItem):
8897 (DOM::HTMLObjectElementImpl::isDocNamedItem):
8919 (DOM::HTMLObjectElementImpl::recalcStyle):
8954 xhtml dom tests cover these cases.
9246 (DOM::CSSSelector::CSSSelector):
9247 (DOM::CSSSelector::~CSSSelector):
9248 (DOM::CSSSelector::):
9249 (DOM::CSSSelector::pseudoType):
9250 (DOM::StyleBaseImpl::StyleBaseImpl):
9251 (DOM::StyleBaseImpl::~StyleBaseImpl):
9252 (DOM::StyleBaseImpl::isStyleSheet):
9253 (DOM::StyleBaseImpl::isCSSStyleSheet):
9254 (DOM::StyleBaseImpl::isStyleSheetList):
9255 (DOM::StyleBaseImpl::isMediaList):
9256 (DOM::StyleBaseImpl::isRuleList):
9257 (DOM::StyleBaseImpl::isRule):
9258 (DOM::StyleBaseImpl::isStyleRule):
9259 (DOM::StyleBaseImpl::isCharetRule):
9260 (DOM::StyleBaseImpl::isImportRule):
9261 (DOM::StyleBaseImpl::isMediaRule):
9262 (DOM::StyleBaseImpl::isFontFaceRule):
9263 (DOM::StyleBaseImpl::isPageRule):
9264 (DOM::StyleBaseImpl::isUnknownRule):
9265 (DOM::StyleBaseImpl::isStyleDeclaration):
9266 (DOM::StyleBaseImpl::isValue):
9267 (DOM::StyleBaseImpl::isPrimitiveValue):
9268 (DOM::StyleBaseImpl::isValueList):
9269 (DOM::StyleBaseImpl::isValueCustom):
9270 (DOM::StyleBaseImpl::setParent):
9271 (DOM::StyleBaseImpl::parseString):
9272 (DOM::StyleBaseImpl::setStrictParsing):
9273 (DOM::StyleBaseImpl::useStrictParsing):
9274 (DOM::StyleListImpl::StyleListImpl):
9275 (DOM::StyleListImpl::length):
9276 (DOM::StyleListImpl::item):
9277 (DOM::StyleListImpl::append):
9404 Fix for <rdar://problem/3947202> certain sequence of DOM
9481 (DOM::HTMLButtonElementImpl::createRenderer):
9482 (DOM::HTMLInputElementImpl::click):
9483 (DOM::HTMLInputElementImpl::createRenderer):
9485 (DOM::HTMLInputElementImpl::isTextButton):
9817 <rdar://problem/4065748> Repro crash at http://www.vanaqua.org using menu system (KHTMLParser::setCurrent(DOM::NodeImpl*))
9826 (DOM::HTMLObjectElementImpl::isImageType):
9833 * kwq/DOM.mm:
9948 (DOM::HTMLDocumentImpl::createElement):
10070 Would like API to flush rendering of pending DOM changes
10105 (DOM::XSLTProcessorImpl::XSLTProcessorImpl):
10106 (DOM::XSLTProcessorImpl::~XSLTProcessorImpl):
10107 (DOM::stylesheetLoadFunc):
10108 (DOM::XSLTProcessorImpl::transformDocument):
10109 (DOM::XSLTProcessorImpl::documentFromXMLDocPtr):
10111 (DOM::XSLTProcessorImpl::stylesheet):
10112 (DOM::XSLTProcessorImpl::sourceDocument):
10149 (DOM::HTMLFormElementImpl::formData): Pass true to the fromUnicode function to request entity encoding.
10150 (DOM::FormDataList::appendString): Ditto.
10252 (DOM::Position::upstream):
10253 (DOM::Position::downstream):
10287 (DOM::ContainerNodeImpl::setFocus): Clicking on an editable element used to change the selection twice.
10330 (DOM::NodeImpl::dispatchEvent):
10331 (DOM::NodeImpl::dispatchGenericEvent):
10332 (DOM::NodeImpl::dispatchHTMLEvent):
10333 (DOM::NodeImpl::dispatchWindowEvent):
10334 (DOM::NodeImpl::dispatchMouseEvent):
10335 (DOM::NodeImpl::dispatchSimulatedMouseEvent):
10336 (DOM::NodeImpl::dispatchUIEvent):
10337 (DOM::NodeImpl::dispatchKeyEvent):
10338 (DOM::NodeImpl::dispatchWheelEvent):
10339 (DOM::NodeImpl::detach):
10340 (DOM::ContainerNodeImpl::insertBefore):
10341 (DOM::ContainerNodeImpl::replaceChild):
10342 (DOM::ContainerNodeImpl::removeChild):
10343 (DOM::ContainerNodeImpl::removeChildren):
10344 (DOM::ContainerNodeImpl::appendChild):
10345 (DOM::ContainerNodeImpl::addChild):
10346 (DOM::ContainerNodeImpl::dispatchChildInsertedEvents):
10355 while it is modifying the DOM tree. This does not fix any bugs but was
10363 (DOM::forbidEventDispatch):
10364 (DOM::allowEventDispatch):
10365 (DOM::NodeImpl::dispatchEvent): Added assertion.
10366 (DOM::NodeImpl::dispatchGenericEvent): Added assertion.
10367 (DOM::NodeImpl::dispatchHTMLEvent): Added assertion.
10368 (DOM::NodeImpl::dispatchWindowEvent): Added assertion.
10369 (DOM::NodeImpl::dispatchMouseEvent): Added assertion.
10370 (DOM::NodeImpl::dispatchSimulatedMouseEvent): Added assertion.
10371 (DOM::NodeImpl::dispatchUIEvent): Added assertion.
10372 (DOM::NodeImpl::dispatchKeyEvent): Added assertion.
10373 (DOM::NodeImpl::dispatchWheelEvent): Added assertion.
10374 (DOM::NodeImpl::detach): Added assertion.
10375 (DOM::ContainerNodeImpl::insertBefore): Wrapped tree-modifying code.
10376 (DOM::ContainerNodeImpl::replaceChild): Wrapped tree-modifying code.
10377 (DOM::ContainerNodeImpl::removeChild): Wrapped tree-modifying code.
10378 (DOM::ContainerNodeImpl::removeChildren): Wrapped tree-modifying code.
10379 (DOM::ContainerNodeImpl::appendChild): Wrapped tree-modifying code.
10380 (DOM::ContainerNodeImpl::addChild): Wrapped tree-modifying code.
10381 (DOM::ContainerNodeImpl::dispatchChildInsertedEvents): Added. assertion.
10562 (DOM::NodeImpl::detach):
10571 (DOM::DocumentImpl::URL): if the URL is empty, return "about:blank", the JS DOM
10573 (DOM::DocumentImpl::baseURL): base it on URL(), not m_url
10592 (DOM::HTMLObjectElementImpl::isImageType):
10610 (DOM::NodeImpl::isSameNode):
10611 * kwq/DOM.mm:
10622 <rdar://problem/4065748> Repro crash at http://www.vanaqua.org using menu system (KHTMLParser::setCurrent(DOM::NodeImpl*))
11039 (DOM::HTMLInputElementImpl::postDispatchEventHandler): Only consider preventDefault
11042 (DOM::NodeImpl::dispatchGenericEvent): Don't let stopPropagation prevent calling
11075 * khtml/dom/dom2_events.cpp:
11076 * khtml/dom/dom2_traversal.cpp:
11077 * khtml/dom/dom_misc.cpp:
11078 * khtml/dom/dom_string.cpp:
11226 * kwq/DOM-CSS.mm:
11227 * kwq/DOM.mm:
11445 (DOM::XSLTProcessorImpl::documentFromXMLDocPtr):
11691 (DOM::addItemToMap):
11695 (DOM::HTMLFormElementImpl::radioButtonChecked):
11698 (DOM::HTMLElementFactory::createHTMLElement):
11708 * kwq/DOM.mm:
11914 * kwq/DOM-CSS.mm:
11915 * kwq/DOM.mm:
11992 Landing the W3C XHTML DOM test suites.
11998 * layout-tests/fast/dom/set-innerHTML.xhtml: improved error reporting.
12001 * layout-tests/dom/xhtml/level1/: Added.
12002 * layout-tests/dom/xhtml/level1/core/documentgetdoctypenodtd-expected.txt: Added.
12003 * layout-tests/dom/xhtml/level1/core/documentgetdoctypenodtd.js: Added.
12004 * layout-tests/dom/xhtml/level1/core/documentgetdoctypenodtd.xhtml: Added.
12005 * layout-tests/dom/xhtml/level1/core/documentinvalidcharacterexceptioncreateentref-expected.txt: Added.
12006 * layout-tests/dom/xhtml/level1/core/documentinvalidcharacterexceptioncreateentref.js: Added.
12007 * layout-tests/dom/xhtml/level1/core/documentinvalidcharacterexceptioncreateentref.xhtml: Added.
12008 * layout-tests/dom/xhtml/level1/core/documentinvalidcharacterexceptioncreateentref1-expected.txt: Added.
12009 * layout-tests/dom/xhtml/level1/core/documentinvalidcharacterexceptioncreateentref1.js: Added.
12010 * layout-tests/dom/xhtml/level1/core/documentinvalidcharacterexceptioncreateentref1.xhtml: Added.
12011 * layout-tests/dom/xhtml/level1/core/documentinvalidcharacterexceptioncreatepi-expected.txt: Added.
12012 * layout-tests/dom/xhtml/level1/core/documentinvalidcharacterexceptioncreatepi.js: Added.
12013 * layout-tests/dom/xhtml/level1/core/documentinvalidcharacterexceptioncreatepi.xhtml: Added.
12014 * layout-tests/dom/xhtml/level1/core/documentinvalidcharacterexceptioncreatepi1-expected.txt: Added.
12015 * layout-tests/dom/xhtml/level1/core/documentinvalidcharacterexceptioncreatepi1.js: Added.
12016 * layout-tests/dom/xhtml/level1/core/documentinvalidcharacterexceptioncreatepi1.xhtml: Added.
12017 * layout-tests/dom/xhtml/level1/core/hc_attrappendchild1-expected.txt: Added.
12018 * layout-tests/dom/xhtml/level1/core/hc_attrappendchild1.js: Added.
12019 * layout-tests/dom/xhtml/level1/core/hc_attrappendchild1.xhtml: Added.
12020 * layout-tests/dom/xhtml/level1/core/hc_attrappendchild2-expected.txt: Added.
12021 * layout-tests/dom/xhtml/level1/core/hc_attrappendchild2.js: Added.
12022 * layout-tests/dom/xhtml/level1/core/hc_attrappendchild2.xhtml: Added.
12023 * layout-tests/dom/xhtml/level1/core/hc_attrappendchild3-expected.txt: Added.
12024 * layout-tests/dom/xhtml/level1/core/hc_attrappendchild3.js: Added.
12025 * layout-tests/dom/xhtml/level1/core/hc_attrappendchild3.xhtml: Added.
12026 * layout-tests/dom/xhtml/level1/core/hc_attrappendchild4-expected.txt: Added.
12027 * layout-tests/dom/xhtml/level1/core/hc_attrappendchild4.js: Added.
12028 * layout-tests/dom/xhtml/level1/core/hc_attrappendchild4.xhtml: Added.
12029 * layout-tests/dom/xhtml/level1/core/hc_attrappendchild5-expected.txt: Added.
12030 * layout-tests/dom/xhtml/level1/core/hc_attrappendchild5.js: Added.
12031 * layout-tests/dom/xhtml/level1/core/hc_attrappendchild5.xhtml: Added.
12032 * layout-tests/dom/xhtml/level1/core/hc_attrappendchild6-expected.txt: Added.
12033 * layout-tests/dom/xhtml/level1/core/hc_attrappendchild6.js: Added.
12034 * layout-tests/dom/xhtml/level1/core/hc_attrappendchild6.xhtml: Added.
12035 * layout-tests/dom/xhtml/level1/core/hc_attrchildnodes1-expected.txt: Added.
12036 * layout-tests/dom/xhtml/level1/core/hc_attrchildnodes1.js: Added.
12037 * layout-tests/dom/xhtml/level1/core/hc_attrchildnodes1.xhtml: Added.
12038 * layout-tests/dom/xhtml/level1/core/hc_attrchildnodes2-expected.txt: Added.
12039 * layout-tests/dom/xhtml/level1/core/hc_attrchildnodes2.js: Added.
12040 * layout-tests/dom/xhtml/level1/core/hc_attrchildnodes2.xhtml: Added.
12041 * layout-tests/dom/xhtml/level1/core/hc_attrclonenode1-expected.txt: Added.
12042 * layout-tests/dom/xhtml/level1/core/hc_attrclonenode1.js: Added.
12043 * layout-tests/dom/xhtml/level1/core/hc_attrclonenode1.xhtml: Added.
12044 * layout-tests/dom/xhtml/level1/core/hc_attrcreatedocumentfragment-expected.txt: Added.
12045 * layout-tests/dom/xhtml/level1/core/hc_attrcreatedocumentfragment.js: Added.
12046 * layout-tests/dom/xhtml/level1/core/hc_attrcreatedocumentfragment.xhtml: Added.
12047 * layout-tests/dom/xhtml/level1/core/hc_attrcreatetextnode-expected.txt: Added.
12048 * layout-tests/dom/xhtml/level1/core/hc_attrcreatetextnode.js: Added.
12049 * layout-tests/dom/xhtml/level1/core/hc_attrcreatetextnode.xhtml: Added.
12050 * layout-tests/dom/xhtml/level1/core/hc_attrcreatetextnode2-expected.txt: Added.
12051 * layout-tests/dom/xhtml/level1/core/hc_attrcreatetextnode2.js: Added.
12052 * layout-tests/dom/xhtml/level1/core/hc_attrcreatetextnode2.xhtml: Added.
12053 * layout-tests/dom/xhtml/level1/core/hc_attreffectivevalue-expected.txt: Added.
12054 * layout-tests/dom/xhtml/level1/core/hc_attreffectivevalue.js: Added.
12055 * layout-tests/dom/xhtml/level1/core/hc_attreffectivevalue.xhtml: Added.
12056 * layout-tests/dom/xhtml/level1/core/hc_attrfirstchild-expected.txt: Added.
12057 * layout-tests/dom/xhtml/level1/core/hc_attrfirstchild.js: Added.
12058 * layout-tests/dom/xhtml/level1/core/hc_attrfirstchild.xhtml: Added.
12059 * layout-tests/dom/xhtml/level1/core/hc_attrgetvalue1-expected.txt: Added.
12060 * layout-tests/dom/xhtml/level1/core/hc_attrgetvalue1.js: Added.
12061 * layout-tests/dom/xhtml/level1/core/hc_attrgetvalue1.xhtml: Added.
12062 * layout-tests/dom/xhtml/level1/core/hc_attrgetvalue2-expected.txt: Added.
12063 * layout-tests/dom/xhtml/level1/core/hc_attrgetvalue2.js: Added.
12064 * layout-tests/dom/xhtml/level1/core/hc_attrgetvalue2.xhtml: Added.
12065 * layout-tests/dom/xhtml/level1/core/hc_attrhaschildnodes-expected.txt: Added.
12066 * layout-tests/dom/xhtml/level1/core/hc_attrhaschildnodes.js: Added.
12067 * layout-tests/dom/xhtml/level1/core/hc_attrhaschildnodes.xhtml: Added.
12068 * layout-tests/dom/xhtml/level1/core/hc_attrinsertbefore1-expected.txt: Added.
12069 * layout-tests/dom/xhtml/level1/core/hc_attrinsertbefore1.js: Added.
12070 * layout-tests/dom/xhtml/level1/core/hc_attrinsertbefore1.xhtml: Added.
12071 * layout-tests/dom/xhtml/level1/core/hc_attrinsertbefore2-expected.txt: Added.
12072 * layout-tests/dom/xhtml/level1/core/hc_attrinsertbefore2.js: Added.
12073 * layout-tests/dom/xhtml/level1/core/hc_attrinsertbefore2.xhtml: Added.
12074 * layout-tests/dom/xhtml/level1/core/hc_attrinsertbefore3-expected.txt: Added.
12075 * layout-tests/dom/xhtml/level1/core/hc_attrinsertbefore3.js: Added.
12076 * layout-tests/dom/xhtml/level1/core/hc_attrinsertbefore3.xhtml: Added.
12077 * layout-tests/dom/xhtml/level1/core/hc_attrinsertbefore4-expected.txt: Added.
12078 * layout-tests/dom/xhtml/level1/core/hc_attrinsertbefore4.js: Added.
12079 * layout-tests/dom/xhtml/level1/core/hc_attrinsertbefore4.xhtml: Added.
12080 * layout-tests/dom/xhtml/level1/core/hc_attrinsertbefore5-expected.txt: Added.
12081 * layout-tests/dom/xhtml/level1/core/hc_attrinsertbefore5.js: Added.
12082 * layout-tests/dom/xhtml/level1/core/hc_attrinsertbefore5.xhtml: Added.
12083 * layout-tests/dom/xhtml/level1/core/hc_attrinsertbefore6-expected.txt: Added.
12084 * layout-tests/dom/xhtml/level1/core/hc_attrinsertbefore6.js: Added.
12085 * layout-tests/dom/xhtml/level1/core/hc_attrinsertbefore6.xhtml: Added.
12086 * layout-tests/dom/xhtml/level1/core/hc_attrinsertbefore7-expected.txt: Added.
12087 * layout-tests/dom/xhtml/level1/core/hc_attrinsertbefore7.js: Added.
12088 * layout-tests/dom/xhtml/level1/core/hc_attrinsertbefore7.xhtml: Added.
12089 * layout-tests/dom/xhtml/level1/core/hc_attrlastchild-expected.txt: Added.
12090 * layout-tests/dom/xhtml/level1/core/hc_attrlastchild.js: Added.
12091 * layout-tests/dom/xhtml/level1/core/hc_attrlastchild.xhtml: Added.
12092 * layout-tests/dom/xhtml/level1/core/hc_attrname-expected.txt: Added.
12093 * layout-tests/dom/xhtml/level1/core/hc_attrname.js: Added.
12094 * layout-tests/dom/xhtml/level1/core/hc_attrname.xhtml: Added.
12095 * layout-tests/dom/xhtml/level1/core/hc_attrnextsiblingnull-expected.txt: Added.
12096 * layout-tests/dom/xhtml/level1/core/hc_attrnextsiblingnull.js: Added.
12097 * layout-tests/dom/xhtml/level1/core/hc_attrnextsiblingnull.xhtml: Added.
12098 * layout-tests/dom/xhtml/level1/core/hc_attrnormalize-expected.txt: Added.
12099 * layout-tests/dom/xhtml/level1/core/hc_attrnormalize.js: Added.
12100 * layout-tests/dom/xhtml/level1/core/hc_attrnormalize.xhtml: Added.
12101 * layout-tests/dom/xhtml/level1/core/hc_attrparentnodenull-expected.txt: Added.
12102 * layout-tests/dom/xhtml/level1/core/hc_attrparentnodenull.js: Added.
12103 * layout-tests/dom/xhtml/level1/core/hc_attrparentnodenull.xhtml: Added.
12104 * layout-tests/dom/xhtml/level1/core/hc_attrprevioussiblingnull-expected.txt: Added.
12105 * layout-tests/dom/xhtml/level1/core/hc_attrprevioussiblingnull.js: Added.
12106 * layout-tests/dom/xhtml/level1/core/hc_attrprevioussiblingnull.xhtml: Added.
12107 * layout-tests/dom/xhtml/level1/core/hc_attrremovechild1-expected.txt: Added.
12108 * layout-tests/dom/xhtml/level1/core/hc_attrremovechild1.js: Added.
12109 * layout-tests/dom/xhtml/level1/core/hc_attrremovechild1.xhtml: Added.
12110 * layout-tests/dom/xhtml/level1/core/hc_attrremovechild2-expected.txt: Added.
12111 * layout-tests/dom/xhtml/level1/core/hc_attrremovechild2.js: Added.
12112 * layout-tests/dom/xhtml/level1/core/hc_attrremovechild2.xhtml: Added.
12113 * layout-tests/dom/xhtml/level1/core/hc_attrreplacechild1-expected.txt: Added.
12114 * layout-tests/dom/xhtml/level1/core/hc_attrreplacechild1.js: Added.
12115 * layout-tests/dom/xhtml/level1/core/hc_attrreplacechild1.xhtml: Added.
12116 * layout-tests/dom/xhtml/level1/core/hc_attrreplacechild2-expected.txt: Added.
12117 * layout-tests/dom/xhtml/level1/core/hc_attrreplacechild2.js: Added.
12118 * layout-tests/dom/xhtml/level1/core/hc_attrreplacechild2.xhtml: Added.
12119 * layout-tests/dom/xhtml/level1/core/hc_attrsetvalue1-expected.txt: Added.
12120 * layout-tests/dom/xhtml/level1/core/hc_attrsetvalue1.js: Added.
12121 * layout-tests/dom/xhtml/level1/core/hc_attrsetvalue1.xhtml: Added.
12122 * layout-tests/dom/xhtml/level1/core/hc_attrsetvalue2-expected.txt: Added.
12123 * layout-tests/dom/xhtml/level1/core/hc_attrsetvalue2.js: Added.
12124 * layout-tests/dom/xhtml/level1/core/hc_attrsetvalue2.xhtml: Added.
12125 * layout-tests/dom/xhtml/level1/core/hc_attrspecifiedvalue-expected.txt: Added.
12126 * layout-tests/dom/xhtml/level1/core/hc_attrspecifiedvalue.js: Added.
12127 * layout-tests/dom/xhtml/level1/core/hc_attrspecifiedvalue.xhtml: Added.
12128 * layout-tests/dom/xhtml/level1/core/hc_attrspecifiedvaluechanged-expected.txt: Added.
12129 * layout-tests/dom/xhtml/level1/core/hc_attrspecifiedvaluechanged.js: Added.
12130 * layout-tests/dom/xhtml/level1/core/hc_attrspecifiedvaluechanged.xhtml: Added.
12131 * layout-tests/dom/xhtml/level1/core/hc_characterdataappenddata-expected.txt: Added.
12132 * layout-tests/dom/xhtml/level1/core/hc_characterdataappenddata.js: Added.
12133 * layout-tests/dom/xhtml/level1/core/hc_characterdataappenddata.xhtml: Added.
12134 * layout-tests/dom/xhtml/level1/core/hc_characterdataappenddatagetdata-expected.txt: Added.
12135 * layout-tests/dom/xhtml/level1/core/hc_characterdataappenddatagetdata.js: Added.
12136 * layout-tests/dom/xhtml/level1/core/hc_characterdataappenddatagetdata.xhtml: Added.
12137 * layout-tests/dom
12138 * layout-tests/dom/xhtml/level1/core/hc_characterdatadeletedatabegining.js: Added.
12139 * layout-tests/dom/xhtml/level1/core/hc_characterdatadeletedatabegining.xhtml: Added.
12140 * layout-tests/dom/xhtml/level1/core/hc_characterdatadeletedataend-expected.txt: Added.
12141 * layout-tests/dom/xhtml/level1/core/hc_characterdatadeletedataend.js: Added.
12142 * layout-tests/dom/xhtml/level1/core/hc_characterdatadeletedataend.xhtml: Added.
12143 * layout-tests/dom/xhtml/level1/core/hc_characterdatadeletedataexceedslength-expected.txt: Added.
12144 * layout-tests/dom/xhtml/level1/core/hc_characterdatadeletedataexceedslength.js: Added.
12145 * layout-tests/dom/xhtml/level1/core/hc_characterdatadeletedataexceedslength.xhtml: Added.
12146 * layout-tests/dom/xhtml/level1/core/hc_characterdatadeletedatagetlengthanddata-expected.txt: Added.
12147 * layout-tests/dom/xhtml/level1/core/hc_characterdatadeletedatagetlengthanddata.js: Added.
12148 * layout-tests/dom/xhtml/level1/core/hc_characterdatadeletedatagetlengthanddata.xhtml: Added.
12149 * layout-tests/dom/xhtml/level1/core/hc_characterdatadeletedatamiddle-expected.txt: Added.
12150 * layout-tests/dom/xhtml/level1/core/hc_characterdatadeletedatamiddle.js: Added.
12151 * layout-tests/dom/xhtml/level1/core/hc_characterdatadeletedatamiddle.xhtml: Added.
12152 * layout-tests/dom/xhtml/level1/core/hc_characterdatagetdata-expected.txt: Added.
12153 * layout-tests/dom/xhtml/level1/core/hc_characterdatagetdata.js: Added.
12154 * layout-tests/dom/xhtml/level1/core/hc_characterdatagetdata.xhtml: Added.
12155 * layout-tests/dom/xhtml/level1/core/hc_characterdatagetlength-expected.txt: Added.
12156 * layout-tests/dom/xhtml/level1/core/hc_characterdatagetlength.js: Added.
12157 * layout-tests/dom/xhtml/level1/core/hc_characterdatagetlength.xhtml: Added.
12158 * layout-tests/dom/xhtml/level1/core/hc_characterdataindexsizeerrdeletedatacountnegative-expected.txt: Added.
12159 * layout-tests/dom/xhtml/level1/core/hc_characterdataindexsizeerrdeletedatacountnegative.js: Added.
12160 * layout-tests/dom/xhtml/level1/core/hc_characterdataindexsizeerrdeletedatacountnegative.xhtml: Added.
12161 * layout-tests/dom/xhtml/level1/core/hc_characterdataindexsizeerrdeletedataoffsetgreater-expected.txt: Added.
12162 * layout-tests/dom/xhtml/level1/core/hc_characterdataindexsizeerrdeletedataoffsetgreater.js: Added.
12163 * layout-tests/dom/xhtml/level1/core/hc_characterdataindexsizeerrdeletedataoffsetgreater.xhtml: Added.
12164 * layout-tests/dom/xhtml/level1/core/hc_characterdataindexsizeerrdeletedataoffsetnegative-expected.txt: Added.
12165 * layout-tests/dom/xhtml/level1/core/hc_characterdataindexsizeerrdeletedataoffsetnegative.js: Added.
12166 * layout-tests/dom/xhtml/level1/core/hc_characterdataindexsizeerrdeletedataoffsetnegative.xhtml: Added.
12167 * layout-tests/dom/xhtml/level1/core/hc_characterdataindexsizeerrinsertdataoffsetgreater-expected.txt: Added.
12168 * layout-tests/dom/xhtml/level1/core/hc_characterdataindexsizeerrinsertdataoffsetgreater.js: Added.
12169 * layout-tests/dom/xhtml/level1/core/hc_characterdataindexsizeerrinsertdataoffsetgreater.xhtml: Added.
12170 * layout-tests/dom/xhtml/level1/core/hc_characterdataindexsizeerrinsertdataoffsetnegative-expected.txt: Added.
12171 * layout-tests/dom/xhtml/level1/core/hc_documentinvalidcharacterexceptioncreateelement1-expected.txt: Added.
12172 * layout-tests/dom/xhtml/level1/core/hc_documentinvalidcharacterexceptioncreateelement1.js: Added.
12173 * layout-tests/dom/xhtml/level1/core/hc_documentinvalidcharacterexceptioncreateelement1.xhtml: Added.
12174 * layout-tests/dom/xhtml/level1/core/hc_domimplementationfeaturenoversion-expected.txt: Added.
12175 * layout-tests/dom/xhtml/level1/core/hc_domimplementationfeaturenoversion.js: Added.
12176 * layout-tests/dom/xhtml/level1/core/hc_domimplementationfeaturenoversion.xhtml: Added.
12177 * layout-tests/dom/xhtml/level1/core/hc_domimplementationfeaturenull-expected.txt: Added.
12178 * layout-tests/dom/xhtml/level1/core/hc_domimplementationfeaturenull.js: Added.
12179 * layout-tests/dom/xhtml/level1/core/hc_domimplementationfeaturenull.xhtml: Added.
12180 * layout-tests/dom/xhtml/level1/core/hc_domimplementationfeaturexml-expected.txt: Added.
12181 * layout-tests/dom/xhtml/level1/core/hc_domimplementationfeaturexml.js: Added.
12182 * layout-tests/dom/xhtml/level1/core/hc_domimplementationfeaturexml.xhtml: Added.
12183 * layout-tests/dom/xhtml/level1/core/hc_elementaddnewattribute-expected.txt: Added.
12184 * layout-tests/dom/xhtml/level1/core/hc_elementaddnewattribute.js: Added.
12185 * layout-tests/dom/xhtml/level1/core/hc_elementaddnewattribute.xhtml: Added.
12186 * layout-tests/dom/xhtml/level1/core/hc_elementassociatedattribute-expected.txt: Added.
12187 * layout-tests/dom/xhtml/level1/core/hc_elementassociatedattribute.js: Added.
12188 * layout-tests/dom/xhtml/level1/core/hc_elementassociatedattribute.xhtml: Added.
12189 * layout-tests/dom/xhtml/level1/core/hc_elementchangeattributevalue-expected.txt: Added.
12190 * layout-tests/dom/xhtml/level1/core/hc_elementchangeattributevalue.js: Added.
12191 * layout-tests/dom/xhtml/level1/core/hc_elementchangeattributevalue.xhtml: Added.
12192 * layout-tests/dom/xhtml/level1/core/hc_elementcreatenewattribute-expected.txt: Added.
12193 * layout-tests/dom/xhtml/level1/core/hc_elementcreatenewattribute.js: Added.
12194 * layout-tests/dom/xhtml/level1/core/hc_elementcreatenewattribute.xhtml: Added.
12195 * layout-tests/dom/xhtml/level1/core/hc_elementgetattributenode-expected.txt: Added.
12196 * layout-tests/dom/xhtml/level1/core/hc_elementgetattributenode.js: Added.
12197 * layout-tests/dom/xhtml/level1/core/hc_elementgetattributenode.xhtml: Added.
12198 * layout-tests/dom/xhtml/level1/core/hc_elementgetattributenodenull-expected.txt: Added.
12199 * layout-tests/dom/xhtml/level1/core/hc_elementgetattributenodenull.js: Added.
12200 * layout-tests/dom/xhtml/level1/core/hc_elementgetattributenodenull.xhtml: Added.
12201 * layout-tests/dom/xhtml/level1/core/hc_elementgetelementempty-expected.txt: Added.
12202 * layout-tests/dom/xhtml/level1/core/hc_elementgetelementempty.js: Added.
12203 * layout-tests/dom/xhtml/level1/core/hc_elementgetelementempty.xhtml: Added.
12204 * layout-tests/dom/xhtml/level1/core/hc_elementgetelementsbytagname-expected.txt: Added.
12205 * layout-tests/dom/xhtml/level1/core/hc_elementgetelementsbytagname.js: Added.
12206 * layout-tests/dom/xhtml/level1/core/hc_elementgetelementsbytagname.xhtml: Added.
12207 * layout-tests/dom/xhtml/level1/core/hc_elementgetelementsbytagnameaccessnodelist-expected.txt: Added.
12208 * layout-tests/dom/xhtml/level1/core/hc_elementgetelementsbytagnameaccessnodelist.js: Added.
12209 * layout-tests/dom/xhtml/level1/core/hc_elementgetelementsbytagnameaccessnodelist.xhtml: Added.
12210 * layout-tests/dom/xhtml/level1/core/hc_elementgetelementsbytagnamenomatch-expected.txt: Added.
12211 * layout-tests/dom/xhtml/level1/core/hc_elementgetelementsbytagnamenomatch.js: Added.
12212 * layout-tests/dom/xhtml/level1/core/hc_elementgetelementsbytagnamenomatch.xhtml: Added.
12213 * layout-tests/dom/xhtml/level1/core/hc_elementgetelementsbytagnamespecialvalue-expected.txt: Added.
12214 * layout-tests/dom/xhtml/level1/core/hc_elementgetelementsbytagnamespecialvalue.js: Added.
12215 * layout-tests/dom/xhtml/level1/core/hc_elementgetelementsbytagnamespecialvalue.xhtml: Added.
12216 * layout-tests/dom/xhtml/level1/core/hc_elementgettagname-expected.txt: Added.
12217 * layout-tests/dom/xhtml/level1/core/hc_elementgettagname.js: Added.
12218 * layout-tests/dom/xhtml/level1/core/hc_elementgettagname.xhtml: Added.
12219 * layout-tests/dom/xhtml/level1/core/hc_elementinuseattributeerr-expected.txt: Added.
12220 * layout-tests/dom/xhtml/level1/core/hc_elementinuseattributeerr.js: Added.
12221 * layout-tests/dom/xhtml/level1/core/hc_elementinuseattributeerr.xhtml: Added.
12222 * layout-tests/dom/xhtml/level1/core/hc_elementinvalidcharacterexception-expected.txt: Added.
12223 * layout-tests/dom/xhtml/level1/core/hc_elementinvalidcharacterexception.js: Added.
12224 * layout-tests/dom/xhtml/level1/core/hc_elementinvalidcharacterexception.xhtml: Added.
12225 * layout-tests/dom/xhtml/level1/core/hc_elementinvalidcharacterexception1-expected.txt: Added.
12226 * layout-tests/dom/xhtml/level1/core/hc_elementinvalidcharacterexception1.js: Added.
12227 * layout-tests/dom/xhtml/level1/core/hc_elementinvalidcharacterexception1.xhtml: Added.
12228 * layout-tests/dom/xhtml/level1/core/hc_elementnormalize-expected.txt: Added.
12229 * layout-tests/dom/xhtml/level1/core/hc_elementnormalize.js: Added.
12230 * layout-tests/dom/xhtml/level1/core/hc_elementnormalize.xhtml: Added.
12231 * layout-tests/dom/xhtml/level1/core/hc_elementnormalize2-expected.txt: Added.
12232 * layout-tests/dom/xhtml/level1/core/hc_elementnormalize2.js: Added.
12233 * layout-tests/dom/xhtml/level1/core/hc_elementnormalize2.xhtml: Added.
12234 * layout-tests/dom/xhtml/level1/core/hc_elementnotfounderr-expected.txt: Added.
12235 * layout-tests/dom/xhtml/level1/core/hc_elementnotfounderr.js: Added.
12236 * layout-tests/dom/xhtml/level1/core/hc_elementnotfounderr.xhtml: Added.
12237 * layout-tests/dom/xhtml/level1/core/hc_elementremoveattribute-expected.txt: Added.
12238 * layout-tests/dom/xhtml/level1/core/hc_elementremoveattribute.js: Added.
12239 * layout-tests/dom/xhtml/level1/core/hc_elementremoveattribute.xhtml: Added.
12240 * layout-tests/dom/xhtml/level1/core/hc_elementremoveattributeaftercreate-expected.txt: Added.
12241 * layout-tests/dom/xhtml/level1/core/hc_elementremoveattributeaftercreate.js: Added.
12242 * layout-tests/dom/xhtml/level1/core/hc_elementremoveattributeaftercreate.xhtml: Added.
12243 * layout-tests/dom/xhtml/level1/core/hc_elementremoveattributenode-expected.txt: Added.
12244 * layout-tests/dom/xhtml/level1/core/hc_elementremoveattributenode.js: Added.
12245 * layout-tests/dom/xhtml/level1/core/hc_elementremoveattributenode.xhtml: Added.
12246 * layout-tests/dom/xhtml/level1/core/hc_elementreplaceattributewithself-expected.txt: Added.
12247 * layout-tests/dom/xhtml/level1/core/hc_elementreplaceattributewithself.js: Added.
12248 * layout-tests/dom/xhtml/level1/core/hc_elementreplaceattributewithself.xhtml: Added.
12249 * layout-tests/dom/xhtml/level1/core/hc_elementreplaceexistingattribute-expected.txt: Added.
12250 * layout-tests/dom/xhtml/level1/core/hc_elementreplaceexistingattribute.js: Added.
12251 * layout-tests/dom/xhtml/level1/core/hc_elementreplaceexistingattribute.xhtml: Added.
12252 * layout-tests/dom/xhtml/level1/core/hc_elementreplaceexistingattributegevalue-expected.txt: Added.
12253 * layout-tests/dom/xhtml/level1/core/hc_elementreplaceexistingattributegevalue.js: Added.
12254 * layout-tests/dom/xhtml/level1/core/hc_elementreplaceexistingattributegevalue.xhtml: Added.
12255 * layout-tests/dom/xhtml/level1/core/hc_elementretrieveallattributes-expected.txt: Added.
12256 * layout-tests/dom/xhtml/level1/core/hc_elementretrieveallattributes.js: Added.
12257 * layout-tests/dom/xhtml/level1/core/hc_elementretrieveallattributes.xhtml: Added.
12258 * layout-tests/dom/xhtml/level1/core/hc_elementretrieveattrvalue-expected.txt: Added.
12259 * layout-tests/dom/xhtml/level1/core/hc_elementretrieveattrvalue.js: Added.
12260 * layout-tests/dom/xhtml/level1/core/hc_elementretrieveattrvalue.xhtml: Added.
12261 * layout-tests/dom/xhtml/level1/core/hc_elementretrievetagname-expected.txt: Added.
12262 * layout-tests/dom/xhtml/level1/core/hc_elementretrievetagname.js: Added.
12263 * layout-tests/dom/xhtml/level1/core/hc_elementretrievetagname.xhtml: Added.
12264 * layout-tests/dom/xhtml/level1/core/hc_elementsetattributenodenull-expected.txt: Added.
12265 * layout-tests/dom/xhtml/level1/core/hc_elementsetattributenodenull.js: Added.
12266 * layout-tests/dom/xhtml/level1/core/hc_elementsetattributenodenull.xhtml: Added.
12267 * layout-tests/dom/xhtml/level1/core/hc_elementwrongdocumenterr-expected.txt: Added.
12268 * layout-tests/dom/xhtml/level1/core/hc_elementwrongdocumenterr.js: Added.
12269 * layout-tests/dom/xhtml/level1/core/hc_elementwrongdocumenterr.xhtml: Added.
12270 * layout-tests/dom/xhtml/level1/core/hc_entitiesremovenameditem1-expected.txt: Added.
12271 * layout-tests/dom/xhtml/level1/core/hc_entitiesremovenameditem1.js: Added.
12272 * layout-tests/dom/xhtml/level1/core/hc_entitiesremovenameditem1.xhtml: Added.
12273 * layout-tests/dom/xhtml/level1/core/hc_entitiessetnameditem1-expected.txt: Added.
12274 * layout-tests/dom/xhtml/level1/core/hc_entitiessetnameditem1.js: Added.
12275 * layout-tests/dom/xhtml/level1/core/hc_entitiessetnameditem1.xhtml: Added.
12276 * layout-tests/dom/xhtml/level1/core/hc_namednodemapchildnoderange-expected.txt: Added.
12277 * layout-tests/dom/xhtml/level1/core/hc_namednodemapchildnoderange.js: Added.
12278 * layout-tests/dom/xhtml/level1/core/hc_namednodemapchildnoderange.xhtml: Added.
12279 * layout-tests/dom/xhtml/level1/core/hc_namednodemapgetnameditem-expected.txt: Added.
12280 * layout-tests/dom/xhtml/level1/core/hc_namednodemapgetnameditem.js: Added.
12281 * layout-tests/dom/xhtml/level1/core/hc_namednodemapgetnameditem.xhtml: Added.
12282 * layout-tests/dom/xhtml/level1/core/hc_namednodemapinuseattributeerr-expected.txt: Added.
12283 * layout-tests/dom/xhtml/level1/core/hc_namednodemapinuseattributeerr.js: Added.
12284 * layout-tests/dom/xhtml/level1/core/hc_namednodemapinuseattributeerr.xhtml: Added.
12285 * layout-tests/dom/xhtml/level1/core/hc_namednodemapnotfounderr-expected.txt: Added.
12286 * layout-tests/dom/xhtml/level1/core/hc_namednodemapnotfounderr.js: Added.
12287 * layout-tests/dom/xhtml/level1/core/hc_namednodemapnotfounderr.xhtml: Added.
12288 * layout-tests/dom/xhtml/level1/core/hc_namednodemapnumberofnodes-expected.txt: Added.
12289 * layout-tests/dom/xhtml/level1/core/hc_namednodemapnumberofnodes.js: Added.
12290 * layout-tests/dom/xhtml/level1/core/hc_namednodemapnumberofnodes.xhtml: Added.
12291 * layout-tests/dom/xhtml/level1/core/hc_namednodemapremovenameditem-expected.txt: Added.
12292 * layout-tests/dom/xhtml/level1/core/hc_namednodemapremovenameditem.js: Added.
12293 * layout-tests/dom/xhtml/level1/core/hc_namednodemapremovenameditem.xhtml: Added.
12294 * layout-tests/dom/xhtml/level1/core/hc_namednodemapreturnattrnode-expected.txt: Added.
12295 * layout-tests/dom/xhtml/level1/core/hc_namednodemapreturnattrnode.js: Added.
12296 * layout-tests/dom/xhtml/level1/core/hc_namednodemapreturnattrnode.xhtml: Added.
12297 * layout-tests/dom/xhtml/level1/core/hc_namednodemapreturnfirstitem-expected.txt: Added.
12298 * layout-tests/dom/xhtml/level1/core/hc_namednodemapreturnfirstitem.js: Added.
12299 * layout-tests/dom/xhtml/level1/core/hc_namednodemapreturnfirstitem.xhtml: Added.
12300 * layout-tests/dom/xhtml/level1/core/hc_namednodemapreturnlastitem-expected.txt: Added.
12301 * layout-tests/dom/xhtml/level1/core/hc_namednodemapreturnlastitem.js: Added.
12302 * layout-tests/dom/xhtml/level1/core/hc_namednodemapreturnlastitem.xhtml: Added.
12303 * layout-tests/dom/xhtml/level1/core/hc_namednodemapreturnnull-expected.txt: Added.
12304 * layout-tests/dom/xhtml/level1/core/hc_namednodemapreturnnull.js: Added.
12305 * layout-tests/dom/xhtml/level1/core/hc_namednodemapreturnnull.xhtml: Added.
12306 * layout-tests/dom/xhtml/level1/core/hc_namednodemapsetnameditem-expected.txt: Added.
12307 * layout-tests/dom/xhtml/level1/core/hc_namednodemapsetnameditem.js: Added.
12308 * layout-tests/dom/xhtml/level1/core/hc_namednodemapsetnameditem.xhtml: Added.
12309 * layout-tests/dom/xhtml/level1/core/hc_namednodemapsetnameditemreturnvalue-expected.txt: Added.
12310 * layout-tests/dom/xhtml/level1/core/hc_namednodemapsetnameditemreturnvalue.js: Added.
12311 * layout-tests/dom/xhtml/level1/core/hc_namednodemapsetnameditemreturnvalue.xhtml: Added.
12312 * layout-tests/dom/xhtml/level1/core/hc_namednodemapsetnameditemthatexists-expected.txt: Added.
12313 dom/xhtml/level1/core/hc_namednodemapsetnameditemthatexists.js: Added.
12314 * layout-tests/dom/xhtml/level1/core/hc_namednodemapsetnameditemthatexists.xhtml: Added.
12315 * layout-tests/dom/xhtml/level1/core/hc_namednodemapsetnameditemwithnewvalue-expected.txt: Added.
12316 * layout-tests/dom/xhtml/level1/core/hc_namednodemapsetnameditemwithnewvalue.js: Added.
12317 * layout-tests/dom/xhtml/level1/core/hc_namednodemapsetnameditemwithnewvalue.xhtml: Added.
12318 * layout-tests/dom/xhtml/level1/core/hc_namednodemapwrongdocumenterr-expected.txt: Added.
12319 * layout-tests/dom/xhtml/level1/core/hc_namednodemapwrongdocumenterr.js: Added.
12320 * layout-tests/dom/xhtml/level1/core/hc_namednodemapwrongdocumenterr.xhtml: Added.
12321 * layout-tests/dom/xhtml/level1/core/hc_nodeappendchild-expected.txt: Added.
12322 * layout-tests/dom/xhtml/level1/core/hc_nodeappendchild.js: Added.
12323 * layout-tests/dom/xhtml/level1/core/hc_nodeappendchild.xhtml: Added.
12324 * layout-tests/dom/xhtml/level1/core/hc_nodeappendchildchildexists-expected.txt: Added.
12325 * layout-tests/dom/xhtml/level1/core/hc_nodeappendchildchildexists.js: Added.
12326 * layout-tests/dom/xhtml/level1/core/hc_nodeappendchildchildexists.xhtml: Added.
12327 * layout-tests/dom/xhtml/level1/core/hc_nodeappendchilddocfragment-expected.txt: Added.
12328 * layout-tests/dom/xhtml/level1/core/hc_nodeappendchilddocfragment.js: Added.
12329 * layout-tests/dom/xhtml/level1/core/hc_nodeappendchilddocfragment.xhtml: Added.
12330 * layout-tests/dom/xhtml/level1/core/hc_nodeappendchildgetnodename-expected.txt: Added.
12331 * layout-tests/dom/xhtml/level1/core/hc_nodeappendchildgetnodename.js: Added.
12332 * layout-tests/dom/xhtml/level1/core/hc_nodeappendchildgetnodename.xhtml: Added.
12333 * layout-tests/dom/xhtml/level1/core/hc_nodeappendchildinvalidnodetype-expected.txt: Added.
12334 * layout-tests/dom/xhtml/level1/core/hc_nodeappendchildinvalidnodetype.js: Added.
12335 * layout-tests/dom/xhtml/level1/core/hc_nodeappendchildinvalidnodetype.xhtml: Added.
12336 * layout-tests/dom/xhtml/level1/core/hc_nodeappendchildnewchilddiffdocument-expected.txt: Added.
12337 * layout-tests/dom/xhtml/level1/core/hc_nodeappendchildnewchilddiffdocument.js: Added.
12338 * layout-tests/dom/xhtml/level1/core/hc_nodeappendchildnewchilddiffdocument.xhtml: Added.
12339 * layout-tests/dom/xhtml/level1/core/hc_nodeappendchildnodeancestor-expected.txt: Added.
12340 * layout-tests/dom/xhtml/level1/core/hc_nodeappendchildnodeancestor.js: Added.
12341 * layout-tests/dom/xhtml/level1/core/hc_nodeappendchildnodeancestor.xhtml: Added.
12342 * layout-tests/dom/xhtml/level1/core/hc_nodeattributenodeattribute-expected.txt: Added.
12343 * layout-tests/dom/xhtml/level1/core/hc_nodeattributenodeattribute.js: Added.
12344 * layout-tests/dom/xhtml/level1/core/hc_nodeattributenodeattribute.xhtml: Added.
12345 * layout-tests/dom/xhtml/level1/core/hc_nodeattributenodename-expected.txt: Added.
12346 * layout-tests/dom/xhtml/level1/core/hc_nodeattributenodename.js: Added.
12347 * layout-tests/dom/xhtml/level1/core/hc_nodeattributenodename.xhtml: Added.
12348 * layout-tests/dom/xhtml/level1/core/hc_nodeattributenodetype-expected.txt: Added.
12349 * layout-tests/dom/xhtml/level1/core/hc_nodeattributenodetype.js: Added.
12350 * layout-tests/dom/xhtml/level1/core/hc_nodeattributenodetype.xhtml: Added.
12351 * layout-tests/dom/xhtml/level1/core/hc_nodeattributenodevalue-expected.txt: Added.
12352 * layout-tests/dom/xhtml/level1/core/hc_nodeattributenodevalue.js: Added.
12353 * layout-tests/dom/xhtml/level1/core/hc_nodeattributenodevalue.xhtml: Added.
12354 * layout-tests/dom/xhtml/level1/core/hc_nodechildnodes-expected.txt: Added.
12355 * layout-tests/dom/xhtml/level1/core/hc_nodechildnodes.js: Added.
12356 * layout-tests/dom/xhtml/level1/core/hc_nodechildnodes.xhtml: Added.
12357 * layout-tests/dom/xhtml/level1/core/hc_nodechildnodesappendchild-expected.txt: Added.
12358 * layout-tests/dom/xhtml/level1/core/hc_nodechildnodesappendchild.js: Added.
12359 * layout-tests/dom/xhtml/level1/core/hc_nodechildnodesappendchild.xhtml: Added.
12360 * layout-tests/dom/xhtml/level1/core/hc_nodechildnodesempty-expected.txt: Added.
12361 * layout-tests/dom/xhtml/level1/core/hc_nodechildnodesempty.js: Added.
12362 * layout-tests/dom/xhtml/level1/core/hc_nodechildnodesempty.xhtml: Added.
12363 * layout-tests/dom/xhtml/level1/core/hc_nodecloneattributescopied-expected.txt: Added.
12364 * layout-tests/dom/xhtml/level1/core/hc_nodecloneattributescopied.js: Added.
12365 * layout-tests/dom/xhtml/level1/core/hc_nodecloneattributescopied.xhtml: Added.
12366 * layout-tests/dom/xhtml/level1/core/hc_nodeclonefalsenocopytext-expected.txt: Added.
12367 * layout-tests/dom/xhtml/level1/core/hc_nodeclonefalsenocopytext.js: Added.
12368 * layout-tests/dom/xhtml/level1/core/hc_nodeclonefalsenocopytext.xhtml: Added.
12369 * layout-tests/dom/xhtml/level1/core/hc_nodeclonegetparentnull-expected.txt: Added.
12370 * layout-tests/dom/xhtml/level1/core/hc_nodeclonegetparentnull.js: Added.
12371 * layout-tests/dom/xhtml/level1/core/hc_nodeclonegetparentnull.xhtml: Added.
12372 * layout-tests/dom/xhtml/level1/core/hc_nodeclonenodefalse-expected.txt: Added.
12373 * layout-tests/dom/xhtml/level1/core/hc_nodeclonenodefalse.js: Added.
12374 * layout-tests/dom/xhtml/level1/core/hc_nodeclonenodefalse.xhtml: Added.
12375 * layout-tests/dom/xhtml/level1/core/hc_nodeclonenodetrue-expected.txt: Added.
12376 * layout-tests/dom/xhtml/level1/core/hc_nodeclonenodetrue.js: Added.
12377 * layout-tests/dom/xhtml/level1/core/hc_nodeclonenodetrue.xhtml: Added.
12378 * layout-tests/dom/xhtml/level1/core/hc_nodeclonetruecopytext-expected.txt: Added.
12379 * layout-tests/dom/xhtml/level1/core/hc_nodeclonetruecopytext.js: Added.
12380 * layout-tests/dom/xhtml/level1/core/hc_nodeclonetruecopytext.xhtml: Added.
12381 * layout-tests/dom/xhtml/level1/core/hc_nodecommentnodeattributes-expected.txt: Added.
12382 * layout-tests/dom/xhtml/level1/core/hc_nodecommentnodeattributes.js: Added.
12383 * layout-tests/dom/xhtml/level1/core/hc_nodecommentnodeattributes.xhtml: Added.
12384 * layout-tests/dom/xhtml/level1/core/hc_nodecommentnodename-expected.txt: Added.
12385 * layout-tests/dom/xhtml/level1/core/hc_nodecommentnodename.js: Added.
12386 * layout-tests/dom/xhtml/level1/core/hc_nodecommentnodename.xhtml: Added.
12387 * layout-tests/dom/xhtml/level1/core/hc_nodecommentnodetype-expected.txt: Added.
12388 * layout-tests/dom/xhtml/level1/core/hc_nodecommentnodetype.js: Added.
12389 * layout-tests/dom/xhtml/level1/core/hc_nodecommentnodetype.xhtml: Added.
12390 * layout-tests/dom/xhtml/level1/core/hc_nodecommentnodevalue-expected.txt: Added.
12391 * layout-tests/dom/xhtml/level1/core/hc_nodecommentnodevalue.js: Added.
12392 * layout-tests/dom/xhtml/level1/core/hc_nodecommentnodevalue.xhtml: Added.
12393 * layout-tests/dom/xhtml/level1/core/hc_nodedocumentfragmentnodename-expected.txt: Added.
12394 * layout-tests/dom/xhtml/level1/core/hc_nodedocumentfragmentnodename.js: Added.
12395 * layout-tests/dom/xhtml/level1/core/hc_nodedocumentfragmentnodename.xhtml: Added.
12396 * layout-tests/dom/xhtml/level1/core/hc_nodedocumentfragmentnodetype-expected.txt: Added.
12397 * layout-tests/dom/xhtml/level1/core/hc_nodedocumentfragmentnodetype.js: Added.
12398 * layout-tests/dom/xhtml/level1/core/hc_nodedocumentfragmentnodetype.xhtml: Added.
12399 * layout-tests/dom/xhtml/level1/core/hc_nodedocumentfragmentnodevalue-expected.txt: Added.
12400 * layout-tests/dom/xhtml/level1/core/hc_nodedocumentfragmentnodevalue.js: Added.
12401 * layout-tests/dom/xhtml/level1/core/hc_nodedocumentfragmentnodevalue.xhtml: Added.
12402 * layout-tests/dom/xhtml/level1/core/hc_nodedocumentnodeattribute-expected.txt: Added.
12403 * layout-tests/dom/xhtml/level1/core/hc_nodedocumentnodeattribute.js: Added.
12404 * layout-tests/dom/xhtml/level1/core/hc_nodedocumentnodeattribute.xhtml: Added.
12405 * layout-tests/dom/xhtml/level1/core/hc_nodedocumentnodename-expected.txt: Added.
12406 * layout-tests/dom/xhtml/level1/core/hc_nodedocumentnodename.js: Added.
12407 * layout-tests/dom/xhtml/level1/core/hc_nodedocumentnodename.xhtml: Added.
12408 * layout-tests/dom/xhtml/level1/core/hc_nodedocumentnodetype-expected.txt: Added.
12409 * layout-tests/dom/xhtml/level1/core/hc_nodedocumentnodetype.js: Added.
12410 * layout-tests/dom/xhtml/level1/core/hc_nodedocumentnodetype.xhtml: Added.
12411 * layout-tests/dom/xhtml/level1/core/hc_nodedocumentnodevalue-expected.txt: Added.
12412 * layout-tests/dom/xhtml/level1/core/hc_nodedocumentnodevalue.js: Added.
12413 * layout-tests/dom/xhtml/level1/core/hc_nodedocumentnodevalue.xhtml: Added.
12414 * layout-tests/dom/xhtml/level1/core/hc_nodeelementnodeattributes-expected.txt: Added.
12415 * layout-tests/dom/xhtml/level1/core/hc_nodeelementnodeattributes.js: Added.
12416 * layout-tests/dom/xhtml/level1/core/hc_nodeelementnodeattributes.xhtml: Added.
12417 * layout-tests/dom/xhtml/level1/core/hc_nodeelementnodename-expected.txt: Added.
12418 * layout-tests/dom/xhtml/level1/core/hc_nodeelementnodename.js: Added.
12419 * layout-tests/dom/xhtml/level1/core/hc_nodeelementnodename.xhtml: Added.
12420 * layout-tests/dom/xhtml/level1/core/hc_nodeelementnodetype-expected.txt: Added.
12421 * layout-tests/dom/xhtml/level1/core/hc_nodeelementnodetype.js: Added.
12422 * layout-tests/dom/xhtml/level1/core/hc_nodeelementnodetype.xhtml: Added.
12423 * layout-tests/dom/xhtml/level1/core/hc_nodeelementnodevalue-expected.txt: Added.
12424 * layout-tests/dom/xhtml/level1/core/hc_nodeelementnodevalue.js: Added.
12425 * layout-tests/dom/xhtml/level1/core/hc_nodeelementnodevalue.xhtml: Added.
12426 * layout-tests/dom/xhtml/level1/core/hc_nodegetfirstchild-expected.txt: Added.
12427 * layout-tests/dom/xhtml/level1/core/hc_nodegetfirstchild.js: Added.
12428 * layout-tests/dom/xhtml/level1/core/hc_nodegetfirstchild.xhtml: Added.
12429 * layout-tests/dom/xhtml/level1/core/hc_nodegetfirstchildnull-expected.txt: Added.
12430 * layout-tests/dom/xhtml/level1/core/hc_nodegetfirstchildnull.js: Added.
12431 * layout-tests/dom/xhtml/level1/core/hc_nodegetfirstchildnull.xhtml: Added.
12432 * layout-tests/dom/xhtml/level1/core/hc_nodegetlastchild-expected.txt: Added.
12433 * layout-tests/dom/xhtml/level1/core/hc_nodegetlastchild.js: Added.
12434 * layout-tests/dom/xhtml/level1/core/hc_nodegetlastchild.xhtml: Added.
12435 * layout-tests/dom/xhtml/level1/core/hc_nodegetlastchildnull-expected.txt: Added.
12436 * layout-tests/dom/xhtml/level1/core/hc_nodegetlastchildnull.js: Added.
12437 * layout-tests/dom/xhtml/level1/core/hc_nodegetlastchildnull.xhtml: Added.
12438 * layout-tests/dom/xhtml/level1/core/hc_nodegetnextsibling-expected.txt: Added.
12439 * layout-tests/dom/xhtml/level1/core/hc_nodegetnextsibling.js: Added.
12440 * layout-tests/dom/xhtml/level1/core/hc_nodegetnextsibling.xhtml: Added.
12441 * layout-tests/dom/xhtml/level1/core/hc_nodegetnextsiblingnull-expected.txt: Added.
12442 * layout-tests/dom/xhtml/level1/core/hc_nodegetnextsiblingnull.js: Added.
12443 * layout-tests/dom/xhtml/level1/core/hc_nodegetnextsiblingnull.xhtml: Added.
12444 * layout-tests/dom/xhtml/level1/core/hc_nodegetownerdocument-expected.txt: Added.
12445 * layout-tests/dom/xhtml/level1/core/hc_nodegetownerdocument.js: Added.
12446 * layout-tests/dom/xhtml/level1/core/hc_nodegetownerdocument.xhtml: Added.
12447 * layout-tests/dom/xhtml/level1/core/hc_nodegetownerdocumentnull-expected.txt: Added.
12448 * layout-tests/dom/xhtml/level1/core/hc_nodegetownerdocumentnull.js: Added.
12449 * layout-tests/dom/xhtml/level1/core/hc_nodegetownerdocumentnull.xhtml: Added.
12450 * layout-tests/dom/xhtml/level1/core/hc_nodegetprevioussibling-expected.txt: Added.
12451 * layout-tests/dom/xhtml/level1/core/hc_nodegetprevioussibling.js: Added.
12452 * layout-tests/dom/xhtml/level1/core/hc_nodegetprevioussibling.xhtml: Added.
12453 * layout-tests/dom/xhtml/level1/core/hc_nodegetprevioussiblingnull-expected.txt: Added.
12454 * layout-tests/dom/xhtml/level1/core/hc_nodegetprevioussiblingnull.js: Added.
12455 * layout-tests/dom/xhtml/level1/core/hc_nodegetprevioussiblingnull.xhtml: Added.
12456 * layout-tests/dom/xhtml/level1/core/hc_nodehaschildnodes-expected.txt: Added.
12457 * layout-tests/dom/xhtml/level1/core/hc_nodehaschildnodes.js: Added.
12458 * layout-tests/dom/xhtml/level1/core/hc_nodehaschildnodes.xhtml: Added.
12459 * layout-tests/dom/xhtml/level1/core/hc_nodehaschildnodesfalse-expected.txt: Added.
12460 * layout-tests/dom/xhtml/level1/core/hc_nodehaschildnodesfalse.js: Added.
12461 * layout-tests/dom/xhtml/level1/core/hc_nodehaschildnodesfalse.xhtml: Added.
12462 * layout-tests/dom/xhtml/level1/core/hc_nodeinsertbefore-expected.txt: Added.
12463 * layout-tests/dom/xhtml/level1/core/hc_nodeinsertbefore.js: Added.
12464 * layout-tests/dom/xhtml/level1/core/hc_nodeinsertbefore.xhtml: Added.
12465 * layout-tests/dom/xhtml/level1/core/hc_nodeinsertbeforedocfragment-expected.txt: Added.
12466 * layout-tests/dom/xhtml/level1/core/hc_nodeinsertbeforedocfragment.js: Added.
12467 * layout-tests/dom/xhtml/level1/core/hc_nodeinsertbeforedocfragment.xhtml: Added.
12468 * layout-tests/dom/xhtml/level1/core/hc_nodeinsertbeforeinvalidnodetype-expected.txt: Added.
12469 * layout-tests/dom/xhtml/level1/core/hc_nodeinsertbeforeinvalidnodetype.js: Added.
12470 * layout-tests/dom/xhtml/level1/core/hc_nodeinsertbeforeinvalidnodetype.xhtml: Added.
12471 * layout-tests/dom/xhtml/level1/core/hc_nodeinsertbeforenewchilddiffdocument-expected.txt: Added.
12472 * layout-tests/dom/xhtml/level1/core/hc_nodeinsertbeforenewchilddiffdocument.js: Added.
12473 * layout-tests/dom/xhtml/level1/core/hc_nodeinsertbeforenewchilddiffdocument.xhtml: Added.
12474 * layout-tests/dom/xhtml/level1/core/hc_nodeinsertbeforenewchildexists-expected.txt: Added.
12475 * layout-tests/dom/xhtml/level1/core/hc_nodeinsertbeforenewchildexists.js: Added.
12476 * layout-tests/dom/xhtml/level1/core/hc_nodeinsertbeforenewchildexists.xhtml: Added.
12477 * layout-tests/dom/xhtml/level1/core/hc_nodeinsertbeforenodeancestor-expected.txt: Added.
12478 * layout-tests/dom/xhtml/level1/core/hc_nodeinsertbeforenodeancestor.js: Added.
12479 * layout-tests/dom/xhtml/level1/core/hc_nodeinsertbeforenodeancestor.xhtml: Added.
12480 * layout-tests/dom/xhtml/level1/core/hc_nodeinsertbeforenodename-expected.txt: Added.
12481 * layout-tests/dom/xhtml/level1/core/hc_nodeinsertbeforenodename.js: Added.
12482 * layout-tests/dom/xhtml/level1/core/hc_nodeinsertbeforenodename.xhtml: Added.
12483 * layout-tests/dom/xhtml/level1/core/hc_nodeinsertbeforerefchildnonexistent-expected.txt: Added.
12484 * layout-tests/dom/xhtml/level1/core/hc_nodeinsertbeforerefchildnonexistent.js: Added.
12485 * layout-tests/dom/xhtml/level1/core/hc_nodeinsertbeforerefchildnonexistent.xhtml: Added.
12486 * layout-tests/dom/xhtml/level1/core/hc_nodeinsertbeforerefchildnull-expected.txt: Added.
12487 * layout-tests/dom/xhtml/level1/core/hc_nodeinsertbeforerefchildnull.js: Added.
12488 * layout-tests/dom/xhtml/level1/core/hc_nodeinsertbeforerefchildnull.xhtml: Added.
12489 * layout-tests/dom/xhtml/level1/core/hc_nodelistindexequalzero-expected.txt: Added.
12490 * layout-tests/dom/xhtml/level1/core/hc_nodelistindexequalzero.js: Added.
12491 * layout-tests/dom/xhtml/level1/core/hc_nodelistindexequalzero.xhtml: Added.
12492 * layout-tests/dom/xhtml/level1/core/hc_nodelistindexgetlength-expected.txt: Added.
12493 * layout-tests/dom/xhtml/level1/core/hc_nodelistindexgetlength.js: Added.
12494 * layout-tests/dom/xhtml/level1/core/hc_nodelistindexgetlength.xhtml: Added.
12495 * layout-tests/dom/xhtml/level1/core/hc_nodelistindexgetlengthofemptylist-expected.txt: Added.
12496 * layout-tests/dom/xhtml/level1/core/hc_nodelistindexgetlengthofemptylist.js: Added.
12497 * layout-tests/dom/xhtml/level1/core/hc_nodelistindexgetlengthofemptylist.xhtml: Added.
12498 * layout-tests/dom/xhtml/level1/core/hc_nodelistindexnotzero-expected.txt: Added.
12499 * layout-tests/dom
12500 * layout-tests/dom/xhtml/level1/core/hc_nodelistindexnotzero.xhtml: Added.
12501 * layout-tests/dom/xhtml/level1/core/hc_nodelistreturnfirstitem-expected.txt: Added.
12502 * layout-tests/dom/xhtml/level1/core/hc_nodelistreturnfirstitem.js: Added.
12503 * layout-tests/dom/xhtml/level1/core/hc_nodelistreturnfirstitem.xhtml: Added.
12504 * layout-tests/dom/xhtml/level1/core/hc_nodelistreturnlastitem-expected.txt: Added.
12505 * layout-tests/dom/xhtml/level1/core/hc_nodelistreturnlastitem.js: Added.
12506 * layout-tests/dom/xhtml/level1/core/hc_nodelistreturnlastitem.xhtml: Added.
12507 * layout-tests/dom/xhtml/level1/core/hc_nodelisttraverselist-expected.txt: Added.
12508 * layout-tests/dom/xhtml/level1/core/hc_nodelisttraverselist.js: Added.
12509 * layout-tests/dom/xhtml/level1/core/hc_nodelisttraverselist.xhtml: Added.
12510 * layout-tests/dom/xhtml/level1/core/hc_nodeparentnode-expected.txt: Added.
12511 * layout-tests/dom/xhtml/level1/core/hc_nodeparentnode.js: Added.
12512 * layout-tests/dom/xhtml/level1/core/hc_nodeparentnode.xhtml: Added.
12513 * layout-tests/dom/xhtml/level1/core/hc_nodeparentnodenull-expected.txt: Added.
12514 * layout-tests/dom/xhtml/level1/core/hc_nodeparentnodenull.js: Added.
12515 * layout-tests/dom/xhtml/level1/core/hc_nodeparentnodenull.xhtml: Added.
12516 * layout-tests/dom/xhtml/level1/core/hc_noderemovechild.js: Added.
12517 * layout-tests/dom/xhtml/level1/core/hc_noderemovechild.xhtml-disabled: Added.
12518 * layout-tests/dom/xhtml/level1/core/hc_noderemovechildgetnodename-expected.txt: Added.
12519 * layout-tests/dom/xhtml/level1/core/hc_noderemovechildgetnodename.js: Added.
12520 * layout-tests/dom/xhtml/level1/core/hc_noderemovechildgetnodename.xhtml: Added.
12521 * layout-tests/dom/xhtml/level1/core/hc_noderemovechildnode-expected.txt: Added.
12522 * layout-tests/dom/xhtml/level1/core/hc_noderemovechildnode.js: Added.
12523 * layout-tests/dom/xhtml/level1/core/hc_noderemovechildnode.xhtml: Added.
12524 * layout-tests/dom/xhtml/level1/core/hc_noderemovechildoldchildnonexistent-expected.txt: Added.
12525 * layout-tests/dom/xhtml/level1/core/hc_noderemovechildoldchildnonexistent.js: Added.
12526 * layout-tests/dom/xhtml/level1/core/hc_noderemovechildoldchildnonexistent.xhtml: Added.
12527 * layout-tests/dom/xhtml/level1/core/hc_nodereplacechild-expected.txt: Added.
12528 * layout-tests/dom/xhtml/level1/core/hc_nodereplacechild.js: Added.
12529 * layout-tests/dom/xhtml/level1/core/hc_nodereplacechild.xhtml: Added.
12530 * layout-tests/dom/xhtml/level1/core/hc_nodereplacechildinvalidnodetype-expected.txt: Added.
12531 * layout-tests/dom/xhtml/level1/core/hc_nodereplacechildinvalidnodetype.js: Added.
12532 * layout-tests/dom/xhtml/level1/core/hc_nodereplacechildinvalidnodetype.xhtml: Added.
12533 * layout-tests/dom/xhtml/level1/core/hc_nodereplacechildnewchilddiffdocument-expected.txt: Added.
12534 * layout-tests/dom/xhtml/level1/core/hc_nodereplacechildnewchilddiffdocument.js: Added.
12535 * layout-tests/dom/xhtml/level1/core/hc_nodereplacechildnewchilddiffdocument.xhtml: Added.
12536 * layout-tests/dom/xhtml/level1/core/hc_nodereplacechildnewchildexists-expected.txt: Added.
12537 * layout-tests/dom/xhtml/level1/core/hc_nodereplacechildnewchildexists.js: Added.
12538 * layout-tests/dom/xhtml/level1/core/hc_nodereplacechildnewchildexists.xhtml: Added.
12539 * layout-tests/dom/xhtml/level1/core/hc_nodereplacechildnodeancestor-expected.txt: Added.
12540 * layout-tests/dom/xhtml/level1/core/hc_nodereplacechildnodeancestor.js: Added.
12541 * layout-tests/dom/xhtml/level1/core/hc_nodereplacechildnodeancestor.xhtml: Added.
12542 * layout-tests/dom/xhtml/level1/core/hc_nodereplacechildnodename-expected.txt: Added.
12543 * layout-tests/dom/xhtml/level1/core/hc_nodereplacechildnodename.js: Added.
12544 * layout-tests/dom/xhtml/level1/core/hc_nodereplacechildnodename.xhtml: Added.
12545 * layout-tests/dom/xhtml/level1/core/hc_nodereplacechildoldchildnonexistent-expected.txt: Added.
12546 * layout-tests/dom/xhtml/level1/core/hc_nodereplacechildoldchildnonexistent.js: Added.
12547 * layout-tests/dom/xhtml/level1/core/hc_nodereplacechildoldchildnonexistent.xhtml: Added.
12548 * layout-tests/dom/xhtml/level1/core/hc_nodetextnodeattribute-expected.txt: Added.
12549 * layout-tests/dom/xhtml/level1/core/hc_nodetextnodeattribute.js: Added.
12550 * layout-tests/dom/xhtml/level1/core/hc_nodetextnodeattribute.xhtml: Added.
12551 * layout-tests/dom/xhtml/level1/core/hc_nodetextnodename-expected.txt: Added.
12552 * layout-tests/dom/xhtml/level1/core/hc_nodetextnodename.js: Added.
12553 * layout-tests/dom/xhtml/level1/core/hc_nodetextnodename.xhtml: Added.
12554 * layout-tests/dom/xhtml/level1/core/hc_nodetextnodetype-expected.txt: Added.
12555 * layout-tests/dom/xhtml/level1/core/hc_nodetextnodetype.js: Added.
12556 * layout-tests/dom/xhtml/level1/core/hc_nodetextnodetype.xhtml: Added.
12557 * layout-tests/dom/xhtml/level1/core/hc_nodetextnodevalue-expected.txt: Added.
12558 * layout-tests/dom/xhtml/level1/core/hc_nodetextnodevalue.js: Added.
12559 * layout-tests/dom/xhtml/level1/core/hc_nodetextnodevalue.xhtml: Added.
12560 * layout-tests/dom/xhtml/level1/core/hc_nodevalue01-expected.txt: Added.
12561 * layout-tests/dom/xhtml/level1/core/hc_nodevalue01.js: Added.
12562 * layout-tests/dom/xhtml/level1/core/hc_nodevalue01.xhtml: Added.
12563 * layout-tests/dom/xhtml/level1/core/hc_nodevalue02-expected.txt: Added.
12564 * layout-tests/dom/xhtml/level1/core/hc_nodevalue02.js: Added.
12565 * layout-tests/dom/xhtml/level1/core/hc_nodevalue02.xhtml: Added.
12566 * layout-tests/dom/xhtml/level1/core/hc_nodevalue03-expected.txt: Added.
12567 * layout-tests/dom/xhtml/level1/core/hc_nodevalue03.js: Added.
12568 * layout-tests/dom/xhtml/level1/core/hc_nodevalue03.xhtml: Added.
12569 * layout-tests/dom/xhtml/level1/core/hc_nodevalue04-expected.txt: Added.
12570 * layout-tests/dom/xhtml/level1/core/hc_nodevalue04.js: Added.
12571 * layout-tests/dom/xhtml/level1/core/hc_nodevalue04.xhtml: Added.
12572 * layout-tests/dom/xhtml/level1/core/hc_nodevalue05-expected.txt: Added.
12573 * layout-tests/dom/xhtml/level1/core/hc_nodevalue05.js: Added.
12574 * layout-tests/dom/xhtml/level1/core/hc_nodevalue05.xhtml: Added.
12575 * layout-tests/dom/xhtml/level1/core/hc_nodevalue06-expected.txt: Added.
12576 * layout-tests/dom/xhtml/level1/core/hc_nodevalue06.js: Added.
12577 * layout-tests/dom/xhtml/level1/core/hc_nodevalue06.xhtml: Added.
12578 * layout-tests/dom/xhtml/level1/core/hc_nodevalue07-expected.txt: Added.
12579 * layout-tests/dom/xhtml/level1/core/hc_nodevalue07.js: Added.
12580 * layout-tests/dom/xhtml/level1/core/hc_nodevalue07.xhtml: Added.
12581 * layout-tests/dom/xhtml/level1/core/hc_nodevalue08-expected.txt: Added.
12582 * layout-tests/dom/xhtml/level1/core/hc_nodevalue08.js: Added.
12583 * layout-tests/dom/xhtml/level1/core/hc_nodevalue08.xhtml: Added.
12584 * layout-tests/dom/xhtml/level1/core/hc_notationsremovenameditem1-expected.txt: Added.
12585 * layout-tests/dom/xhtml/level1/core/hc_notationsremovenameditem1.js: Added.
12586 * layout-tests/dom/xhtml/level1/core/hc_notationsremovenameditem1.xhtml: Added.
12587 * layout-tests/dom/xhtml/level1/core/hc_notationssetnameditem1-expected.txt: Added.
12588 * layout-tests/dom/xhtml/level1/core/hc_notationssetnameditem1.js: Added.
12589 * layout-tests/dom/xhtml/level1/core/hc_notationssetnameditem1.xhtml: Added.
12590 * layout-tests/dom/xhtml/level1/core/hc_textindexsizeerrnegativeoffset-expected.txt: Added.
12591 * layout-tests/dom/xhtml/level1/core/hc_textindexsizeerrnegativeoffset.js: Added.
12592 * layout-tests/dom/xhtml/level1/core/hc_textindexsizeerrnegativeoffset.xhtml: Added.
12593 * layout-tests/dom/xhtml/level1/core/hc_textindexsizeerroffsetoutofbounds-expected.txt: Added.
12594 * layout-tests/dom/xhtml/level1/core/hc_textindexsizeerroffsetoutofbounds.js: Added.
12595 * layout-tests/dom/xhtml/level1/core/hc_textindexsizeerroffsetoutofbounds.xhtml: Added.
12596 * layout-tests/dom/xhtml/level1/core/hc_textparseintolistofelements-expected.txt: Added.
12597 * layout-tests/dom/xhtml/level1/core/hc_textparseintolistofelements.js: Added.
12598 * layout-tests/dom/xhtml/level1/core/hc_textparseintolistofelements.xhtml: Added.
12599 * layout-tests/dom/xhtml/level1/core/hc_textsplittextfour-expected.txt: Added.
12600 * layout-tests/dom/xhtml/level1/core/hc_textsplittextfour.js: Added.
12601 * layout-tests/dom/xhtml/level1/core/hc_textsplittextfour.xhtml: Added.
12602 * layout-tests/dom/xhtml/level1/core/hc_textsplittextone-expected.txt: Added.
12603 * layout-tests/dom/xhtml/level1/core/hc_textsplittextone.js: Added.
12604 * layout-tests/dom/xhtml/level1/core/hc_textsplittextone.xhtml: Added.
12605 * layout-tests/dom/xhtml/level1/core/hc_textsplittextthree-expected.txt: Added.
12606 * layout-tests/dom/xhtml/level1/core/hc_textsplittextthree.js: Added.
12607 * layout-tests/dom/xhtml/level1/core/hc_textsplittextthree.xhtml: Added.
12608 * layout-tests/dom/xhtml/level1/core/hc_textsplittexttwo-expected.txt: Added.
12609 * layout-tests/dom/xhtml/level1/core/hc_textsplittexttwo.js: Added.
12610 * layout-tests/dom/xhtml/level1/core/hc_textsplittexttwo.xhtml: Added.
12611 * layout-tests/dom/xhtml/level1/core/hc_textwithnomarkup-expected.txt: Added.
12612 * layout-tests/dom/xhtml/level1/core/hc_textwithnomarkup.js: Added.
12613 * layout-tests/dom/xhtml/level1/core/hc_textwithnomarkup.xhtml: Added.
12614 * layout-tests/dom/xhtml/level1/core/resources/COPYRIGHT.xhtml: Added.
12615 * layout-tests/dom/xhtml/level1/core/selfxhtml.js: Added.
12616 * layout-tests/dom/xhtml/level1/core/staff.dtd: Added.
12617 * layout-tests/dom/xhtml/level1/core/xhtml-lat1.ent: Added.
12618 * layout-tests/dom/xhtml/level1/core/xhtml-special.ent: Added.
12619 * layout-tests/dom/xhtml/level1/core/xhtml-symbol.ent: Added.
12620 * layout-tests/dom/xhtml/level1/core/xhtml1-frameset.dtd: Added.
12621 * layout-tests/dom/xhtml/level1/core/xhtml1-strict.dtd: Added.
12622 * layout-tests/dom/xhtml/level1/core/xhtml1-transitional.dtd: Added.
12623 * layout-tests/dom/xhtml/level2/core/createAttributeNS06-expected.txt: Added.
12624 * layout-tests/dom/xhtml/level2/core/createAttributeNS06.js: Added.
12625 * layout-tests/dom/xhtml/level2/core/createAttributeNS06.xhtml: Added.
12626 * layout-tests/dom/xhtml/level2/core/createDocument08-expected.txt: Added.
12627 * layout-tests/dom/xhtml/level2/core/createDocument08.js: Added.
12628 * layout-tests/dom/xhtml/level2/core/createDocument08.xhtml: Added.
12629 * layout-tests/dom/xhtml/level2/core/createDocumentType04-expected.txt: Added.
12630 * layout-tests/dom/xhtml/level2/core/createDocumentType04.js: Added.
12631 * layout-tests/dom/xhtml/level2/core/createDocumentType04.xhtml: Added.
12632 * layout-tests/dom/xhtml/level2/core/createElementNS06.js: Added.
12633 * layout-tests/dom/xhtml/level2/core/hc_entitiesremovenameditemns1-expected.txt: Added.
12634 * layout-tests/dom/xhtml/level2/core/hc_entitiesremovenameditemns1.js: Added.
12635 * layout-tests/dom/xhtml/level2/core/hc_entitiesremovenameditemns1.xhtml: Added.
12636 * layout-tests/dom/xhtml/level2/core/hc_entitiessetnameditemns1-expected.txt: Added.
12637 * layout-tests/dom/xhtml/level2/core/hc_entitiessetnameditemns1.js: Added.
12638 * layout-tests/dom/xhtml/level2/core/hc_entitiessetnameditemns1.xhtml: Added.
12639 * layout-tests/dom/xhtml/level2/core/hc_namednodemapinvalidtype1-expected.txt: Added.
12640 * layout-tests/dom/xhtml/level2/core/hc_namednodemapinvalidtype1.js: Added.
12641 * layout-tests/dom/xhtml/level2/core/hc_namednodemapinvalidtype1.xhtml: Added.
12642 * layout-tests/dom/xhtml/level2/core/hc_nodedocumentfragmentnormalize1-expected.txt: Added.
12643 * layout-tests/dom/xhtml/level2/core/hc_nodedocumentfragmentnormalize1.js: Added.
12644 * layout-tests/dom/xhtml/level2/core/hc_nodedocumentfragmentnormalize1.xhtml: Added.
12645 * layout-tests/dom/xhtml/level2/core/hc_nodedocumentfragmentnormalize2-expected.txt: Added.
12646 * layout-tests/dom/xhtml/level2/core/hc_nodedocumentfragmentnormalize2.js: Added.
12647 * layout-tests/dom/xhtml/level2/core/hc_nodedocumentfragmentnormalize2.xhtml: Added.
12648 * layout-tests/dom/xhtml/level2/core/hc_notationsremovenameditemns1-expected.txt: Added.
12649 * layout-tests/dom/xhtml/level2/core/hc_notationsremovenameditemns1.js: Added.
12650 * layout-tests/dom/xhtml/level2/core/hc_notationsremovenameditemns1.xhtml: Added.
12651 * layout-tests/dom/xhtml/level2/core/hc_notationssetnameditemns1-expected.txt: Added.
12652 * layout-tests/dom/xhtml/level2/core/hc_notationssetnameditemns1.js: Added.
12653 * layout-tests/dom/xhtml/level2/core/hc_notationssetnameditemns1.xhtml: Added.
12654 * layout-tests/dom/xhtml/level2/core/resources/COPYRIGHT.xhtml: Added.
12655 * layout-tests/dom/xhtml/level2/core/selfxhtml.js: Added.
12656 * layout-tests/dom/xhtml/level2/core/setAttributeNS10-expected.txt: Added.
12657 * layout-tests/dom/xhtml/level2/core/setAttributeNS10.js: Added.
12658 * layout-tests/dom/xhtml/level2/core/setAttributeNS10.xhtml: Added.
12659 * layout-tests/dom/xhtml/level2/core/staff.dtd: Added.
12660 * layout-tests/dom/xhtml/level2/core/staff2.dtd: Added.
12661 * layout-tests/dom/xhtml/level2/core/staffNS.dtd: Added.
12662 * layout-tests/dom/xhtml/level2/core/xhtml-lat1.ent: Added.
12663 * layout-tests/dom/xhtml/level2/core/xhtml-special.ent: Added.
12664 * layout-tests/dom/xhtml/level2/core/xhtml-symbol.ent: Added.
12665 * layout-tests/dom/xhtml/level2/core/xhtml1-frameset.dtd: Added.
12666 * layout-tests/dom/xhtml/level2/core/xhtml1-strict.dtd: Added.
12667 * layout-tests/dom/xhtml/level2/core/xhtml1-transitional.dtd: Added.
12668 * layout-tests/dom/xhtml/level2/events/DocumentEventCast01-expected.txt: Added.
12669 * layout-tests/dom/xhtml/level2/events/DocumentEventCast01.js: Added.
12670 * layout-tests/dom/xhtml/level2/events/DocumentEventCast01.xhtml: Added.
12671 * layout-tests/dom/xhtml/level2/events/EventTargetCast01-expected.txt: Added.
12672 * layout-tests/dom/xhtml/level2/events/EventTargetCast01.js: Added.
12673 * layout-tests/dom/xhtml/level2/events/EventTargetCast01.xhtml: Added.
12674 * layout-tests/dom/xhtml/level2/events/createEvent01-expected.txt: Added.
12675 * layout-tests/dom/xhtml/level2/events/createEvent01.js: Added.
12676 * layout-tests/dom/xhtml/level2/events/createEvent01.xhtml: Added.
12677 * layout-tests/dom/xhtml/level2/events/createEvent02-expected.txt: Added.
12678 * layout-tests/dom/xhtml/level2/events/createEvent02.js: Added.
12679 * layout-tests/dom/xhtml/level2/events/createEvent02.xhtml: Added.
12680 * layout-tests/dom/xhtml/level2/events/createEvent03-expected.txt: Added.
12681 * layout-tests/dom/xhtml/level2/events/createEvent03.js: Added.
12682 * layout-tests/dom/xhtml/level2/events/createEvent03.xhtml: Added.
12683 * layout-tests/dom/xhtml/level2/events/createEvent04-expected.txt: Added.
12684 * layout-tests/dom/xhtml/level2/events/createEvent04.js: Added.
12685 * layout-tests/dom/xhtml/level2/events/createEvent04.xhtml: Added.
12686 * layout-tests/dom/xhtml/level2/events/createEvent05-expected.txt: Added.
12687 * layout-tests/dom/xhtml/level2/events/createEvent05.js: Added.
12688 * layout-tests/dom/xhtml/level2/events/createEvent05.xhtml: Added.
12689 * layout-tests/dom/xhtml/level2/events/dispatchEvent01-expected.txt: Added.
12690 * layout-tests/dom/xhtml/level2/events/dispatchEvent01.js: Added.
12691 * layout-tests/dom/xhtml/level2/events/dispatchEvent01.xhtml: Added.
12692 * layout-tests/dom/xhtml/level2/events/dispatchEvent02-expected.txt: Added.
12693 * layout-tests/dom/xhtml/level2/events/dispatchEvent02.js: Added.
12694 * layout-tests/dom/xhtml/level2/events/dispatchEvent02.xhtml: Added.
12695 * layout-tests/dom/xhtml/level2/events/dispatchEvent03-expected.txt: Added.
12696 * layout-tests/dom/xhtml/level2/events/dispatchEvent03.js: Added.
12697 * layout-tests/dom/xhtml/level2/events/dispatchEvent03.xhtml: Added.
12698 dom/xhtml/level2/events/dispatchEvent04-expected.txt: Added.
12699 * layout-tests/dom/xhtml/level2/events/dispatchEvent04.js: Added.
12700 * layout-tests/dom/xhtml/level2/events/dispatchEvent04.xhtml: Added.
12701 * layout-tests/dom/xhtml/level2/events/dispatchEvent05-expected.txt: Added.
12702 * layout-tests/dom/xhtml/level2/events/dispatchEvent05.js: Added.
12703 * layout-tests/dom/xhtml/level2/events/dispatchEvent05.xhtml: Added.
12704 * layout-tests/dom/xhtml/level2/events/dispatchEvent06-expected.txt: Added.
12705 * layout-tests/dom/xhtml/level2/events/dispatchEvent06.js: Added.
12706 * layout-tests/dom/xhtml/level2/events/dispatchEvent06.xhtml: Added.
12707 * layout-tests/dom/xhtml/level2/events/dispatchEvent07-expected.txt: Added.
12708 * layout-tests/dom/xhtml/level2/events/dispatchEvent07.js: Added.
12709 * layout-tests/dom/xhtml/level2/events/dispatchEvent07.xhtml: Added.
12710 * layout-tests/dom/xhtml/level2/events/dispatchEvent08-expected.txt: Added.
12711 * layout-tests/dom/xhtml/level2/events/dispatchEvent08.js: Added.
12712 * layout-tests/dom/xhtml/level2/events/dispatchEvent08.xhtml: Added.
12713 * layout-tests/dom/xhtml/level2/events/dispatchEvent09-expected.txt: Added.
12714 * layout-tests/dom/xhtml/level2/events/dispatchEvent09.js: Added.
12715 * layout-tests/dom/xhtml/level2/events/dispatchEvent09.xhtml: Added.
12716 * layout-tests/dom/xhtml/level2/events/dispatchEvent10-expected.txt: Added.
12717 * layout-tests/dom/xhtml/level2/events/dispatchEvent10.js: Added.
12718 * layout-tests/dom/xhtml/level2/events/dispatchEvent10.xhtml: Added.
12719 * layout-tests/dom/xhtml/level2/events/dispatchEvent11-expected.txt: Added.
12720 * layout-tests/dom/xhtml/level2/events/dispatchEvent11.js: Added.
12721 * layout-tests/dom/xhtml/level2/events/dispatchEvent11.xhtml: Added.
12722 * layout-tests/dom/xhtml/level2/events/dispatchEvent12-expected.txt: Added.
12723 * layout-tests/dom/xhtml/level2/events/dispatchEvent12.js: Added.
12724 * layout-tests/dom/xhtml/level2/events/dispatchEvent12.xhtml: Added.
12725 * layout-tests/dom/xhtml/level2/events/dispatchEvent13-expected.txt: Added.
12726 * layout-tests/dom/xhtml/level2/events/dispatchEvent13.js: Added.
12727 * layout-tests/dom/xhtml/level2/events/dispatchEvent13.xhtml: Added.
12728 * layout-tests/dom/xhtml/level2/events/initEvent01-expected.txt: Added.
12729 * layout-tests/dom/xhtml/level2/events/initEvent01.js: Added.
12730 * layout-tests/dom/xhtml/level2/events/initEvent01.xhtml: Added.
12731 * layout-tests/dom/xhtml/level2/events/initEvent02-expected.txt: Added.
12732 * layout-tests/dom/xhtml/level2/events/initEvent02.js: Added.
12733 * layout-tests/dom/xhtml/level2/events/initEvent02.xhtml: Added.
12734 * layout-tests/dom/xhtml/level2/events/initEvent03-expected.txt: Added.
12735 * layout-tests/dom/xhtml/level2/events/initEvent03.js: Added.
12736 * layout-tests/dom/xhtml/level2/events/initEvent03.xhtml: Added.
12737 * layout-tests/dom/xhtml/level2/events/initEvent04-expected.txt: Added.
12738 * layout-tests/dom/xhtml/level2/events/initEvent04.js: Added.
12739 * layout-tests/dom/xhtml/level2/events/initEvent04.xhtml: Added.
12740 * layout-tests/dom/xhtml/level2/events/initEvent05-expected.txt: Added.
12741 * layout-tests/dom/xhtml/level2/events/initEvent05.js: Added.
12742 * layout-tests/dom/xhtml/level2/events/initEvent05.xhtml: Added.
12743 * layout-tests/dom/xhtml/level2/events/initEvent06-expected.txt: Added.
12744 * layout-tests/dom/xhtml/level2/events/initEvent06.js: Added.
12745 * layout-tests/dom/xhtml/level2/events/initEvent06.xhtml: Added.
12746 * layout-tests/dom/xhtml/level2/events/resources/COPYRIGHT.xhtml: Added.
12747 * layout-tests/dom/xhtml/level2/events/selfxhtml.js: Added.
12748 * layout-tests/dom/xhtml/level2/events/staff.dtd: Added.
12749 * layout-tests/dom/xhtml/level2/events/xhtml-lat1.ent: Added.
12750 * layout-tests/dom/xhtml/level2/events/xhtml-special.ent: Added.
12751 * layout-tests/dom/xhtml/level2/events/xhtml-symbol.ent: Added.
12752 * layout-tests/dom/xhtml/level2/events/xhtml1-frameset.dtd: Added.
12753 * layout-tests/dom/xhtml/level2/events/xhtml1-strict.dtd: Added.
12754 * layout-tests/dom/xhtml/level2/events/xhtml1-transitional.dtd: Added.
12755 * layout-tests/dom/xhtml/level2/html/HTMLAnchorElement01-expected.txt: Added.
12756 * layout-tests/dom/xhtml/level2/html/HTMLAnchorElement01.js: Added.
12757 * layout-tests/dom/xhtml/level2/html/HTMLAnchorElement01.xhtml: Added.
12758 * layout-tests/dom/xhtml/level2/html/HTMLAnchorElement02-expected.txt: Added.
12759 * layout-tests/dom/xhtml/level2/html/HTMLAnchorElement02.js: Added.
12760 * layout-tests/dom/xhtml/level2/html/HTMLAnchorElement02.xhtml: Added.
12761 * layout-tests/dom/xhtml/level2/html/HTMLAnchorElement03-expected.txt: Added.
12762 * layout-tests/dom/xhtml/level2/html/HTMLAnchorElement03.js: Added.
12763 * layout-tests/dom/xhtml/level2/html/HTMLAnchorElement03.xhtml: Added.
12764 * layout-tests/dom/xhtml/level2/html/HTMLAnchorElement04-expected.txt: Added.
12765 * layout-tests/dom/xhtml/level2/html/HTMLAnchorElement04.js: Added.
12766 * layout-tests/dom/xhtml/level2/html/HTMLAnchorElement04.xhtml: Added.
12767 * layout-tests/dom/xhtml/level2/html/HTMLAnchorElement05-expected.txt: Added.
12768 * layout-tests/dom/xhtml/level2/html/HTMLAnchorElement05.js: Added.
12769 * layout-tests/dom/xhtml/level2/html/HTMLAnchorElement05.xhtml: Added.
12770 * layout-tests/dom/xhtml/level2/html/HTMLAnchorElement06-expected.txt: Added.
12771 * layout-tests/dom/xhtml/level2/html/HTMLAnchorElement06.js: Added.
12772 * layout-tests/dom/xhtml/level2/html/HTMLAnchorElement06.xhtml: Added.
12773 * layout-tests/dom/xhtml/level2/html/HTMLAnchorElement07-expected.txt: Added.
12774 * layout-tests/dom/xhtml/level2/html/HTMLAnchorElement07.js: Added.
12775 * layout-tests/dom/xhtml/level2/html/HTMLAnchorElement07.xhtml: Added.
12776 * layout-tests/dom/xhtml/level2/html/HTMLAnchorElement08-expected.txt: Added.
12777 * layout-tests/dom/xhtml/level2/html/HTMLAnchorElement08.js: Added.
12778 * layout-tests/dom/xhtml/level2/html/HTMLAnchorElement08.xhtml: Added.
12779 * layout-tests/dom/xhtml/level2/html/HTMLAnchorElement09-expected.txt: Added.
12780 * layout-tests/dom/xhtml/level2/html/HTMLAnchorElement09.js: Added.
12781 * layout-tests/dom/xhtml/level2/html/HTMLAnchorElement09.xhtml: Added.
12782 * layout-tests/dom/xhtml/level2/html/HTMLAnchorElement10-expected.txt: Added.
12783 * layout-tests/dom/xhtml/level2/html/HTMLAnchorElement10.js: Added.
12784 * layout-tests/dom/xhtml/level2/html/HTMLAnchorElement10.xhtml: Added.
12785 * layout-tests/dom/xhtml/level2/html/HTMLAnchorElement11-expected.txt: Added.
12786 * layout-tests/dom/xhtml/level2/html/HTMLAnchorElement11.js: Added.
12787 * layout-tests/dom/xhtml/level2/html/HTMLAnchorElement11.xhtml: Added.
12788 * layout-tests/dom/xhtml/level2/html/HTMLAnchorElement12-expected.txt: Added.
12789 * layout-tests/dom/xhtml/level2/html/HTMLAnchorElement12.js: Added.
12790 * layout-tests/dom/xhtml/level2/html/HTMLAnchorElement12.xhtml: Added.
12791 * layout-tests/dom/xhtml/level2/html/HTMLAnchorElement13-expected.txt: Added.
12792 * layout-tests/dom/xhtml/level2/html/HTMLAnchorElement13.js: Added.
12793 * layout-tests/dom/xhtml/level2/html/HTMLAnchorElement13.xhtml: Added.
12794 * layout-tests/dom/xhtml/level2/html/HTMLAnchorElement14-expected.txt: Added.
12795 * layout-tests/dom/xhtml/level2/html/HTMLAnchorElement14.js: Added.
12796 * layout-tests/dom/xhtml/level2/html/HTMLAnchorElement14.xhtml: Added.
12797 * layout-tests/dom/xhtml/level2/html/HTMLAppletElement01-expected.txt: Added.
12798 * layout-tests/dom/xhtml/level2/html/HTMLAppletElement01.js: Added.
12799 * layout-tests/dom/xhtml/level2/html/HTMLAppletElement01.xhtml: Added.
12800 * layout-tests/dom/xhtml/level2/html/HTMLAppletElement02-expected.txt: Added.
12801 * layout-tests/dom/xhtml/level2/html/HTMLAppletElement02.js: Added.
12802 * layout-tests/dom/xhtml/level2/html/HTMLAppletElement02.xhtml: Added.
12803 * layout-tests/dom/xhtml/level2/html/HTMLAppletElement03-expected.txt: Added.
12804 * layout-tests/dom/xhtml/level2/html/HTMLAppletElement03.js: Added.
12805 * layout-tests/dom/xhtml/level2/html/HTMLAppletElement03.xhtml: Added.
12806 * layout-tests/dom/xhtml/level2/html/HTMLAppletElement04-expected.txt: Added.
12807 * layout-tests/dom/xhtml/level2/html/HTMLAppletElement04.js: Added.
12808 * layout-tests/dom/xhtml/level2/html/HTMLAppletElement04.xhtml: Added.
12809 * layout-tests/dom/xhtml/level2/html/HTMLAppletElement05-expected.txt: Added.
12810 * layout-tests/dom/xhtml/level2/html/HTMLAppletElement05.js: Added.
12811 * layout-tests/dom/xhtml/level2/html/HTMLAppletElement05.xhtml: Added.
12812 * layout-tests/dom/xhtml/level2/html/HTMLAppletElement06-expected.txt: Added.
12813 * layout-tests/dom/xhtml/level2/html/HTMLAppletElement06.js: Added.
12814 * layout-tests/dom/xhtml/level2/html/HTMLAppletElement06.xhtml: Added.
12815 * layout-tests/dom/xhtml/level2/html/HTMLAppletElement07-expected.txt: Added.
12816 * layout-tests/dom/xhtml/level2/html/HTMLAppletElement07.js: Added.
12817 * layout-tests/dom/xhtml/level2/html/HTMLAppletElement07.xhtml: Added.
12818 * layout-tests/dom/xhtml/level2/html/HTMLAppletElement08-expected.txt: Added.
12819 * layout-tests/dom/xhtml/level2/html/HTMLAppletElement08.js: Added.
12820 * layout-tests/dom/xhtml/level2/html/HTMLAppletElement08.xhtml: Added.
12821 * layout-tests/dom/xhtml/level2/html/HTMLAppletElement09-expected.txt: Added.
12822 * layout-tests/dom/xhtml/level2/html/HTMLAppletElement09.js: Added.
12823 * layout-tests/dom/xhtml/level2/html/HTMLAppletElement09.xhtml: Added.
12824 * layout-tests/dom/xhtml/level2/html/HTMLAppletElement10-expected.txt: Added.
12825 * layout-tests/dom/xhtml/level2/html/HTMLAppletElement10.js: Added.
12826 * layout-tests/dom/xhtml/level2/html/HTMLAppletElement10.xhtml: Added.
12827 * layout-tests/dom/xhtml/level2/html/HTMLAppletElement11-expected.txt: Added.
12828 * layout-tests/dom/xhtml/level2/html/HTMLAppletElement11.js: Added.
12829 * layout-tests/dom/xhtml/level2/html/HTMLAppletElement11.xhtml: Added.
12830 * layout-tests/dom/xhtml/level2/html/HTMLAreaElement01-expected.txt: Added.
12831 * layout-tests/dom/xhtml/level2/html/HTMLAreaElement01.js: Added.
12832 * layout-tests/dom/xhtml/level2/html/HTMLAreaElement01.xhtml: Added.
12833 * layout-tests/dom/xhtml/level2/html/HTMLAreaElement02-expected.txt: Added.
12834 * layout-tests/dom/xhtml/level2/html/HTMLAreaElement02.js: Added.
12835 * layout-tests/dom/xhtml/level2/html/HTMLAreaElement02.xhtml: Added.
12836 * layout-tests/dom/xhtml/level2/html/HTMLAreaElement03-expected.txt: Added.
12837 * layout-tests/dom/xhtml/level2/html/HTMLAreaElement03.js: Added.
12838 * layout-tests/dom/xhtml/level2/html/HTMLAreaElement03.xhtml: Added.
12839 * layout-tests/dom/xhtml/level2/html/HTMLAreaElement04-expected.txt: Added.
12840 * layout-tests/dom/xhtml/level2/html/HTMLAreaElement04.js: Added.
12841 * layout-tests/dom/xhtml/level2/html/HTMLAreaElement04.xhtml: Added.
12842 * layout-tests/dom/xhtml/level2/html/HTMLAreaElement05-expected.txt: Added.
12843 * layout-tests/dom/xhtml/level2/html/HTMLAreaElement05.js: Added.
12844 * layout-tests/dom/xhtml/level2/html/HTMLAreaElement05.xhtml: Added.
12845 * layout-tests/dom/xhtml/level2/html/HTMLAreaElement06-expected.txt: Added.
12846 * layout-tests/dom/xhtml/level2/html/HTMLAreaElement06.js: Added.
12847 * layout-tests/dom/xhtml/level2/html/HTMLAreaElement06.xhtml: Added.
12848 * layout-tests/dom/xhtml/level2/html/HTMLAreaElement07-expected.txt: Added.
12849 * layout-tests/dom/xhtml/level2/html/HTMLAreaElement07.js: Added.
12850 * layout-tests/dom/xhtml/level2/html/HTMLAreaElement07.xhtml: Added.
12851 * layout-tests/dom/xhtml/level2/html/HTMLAreaElement08-expected.txt: Added.
12852 * layout-tests/dom/xhtml/level2/html/HTMLAreaElement08.js: Added.
12853 * layout-tests/dom/xhtml/level2/html/HTMLAreaElement08.xhtml: Added.
12854 * layout-tests/dom/xhtml/level2/html/HTMLBRElement01-expected.txt: Added.
12855 * layout-tests/dom/xhtml/level2/html/HTMLBRElement01.js: Added.
12856 * layout-tests/dom/xhtml/level2/html/HTMLBRElement01.xhtml: Added.
12857 * layout-tests/dom/xhtml/level2/html/HTMLBaseElement01-expected.txt: Added.
12858 * layout-tests/dom/xhtml/level2/html/HTMLBaseElement01.xhtml: Added.
12859 * layout-tests/dom/xhtml/level2/html/HTMLBaseElement02-expected.txt: Added.
12860 * layout-tests/dom/xhtml/level2/html/HTMLBaseElement02.xhtml: Added.
12861 * layout-tests/dom/xhtml/level2/html/HTMLBaseFontElement01-expected.txt: Added.
12862 * layout-tests/dom/xhtml/level2/html/HTMLBaseFontElement01.js: Added.
12863 * layout-tests/dom/xhtml/level2/html/HTMLBaseFontElement01.xhtml: Added.
12864 * layout-tests/dom/xhtml/level2/html/HTMLBaseFontElement02-expected.txt: Added.
12865 * layout-tests/dom/xhtml/level2/html/HTMLBaseFontElement02.js: Added.
12866 * layout-tests/dom/xhtml/level2/html/HTMLBaseFontElement02.xhtml: Added.
12867 * layout-tests/dom/xhtml/level2/html/HTMLBaseFontElement03-expected.txt: Added.
12868 * layout-tests/dom/xhtml/level2/html/HTMLBaseFontElement03.js: Added.
12869 * layout-tests/dom/xhtml/level2/html/HTMLBaseFontElement03.xhtml: Added.
12870 * layout-tests/dom/xhtml/level2/html/HTMLBodyElement01-expected.txt: Added.
12871 * layout-tests/dom/xhtml/level2/html/HTMLBodyElement01.js: Added.
12872 * layout-tests/dom/xhtml/level2/html/HTMLBodyElement01.xhtml: Added.
12873 * layout-tests/dom/xhtml/level2/html/HTMLBodyElement02-expected.txt: Added.
12874 * layout-tests/dom/xhtml/level2/html/HTMLBodyElement02.js: Added.
12875 * layout-tests/dom/xhtml/level2/html/HTMLBodyElement02.xhtml: Added.
12876 * layout-tests/dom/xhtml/level2/html/HTMLBodyElement03-expected.txt: Added.
12877 * layout-tests/dom/xhtml/level2/html/HTMLBodyElement03.js: Added.
12878 * layout-tests/dom/xhtml/level2/html/HTMLBodyElement03.xhtml: Added.
12879 * layout-tests/dom/xhtml/level2/html/HTMLBodyElement04-expected.txt: Added.
12880 * layout-tests/dom/xhtml/level2/html/HTMLBodyElement04.js: Added.
12881 * layout-tests/dom/xhtml/level2/html/HTMLBodyElement04.xhtml: Added.
12882 * layout-tests/dom/xhtml/level2/html/HTMLBodyElement05-expected.txt: Added.
12883 * layout-tests/dom/xhtml/level2/html/HTMLBodyElement05.js: Added.
12884 * layout-tests/dom/xhtml/level2/html/HTMLBodyElement05.xhtml: Added.
12885 * layout-tests/dom/xhtml/level2/html/HTMLBodyElement06-expected.txt: Added.
12886 * layout-tests/dom/xhtml/level2/html/HTMLBodyElement06.js: Added.
12887 * layout-tests/dom/xhtml/level2/html/HTMLBodyElement06.xhtml: Added.
12888 * layout-tests/dom/xhtml/level2/html/HTMLBodyElement07-expected.txt: Added.
12889 * layout-tests/dom/xhtml/level2/html/HTMLBodyElement07.js: Added.
12890 * layout-tests/dom/xhtml/level2/html/HTMLBodyElement07.xhtml: Added.
12891 * layout-tests/dom/xhtml/level2/html/HTMLBodyElement08-expected.txt: Added.
12892 * layout-tests/dom/xhtml/level2/html/HTMLBodyElement08.js: Added.
12893 * layout-tests/dom/xhtml/level2/html/HTMLBodyElement08.xhtml: Added.
12894 * layout-tests/dom/xhtml/level2/html/HTMLBodyElement09-expected.txt: Added.
12895 * layout-tests/dom/xhtml/level2/html/HTMLBodyElement09.js: Added.
12896 * layout-tests/dom/xhtml/level2/html/HTMLBodyElement09.xhtml: Added.
12897 * layout-tests/dom/xhtml/level2/html/HTMLBodyElement10-expected.txt: Added.
12898 * layout-tests/dom/xhtml/level2/html/HTMLBodyElement10.js: Added.
12899 * layout-tests/dom/xhtml/level2/html/HTMLBodyElement10.xhtml: Added.
12900 * layout-tests/dom/xhtml/level2/html/HTMLBodyElement11-expected.txt: Added.
12901 * layout-tests/dom/xhtml/level2/html/HTMLBodyElement11.js: Added.
12902 * layout-tests/dom/xhtml/level2/html/HTMLBodyElement11.xhtml: Added.
12903 * layout-tests/dom/xhtml/level2/html/HTMLBodyElement12-expected.txt: Added.
12904 * layout-tests/dom/xhtml/level2/html/HTMLBodyElement12.js: Added.
12905 * layout-tests/dom/xhtml/level2/html/HTMLBodyElement12.xhtml: Added.
12906 * layout-tests/dom
12907 * layout-tests/dom/xhtml/level2/html/HTMLButtonElement01.js: Added.
12908 * layout-tests/dom/xhtml/level2/html/HTMLButtonElement01.xhtml: Added.
12909 * layout-tests/dom/xhtml/level2/html/HTMLButtonElement02-expected.txt: Added.
12910 * layout-tests/dom/xhtml/level2/html/HTMLButtonElement02.js: Added.
12911 * layout-tests/dom/xhtml/level2/html/HTMLButtonElement02.xhtml: Added.
12912 * layout-tests/dom/xhtml/level2/html/HTMLButtonElement03-expected.txt: Added.
12913 * layout-tests/dom/xhtml/level2/html/HTMLButtonElement03.js: Added.
12914 * layout-tests/dom/xhtml/level2/html/HTMLButtonElement03.xhtml: Added.
12915 * layout-tests/dom/xhtml/level2/html/HTMLButtonElement04-expected.txt: Added.
12916 * layout-tests/dom/xhtml/level2/html/HTMLButtonElement04.js: Added.
12917 * layout-tests/dom/xhtml/level2/html/HTMLButtonElement04.xhtml: Added.
12918 * layout-tests/dom/xhtml/level2/html/HTMLButtonElement05-expected.txt: Added.
12919 * layout-tests/dom/xhtml/level2/html/HTMLButtonElement05.js: Added.
12920 * layout-tests/dom/xhtml/level2/html/HTMLButtonElement05.xhtml: Added.
12921 * layout-tests/dom/xhtml/level2/html/HTMLButtonElement06-expected.txt: Added.
12922 * layout-tests/dom/xhtml/level2/html/HTMLButtonElement06.js: Added.
12923 * layout-tests/dom/xhtml/level2/html/HTMLButtonElement06.xhtml: Added.
12924 * layout-tests/dom/xhtml/level2/html/HTMLButtonElement07-expected.txt: Added.
12925 * layout-tests/dom/xhtml/level2/html/HTMLButtonElement07.js: Added.
12926 * layout-tests/dom/xhtml/level2/html/HTMLButtonElement07.xhtml: Added.
12927 * layout-tests/dom/xhtml/level2/html/HTMLButtonElement08-expected.txt: Added.
12928 * layout-tests/dom/xhtml/level2/html/HTMLButtonElement08.js: Added.
12929 * layout-tests/dom/xhtml/level2/html/HTMLButtonElement08.xhtml: Added.
12930 * layout-tests/dom/xhtml/level2/html/HTMLCollection01-expected.txt: Added.
12931 * layout-tests/dom/xhtml/level2/html/HTMLCollection01.js: Added.
12932 * layout-tests/dom/xhtml/level2/html/HTMLCollection01.xhtml: Added.
12933 * layout-tests/dom/xhtml/level2/html/HTMLCollection02-expected.txt: Added.
12934 * layout-tests/dom/xhtml/level2/html/HTMLCollection02.js: Added.
12935 * layout-tests/dom/xhtml/level2/html/HTMLCollection02.xhtml: Added.
12936 * layout-tests/dom/xhtml/level2/html/HTMLCollection03-expected.txt: Added.
12937 * layout-tests/dom/xhtml/level2/html/HTMLCollection03.js: Added.
12938 * layout-tests/dom/xhtml/level2/html/HTMLCollection03.xhtml: Added.
12939 * layout-tests/dom/xhtml/level2/html/HTMLCollection04-expected.txt: Added.
12940 * layout-tests/dom/xhtml/level2/html/HTMLCollection04.js: Added.
12941 * layout-tests/dom/xhtml/level2/html/HTMLCollection04.xhtml: Added.
12942 * layout-tests/dom/xhtml/level2/html/HTMLCollection05-expected.txt: Added.
12943 * layout-tests/dom/xhtml/level2/html/HTMLCollection05.js: Added.
12944 * layout-tests/dom/xhtml/level2/html/HTMLCollection05.xhtml: Added.
12945 * layout-tests/dom/xhtml/level2/html/HTMLCollection06-expected.txt: Added.
12946 * layout-tests/dom/xhtml/level2/html/HTMLCollection06.js: Added.
12947 * layout-tests/dom/xhtml/level2/html/HTMLCollection06.xhtml: Added.
12948 * layout-tests/dom/xhtml/level2/html/HTMLCollection07-expected.txt: Added.
12949 * layout-tests/dom/xhtml/level2/html/HTMLCollection07.js: Added.
12950 * layout-tests/dom/xhtml/level2/html/HTMLCollection07.xhtml: Added.
12951 * layout-tests/dom/xhtml/level2/html/HTMLCollection08-expected.txt: Added.
12952 * layout-tests/dom/xhtml/level2/html/HTMLCollection08.js: Added.
12953 * layout-tests/dom/xhtml/level2/html/HTMLCollection08.xhtml: Added.
12954 * layout-tests/dom/xhtml/level2/html/HTMLCollection09-expected.txt: Added.
12955 * layout-tests/dom/xhtml/level2/html/HTMLCollection09.js: Added.
12956 * layout-tests/dom/xhtml/level2/html/HTMLCollection09.xhtml: Added.
12957 * layout-tests/dom/xhtml/level2/html/HTMLCollection10-expected.txt: Added.
12958 * layout-tests/dom/xhtml/level2/html/HTMLCollection10.js: Added.
12959 * layout-tests/dom/xhtml/level2/html/HTMLCollection10.xhtml: Added.
12960 * layout-tests/dom/xhtml/level2/html/HTMLCollection11-expected.txt: Added.
12961 * layout-tests/dom/xhtml/level2/html/HTMLCollection11.js: Added.
12962 * layout-tests/dom/xhtml/level2/html/HTMLCollection11.xhtml: Added.
12963 * layout-tests/dom/xhtml/level2/html/HTMLCollection12-expected.txt: Added.
12964 * layout-tests/dom/xhtml/level2/html/HTMLCollection12.js: Added.
12965 * layout-tests/dom/xhtml/level2/html/HTMLCollection12.xhtml: Added.
12966 * layout-tests/dom/xhtml/level2/html/HTMLDirectoryElement01-expected.txt: Added.
12967 * layout-tests/dom/xhtml/level2/html/HTMLDirectoryElement01.js: Added.
12968 * layout-tests/dom/xhtml/level2/html/HTMLDirectoryElement01.xhtml: Added.
12969 * layout-tests/dom/xhtml/level2/html/HTMLDivElement01-expected.txt: Added.
12970 * layout-tests/dom/xhtml/level2/html/HTMLDivElement01.js: Added.
12971 * layout-tests/dom/xhtml/level2/html/HTMLDivElement01.xhtml: Added.
12972 * layout-tests/dom/xhtml/level2/html/HTMLDlistElement01-expected.txt: Added.
12973 * layout-tests/dom/xhtml/level2/html/HTMLDlistElement01.js: Added.
12974 * layout-tests/dom/xhtml/level2/html/HTMLDlistElement01.xhtml: Added.
12975 * layout-tests/dom/xhtml/level2/html/HTMLDocument01-expected.txt: Added.
12976 * layout-tests/dom/xhtml/level2/html/HTMLDocument01.js: Added.
12977 * layout-tests/dom/xhtml/level2/html/HTMLDocument01.xhtml: Added.
12978 * layout-tests/dom/xhtml/level2/html/HTMLDocument02-expected.txt: Added.
12979 * layout-tests/dom/xhtml/level2/html/HTMLDocument02.js: Added.
12980 * layout-tests/dom/xhtml/level2/html/HTMLDocument02.xhtml: Added.
12981 * layout-tests/dom/xhtml/level2/html/HTMLDocument03-expected.txt: Added.
12982 * layout-tests/dom/xhtml/level2/html/HTMLDocument03.js: Added.
12983 * layout-tests/dom/xhtml/level2/html/HTMLDocument03.xhtml: Added.
12984 * layout-tests/dom/xhtml/level2/html/HTMLDocument04-expected.txt: Added.
12985 * layout-tests/dom/xhtml/level2/html/HTMLDocument04.js: Added.
12986 * layout-tests/dom/xhtml/level2/html/HTMLDocument04.xhtml: Added.
12987 * layout-tests/dom/xhtml/level2/html/HTMLDocument05-expected.txt: Added.
12988 * layout-tests/dom/xhtml/level2/html/HTMLDocument05.js: Added.
12989 * layout-tests/dom/xhtml/level2/html/HTMLDocument05.xhtml: Added.
12990 * layout-tests/dom/xhtml/level2/html/HTMLDocument07-expected.txt: Added.
12991 * layout-tests/dom/xhtml/level2/html/HTMLDocument07.js: Added.
12992 * layout-tests/dom/xhtml/level2/html/HTMLDocument07.xhtml: Added.
12993 * layout-tests/dom/xhtml/level2/html/HTMLDocument08-expected.txt: Added.
12994 * layout-tests/dom/xhtml/level2/html/HTMLDocument08.js: Added.
12995 * layout-tests/dom/xhtml/level2/html/HTMLDocument08.xhtml: Added.
12996 * layout-tests/dom/xhtml/level2/html/HTMLDocument09-expected.txt: Added.
12997 * layout-tests/dom/xhtml/level2/html/HTMLDocument09.js: Added.
12998 * layout-tests/dom/xhtml/level2/html/HTMLDocument09.xhtml: Added.
12999 * layout-tests/dom/xhtml/level2/html/HTMLDocument10-expected.txt: Added.
13000 * layout-tests/dom/xhtml/level2/html/HTMLDocument10.js: Added.
13001 * layout-tests/dom/xhtml/level2/html/HTMLDocument10.xhtml: Added.
13002 * layout-tests/dom/xhtml/level2/html/HTMLDocument11-expected.txt: Added.
13003 * layout-tests/dom/xhtml/level2/html/HTMLDocument11.js: Added.
13004 * layout-tests/dom/xhtml/level2/html/HTMLDocument11.xhtml: Added.
13005 * layout-tests/dom/xhtml/level2/html/HTMLDocument12-expected.txt: Added.
13006 * layout-tests/dom/xhtml/level2/html/HTMLDocument12.js: Added.
13007 * layout-tests/dom/xhtml/level2/html/HTMLDocument12.xhtml: Added.
13008 * layout-tests/dom/xhtml/level2/html/HTMLDocument13-expected.txt: Added.
13009 * layout-tests/dom/xhtml/level2/html/HTMLDocument13.js: Added.
13010 * layout-tests/dom/xhtml/level2/html/HTMLDocument13.xhtml: Added.
13011 * layout-tests/dom/xhtml/level2/html/HTMLDocument14-expected.txt: Added.
13012 * layout-tests/dom/xhtml/level2/html/HTMLDocument14.js: Added.
13013 * layout-tests/dom/xhtml/level2/html/HTMLDocument14.xhtml: Added.
13014 * layout-tests/dom/xhtml/level2/html/HTMLDocument15-expected.txt: Added.
13015 * layout-tests/dom/xhtml/level2/html/HTMLDocument15.js: Added.
13016 * layout-tests/dom/xhtml/level2/html/HTMLDocument15.xhtml: Added.
13017 * layout-tests/dom/xhtml/level2/html/HTMLDocument16-expected.txt: Added.
13018 * layout-tests/dom/xhtml/level2/html/HTMLDocument16.js: Added.
13019 * layout-tests/dom/xhtml/level2/html/HTMLDocument16.xhtml: Added.
13020 * layout-tests/dom/xhtml/level2/html/HTMLDocument17-expected.txt: Added.
13021 * layout-tests/dom/xhtml/level2/html/HTMLDocument17.js: Added.
13022 * layout-tests/dom/xhtml/level2/html/HTMLDocument17.xhtml: Added.
13023 * layout-tests/dom/xhtml/level2/html/HTMLDocument18-expected.txt: Added.
13024 * layout-tests/dom/xhtml/level2/html/HTMLDocument18.js: Added.
13025 * layout-tests/dom/xhtml/level2/html/HTMLDocument18.xhtml: Added.
13026 * layout-tests/dom/xhtml/level2/html/HTMLDocument19-expected.txt: Added.
13027 * layout-tests/dom/xhtml/level2/html/HTMLDocument19.js: Added.
13028 * layout-tests/dom/xhtml/level2/html/HTMLDocument19.xhtml: Added.
13029 * layout-tests/dom/xhtml/level2/html/HTMLDocument20-expected.txt: Added.
13030 * layout-tests/dom/xhtml/level2/html/HTMLDocument20.js: Added.
13031 * layout-tests/dom/xhtml/level2/html/HTMLDocument20.xhtml: Added.
13032 * layout-tests/dom/xhtml/level2/html/HTMLDocument21-expected.txt: Added.
13033 * layout-tests/dom/xhtml/level2/html/HTMLDocument21.js: Added.
13034 * layout-tests/dom/xhtml/level2/html/HTMLDocument21.xhtml: Added.
13035 * layout-tests/dom/xhtml/level2/html/HTMLDocument22-expected.txt: Added.
13036 * layout-tests/dom/xhtml/level2/html/HTMLDocument22.js: Added.
13037 * layout-tests/dom/xhtml/level2/html/HTMLDocument22.xhtml: Added.
13038 * layout-tests/dom/xhtml/level2/html/HTMLDocument23-expected.txt: Added.
13039 * layout-tests/dom/xhtml/level2/html/HTMLDocument23.js: Added.
13040 * layout-tests/dom/xhtml/level2/html/HTMLDocument23.xhtml: Added.
13041 * layout-tests/dom/xhtml/level2/html/HTMLDocument24-expected.txt: Added.
13042 * layout-tests/dom/xhtml/level2/html/HTMLDocument24.js: Added.
13043 * layout-tests/dom/xhtml/level2/html/HTMLDocument24.xhtml: Added.
13044 * layout-tests/dom/xhtml/level2/html/HTMLDocument25-expected.txt: Added.
13045 * layout-tests/dom/xhtml/level2/html/HTMLDocument25.js: Added.
13046 * layout-tests/dom/xhtml/level2/html/HTMLDocument25.xhtml: Added.
13047 * layout-tests/dom/xhtml/level2/html/HTMLDocument26-expected.txt: Added.
13048 * layout-tests/dom/xhtml/level2/html/HTMLDocument26.js: Added.
13049 * layout-tests/dom/xhtml/level2/html/HTMLDocument26.xhtml: Added.
13050 * layout-tests/dom/xhtml/level2/html/HTMLDocument27-expected.txt: Added.
13051 * layout-tests/dom/xhtml/level2/html/HTMLDocument27.js: Added.
13052 * layout-tests/dom/xhtml/level2/html/HTMLDocument27.xhtml: Added.
13053 * layout-tests/dom/xhtml/level2/html/HTMLElement01-expected.txt: Added.
13054 * layout-tests/dom/xhtml/level2/html/HTMLElement01.js: Added.
13055 * layout-tests/dom/xhtml/level2/html/HTMLElement01.xhtml: Added.
13056 * layout-tests/dom/xhtml/level2/html/HTMLElement02-expected.txt: Added.
13057 * layout-tests/dom/xhtml/level2/html/HTMLElement02.js: Added.
13058 * layout-tests/dom/xhtml/level2/html/HTMLElement02.xhtml: Added.
13059 * layout-tests/dom/xhtml/level2/html/HTMLElement03-expected.txt: Added.
13060 * layout-tests/dom/xhtml/level2/html/HTMLElement03.js: Added.
13061 * layout-tests/dom/xhtml/level2/html/HTMLElement03.xhtml: Added.
13062 * layout-tests/dom/xhtml/level2/html/HTMLElement04-expected.txt: Added.
13063 * layout-tests/dom/xhtml/level2/html/HTMLElement04.js: Added.
13064 * layout-tests/dom/xhtml/level2/html/HTMLElement04.xhtml: Added.
13065 * layout-tests/dom/xhtml/level2/html/HTMLElement05-expected.txt: Added.
13066 * layout-tests/dom/xhtml/level2/html/HTMLElement05.js: Added.
13067 * layout-tests/dom/xhtml/level2/html/HTMLElement05.xhtml: Added.
13068 * layout-tests/dom/xhtml/level2/html/HTMLElement06-expected.txt: Added.
13069 * layout-tests/dom/xhtml/level2/html/HTMLElement06.js: Added.
13070 * layout-tests/dom/xhtml/level2/html/HTMLElement06.xhtml: Added.
13071 * layout-tests/dom/xhtml/level2/html/HTMLElement07-expected.txt: Added.
13072 * layout-tests/dom/xhtml/level2/html/HTMLElement07.js: Added.
13073 * layout-tests/dom/xhtml/level2/html/HTMLElement07.xhtml: Added.
13074 * layout-tests/dom/xhtml/level2/html/HTMLElement08-expected.txt: Added.
13075 * layout-tests/dom/xhtml/level2/html/HTMLElement08.js: Added.
13076 * layout-tests/dom/xhtml/level2/html/HTMLElement08.xhtml: Added.
13077 * layout-tests/dom/xhtml/level2/html/HTMLElement09-expected.txt: Added.
13078 * layout-tests/dom/xhtml/level2/html/HTMLElement09.js: Added.
13079 * layout-tests/dom/xhtml/level2/html/HTMLElement09.xhtml: Added.
13080 * layout-tests/dom/xhtml/level2/html/HTMLElement10-expected.txt: Added.
13081 * layout-tests/dom/xhtml/level2/html/HTMLElement10.js: Added.
13082 * layout-tests/dom/xhtml/level2/html/HTMLElement10.xhtml: Added.
13083 * layout-tests/dom/xhtml/level2/html/HTMLElement100-expected.txt: Added.
13084 * layout-tests/dom/xhtml/level2/html/HTMLElement100.js: Added.
13085 * layout-tests/dom/xhtml/level2/html/HTMLElement100.xhtml: Added.
13086 * layout-tests/dom/xhtml/level2/html/HTMLElement101-expected.txt: Added.
13087 * layout-tests/dom/xhtml/level2/html/HTMLElement101.js: Added.
13088 * layout-tests/dom/xhtml/level2/html/HTMLElement101.xhtml: Added.
13089 * layout-tests/dom/xhtml/level2/html/HTMLElement102-expected.txt: Added.
13090 * layout-tests/dom/xhtml/level2/html/HTMLElement102.js: Added.
13091 * layout-tests/dom/xhtml/level2/html/HTMLElement102.xhtml: Added.
13092 * layout-tests/dom/xhtml/level2/html/HTMLElement103-expected.txt: Added.
13093 * layout-tests/dom/xhtml/level2/html/HTMLElement103.js: Added.
13094 * layout-tests/dom/xhtml/level2/html/HTMLElement103.xhtml: Added.
13095 * layout-tests/dom/xhtml/level2/html/HTMLElement104-expected.txt: Added.
13096 * layout-tests/dom/xhtml/level2/html/HTMLElement104.js: Added.
13097 * layout-tests/dom/xhtml/level2/html/HTMLElement104.xhtml: Added.
13098 * layout-tests/dom/xhtml/level2/html/HTMLElement105-expected.txt: Added.
13099 * layout-tests/dom/xhtml/level2/html/HTMLElement105.js: Added.
13100 * layout-tests/dom/xhtml/level2/html/HTMLElement105.xhtml: Added.
13101 * layout-tests/dom/xhtml/level2/html/HTMLElement106-expected.txt: Added.
13102 * layout-tests/dom/xhtml/level2/html/HTMLElement106.js: Added.
13103 * layout-tests/dom/xhtml/level2/html/HTMLElement106.xhtml: Added.
13104 * layout-tests/dom/xhtml/level2/html/HTMLElement107-expected.txt: Added.
13105 * layout-tests/dom/xhtml/level2/html/HTMLElement107.js: Added.
13106 * layout-tests/dom/xhtml/level2/html/HTMLElement107.xhtml: Added.
13107 * layout-tests/dom/xhtml/level2/html/HTMLElement108-expected.txt: Added.
13108 * layout-tests/dom/xhtml/level2/html/HTMLElement108.js: Added.
13109 * layout-tests/dom/xhtml/level2/html/HTMLElement108.xhtml: Added.
13110 * layout-tests/dom/xhtml/level2/html/HTMLElement109-expected.txt: Added.
13111 * layout-tests/dom/xhtml/level2/html/HTMLElement109.js: Added.
13112 * layout-tests/dom/xhtml/level2/html/HTMLElement109.xhtml: Added.
13113 * layout-tests/dom/xhtml/level2/html/HTMLElement11-expected.txt: Added.
13114 * layout-tests/dom/xhtml/level2/html/HTMLElement11.js: Added.
13115 * layout-tests/dom/xhtml/level2/html/HTMLElement11.xhtml: Added.
13116 * layout-tests/dom/xhtml/level2/html/HTMLElement110-expected.txt: Added.
13117 * layout-tests/dom/xhtml/level2/html/HTMLElement110.js: Added.
13118 * layout-tests/dom/xhtml/level2/html/HTMLElement110.xhtml: Added.
13119 * layout-tests/dom/xhtml/level2/html/HTMLElement111-expected.txt: Added.
13120 * layout-tests/dom/xhtml/level2/html/HTMLElement111.js: Added.
13121 dom/xhtml/level2/html/HTMLElement111.xhtml: Added.
13122 * layout-tests/dom/xhtml/level2/html/HTMLElement112-expected.txt: Added.
13123 * layout-tests/dom/xhtml/level2/html/HTMLElement112.js: Added.
13124 * layout-tests/dom/xhtml/level2/html/HTMLElement112.xhtml: Added.
13125 * layout-tests/dom/xhtml/level2/html/HTMLElement113-expected.txt: Added.
13126 * layout-tests/dom/xhtml/level2/html/HTMLElement113.js: Added.
13127 * layout-tests/dom/xhtml/level2/html/HTMLElement113.xhtml: Added.
13128 * layout-tests/dom/xhtml/level2/html/HTMLElement114-expected.txt: Added.
13129 * layout-tests/dom/xhtml/level2/html/HTMLElement114.js: Added.
13130 * layout-tests/dom/xhtml/level2/html/HTMLElement114.xhtml: Added.
13131 * layout-tests/dom/xhtml/level2/html/HTMLElement115-expected.txt: Added.
13132 * layout-tests/dom/xhtml/level2/html/HTMLElement115.js: Added.
13133 * layout-tests/dom/xhtml/level2/html/HTMLElement115.xhtml: Added.
13134 * layout-tests/dom/xhtml/level2/html/HTMLElement116-expected.txt: Added.
13135 * layout-tests/dom/xhtml/level2/html/HTMLElement116.js: Added.
13136 * layout-tests/dom/xhtml/level2/html/HTMLElement116.xhtml: Added.
13137 * layout-tests/dom/xhtml/level2/html/HTMLElement117-expected.txt: Added.
13138 * layout-tests/dom/xhtml/level2/html/HTMLElement117.js: Added.
13139 * layout-tests/dom/xhtml/level2/html/HTMLElement117.xhtml: Added.
13140 * layout-tests/dom/xhtml/level2/html/HTMLElement118-expected.txt: Added.
13141 * layout-tests/dom/xhtml/level2/html/HTMLElement118.js: Added.
13142 * layout-tests/dom/xhtml/level2/html/HTMLElement118.xhtml: Added.
13143 * layout-tests/dom/xhtml/level2/html/HTMLElement119-expected.txt: Added.
13144 * layout-tests/dom/xhtml/level2/html/HTMLElement119.js: Added.
13145 * layout-tests/dom/xhtml/level2/html/HTMLElement119.xhtml: Added.
13146 * layout-tests/dom/xhtml/level2/html/HTMLElement12-expected.txt: Added.
13147 * layout-tests/dom/xhtml/level2/html/HTMLElement12.js: Added.
13148 * layout-tests/dom/xhtml/level2/html/HTMLElement12.xhtml: Added.
13149 * layout-tests/dom/xhtml/level2/html/HTMLElement120-expected.txt: Added.
13150 * layout-tests/dom/xhtml/level2/html/HTMLElement120.js: Added.
13151 * layout-tests/dom/xhtml/level2/html/HTMLElement120.xhtml: Added.
13152 * layout-tests/dom/xhtml/level2/html/HTMLElement121-expected.txt: Added.
13153 * layout-tests/dom/xhtml/level2/html/HTMLElement121.js: Added.
13154 * layout-tests/dom/xhtml/level2/html/HTMLElement121.xhtml: Added.
13155 * layout-tests/dom/xhtml/level2/html/HTMLElement122-expected.txt: Added.
13156 * layout-tests/dom/xhtml/level2/html/HTMLElement122.js: Added.
13157 * layout-tests/dom/xhtml/level2/html/HTMLElement122.xhtml: Added.
13158 * layout-tests/dom/xhtml/level2/html/HTMLElement123-expected.txt: Added.
13159 * layout-tests/dom/xhtml/level2/html/HTMLElement123.js: Added.
13160 * layout-tests/dom/xhtml/level2/html/HTMLElement123.xhtml: Added.
13161 * layout-tests/dom/xhtml/level2/html/HTMLElement124-expected.txt: Added.
13162 * layout-tests/dom/xhtml/level2/html/HTMLElement124.js: Added.
13163 * layout-tests/dom/xhtml/level2/html/HTMLElement124.xhtml: Added.
13164 * layout-tests/dom/xhtml/level2/html/HTMLElement125-expected.txt: Added.
13165 * layout-tests/dom/xhtml/level2/html/HTMLElement125.js: Added.
13166 * layout-tests/dom/xhtml/level2/html/HTMLElement125.xhtml: Added.
13167 * layout-tests/dom/xhtml/level2/html/HTMLElement126-expected.txt: Added.
13168 * layout-tests/dom/xhtml/level2/html/HTMLElement126.js: Added.
13169 * layout-tests/dom/xhtml/level2/html/HTMLElement126.xhtml: Added.
13170 * layout-tests/dom/xhtml/level2/html/HTMLElement127-expected.txt: Added.
13171 * layout-tests/dom/xhtml/level2/html/HTMLElement127.js: Added.
13172 * layout-tests/dom/xhtml/level2/html/HTMLElement127.xhtml: Added.
13173 * layout-tests/dom/xhtml/level2/html/HTMLElement128-expected.txt: Added.
13174 * layout-tests/dom/xhtml/level2/html/HTMLElement128.js: Added.
13175 * layout-tests/dom/xhtml/level2/html/HTMLElement128.xhtml: Added.
13176 * layout-tests/dom/xhtml/level2/html/HTMLElement129-expected.txt: Added.
13177 * layout-tests/dom/xhtml/level2/html/HTMLElement129.js: Added.
13178 * layout-tests/dom/xhtml/level2/html/HTMLElement129.xhtml: Added.
13179 * layout-tests/dom/xhtml/level2/html/HTMLElement13-expected.txt: Added.
13180 * layout-tests/dom/xhtml/level2/html/HTMLElement13.js: Added.
13181 * layout-tests/dom/xhtml/level2/html/HTMLElement13.xhtml: Added.
13182 * layout-tests/dom/xhtml/level2/html/HTMLElement130-expected.txt: Added.
13183 * layout-tests/dom/xhtml/level2/html/HTMLElement130.js: Added.
13184 * layout-tests/dom/xhtml/level2/html/HTMLElement130.xhtml: Added.
13185 * layout-tests/dom/xhtml/level2/html/HTMLElement131-expected.txt: Added.
13186 * layout-tests/dom/xhtml/level2/html/HTMLElement131.js: Added.
13187 * layout-tests/dom/xhtml/level2/html/HTMLElement131.xhtml: Added.
13188 * layout-tests/dom/xhtml/level2/html/HTMLElement132-expected.txt: Added.
13189 * layout-tests/dom/xhtml/level2/html/HTMLElement132.js: Added.
13190 * layout-tests/dom/xhtml/level2/html/HTMLElement132.xhtml: Added.
13191 * layout-tests/dom/xhtml/level2/html/HTMLElement133-expected.txt: Added.
13192 * layout-tests/dom/xhtml/level2/html/HTMLElement133.js: Added.
13193 * layout-tests/dom/xhtml/level2/html/HTMLElement133.xhtml: Added.
13194 * layout-tests/dom/xhtml/level2/html/HTMLElement134-expected.txt: Added.
13195 * layout-tests/dom/xhtml/level2/html/HTMLElement134.js: Added.
13196 * layout-tests/dom/xhtml/level2/html/HTMLElement134.xhtml: Added.
13197 * layout-tests/dom/xhtml/level2/html/HTMLElement135-expected.txt: Added.
13198 * layout-tests/dom/xhtml/level2/html/HTMLElement135.js: Added.
13199 * layout-tests/dom/xhtml/level2/html/HTMLElement135.xhtml: Added.
13200 * layout-tests/dom/xhtml/level2/html/HTMLElement136-expected.txt: Added.
13201 * layout-tests/dom/xhtml/level2/html/HTMLElement136.js: Added.
13202 * layout-tests/dom/xhtml/level2/html/HTMLElement136.xhtml: Added.
13203 * layout-tests/dom/xhtml/level2/html/HTMLElement137-expected.txt: Added.
13204 * layout-tests/dom/xhtml/level2/html/HTMLElement137.js: Added.
13205 * layout-tests/dom/xhtml/level2/html/HTMLElement137.xhtml: Added.
13206 * layout-tests/dom/xhtml/level2/html/HTMLElement138-expected.txt: Added.
13207 * layout-tests/dom/xhtml/level2/html/HTMLElement138.js: Added.
13208 * layout-tests/dom/xhtml/level2/html/HTMLElement138.xhtml: Added.
13209 * layout-tests/dom/xhtml/level2/html/HTMLElement139-expected.txt: Added.
13210 * layout-tests/dom/xhtml/level2/html/HTMLElement139.js: Added.
13211 * layout-tests/dom/xhtml/level2/html/HTMLElement139.xhtml: Added.
13212 * layout-tests/dom/xhtml/level2/html/HTMLElement14-expected.txt: Added.
13213 * layout-tests/dom/xhtml/level2/html/HTMLElement14.js: Added.
13214 * layout-tests/dom/xhtml/level2/html/HTMLElement14.xhtml: Added.
13215 * layout-tests/dom/xhtml/level2/html/HTMLElement140-expected.txt: Added.
13216 * layout-tests/dom/xhtml/level2/html/HTMLElement140.js: Added.
13217 * layout-tests/dom/xhtml/level2/html/HTMLElement140.xhtml: Added.
13218 * layout-tests/dom/xhtml/level2/html/HTMLElement141-expected.txt: Added.
13219 * layout-tests/dom/xhtml/level2/html/HTMLElement141.js: Added.
13220 * layout-tests/dom/xhtml/level2/html/HTMLElement141.xhtml: Added.
13221 * layout-tests/dom/xhtml/level2/html/HTMLElement142-expected.txt: Added.
13222 * layout-tests/dom/xhtml/level2/html/HTMLElement142.js: Added.
13223 * layout-tests/dom/xhtml/level2/html/HTMLElement142.xhtml: Added.
13224 * layout-tests/dom/xhtml/level2/html/HTMLElement143-expected.txt: Added.
13225 * layout-tests/dom/xhtml/level2/html/HTMLElement143.js: Added.
13226 * layout-tests/dom/xhtml/level2/html/HTMLElement143.xhtml: Added.
13227 * layout-tests/dom/xhtml/level2/html/HTMLElement144-expected.txt: Added.
13228 * layout-tests/dom/xhtml/level2/html/HTMLElement144.js: Added.
13229 * layout-tests/dom/xhtml/level2/html/HTMLElement144.xhtml: Added.
13230 * layout-tests/dom/xhtml/level2/html/HTMLElement145-expected.txt: Added.
13231 * layout-tests/dom/xhtml/level2/html/HTMLElement145.js: Added.
13232 * layout-tests/dom/xhtml/level2/html/HTMLElement145.xhtml: Added.
13233 * layout-tests/dom/xhtml/level2/html/HTMLElement15-expected.txt: Added.
13234 * layout-tests/dom/xhtml/level2/html/HTMLElement15.js: Added.
13235 * layout-tests/dom/xhtml/level2/html/HTMLElement15.xhtml: Added.
13236 * layout-tests/dom/xhtml/level2/html/HTMLElement16-expected.txt: Added.
13237 * layout-tests/dom/xhtml/level2/html/HTMLElement16.js: Added.
13238 * layout-tests/dom/xhtml/level2/html/HTMLElement16.xhtml: Added.
13239 * layout-tests/dom/xhtml/level2/html/HTMLElement17-expected.txt: Added.
13240 * layout-tests/dom/xhtml/level2/html/HTMLElement17.js: Added.
13241 * layout-tests/dom/xhtml/level2/html/HTMLElement17.xhtml: Added.
13242 * layout-tests/dom/xhtml/level2/html/HTMLElement18-expected.txt: Added.
13243 * layout-tests/dom/xhtml/level2/html/HTMLElement18.js: Added.
13244 * layout-tests/dom/xhtml/level2/html/HTMLElement18.xhtml: Added.
13245 * layout-tests/dom/xhtml/level2/html/HTMLElement19-expected.txt: Added.
13246 * layout-tests/dom/xhtml/level2/html/HTMLElement19.js: Added.
13247 * layout-tests/dom/xhtml/level2/html/HTMLElement19.xhtml: Added.
13248 * layout-tests/dom/xhtml/level2/html/HTMLElement20-expected.txt: Added.
13249 * layout-tests/dom/xhtml/level2/html/HTMLElement20.js: Added.
13250 * layout-tests/dom/xhtml/level2/html/HTMLElement20.xhtml: Added.
13251 * layout-tests/dom/xhtml/level2/html/HTMLElement21-expected.txt: Added.
13252 * layout-tests/dom/xhtml/level2/html/HTMLElement21.js: Added.
13253 * layout-tests/dom/xhtml/level2/html/HTMLElement21.xhtml: Added.
13254 * layout-tests/dom/xhtml/level2/html/HTMLElement22-expected.txt: Added.
13255 * layout-tests/dom/xhtml/level2/html/HTMLElement22.js: Added.
13256 * layout-tests/dom/xhtml/level2/html/HTMLElement22.xhtml: Added.
13257 * layout-tests/dom/xhtml/level2/html/HTMLElement23-expected.txt: Added.
13258 * layout-tests/dom/xhtml/level2/html/HTMLElement23.js: Added.
13259 * layout-tests/dom/xhtml/level2/html/HTMLElement23.xhtml: Added.
13260 * layout-tests/dom/xhtml/level2/html/HTMLElement24-expected.txt: Added.
13261 * layout-tests/dom/xhtml/level2/html/HTMLElement24.js: Added.
13262 * layout-tests/dom/xhtml/level2/html/HTMLElement24.xhtml: Added.
13263 * layout-tests/dom/xhtml/level2/html/HTMLElement25-expected.txt: Added.
13264 * layout-tests/dom/xhtml/level2/html/HTMLElement25.js: Added.
13265 * layout-tests/dom/xhtml/level2/html/HTMLElement25.xhtml: Added.
13266 * layout-tests/dom/xhtml/level2/html/HTMLElement26-expected.txt: Added.
13267 * layout-tests/dom/xhtml/level2/html/HTMLElement26.js: Added.
13268 * layout-tests/dom/xhtml/level2/html/HTMLElement26.xhtml: Added.
13269 * layout-tests/dom/xhtml/level2/html/HTMLElement27-expected.txt: Added.
13270 * layout-tests/dom/xhtml/level2/html/HTMLElement27.js: Added.
13271 * layout-tests/dom/xhtml/level2/html/HTMLElement27.xhtml: Added.
13272 * layout-tests/dom/xhtml/level2/html/HTMLElement28-expected.txt: Added.
13273 * layout-tests/dom/xhtml/level2/html/HTMLElement28.js: Added.
13274 * layout-tests/dom/xhtml/level2/html/HTMLElement28.xhtml: Added.
13275 * layout-tests/dom/xhtml/level2/html/HTMLElement29-expected.txt: Added.
13276 * layout-tests/dom/xhtml/level2/html/HTMLElement29.js: Added.
13277 * layout-tests/dom/xhtml/level2/html/HTMLElement29.xhtml: Added.
13278 * layout-tests/dom/xhtml/level2/html/HTMLElement30-expected.txt: Added.
13279 * layout-tests/dom/xhtml/level2/html/HTMLElement30.js: Added.
13280 * layout-tests/dom/xhtml/level2/html/HTMLElement30.xhtml: Added.
13281 * layout-tests/dom/xhtml/level2/html/HTMLElement31-expected.txt: Added.
13282 * layout-tests/dom/xhtml/level2/html/HTMLElement31.js: Added.
13283 * layout-tests/dom/xhtml/level2/html/HTMLElement31.xhtml: Added.
13284 * layout-tests/dom/xhtml/level2/html/HTMLElement32-expected.txt: Added.
13285 * layout-tests/dom/xhtml/level2/html/HTMLElement32.js: Added.
13286 * layout-tests/dom/xhtml/level2/html/HTMLElement32.xhtml: Added.
13287 * layout-tests/dom/xhtml/level2/html/HTMLElement33-expected.txt: Added.
13288 * layout-tests/dom/xhtml/level2/html/HTMLElement33.js: Added.
13289 * layout-tests/dom/xhtml/level2/html/HTMLElement33.xhtml: Added.
13290 * layout-tests/dom/xhtml/level2/html/HTMLElement34-expected.txt: Added.
13291 * layout-tests/dom/xhtml/level2/html/HTMLElement34.js: Added.
13292 * layout-tests/dom/xhtml/level2/html/HTMLElement34.xhtml: Added.
13293 * layout-tests/dom/xhtml/level2/html/HTMLElement35-expected.txt: Added.
13294 * layout-tests/dom/xhtml/level2/html/HTMLElement35.js: Added.
13295 * layout-tests/dom/xhtml/level2/html/HTMLElement35.xhtml: Added.
13296 * layout-tests/dom/xhtml/level2/html/HTMLElement36-expected.txt: Added.
13297 * layout-tests/dom/xhtml/level2/html/HTMLElement36.js: Added.
13298 * layout-tests/dom/xhtml/level2/html/HTMLElement36.xhtml: Added.
13299 * layout-tests/dom/xhtml/level2/html/HTMLElement37-expected.txt: Added.
13300 * layout-tests/dom/xhtml/level2/html/HTMLElement37.js: Added.
13301 * layout-tests/dom/xhtml/level2/html/HTMLElement37.xhtml: Added.
13302 * layout-tests/dom/xhtml/level2/html/HTMLElement38-expected.txt: Added.
13303 * layout-tests/dom/xhtml/level2/html/HTMLElement38.js: Added.
13304 * layout-tests/dom/xhtml/level2/html/HTMLElement38.xhtml: Added.
13305 * layout-tests/dom/xhtml/level2/html/HTMLElement39-expected.txt: Added.
13306 * layout-tests/dom/xhtml/level2/html/HTMLElement39.js: Added.
13307 * layout-tests/dom/xhtml/level2/html/HTMLElement39.xhtml: Added.
13308 * layout-tests/dom/xhtml/level2/html/HTMLElement40-expected.txt: Added.
13309 * layout-tests/dom/xhtml/level2/html/HTMLElement40.js: Added.
13310 * layout-tests/dom/xhtml/level2/html/HTMLElement40.xhtml: Added.
13311 * layout-tests/dom/xhtml/level2/html/HTMLElement41-expected.txt: Added.
13312 * layout-tests/dom/xhtml/level2/html/HTMLElement41.js: Added.
13313 * layout-tests/dom/xhtml/level2/html/HTMLElement41.xhtml: Added.
13314 * layout-tests/dom/xhtml/level2/html/HTMLElement42-expected.txt: Added.
13315 * layout-tests/dom/xhtml/level2/html/HTMLElement42.js: Added.
13316 * layout-tests/dom/xhtml/level2/html/HTMLElement42.xhtml: Added.
13317 * layout-tests/dom/xhtml/level2/html/HTMLElement43-expected.txt: Added.
13318 * layout-tests/dom/xhtml/level2/html/HTMLElement43.js: Added.
13319 * layout-tests/dom/xhtml/level2/html/HTMLElement43.xhtml: Added.
13320 * layout-tests/dom/xhtml/level2/html/HTMLElement44-expected.txt: Added.
13321 * layout-tests/dom/xhtml/level2/html/HTMLElement44.js: Added.
13322 * layout-tests/dom/xhtml/level2/html/HTMLElement44.xhtml: Added.
13323 * layout-tests/dom/xhtml/level2/html/HTMLElement45-expected.txt: Added.
13324 * layout-tests/dom/xhtml/level2/html/HTMLElement45.js: Added.
13325 * layout-tests/dom/xhtml/level2/html/HTMLElement45.xhtml: Added.
13326 * layout-tests/dom/xhtml/level2/html/HTMLElement46-expected.txt: Added.
13327 * layout-tests/dom/xhtml/level2/html/HTMLElement46.js: Added.
13328 * layout-tests/dom/xhtml/level2/html/HTMLElement46.xhtml: Added.
13329 * layout-tests/dom/xhtml/level2/html/HTMLElement47-expected.txt: Added.
13330 * layout-tests/dom/xhtml/level2/html/HTMLElement47.js: Added.
13331 * layout-tests/dom/xhtml/level2/html/HTMLElement47.xhtml: Added.
13332 * layout-tests/dom/xhtml/level2/html/HTMLElement48-expected.txt: Added.
13333 * layout-tests/dom/xhtml/level2/html/HTMLElement48.js: Added.
13334 * layout-tests/dom/xhtml/level2/html/HTMLElement48.xhtml: Added.
13335 * layout-tests/dom/xhtml/level2/html/HTMLElement49-expected.txt: Added.
13336 * layout-tests/dom/xhtml/level2/html/HTMLElement49.js: Added.
13337 * layout-tests/dom/xhtml/level2/html/HTMLElement49.xhtml: Added.
13338 * layout-tests/dom/xhtml/level2/html/HTMLElement50-expected.txt: Added.
13339 * layout-tests/dom/xhtml/level2/html/HTMLElement50.js: Added.
13340 dom/xhtml/level2/html/HTMLElement50.xhtml: Added.
13341 * layout-tests/dom/xhtml/level2/html/HTMLElement51-expected.txt: Added.
13342 * layout-tests/dom/xhtml/level2/html/HTMLElement51.js: Added.
13343 * layout-tests/dom/xhtml/level2/html/HTMLElement51.xhtml: Added.
13344 * layout-tests/dom/xhtml/level2/html/HTMLElement52-expected.txt: Added.
13345 * layout-tests/dom/xhtml/level2/html/HTMLElement52.js: Added.
13346 * layout-tests/dom/xhtml/level2/html/HTMLElement52.xhtml: Added.
13347 * layout-tests/dom/xhtml/level2/html/HTMLElement53-expected.txt: Added.
13348 * layout-tests/dom/xhtml/level2/html/HTMLElement53.js: Added.
13349 * layout-tests/dom/xhtml/level2/html/HTMLElement53.xhtml: Added.
13350 * layout-tests/dom/xhtml/level2/html/HTMLElement54-expected.txt: Added.
13351 * layout-tests/dom/xhtml/level2/html/HTMLElement54.js: Added.
13352 * layout-tests/dom/xhtml/level2/html/HTMLElement54.xhtml: Added.
13353 * layout-tests/dom/xhtml/level2/html/HTMLElement55-expected.txt: Added.
13354 * layout-tests/dom/xhtml/level2/html/HTMLElement55.js: Added.
13355 * layout-tests/dom/xhtml/level2/html/HTMLElement55.xhtml: Added.
13356 * layout-tests/dom/xhtml/level2/html/HTMLElement56-expected.txt: Added.
13357 * layout-tests/dom/xhtml/level2/html/HTMLElement56.js: Added.
13358 * layout-tests/dom/xhtml/level2/html/HTMLElement56.xhtml: Added.
13359 * layout-tests/dom/xhtml/level2/html/HTMLElement57-expected.txt: Added.
13360 * layout-tests/dom/xhtml/level2/html/HTMLElement57.js: Added.
13361 * layout-tests/dom/xhtml/level2/html/HTMLElement57.xhtml: Added.
13362 * layout-tests/dom/xhtml/level2/html/HTMLElement58-expected.txt: Added.
13363 * layout-tests/dom/xhtml/level2/html/HTMLElement58.js: Added.
13364 * layout-tests/dom/xhtml/level2/html/HTMLElement58.xhtml: Added.
13365 * layout-tests/dom/xhtml/level2/html/HTMLElement59-expected.txt: Added.
13366 * layout-tests/dom/xhtml/level2/html/HTMLElement59.js: Added.
13367 * layout-tests/dom/xhtml/level2/html/HTMLElement59.xhtml: Added.
13368 * layout-tests/dom/xhtml/level2/html/HTMLElement60-expected.txt: Added.
13369 * layout-tests/dom/xhtml/level2/html/HTMLElement60.js: Added.
13370 * layout-tests/dom/xhtml/level2/html/HTMLElement60.xhtml: Added.
13371 * layout-tests/dom/xhtml/level2/html/HTMLElement61-expected.txt: Added.
13372 * layout-tests/dom/xhtml/level2/html/HTMLElement61.js: Added.
13373 * layout-tests/dom/xhtml/level2/html/HTMLElement61.xhtml: Added.
13374 * layout-tests/dom/xhtml/level2/html/HTMLElement62-expected.txt: Added.
13375 * layout-tests/dom/xhtml/level2/html/HTMLElement62.js: Added.
13376 * layout-tests/dom/xhtml/level2/html/HTMLElement62.xhtml: Added.
13377 * layout-tests/dom/xhtml/level2/html/HTMLElement63-expected.txt: Added.
13378 * layout-tests/dom/xhtml/level2/html/HTMLElement63.js: Added.
13379 * layout-tests/dom/xhtml/level2/html/HTMLElement63.xhtml: Added.
13380 * layout-tests/dom/xhtml/level2/html/HTMLElement64-expected.txt: Added.
13381 * layout-tests/dom/xhtml/level2/html/HTMLElement64.js: Added.
13382 * layout-tests/dom/xhtml/level2/html/HTMLElement64.xhtml: Added.
13383 * layout-tests/dom/xhtml/level2/html/HTMLElement65-expected.txt: Added.
13384 * layout-tests/dom/xhtml/level2/html/HTMLElement65.js: Added.
13385 * layout-tests/dom/xhtml/level2/html/HTMLElement65.xhtml: Added.
13386 * layout-tests/dom/xhtml/level2/html/HTMLElement66-expected.txt: Added.
13387 * layout-tests/dom/xhtml/level2/html/HTMLElement66.js: Added.
13388 * layout-tests/dom/xhtml/level2/html/HTMLElement66.xhtml: Added.
13389 * layout-tests/dom/xhtml/level2/html/HTMLElement67-expected.txt: Added.
13390 * layout-tests/dom/xhtml/level2/html/HTMLElement67.js: Added.
13391 * layout-tests/dom/xhtml/level2/html/HTMLElement67.xhtml: Added.
13392 * layout-tests/dom/xhtml/level2/html/HTMLElement68-expected.txt: Added.
13393 * layout-tests/dom/xhtml/level2/html/HTMLElement68.js: Added.
13394 * layout-tests/dom/xhtml/level2/html/HTMLElement68.xhtml: Added.
13395 * layout-tests/dom/xhtml/level2/html/HTMLElement69-expected.txt: Added.
13396 * layout-tests/dom/xhtml/level2/html/HTMLElement69.js: Added.
13397 * layout-tests/dom/xhtml/level2/html/HTMLElement69.xhtml: Added.
13398 * layout-tests/dom/xhtml/level2/html/HTMLElement70-expected.txt: Added.
13399 * layout-tests/dom/xhtml/level2/html/HTMLElement70.js: Added.
13400 * layout-tests/dom/xhtml/level2/html/HTMLElement70.xhtml: Added.
13401 * layout-tests/dom/xhtml/level2/html/HTMLElement71-expected.txt: Added.
13402 * layout-tests/dom/xhtml/level2/html/HTMLElement71.js: Added.
13403 * layout-tests/dom/xhtml/level2/html/HTMLElement71.xhtml: Added.
13404 * layout-tests/dom/xhtml/level2/html/HTMLElement72-expected.txt: Added.
13405 * layout-tests/dom/xhtml/level2/html/HTMLElement72.js: Added.
13406 * layout-tests/dom/xhtml/level2/html/HTMLElement72.xhtml: Added.
13407 * layout-tests/dom/xhtml/level2/html/HTMLElement73-expected.txt: Added.
13408 * layout-tests/dom/xhtml/level2/html/HTMLElement73.js: Added.
13409 * layout-tests/dom/xhtml/level2/html/HTMLElement73.xhtml: Added.
13410 * layout-tests/dom/xhtml/level2/html/HTMLElement74-expected.txt: Added.
13411 * layout-tests/dom/xhtml/level2/html/HTMLElement74.js: Added.
13412 * layout-tests/dom/xhtml/level2/html/HTMLElement74.xhtml: Added.
13413 * layout-tests/dom/xhtml/level2/html/HTMLElement75-expected.txt: Added.
13414 * layout-tests/dom/xhtml/level2/html/HTMLElement75.js: Added.
13415 * layout-tests/dom/xhtml/level2/html/HTMLElement75.xhtml: Added.
13416 * layout-tests/dom/xhtml/level2/html/HTMLElement76-expected.txt: Added.
13417 * layout-tests/dom/xhtml/level2/html/HTMLElement76.js: Added.
13418 * layout-tests/dom/xhtml/level2/html/HTMLElement76.xhtml: Added.
13419 * layout-tests/dom/xhtml/level2/html/HTMLElement77-expected.txt: Added.
13420 * layout-tests/dom/xhtml/level2/html/HTMLElement77.js: Added.
13421 * layout-tests/dom/xhtml/level2/html/HTMLElement77.xhtml: Added.
13422 * layout-tests/dom/xhtml/level2/html/HTMLElement78-expected.txt: Added.
13423 * layout-tests/dom/xhtml/level2/html/HTMLElement78.js: Added.
13424 * layout-tests/dom/xhtml/level2/html/HTMLElement78.xhtml: Added.
13425 * layout-tests/dom/xhtml/level2/html/HTMLElement79-expected.txt: Added.
13426 * layout-tests/dom/xhtml/level2/html/HTMLElement79.js: Added.
13427 * layout-tests/dom/xhtml/level2/html/HTMLElement79.xhtml: Added.
13428 * layout-tests/dom/xhtml/level2/html/HTMLElement80-expected.txt: Added.
13429 * layout-tests/dom/xhtml/level2/html/HTMLElement80.js: Added.
13430 * layout-tests/dom/xhtml/level2/html/HTMLElement80.xhtml: Added.
13431 * layout-tests/dom/xhtml/level2/html/HTMLElement81-expected.txt: Added.
13432 * layout-tests/dom/xhtml/level2/html/HTMLElement81.js: Added.
13433 * layout-tests/dom/xhtml/level2/html/HTMLElement81.xhtml: Added.
13434 * layout-tests/dom/xhtml/level2/html/HTMLElement82-expected.txt: Added.
13435 * layout-tests/dom/xhtml/level2/html/HTMLElement82.js: Added.
13436 * layout-tests/dom/xhtml/level2/html/HTMLElement82.xhtml: Added.
13437 * layout-tests/dom/xhtml/level2/html/HTMLElement83-expected.txt: Added.
13438 * layout-tests/dom/xhtml/level2/html/HTMLElement83.js: Added.
13439 * layout-tests/dom/xhtml/level2/html/HTMLElement83.xhtml: Added.
13440 * layout-tests/dom/xhtml/level2/html/HTMLElement84-expected.txt: Added.
13441 * layout-tests/dom/xhtml/level2/html/HTMLElement84.js: Added.
13442 * layout-tests/dom/xhtml/level2/html/HTMLElement84.xhtml: Added.
13443 * layout-tests/dom/xhtml/level2/html/HTMLElement85-expected.txt: Added.
13444 * layout-tests/dom/xhtml/level2/html/HTMLElement85.js: Added.
13445 * layout-tests/dom/xhtml/level2/html/HTMLElement85.xhtml: Added.
13446 * layout-tests/dom/xhtml/level2/html/HTMLElement86-expected.txt: Added.
13447 * layout-tests/dom/xhtml/level2/html/HTMLElement86.js: Added.
13448 * layout-tests/dom/xhtml/level2/html/HTMLElement86.xhtml: Added.
13449 * layout-tests/dom/xhtml/level2/html/HTMLElement87-expected.txt: Added.
13450 * layout-tests/dom/xhtml/level2/html/HTMLElement87.js: Added.
13451 * layout-tests/dom/xhtml/level2/html/HTMLElement87.xhtml: Added.
13452 * layout-tests/dom/xhtml/level2/html/HTMLElement88-expected.txt: Added.
13453 * layout-tests/dom/xhtml/level2/html/HTMLElement88.js: Added.
13454 * layout-tests/dom/xhtml/level2/html/HTMLElement88.xhtml: Added.
13455 * layout-tests/dom/xhtml/level2/html/HTMLElement89-expected.txt: Added.
13456 * layout-tests/dom/xhtml/level2/html/HTMLElement89.js: Added.
13457 * layout-tests/dom/xhtml/level2/html/HTMLElement89.xhtml: Added.
13458 * layout-tests/dom/xhtml/level2/html/HTMLElement90-expected.txt: Added.
13459 * layout-tests/dom/xhtml/level2/html/HTMLElement90.js: Added.
13460 * layout-tests/dom/xhtml/level2/html/HTMLElement90.xhtml: Added.
13461 * layout-tests/dom/xhtml/level2/html/HTMLElement91-expected.txt: Added.
13462 * layout-tests/dom/xhtml/level2/html/HTMLElement91.js: Added.
13463 * layout-tests/dom/xhtml/level2/html/HTMLElement91.xhtml: Added.
13464 * layout-tests/dom/xhtml/level2/html/HTMLElement92-expected.txt: Added.
13465 * layout-tests/dom/xhtml/level2/html/HTMLElement92.js: Added.
13466 * layout-tests/dom/xhtml/level2/html/HTMLElement92.xhtml: Added.
13467 * layout-tests/dom/xhtml/level2/html/HTMLElement93-expected.txt: Added.
13468 * layout-tests/dom/xhtml/level2/html/HTMLElement93.js: Added.
13469 * layout-tests/dom/xhtml/level2/html/HTMLElement93.xhtml: Added.
13470 * layout-tests/dom/xhtml/level2/html/HTMLElement94-expected.txt: Added.
13471 * layout-tests/dom/xhtml/level2/html/HTMLElement94.js: Added.
13472 * layout-tests/dom/xhtml/level2/html/HTMLElement94.xhtml: Added.
13473 * layout-tests/dom/xhtml/level2/html/HTMLElement95-expected.txt: Added.
13474 * layout-tests/dom/xhtml/level2/html/HTMLElement95.js: Added.
13475 * layout-tests/dom/xhtml/level2/html/HTMLElement95.xhtml: Added.
13476 * layout-tests/dom/xhtml/level2/html/HTMLElement96-expected.txt: Added.
13477 * layout-tests/dom/xhtml/level2/html/HTMLElement96.js: Added.
13478 * layout-tests/dom/xhtml/level2/html/HTMLElement96.xhtml: Added.
13479 * layout-tests/dom/xhtml/level2/html/HTMLElement97-expected.txt: Added.
13480 * layout-tests/dom/xhtml/level2/html/HTMLElement97.js: Added.
13481 * layout-tests/dom/xhtml/level2/html/HTMLElement97.xhtml: Added.
13482 * layout-tests/dom/xhtml/level2/html/HTMLElement98-expected.txt: Added.
13483 * layout-tests/dom/xhtml/level2/html/HTMLElement98.js: Added.
13484 * layout-tests/dom/xhtml/level2/html/HTMLElement98.xhtml: Added.
13485 * layout-tests/dom/xhtml/level2/html/HTMLElement99-expected.txt: Added.
13486 * layout-tests/dom/xhtml/level2/html/HTMLElement99.js: Added.
13487 * layout-tests/dom/xhtml/level2/html/HTMLElement99.xhtml: Added.
13488 * layout-tests/dom/xhtml/level2/html/HTMLFieldSetElement01-expected.txt: Added.
13489 * layout-tests/dom/xhtml/level2/html/HTMLFieldSetElement01.js: Added.
13490 * layout-tests/dom/xhtml/level2/html/HTMLFieldSetElement01.xhtml: Added.
13491 * layout-tests/dom/xhtml/level2/html/HTMLFieldSetElement02-expected.txt: Added.
13492 * layout-tests/dom/xhtml/level2/html/HTMLFieldSetElement02.js: Added.
13493 * layout-tests/dom/xhtml/level2/html/HTMLFieldSetElement02.xhtml: Added.
13494 * layout-tests/dom/xhtml/level2/html/HTMLFontElement01-expected.txt: Added.
13495 * layout-tests/dom/xhtml/level2/html/HTMLFontElement01.js: Added.
13496 * layout-tests/dom/xhtml/level2/html/HTMLFontElement01.xhtml: Added.
13497 * layout-tests/dom/xhtml/level2/html/HTMLFontElement02-expected.txt: Added.
13498 * layout-tests/dom/xhtml/level2/html/HTMLFontElement02.js: Added.
13499 * layout-tests/dom/xhtml/level2/html/HTMLFontElement02.xhtml: Added.
13500 * layout-tests/dom/xhtml/level2/html/HTMLFontElement03-expected.txt: Added.
13501 * layout-tests/dom/xhtml/level2/html/HTMLFontElement03.js: Added.
13502 * layout-tests/dom/xhtml/level2/html/HTMLFontElement03.xhtml: Added.
13503 * layout-tests/dom/xhtml/level2/html/HTMLFormElement01-expected.txt: Added.
13504 * layout-tests/dom/xhtml/level2/html/HTMLFormElement01.js: Added.
13505 * layout-tests/dom/xhtml/level2/html/HTMLFormElement01.xhtml: Added.
13506 * layout-tests/dom/xhtml/level2/html/HTMLFormElement02-expected.txt: Added.
13507 * layout-tests/dom/xhtml/level2/html/HTMLFormElement02.js: Added.
13508 * layout-tests/dom/xhtml/level2/html/HTMLFormElement02.xhtml: Added.
13509 * layout-tests/dom/xhtml/level2/html/HTMLFormElement03-expected.txt: Added.
13510 * layout-tests/dom/xhtml/level2/html/HTMLFormElement03.js: Added.
13511 * layout-tests/dom/xhtml/level2/html/HTMLFormElement03.xhtml: Added.
13512 * layout-tests/dom/xhtml/level2/html/HTMLFormElement04-expected.txt: Added.
13513 * layout-tests/dom/xhtml/level2/html/HTMLFormElement04.js: Added.
13514 * layout-tests/dom/xhtml/level2/html/HTMLFormElement04.xhtml: Added.
13515 * layout-tests/dom/xhtml/level2/html/HTMLFormElement05-expected.txt: Added.
13516 * layout-tests/dom/xhtml/level2/html/HTMLFormElement05.js: Added.
13517 * layout-tests/dom/xhtml/level2/html/HTMLFormElement05.xhtml: Added.
13518 * layout-tests/dom/xhtml/level2/html/HTMLFormElement06-expected.txt: Added.
13519 * layout-tests/dom/xhtml/level2/html/HTMLFormElement06.js: Added.
13520 * layout-tests/dom/xhtml/level2/html/HTMLFormElement06.xhtml: Added.
13521 * layout-tests/dom/xhtml/level2/html/HTMLFormElement07-expected.txt: Added.
13522 * layout-tests/dom/xhtml/level2/html/HTMLFormElement07.js: Added.
13523 * layout-tests/dom/xhtml/level2/html/HTMLFormElement07.xhtml: Added.
13524 * layout-tests/dom/xhtml/level2/html/HTMLFormElement08-expected.txt: Added.
13525 * layout-tests/dom/xhtml/level2/html/HTMLFormElement08.js: Added.
13526 * layout-tests/dom/xhtml/level2/html/HTMLFormElement08.xhtml: Added.
13527 * layout-tests/dom/xhtml/level2/html/HTMLFormElement09-expected.txt: Added.
13528 * layout-tests/dom/xhtml/level2/html/HTMLFormElement09.js: Added.
13529 * layout-tests/dom/xhtml/level2/html/HTMLFormElement09.xhtml: Added.
13530 * layout-tests/dom/xhtml/level2/html/HTMLFormElement10.js: Added.
13531 * layout-tests/dom/xhtml/level2/html/HTMLFormElement10.xhtml-disabled: Added.
13532 * layout-tests/dom/xhtml/level2/html/HTMLFrameElement01.js: Added.
13533 * layout-tests/dom/xhtml/level2/html/HTMLFrameElement01.xhtml-disabled: Added.
13534 * layout-tests/dom/xhtml/level2/html/HTMLFrameElement02.js: Added.
13535 * layout-tests/dom/xhtml/level2/html/HTMLFrameElement02.xhtml-disabled: Added.
13536 * layout-tests/dom/xhtml/level2/html/HTMLFrameElement03.js: Added.
13537 * layout-tests/dom/xhtml/level2/html/HTMLFrameElement03.xhtml-disabled: Added.
13538 * layout-tests/dom/xhtml/level2/html/HTMLFrameElement04.js: Added.
13539 * layout-tests/dom/xhtml/level2/html/HTMLFrameElement04.xhtml-disabled: Added.
13540 * layout-tests/dom/xhtml/level2/html/HTMLFrameElement05.js: Added.
13541 * layout-tests/dom/xhtml/level2/html/HTMLFrameElement05.xhtml-disabled: Added.
13542 * layout-tests/dom/xhtml/level2/html/HTMLFrameElement06.js: Added.
13543 * layout-tests/dom/xhtml/level2/html/HTMLFrameElement06.xhtml-disabled: Added.
13544 * layout-tests/dom/xhtml/level2/html/HTMLFrameElement07.js: Added.
13545 * layout-tests/dom/xhtml/level2/html/HTMLFrameElement07.xhtml-disabled: Added.
13546 * layout-tests/dom/xhtml/level2/html/HTMLFrameElement08.js: Added.
13547 * layout-tests/dom/xhtml/level2/html/HTMLFrameElement08.xhtml-disabled: Added.
13548 * layout-tests/dom/xhtml/level2/html/HTMLFrameElement09.js: Added.
13549 * layout-tests/dom/xhtml/level2/html/HTMLFrameElement09.xhtml-disabled: Added.
13550 * layout-tests/dom/xhtml/level2/html/HTMLFrameSetElement01.js: Added.
13551 * layout-tests/dom/xhtml/level2/html/HTMLFrameSetElement01.xhtml-disabled: Added.
13552 * layout-tests/dom/xhtml/level2/html/HTMLFrameSetElement02.js: Added.
13553 * layout-tests/dom/xhtml/level2/html/HTMLFrameSetElement02.xhtml-disabled: Added.
13554 * layout-tests/dom/xhtml/level2/html/HTMLHRElement01-expected.txt: Added.
13555 * layout-tests/dom
13556 * layout-tests/dom/xhtml/level2/html/HTMLHRElement01.xhtml: Added.
13557 * layout-tests/dom/xhtml/level2/html/HTMLHRElement02-expected.txt: Added.
13558 * layout-tests/dom/xhtml/level2/html/HTMLHRElement02.js: Added.
13559 * layout-tests/dom/xhtml/level2/html/HTMLHRElement02.xhtml: Added.
13560 * layout-tests/dom/xhtml/level2/html/HTMLHRElement03-expected.txt: Added.
13561 * layout-tests/dom/xhtml/level2/html/HTMLHRElement03.js: Added.
13562 * layout-tests/dom/xhtml/level2/html/HTMLHRElement03.xhtml: Added.
13563 * layout-tests/dom/xhtml/level2/html/HTMLHRElement04-expected.txt: Added.
13564 * layout-tests/dom/xhtml/level2/html/HTMLHRElement04.js: Added.
13565 * layout-tests/dom/xhtml/level2/html/HTMLHRElement04.xhtml: Added.
13566 * layout-tests/dom/xhtml/level2/html/HTMLHeadElement01-expected.txt: Added.
13567 * layout-tests/dom/xhtml/level2/html/HTMLHeadElement01.js: Added.
13568 * layout-tests/dom/xhtml/level2/html/HTMLHeadElement01.xhtml: Added.
13569 * layout-tests/dom/xhtml/level2/html/HTMLHeadingElement01-expected.txt: Added.
13570 * layout-tests/dom/xhtml/level2/html/HTMLHeadingElement01.js: Added.
13571 * layout-tests/dom/xhtml/level2/html/HTMLHeadingElement01.xhtml: Added.
13572 * layout-tests/dom/xhtml/level2/html/HTMLHeadingElement02-expected.txt: Added.
13573 * layout-tests/dom/xhtml/level2/html/HTMLHeadingElement02.js: Added.
13574 * layout-tests/dom/xhtml/level2/html/HTMLHeadingElement02.xhtml: Added.
13575 * layout-tests/dom/xhtml/level2/html/HTMLHeadingElement03-expected.txt: Added.
13576 * layout-tests/dom/xhtml/level2/html/HTMLHeadingElement03.js: Added.
13577 * layout-tests/dom/xhtml/level2/html/HTMLHeadingElement03.xhtml: Added.
13578 * layout-tests/dom/xhtml/level2/html/HTMLHeadingElement04-expected.txt: Added.
13579 * layout-tests/dom/xhtml/level2/html/HTMLHeadingElement04.js: Added.
13580 * layout-tests/dom/xhtml/level2/html/HTMLHeadingElement04.xhtml: Added.
13581 * layout-tests/dom/xhtml/level2/html/HTMLHeadingElement05-expected.txt: Added.
13582 * layout-tests/dom/xhtml/level2/html/HTMLHeadingElement05.js: Added.
13583 * layout-tests/dom/xhtml/level2/html/HTMLHeadingElement05.xhtml: Added.
13584 * layout-tests/dom/xhtml/level2/html/HTMLHeadingElement06-expected.txt: Added.
13585 * layout-tests/dom/xhtml/level2/html/HTMLHeadingElement06.js: Added.
13586 * layout-tests/dom/xhtml/level2/html/HTMLHeadingElement06.xhtml: Added.
13587 * layout-tests/dom/xhtml/level2/html/HTMLHtmlElement01-expected.txt: Added.
13588 * layout-tests/dom/xhtml/level2/html/HTMLHtmlElement01.js: Added.
13589 * layout-tests/dom/xhtml/level2/html/HTMLHtmlElement01.xhtml: Added.
13590 * layout-tests/dom/xhtml/level2/html/HTMLIFrameElement01-expected.txt: Added.
13591 * layout-tests/dom/xhtml/level2/html/HTMLIFrameElement01.js: Added.
13592 * layout-tests/dom/xhtml/level2/html/HTMLIFrameElement01.xhtml: Added.
13593 * layout-tests/dom/xhtml/level2/html/HTMLIFrameElement02-expected.txt: Added.
13594 * layout-tests/dom/xhtml/level2/html/HTMLIFrameElement02.js: Added.
13595 * layout-tests/dom/xhtml/level2/html/HTMLIFrameElement02.xhtml: Added.
13596 * layout-tests/dom/xhtml/level2/html/HTMLIFrameElement03-expected.txt: Added.
13597 * layout-tests/dom/xhtml/level2/html/HTMLIFrameElement03.js: Added.
13598 * layout-tests/dom/xhtml/level2/html/HTMLIFrameElement03.xhtml: Added.
13599 * layout-tests/dom/xhtml/level2/html/HTMLIFrameElement04-expected.txt: Added.
13600 * layout-tests/dom/xhtml/level2/html/HTMLIFrameElement04.js: Added.
13601 * layout-tests/dom/xhtml/level2/html/HTMLIFrameElement04.xhtml: Added.
13602 * layout-tests/dom/xhtml/level2/html/HTMLIFrameElement05-expected.txt: Added.
13603 * layout-tests/dom/xhtml/level2/html/HTMLIFrameElement05.js: Added.
13604 * layout-tests/dom/xhtml/level2/html/HTMLIFrameElement05.xhtml: Added.
13605 * layout-tests/dom/xhtml/level2/html/HTMLIFrameElement06-expected.txt: Added.
13606 * layout-tests/dom/xhtml/level2/html/HTMLIFrameElement06.js: Added.
13607 * layout-tests/dom/xhtml/level2/html/HTMLIFrameElement06.xhtml: Added.
13608 * layout-tests/dom/xhtml/level2/html/HTMLIFrameElement07-expected.txt: Added.
13609 * layout-tests/dom/xhtml/level2/html/HTMLIFrameElement07.js: Added.
13610 * layout-tests/dom/xhtml/level2/html/HTMLIFrameElement07.xhtml: Added.
13611 * layout-tests/dom/xhtml/level2/html/HTMLIFrameElement08-expected.txt: Added.
13612 * layout-tests/dom/xhtml/level2/html/HTMLIFrameElement08.js: Added.
13613 * layout-tests/dom/xhtml/level2/html/HTMLIFrameElement08.xhtml: Added.
13614 * layout-tests/dom/xhtml/level2/html/HTMLIFrameElement09-expected.txt: Added.
13615 * layout-tests/dom/xhtml/level2/html/HTMLIFrameElement09.js: Added.
13616 * layout-tests/dom/xhtml/level2/html/HTMLIFrameElement09.xhtml: Added.
13617 * layout-tests/dom/xhtml/level2/html/HTMLIFrameElement10-expected.txt: Added.
13618 * layout-tests/dom/xhtml/level2/html/HTMLIFrameElement10.js: Added.
13619 * layout-tests/dom/xhtml/level2/html/HTMLIFrameElement10.xhtml: Added.
13620 * layout-tests/dom/xhtml/level2/html/HTMLIFrameElement11-expected.txt: Added.
13621 * layout-tests/dom/xhtml/level2/html/HTMLIFrameElement11.js: Added.
13622 * layout-tests/dom/xhtml/level2/html/HTMLIFrameElement11.xhtml: Added.
13623 * layout-tests/dom/xhtml/level2/html/HTMLImageElement01-expected.txt: Added.
13624 * layout-tests/dom/xhtml/level2/html/HTMLImageElement01.js: Added.
13625 * layout-tests/dom/xhtml/level2/html/HTMLImageElement01.xhtml: Added.
13626 * layout-tests/dom/xhtml/level2/html/HTMLImageElement02-expected.txt: Added.
13627 * layout-tests/dom/xhtml/level2/html/HTMLImageElement02.js: Added.
13628 * layout-tests/dom/xhtml/level2/html/HTMLImageElement02.xhtml: Added.
13629 * layout-tests/dom/xhtml/level2/html/HTMLImageElement03-expected.txt: Added.
13630 * layout-tests/dom/xhtml/level2/html/HTMLImageElement03.js: Added.
13631 * layout-tests/dom/xhtml/level2/html/HTMLImageElement03.xhtml: Added.
13632 * layout-tests/dom/xhtml/level2/html/HTMLImageElement04-expected.txt: Added.
13633 * layout-tests/dom/xhtml/level2/html/HTMLImageElement04.js: Added.
13634 * layout-tests/dom/xhtml/level2/html/HTMLImageElement04.xhtml: Added.
13635 * layout-tests/dom/xhtml/level2/html/HTMLImageElement05-expected.txt: Added.
13636 * layout-tests/dom/xhtml/level2/html/HTMLImageElement05.js: Added.
13637 * layout-tests/dom/xhtml/level2/html/HTMLImageElement05.xhtml: Added.
13638 * layout-tests/dom/xhtml/level2/html/HTMLImageElement06-expected.txt: Added.
13639 * layout-tests/dom/xhtml/level2/html/HTMLImageElement06.js: Added.
13640 * layout-tests/dom/xhtml/level2/html/HTMLImageElement06.xhtml: Added.
13641 * layout-tests/dom/xhtml/level2/html/HTMLImageElement07-expected.txt: Added.
13642 * layout-tests/dom/xhtml/level2/html/HTMLImageElement07.js: Added.
13643 * layout-tests/dom/xhtml/level2/html/HTMLImageElement07.xhtml: Added.
13644 * layout-tests/dom/xhtml/level2/html/HTMLImageElement08-expected.txt: Added.
13645 * layout-tests/dom/xhtml/level2/html/HTMLImageElement08.js: Added.
13646 * layout-tests/dom/xhtml/level2/html/HTMLImageElement08.xhtml: Added.
13647 * layout-tests/dom/xhtml/level2/html/HTMLImageElement09-expected.txt: Added.
13648 * layout-tests/dom/xhtml/level2/html/HTMLImageElement09.js: Added.
13649 * layout-tests/dom/xhtml/level2/html/HTMLImageElement09.xhtml: Added.
13650 * layout-tests/dom/xhtml/level2/html/HTMLImageElement10-expected.txt: Added.
13651 * layout-tests/dom/xhtml/level2/html/HTMLImageElement10.js: Added.
13652 * layout-tests/dom/xhtml/level2/html/HTMLImageElement10.xhtml: Added.
13653 * layout-tests/dom/xhtml/level2/html/HTMLImageElement11-expected.txt: Added.
13654 * layout-tests/dom/xhtml/level2/html/HTMLImageElement11.js: Added.
13655 * layout-tests/dom/xhtml/level2/html/HTMLImageElement11.xhtml: Added.
13656 * layout-tests/dom/xhtml/level2/html/HTMLImageElement12-expected.txt: Added.
13657 * layout-tests/dom/xhtml/level2/html/HTMLImageElement12.js: Added.
13658 * layout-tests/dom/xhtml/level2/html/HTMLImageElement12.xhtml: Added.
13659 * layout-tests/dom/xhtml/level2/html/HTMLInputElement01-expected.txt: Added.
13660 * layout-tests/dom/xhtml/level2/html/HTMLInputElement01.js: Added.
13661 * layout-tests/dom/xhtml/level2/html/HTMLInputElement01.xhtml: Added.
13662 * layout-tests/dom/xhtml/level2/html/HTMLInputElement02-expected.txt: Added.
13663 * layout-tests/dom/xhtml/level2/html/HTMLInputElement02.js: Added.
13664 * layout-tests/dom/xhtml/level2/html/HTMLInputElement02.xhtml: Added.
13665 * layout-tests/dom/xhtml/level2/html/HTMLInputElement03-expected.txt: Added.
13666 * layout-tests/dom/xhtml/level2/html/HTMLInputElement03.js: Added.
13667 * layout-tests/dom/xhtml/level2/html/HTMLInputElement03.xhtml: Added.
13668 * layout-tests/dom/xhtml/level2/html/HTMLInputElement04-expected.txt: Added.
13669 * layout-tests/dom/xhtml/level2/html/HTMLInputElement04.js: Added.
13670 * layout-tests/dom/xhtml/level2/html/HTMLInputElement04.xhtml: Added.
13671 * layout-tests/dom/xhtml/level2/html/HTMLInputElement05-expected.txt: Added.
13672 * layout-tests/dom/xhtml/level2/html/HTMLInputElement05.js: Added.
13673 * layout-tests/dom/xhtml/level2/html/HTMLInputElement05.xhtml: Added.
13674 * layout-tests/dom/xhtml/level2/html/HTMLInputElement06-expected.txt: Added.
13675 * layout-tests/dom/xhtml/level2/html/HTMLInputElement06.js: Added.
13676 * layout-tests/dom/xhtml/level2/html/HTMLInputElement06.xhtml: Added.
13677 * layout-tests/dom/xhtml/level2/html/HTMLInputElement07-expected.txt: Added.
13678 * layout-tests/dom/xhtml/level2/html/HTMLInputElement07.js: Added.
13679 * layout-tests/dom/xhtml/level2/html/HTMLInputElement07.xhtml: Added.
13680 * layout-tests/dom/xhtml/level2/html/HTMLInputElement08-expected.txt: Added.
13681 * layout-tests/dom/xhtml/level2/html/HTMLInputElement08.js: Added.
13682 * layout-tests/dom/xhtml/level2/html/HTMLInputElement08.xhtml: Added.
13683 * layout-tests/dom/xhtml/level2/html/HTMLInputElement09-expected.txt: Added.
13684 * layout-tests/dom/xhtml/level2/html/HTMLInputElement09.js: Added.
13685 * layout-tests/dom/xhtml/level2/html/HTMLInputElement09.xhtml: Added.
13686 * layout-tests/dom/xhtml/level2/html/HTMLInputElement10-expected.txt: Added.
13687 * layout-tests/dom/xhtml/level2/html/HTMLInputElement10.js: Added.
13688 * layout-tests/dom/xhtml/level2/html/HTMLInputElement10.xhtml: Added.
13689 * layout-tests/dom/xhtml/level2/html/HTMLInputElement11-expected.txt: Added.
13690 * layout-tests/dom/xhtml/level2/html/HTMLInputElement11.js: Added.
13691 * layout-tests/dom/xhtml/level2/html/HTMLInputElement11.xhtml: Added.
13692 * layout-tests/dom/xhtml/level2/html/HTMLInputElement12-expected.txt: Added.
13693 * layout-tests/dom/xhtml/level2/html/HTMLInputElement12.js: Added.
13694 * layout-tests/dom/xhtml/level2/html/HTMLInputElement12.xhtml: Added.
13695 * layout-tests/dom/xhtml/level2/html/HTMLInputElement13-expected.txt: Added.
13696 * layout-tests/dom/xhtml/level2/html/HTMLInputElement13.js: Added.
13697 * layout-tests/dom/xhtml/level2/html/HTMLInputElement13.xhtml: Added.
13698 * layout-tests/dom/xhtml/level2/html/HTMLInputElement14-expected.txt: Added.
13699 * layout-tests/dom/xhtml/level2/html/HTMLInputElement14.js: Added.
13700 * layout-tests/dom/xhtml/level2/html/HTMLInputElement14.xhtml: Added.
13701 * layout-tests/dom/xhtml/level2/html/HTMLInputElement15-expected.txt: Added.
13702 * layout-tests/dom/xhtml/level2/html/HTMLInputElement15.js: Added.
13703 * layout-tests/dom/xhtml/level2/html/HTMLInputElement15.xhtml: Added.
13704 * layout-tests/dom/xhtml/level2/html/HTMLInputElement16-expected.txt: Added.
13705 * layout-tests/dom/xhtml/level2/html/HTMLInputElement16.js: Added.
13706 * layout-tests/dom/xhtml/level2/html/HTMLInputElement16.xhtml: Added.
13707 * layout-tests/dom/xhtml/level2/html/HTMLInputElement17-expected.txt: Added.
13708 * layout-tests/dom/xhtml/level2/html/HTMLInputElement17.js: Added.
13709 * layout-tests/dom/xhtml/level2/html/HTMLInputElement17.xhtml: Added.
13710 * layout-tests/dom/xhtml/level2/html/HTMLInputElement18-expected.txt: Added.
13711 * layout-tests/dom/xhtml/level2/html/HTMLInputElement18.js: Added.
13712 * layout-tests/dom/xhtml/level2/html/HTMLInputElement18.xhtml: Added.
13713 * layout-tests/dom/xhtml/level2/html/HTMLInputElement19-expected.txt: Added.
13714 * layout-tests/dom/xhtml/level2/html/HTMLInputElement19.js: Added.
13715 * layout-tests/dom/xhtml/level2/html/HTMLInputElement19.xhtml: Added.
13716 * layout-tests/dom/xhtml/level2/html/HTMLInputElement20-expected.txt: Added.
13717 * layout-tests/dom/xhtml/level2/html/HTMLInputElement20.js: Added.
13718 * layout-tests/dom/xhtml/level2/html/HTMLInputElement20.xhtml: Added.
13719 * layout-tests/dom/xhtml/level2/html/HTMLInputElement21-expected.txt: Added.
13720 * layout-tests/dom/xhtml/level2/html/HTMLInputElement21.js: Added.
13721 * layout-tests/dom/xhtml/level2/html/HTMLInputElement21.xhtml: Added.
13722 * layout-tests/dom/xhtml/level2/html/HTMLInputElement22-expected.txt: Added.
13723 * layout-tests/dom/xhtml/level2/html/HTMLInputElement22.js: Added.
13724 * layout-tests/dom/xhtml/level2/html/HTMLInputElement22.xhtml: Added.
13725 * layout-tests/dom/xhtml/level2/html/HTMLIsIndexElement01-expected.txt: Added.
13726 * layout-tests/dom/xhtml/level2/html/HTMLIsIndexElement01.js: Added.
13727 * layout-tests/dom/xhtml/level2/html/HTMLIsIndexElement01.xhtml: Added.
13728 * layout-tests/dom/xhtml/level2/html/HTMLIsIndexElement02-expected.txt: Added.
13729 * layout-tests/dom/xhtml/level2/html/HTMLIsIndexElement02.js: Added.
13730 * layout-tests/dom/xhtml/level2/html/HTMLIsIndexElement02.xhtml: Added.
13731 * layout-tests/dom/xhtml/level2/html/HTMLIsIndexElement03-expected.txt: Added.
13732 * layout-tests/dom/xhtml/level2/html/HTMLIsIndexElement03.js: Added.
13733 * layout-tests/dom/xhtml/level2/html/HTMLIsIndexElement03.xhtml: Added.
13734 * layout-tests/dom/xhtml/level2/html/HTMLLIElement01-expected.txt: Added.
13735 * layout-tests/dom/xhtml/level2/html/HTMLLIElement01.js: Added.
13736 * layout-tests/dom/xhtml/level2/html/HTMLLIElement01.xhtml: Added.
13737 * layout-tests/dom/xhtml/level2/html/HTMLLIElement02-expected.txt: Added.
13738 * layout-tests/dom/xhtml/level2/html/HTMLLIElement02.js: Added.
13739 * layout-tests/dom/xhtml/level2/html/HTMLLIElement02.xhtml: Added.
13740 * layout-tests/dom/xhtml/level2/html/HTMLLabelElement01-expected.txt: Added.
13741 * layout-tests/dom/xhtml/level2/html/HTMLLabelElement01.js: Added.
13742 * layout-tests/dom/xhtml/level2/html/HTMLLabelElement01.xhtml: Added.
13743 * layout-tests/dom/xhtml/level2/html/HTMLLabelElement02-expected.txt: Added.
13744 * layout-tests/dom/xhtml/level2/html/HTMLLabelElement02.js: Added.
13745 * layout-tests/dom/xhtml/level2/html/HTMLLabelElement02.xhtml: Added.
13746 * layout-tests/dom/xhtml/level2/html/HTMLLabelElement03-expected.txt: Added.
13747 * layout-tests/dom/xhtml/level2/html/HTMLLabelElement03.js: Added.
13748 * layout-tests/dom/xhtml/level2/html/HTMLLabelElement03.xhtml: Added.
13749 * layout-tests/dom/xhtml/level2/html/HTMLLabelElement04-expected.txt: Added.
13750 * layout-tests/dom/xhtml/level2/html/HTMLLabelElement04.js: Added.
13751 * layout-tests/dom/xhtml/level2/html/HTMLLabelElement04.xhtml: Added.
13752 * layout-tests/dom/xhtml/level2/html/HTMLLegendElement01-expected.txt: Added.
13753 * layout-tests/dom/xhtml/level2/html/HTMLLegendElement01.js: Added.
13754 * layout-tests/dom/xhtml/level2/html/HTMLLegendElement01.xhtml: Added.
13755 * layout-tests/dom/xhtml/level2/html/HTMLLegendElement02-expected.txt: Added.
13756 * layout-tests/dom/xhtml/level2/html/HTMLLegendElement02.js: Added.
13757 * layout-tests/dom/xhtml/level2/html/HTMLLegendElement02.xhtml: Added.
13758 * layout-tests/dom/xhtml/level2/html/HTMLLegendElement03-expected.txt: Added.
13759 * layout-tests/dom/xhtml/level2/html/HTMLLegendElement03.js: Added.
13760 * layout-tests/dom/xhtml/level2/html/HTMLLegendElement03.xhtml: Added.
13761 * layout-tests/dom
13762 * layout-tests/dom/xhtml/level2/html/HTMLLegendElement04.js: Added.
13763 * layout-tests/dom/xhtml/level2/html/HTMLLegendElement04.xhtml: Added.
13764 * layout-tests/dom/xhtml/level2/html/HTMLLinkElement01-expected.txt: Added.
13765 * layout-tests/dom/xhtml/level2/html/HTMLLinkElement01.js: Added.
13766 * layout-tests/dom/xhtml/level2/html/HTMLLinkElement01.xhtml: Added.
13767 * layout-tests/dom/xhtml/level2/html/HTMLLinkElement02-expected.txt: Added.
13768 * layout-tests/dom/xhtml/level2/html/HTMLLinkElement02.js: Added.
13769 * layout-tests/dom/xhtml/level2/html/HTMLLinkElement02.xhtml: Added.
13770 * layout-tests/dom/xhtml/level2/html/HTMLLinkElement03-expected.txt: Added.
13771 * layout-tests/dom/xhtml/level2/html/HTMLLinkElement03.js: Added.
13772 * layout-tests/dom/xhtml/level2/html/HTMLLinkElement03.xhtml: Added.
13773 * layout-tests/dom/xhtml/level2/html/HTMLLinkElement04-expected.txt: Added.
13774 * layout-tests/dom/xhtml/level2/html/HTMLLinkElement04.js: Added.
13775 * layout-tests/dom/xhtml/level2/html/HTMLLinkElement04.xhtml: Added.
13776 * layout-tests/dom/xhtml/level2/html/HTMLLinkElement05-expected.txt: Added.
13777 * layout-tests/dom/xhtml/level2/html/HTMLLinkElement05.js: Added.
13778 * layout-tests/dom/xhtml/level2/html/HTMLLinkElement05.xhtml: Added.
13779 * layout-tests/dom/xhtml/level2/html/HTMLLinkElement06-expected.txt: Added.
13780 * layout-tests/dom/xhtml/level2/html/HTMLLinkElement06.js: Added.
13781 * layout-tests/dom/xhtml/level2/html/HTMLLinkElement06.xhtml: Added.
13782 * layout-tests/dom/xhtml/level2/html/HTMLLinkElement07-expected.txt: Added.
13783 * layout-tests/dom/xhtml/level2/html/HTMLLinkElement07.js: Added.
13784 * layout-tests/dom/xhtml/level2/html/HTMLLinkElement07.xhtml: Added.
13785 * layout-tests/dom/xhtml/level2/html/HTMLLinkElement08-expected.txt: Added.
13786 * layout-tests/dom/xhtml/level2/html/HTMLLinkElement08.js: Added.
13787 * layout-tests/dom/xhtml/level2/html/HTMLLinkElement08.xhtml: Added.
13788 * layout-tests/dom/xhtml/level2/html/HTMLLinkElement09-expected.txt: Added.
13789 * layout-tests/dom/xhtml/level2/html/HTMLLinkElement09.js: Added.
13790 * layout-tests/dom/xhtml/level2/html/HTMLLinkElement09.xhtml: Added.
13791 * layout-tests/dom/xhtml/level2/html/HTMLMapElement01-expected.txt: Added.
13792 * layout-tests/dom/xhtml/level2/html/HTMLMapElement01.js: Added.
13793 * layout-tests/dom/xhtml/level2/html/HTMLMapElement01.xhtml: Added.
13794 * layout-tests/dom/xhtml/level2/html/HTMLMapElement02-expected.txt: Added.
13795 * layout-tests/dom/xhtml/level2/html/HTMLMapElement02.js: Added.
13796 * layout-tests/dom/xhtml/level2/html/HTMLMapElement02.xhtml: Added.
13797 * layout-tests/dom/xhtml/level2/html/HTMLMenuElement01-expected.txt: Added.
13798 * layout-tests/dom/xhtml/level2/html/HTMLMenuElement01.js: Added.
13799 * layout-tests/dom/xhtml/level2/html/HTMLMenuElement01.xhtml: Added.
13800 * layout-tests/dom/xhtml/level2/html/HTMLMetaElement01-expected.txt: Added.
13801 * layout-tests/dom/xhtml/level2/html/HTMLMetaElement01.js: Added.
13802 * layout-tests/dom/xhtml/level2/html/HTMLMetaElement01.xhtml: Added.
13803 * layout-tests/dom/xhtml/level2/html/HTMLMetaElement02-expected.txt: Added.
13804 * layout-tests/dom/xhtml/level2/html/HTMLMetaElement02.js: Added.
13805 * layout-tests/dom/xhtml/level2/html/HTMLMetaElement02.xhtml: Added.
13806 * layout-tests/dom/xhtml/level2/html/HTMLMetaElement03-expected.txt: Added.
13807 * layout-tests/dom/xhtml/level2/html/HTMLMetaElement03.js: Added.
13808 * layout-tests/dom/xhtml/level2/html/HTMLMetaElement03.xhtml: Added.
13809 * layout-tests/dom/xhtml/level2/html/HTMLMetaElement04-expected.txt: Added.
13810 * layout-tests/dom/xhtml/level2/html/HTMLMetaElement04.js: Added.
13811 * layout-tests/dom/xhtml/level2/html/HTMLMetaElement04.xhtml: Added.
13812 * layout-tests/dom/xhtml/level2/html/HTMLModElement01-expected.txt: Added.
13813 * layout-tests/dom/xhtml/level2/html/HTMLModElement01.js: Added.
13814 * layout-tests/dom/xhtml/level2/html/HTMLModElement01.xhtml: Added.
13815 * layout-tests/dom/xhtml/level2/html/HTMLModElement02-expected.txt: Added.
13816 * layout-tests/dom/xhtml/level2/html/HTMLModElement02.js: Added.
13817 * layout-tests/dom/xhtml/level2/html/HTMLModElement02.xhtml: Added.
13818 * layout-tests/dom/xhtml/level2/html/HTMLModElement03-expected.txt: Added.
13819 * layout-tests/dom/xhtml/level2/html/HTMLModElement03.js: Added.
13820 * layout-tests/dom/xhtml/level2/html/HTMLModElement03.xhtml: Added.
13821 * layout-tests/dom/xhtml/level2/html/HTMLModElement04-expected.txt: Added.
13822 * layout-tests/dom/xhtml/level2/html/HTMLModElement04.js: Added.
13823 * layout-tests/dom/xhtml/level2/html/HTMLModElement04.xhtml: Added.
13824 * layout-tests/dom/xhtml/level2/html/HTMLOListElement01-expected.txt: Added.
13825 * layout-tests/dom/xhtml/level2/html/HTMLOListElement01.js: Added.
13826 * layout-tests/dom/xhtml/level2/html/HTMLOListElement01.xhtml: Added.
13827 * layout-tests/dom/xhtml/level2/html/HTMLOListElement02-expected.txt: Added.
13828 * layout-tests/dom/xhtml/level2/html/HTMLOListElement02.js: Added.
13829 * layout-tests/dom/xhtml/level2/html/HTMLOListElement02.xhtml: Added.
13830 * layout-tests/dom/xhtml/level2/html/HTMLOListElement03-expected.txt: Added.
13831 * layout-tests/dom/xhtml/level2/html/HTMLOListElement03.js: Added.
13832 * layout-tests/dom/xhtml/level2/html/HTMLOListElement03.xhtml: Added.
13833 * layout-tests/dom/xhtml/level2/html/HTMLObjectElement01-expected.txt: Added.
13834 * layout-tests/dom/xhtml/level2/html/HTMLObjectElement01.js: Added.
13835 * layout-tests/dom/xhtml/level2/html/HTMLObjectElement01.xhtml: Added.
13836 * layout-tests/dom/xhtml/level2/html/HTMLObjectElement02-expected.txt: Added.
13837 * layout-tests/dom/xhtml/level2/html/HTMLObjectElement02.js: Added.
13838 * layout-tests/dom/xhtml/level2/html/HTMLObjectElement02.xhtml: Added.
13839 * layout-tests/dom/xhtml/level2/html/HTMLObjectElement03-expected.txt: Added.
13840 * layout-tests/dom/xhtml/level2/html/HTMLObjectElement03.js: Added.
13841 * layout-tests/dom/xhtml/level2/html/HTMLObjectElement03.xhtml: Added.
13842 * layout-tests/dom/xhtml/level2/html/HTMLObjectElement04-expected.txt: Added.
13843 * layout-tests/dom/xhtml/level2/html/HTMLObjectElement04.js: Added.
13844 * layout-tests/dom/xhtml/level2/html/HTMLObjectElement04.xhtml: Added.
13845 * layout-tests/dom/xhtml/level2/html/HTMLObjectElement05-expected.txt: Added.
13846 * layout-tests/dom/xhtml/level2/html/HTMLObjectElement05.js: Added.
13847 * layout-tests/dom/xhtml/level2/html/HTMLObjectElement05.xhtml: Added.
13848 * layout-tests/dom/xhtml/level2/html/HTMLObjectElement06-expected.txt: Added.
13849 * layout-tests/dom/xhtml/level2/html/HTMLObjectElement06.js: Added.
13850 * layout-tests/dom/xhtml/level2/html/HTMLObjectElement06.xhtml: Added.
13851 * layout-tests/dom/xhtml/level2/html/HTMLObjectElement07-expected.txt: Added.
13852 * layout-tests/dom/xhtml/level2/html/HTMLObjectElement07.js: Added.
13853 * layout-tests/dom/xhtml/level2/html/HTMLObjectElement07.xhtml: Added.
13854 * layout-tests/dom/xhtml/level2/html/HTMLObjectElement08-expected.txt: Added.
13855 * layout-tests/dom/xhtml/level2/html/HTMLObjectElement08.js: Added.
13856 * layout-tests/dom/xhtml/level2/html/HTMLObjectElement08.xhtml: Added.
13857 * layout-tests/dom/xhtml/level2/html/HTMLObjectElement09-expected.txt: Added.
13858 * layout-tests/dom/xhtml/level2/html/HTMLObjectElement09.js: Added.
13859 * layout-tests/dom/xhtml/level2/html/HTMLObjectElement09.xhtml: Added.
13860 * layout-tests/dom/xhtml/level2/html/HTMLObjectElement10-expected.txt: Added.
13861 * layout-tests/dom/xhtml/level2/html/HTMLObjectElement10.js: Added.
13862 * layout-tests/dom/xhtml/level2/html/HTMLObjectElement10.xhtml: Added.
13863 * layout-tests/dom/xhtml/level2/html/HTMLObjectElement11-expected.txt: Added.
13864 * layout-tests/dom/xhtml/level2/html/HTMLObjectElement11.js: Added.
13865 * layout-tests/dom/xhtml/level2/html/HTMLObjectElement11.xhtml: Added.
13866 * layout-tests/dom/xhtml/level2/html/HTMLObjectElement12-expected.txt: Added.
13867 * layout-tests/dom/xhtml/level2/html/HTMLObjectElement12.js: Added.
13868 * layout-tests/dom/xhtml/level2/html/HTMLObjectElement12.xhtml: Added.
13869 * layout-tests/dom/xhtml/level2/html/HTMLObjectElement13-expected.txt: Added.
13870 * layout-tests/dom/xhtml/level2/html/HTMLObjectElement13.js: Added.
13871 * layout-tests/dom/xhtml/level2/html/HTMLObjectElement13.xhtml: Added.
13872 * layout-tests/dom/xhtml/level2/html/HTMLObjectElement14-expected.txt: Added.
13873 * layout-tests/dom/xhtml/level2/html/HTMLObjectElement14.js: Added.
13874 * layout-tests/dom/xhtml/level2/html/HTMLObjectElement14.xhtml: Added.
13875 * layout-tests/dom/xhtml/level2/html/HTMLObjectElement15-expected.txt: Added.
13876 * layout-tests/dom/xhtml/level2/html/HTMLObjectElement15.js: Added.
13877 * layout-tests/dom/xhtml/level2/html/HTMLObjectElement15.xhtml: Added.
13878 * layout-tests/dom/xhtml/level2/html/HTMLObjectElement16-expected.txt: Added.
13879 * layout-tests/dom/xhtml/level2/html/HTMLObjectElement16.js: Added.
13880 * layout-tests/dom/xhtml/level2/html/HTMLObjectElement16.xhtml: Added.
13881 * layout-tests/dom/xhtml/level2/html/HTMLObjectElement17-expected.txt: Added.
13882 * layout-tests/dom/xhtml/level2/html/HTMLObjectElement17.js: Added.
13883 * layout-tests/dom/xhtml/level2/html/HTMLObjectElement17.xhtml: Added.
13884 * layout-tests/dom/xhtml/level2/html/HTMLObjectElement18-expected.txt: Added.
13885 * layout-tests/dom/xhtml/level2/html/HTMLObjectElement18.js: Added.
13886 * layout-tests/dom/xhtml/level2/html/HTMLObjectElement18.xhtml: Added.
13887 * layout-tests/dom/xhtml/level2/html/HTMLObjectElement19-expected.txt: Added.
13888 * layout-tests/dom/xhtml/level2/html/HTMLObjectElement19.js: Added.
13889 * layout-tests/dom/xhtml/level2/html/HTMLObjectElement19.xhtml: Added.
13890 * layout-tests/dom/xhtml/level2/html/HTMLObjectElement20-expected.txt: Added.
13891 * layout-tests/dom/xhtml/level2/html/HTMLObjectElement20.js: Added.
13892 * layout-tests/dom/xhtml/level2/html/HTMLObjectElement20.xhtml: Added.
13893 * layout-tests/dom/xhtml/level2/html/HTMLOptGroupElement01-expected.txt: Added.
13894 * layout-tests/dom/xhtml/level2/html/HTMLOptGroupElement01.js: Added.
13895 * layout-tests/dom/xhtml/level2/html/HTMLOptGroupElement01.xhtml: Added.
13896 * layout-tests/dom/xhtml/level2/html/HTMLOptGroupElement02-expected.txt: Added.
13897 * layout-tests/dom/xhtml/level2/html/HTMLOptGroupElement02.js: Added.
13898 * layout-tests/dom/xhtml/level2/html/HTMLOptGroupElement02.xhtml: Added.
13899 * layout-tests/dom/xhtml/level2/html/HTMLOptionElement01-expected.txt: Added.
13900 * layout-tests/dom/xhtml/level2/html/HTMLOptionElement01.js: Added.
13901 * layout-tests/dom/xhtml/level2/html/HTMLOptionElement01.xhtml: Added.
13902 * layout-tests/dom/xhtml/level2/html/HTMLOptionElement02-expected.txt: Added.
13903 * layout-tests/dom/xhtml/level2/html/HTMLOptionElement02.js: Added.
13904 * layout-tests/dom/xhtml/level2/html/HTMLOptionElement02.xhtml: Added.
13905 * layout-tests/dom/xhtml/level2/html/HTMLOptionElement03-expected.txt: Added.
13906 * layout-tests/dom/xhtml/level2/html/HTMLOptionElement03.js: Added.
13907 * layout-tests/dom/xhtml/level2/html/HTMLOptionElement03.xhtml: Added.
13908 * layout-tests/dom/xhtml/level2/html/HTMLOptionElement04-expected.txt: Added.
13909 * layout-tests/dom/xhtml/level2/html/HTMLOptionElement04.js: Added.
13910 * layout-tests/dom/xhtml/level2/html/HTMLOptionElement04.xhtml: Added.
13911 * layout-tests/dom/xhtml/level2/html/HTMLOptionElement05-expected.txt: Added.
13912 * layout-tests/dom/xhtml/level2/html/HTMLOptionElement05.js: Added.
13913 * layout-tests/dom/xhtml/level2/html/HTMLOptionElement05.xhtml: Added.
13914 * layout-tests/dom/xhtml/level2/html/HTMLOptionElement06-expected.txt: Added.
13915 * layout-tests/dom/xhtml/level2/html/HTMLOptionElement06.js: Added.
13916 * layout-tests/dom/xhtml/level2/html/HTMLOptionElement06.xhtml: Added.
13917 * layout-tests/dom/xhtml/level2/html/HTMLOptionElement07-expected.txt: Added.
13918 * layout-tests/dom/xhtml/level2/html/HTMLOptionElement07.js: Added.
13919 * layout-tests/dom/xhtml/level2/html/HTMLOptionElement07.xhtml: Added.
13920 * layout-tests/dom/xhtml/level2/html/HTMLOptionElement08-expected.txt: Added.
13921 * layout-tests/dom/xhtml/level2/html/HTMLOptionElement08.js: Added.
13922 * layout-tests/dom/xhtml/level2/html/HTMLOptionElement08.xhtml: Added.
13923 * layout-tests/dom/xhtml/level2/html/HTMLOptionElement09-expected.txt: Added.
13924 * layout-tests/dom/xhtml/level2/html/HTMLOptionElement09.js: Added.
13925 * layout-tests/dom/xhtml/level2/html/HTMLOptionElement09.xhtml: Added.
13926 * layout-tests/dom/xhtml/level2/html/HTMLOptionsCollection01-expected.txt: Added.
13927 * layout-tests/dom/xhtml/level2/html/HTMLOptionsCollection01.js: Added.
13928 * layout-tests/dom/xhtml/level2/html/HTMLOptionsCollection01.xhtml: Added.
13929 * layout-tests/dom/xhtml/level2/html/HTMLOptionsCollection02-expected.txt: Added.
13930 * layout-tests/dom/xhtml/level2/html/HTMLOptionsCollection02.js: Added.
13931 * layout-tests/dom/xhtml/level2/html/HTMLOptionsCollection02.xhtml: Added.
13932 * layout-tests/dom/xhtml/level2/html/HTMLOptionsCollection03-expected.txt: Added.
13933 * layout-tests/dom/xhtml/level2/html/HTMLOptionsCollection03.js: Added.
13934 * layout-tests/dom/xhtml/level2/html/HTMLOptionsCollection03.xhtml: Added.
13935 * layout-tests/dom/xhtml/level2/html/HTMLOptionsCollection04-expected.txt: Added.
13936 * layout-tests/dom/xhtml/level2/html/HTMLOptionsCollection04.js: Added.
13937 * layout-tests/dom/xhtml/level2/html/HTMLOptionsCollection04.xhtml: Added.
13938 * layout-tests/dom/xhtml/level2/html/HTMLOptionsCollection05-expected.txt: Added.
13939 * layout-tests/dom/xhtml/level2/html/HTMLOptionsCollection05.js: Added.
13940 * layout-tests/dom/xhtml/level2/html/HTMLOptionsCollection05.xhtml: Added.
13941 * layout-tests/dom/xhtml/level2/html/HTMLOptionsCollection06-expected.txt: Added.
13942 * layout-tests/dom/xhtml/level2/html/HTMLOptionsCollection06.js: Added.
13943 * layout-tests/dom/xhtml/level2/html/HTMLOptionsCollection06.xhtml: Added.
13944 * layout-tests/dom/xhtml/level2/html/HTMLOptionsCollection07-expected.txt: Added.
13945 * layout-tests/dom/xhtml/level2/html/HTMLOptionsCollection07.js: Added.
13946 * layout-tests/dom/xhtml/level2/html/HTMLOptionsCollection07.xhtml: Added.
13947 * layout-tests/dom/xhtml/level2/html/HTMLParagraphElement01-expected.txt: Added.
13948 * layout-tests/dom/xhtml/level2/html/HTMLParagraphElement01.js: Added.
13949 * layout-tests/dom/xhtml/level2/html/HTMLParagraphElement01.xhtml: Added.
13950 * layout-tests/dom/xhtml/level2/html/HTMLParamElement01-expected.txt: Added.
13951 * layout-tests/dom/xhtml/level2/html/HTMLParamElement01.js: Added.
13952 * layout-tests/dom/xhtml/level2/html/HTMLParamElement01.xhtml: Added.
13953 * layout-tests/dom/xhtml/level2/html/HTMLParamElement02-expected.txt: Added.
13954 * layout-tests/dom/xhtml/level2/html/HTMLParamElement02.js: Added.
13955 * layout-tests/dom/xhtml/level2/html/HTMLParamElement02.xhtml: Added.
13956 * layout-tests/dom/xhtml/level2/html/HTMLParamElement03-expected.txt: Added.
13957 * layout-tests/dom/xhtml/level2/html/HTMLParamElement03.js: Added.
13958 * layout-tests/dom/xhtml/level2/html/HTMLParamElement03.xhtml: Added.
13959 * layout-tests/dom/xhtml/level2/html/HTMLParamElement04-expected.txt: Added.
13960 * layout-tests/dom/xhtml/level2/html/HTMLParamElement04.js: Added.
13961 * layout-tests/dom/xhtml/level2/html/HTMLParamElement04.xhtml: Added.
13962 * layout-tests/dom/xhtml/level2/html/HTMLPreElement01-expected.txt: Added.
13963 * layout-tests/dom/xhtml/level2/html/HTMLPreElement01.js: Added.
13964 * layout-tests/dom/xhtml/level2/html/HTMLPreElement01.xhtml: Added.
13965 * layout-tests/dom/xhtml/level2/html/HTMLQuoteElement01-expected.txt: Added.
13966 dom/xhtml/level2/html/HTMLQuoteElement01.js: Added.
13967 * layout-tests/dom/xhtml/level2/html/HTMLQuoteElement01.xhtml: Added.
13968 * layout-tests/dom/xhtml/level2/html/HTMLQuoteElement02-expected.txt: Added.
13969 * layout-tests/dom/xhtml/level2/html/HTMLQuoteElement02.js: Added.
13970 * layout-tests/dom/xhtml/level2/html/HTMLQuoteElement02.xhtml: Added.
13971 * layout-tests/dom/xhtml/level2/html/HTMLScriptElement01-expected.txt: Added.
13972 * layout-tests/dom/xhtml/level2/html/HTMLScriptElement01.js: Added.
13973 * layout-tests/dom/xhtml/level2/html/HTMLScriptElement01.xhtml: Added.
13974 * layout-tests/dom/xhtml/level2/html/HTMLScriptElement02-expected.txt: Added.
13975 * layout-tests/dom/xhtml/level2/html/HTMLScriptElement02.js: Added.
13976 * layout-tests/dom/xhtml/level2/html/HTMLScriptElement02.xhtml: Added.
13977 * layout-tests/dom/xhtml/level2/html/HTMLScriptElement03-expected.txt: Added.
13978 * layout-tests/dom/xhtml/level2/html/HTMLScriptElement03.js: Added.
13979 * layout-tests/dom/xhtml/level2/html/HTMLScriptElement03.xhtml: Added.
13980 * layout-tests/dom/xhtml/level2/html/HTMLScriptElement04-expected.txt: Added.
13981 * layout-tests/dom/xhtml/level2/html/HTMLScriptElement04.js: Added.
13982 * layout-tests/dom/xhtml/level2/html/HTMLScriptElement04.xhtml: Added.
13983 * layout-tests/dom/xhtml/level2/html/HTMLScriptElement05-expected.txt: Added.
13984 * layout-tests/dom/xhtml/level2/html/HTMLScriptElement05.js: Added.
13985 * layout-tests/dom/xhtml/level2/html/HTMLScriptElement05.xhtml: Added.
13986 * layout-tests/dom/xhtml/level2/html/HTMLScriptElement06-expected.txt: Added.
13987 * layout-tests/dom/xhtml/level2/html/HTMLScriptElement06.js: Added.
13988 * layout-tests/dom/xhtml/level2/html/HTMLScriptElement06.xhtml: Added.
13989 * layout-tests/dom/xhtml/level2/html/HTMLScriptElement07-expected.txt: Added.
13990 * layout-tests/dom/xhtml/level2/html/HTMLScriptElement07.js: Added.
13991 * layout-tests/dom/xhtml/level2/html/HTMLScriptElement07.xhtml: Added.
13992 * layout-tests/dom/xhtml/level2/html/HTMLSelectElement01-expected.txt: Added.
13993 * layout-tests/dom/xhtml/level2/html/HTMLSelectElement01.js: Added.
13994 * layout-tests/dom/xhtml/level2/html/HTMLSelectElement01.xhtml: Added.
13995 * layout-tests/dom/xhtml/level2/html/HTMLSelectElement02-expected.txt: Added.
13996 * layout-tests/dom/xhtml/level2/html/HTMLSelectElement02.js: Added.
13997 * layout-tests/dom/xhtml/level2/html/HTMLSelectElement02.xhtml: Added.
13998 * layout-tests/dom/xhtml/level2/html/HTMLSelectElement03-expected.txt: Added.
13999 * layout-tests/dom/xhtml/level2/html/HTMLSelectElement03.js: Added.
14000 * layout-tests/dom/xhtml/level2/html/HTMLSelectElement03.xhtml: Added.
14001 * layout-tests/dom/xhtml/level2/html/HTMLSelectElement04-expected.txt: Added.
14002 * layout-tests/dom/xhtml/level2/html/HTMLSelectElement04.js: Added.
14003 * layout-tests/dom/xhtml/level2/html/HTMLSelectElement04.xhtml: Added.
14004 * layout-tests/dom/xhtml/level2/html/HTMLSelectElement05-expected.txt: Added.
14005 * layout-tests/dom/xhtml/level2/html/HTMLSelectElement05.js: Added.
14006 * layout-tests/dom/xhtml/level2/html/HTMLSelectElement05.xhtml: Added.
14007 * layout-tests/dom/xhtml/level2/html/HTMLSelectElement06-expected.txt: Added.
14008 * layout-tests/dom/xhtml/level2/html/HTMLSelectElement06.js: Added.
14009 * layout-tests/dom/xhtml/level2/html/HTMLSelectElement06.xhtml: Added.
14010 * layout-tests/dom/xhtml/level2/html/HTMLSelectElement07-expected.txt: Added.
14011 * layout-tests/dom/xhtml/level2/html/HTMLSelectElement07.js: Added.
14012 * layout-tests/dom/xhtml/level2/html/HTMLSelectElement07.xhtml: Added.
14013 * layout-tests/dom/xhtml/level2/html/HTMLSelectElement08-expected.txt: Added.
14014 * layout-tests/dom/xhtml/level2/html/HTMLSelectElement08.js: Added.
14015 * layout-tests/dom/xhtml/level2/html/HTMLSelectElement08.xhtml: Added.
14016 * layout-tests/dom/xhtml/level2/html/HTMLSelectElement09-expected.txt: Added.
14017 * layout-tests/dom/xhtml/level2/html/HTMLSelectElement09.js: Added.
14018 * layout-tests/dom/xhtml/level2/html/HTMLSelectElement09.xhtml: Added.
14019 * layout-tests/dom/xhtml/level2/html/HTMLSelectElement10-expected.txt: Added.
14020 * layout-tests/dom/xhtml/level2/html/HTMLSelectElement10.js: Added.
14021 * layout-tests/dom/xhtml/level2/html/HTMLSelectElement10.xhtml: Added.
14022 * layout-tests/dom/xhtml/level2/html/HTMLSelectElement11-expected.txt: Added.
14023 * layout-tests/dom/xhtml/level2/html/HTMLSelectElement11.js: Added.
14024 * layout-tests/dom/xhtml/level2/html/HTMLSelectElement11.xhtml: Added.
14025 * layout-tests/dom/xhtml/level2/html/HTMLSelectElement12-expected.txt: Added.
14026 * layout-tests/dom/xhtml/level2/html/HTMLSelectElement12.js: Added.
14027 * layout-tests/dom/xhtml/level2/html/HTMLSelectElement12.xhtml: Added.
14028 * layout-tests/dom/xhtml/level2/html/HTMLSelectElement13-expected.txt: Added.
14029 * layout-tests/dom/xhtml/level2/html/HTMLSelectElement13.js: Added.
14030 * layout-tests/dom/xhtml/level2/html/HTMLSelectElement13.xhtml: Added.
14031 * layout-tests/dom/xhtml/level2/html/HTMLSelectElement14-expected.txt: Added.
14032 * layout-tests/dom/xhtml/level2/html/HTMLSelectElement14.js: Added.
14033 * layout-tests/dom/xhtml/level2/html/HTMLSelectElement14.xhtml: Added.
14034 * layout-tests/dom/xhtml/level2/html/HTMLSelectElement15-expected.txt: Added.
14035 * layout-tests/dom/xhtml/level2/html/HTMLSelectElement15.js: Added.
14036 * layout-tests/dom/xhtml/level2/html/HTMLSelectElement15.xhtml: Added.
14037 * layout-tests/dom/xhtml/level2/html/HTMLSelectElement16-expected.txt: Added.
14038 * layout-tests/dom/xhtml/level2/html/HTMLSelectElement16.js: Added.
14039 * layout-tests/dom/xhtml/level2/html/HTMLSelectElement16.xhtml: Added.
14040 * layout-tests/dom/xhtml/level2/html/HTMLSelectElement17-expected.txt: Added.
14041 * layout-tests/dom/xhtml/level2/html/HTMLSelectElement17.js: Added.
14042 * layout-tests/dom/xhtml/level2/html/HTMLSelectElement17.xhtml: Added.
14043 * layout-tests/dom/xhtml/level2/html/HTMLSelectElement18-expected.txt: Added.
14044 * layout-tests/dom/xhtml/level2/html/HTMLSelectElement18.js: Added.
14045 * layout-tests/dom/xhtml/level2/html/HTMLSelectElement18.xhtml: Added.
14046 * layout-tests/dom/xhtml/level2/html/HTMLSelectElement19-expected.txt: Added.
14047 * layout-tests/dom/xhtml/level2/html/HTMLSelectElement19.js: Added.
14048 * layout-tests/dom/xhtml/level2/html/HTMLSelectElement19.xhtml: Added.
14049 * layout-tests/dom/xhtml/level2/html/HTMLSelectElement20-expected.txt: Added.
14050 * layout-tests/dom/xhtml/level2/html/HTMLSelectElement20.js: Added.
14051 * layout-tests/dom/xhtml/level2/html/HTMLSelectElement20.xhtml: Added.
14052 * layout-tests/dom/xhtml/level2/html/HTMLStyleElement01-expected.txt: Added.
14053 * layout-tests/dom/xhtml/level2/html/HTMLStyleElement01.js: Added.
14054 * layout-tests/dom/xhtml/level2/html/HTMLStyleElement01.xhtml: Added.
14055 * layout-tests/dom/xhtml/level2/html/HTMLStyleElement02-expected.txt: Added.
14056 * layout-tests/dom/xhtml/level2/html/HTMLStyleElement02.js: Added.
14057 * layout-tests/dom/xhtml/level2/html/HTMLStyleElement02.xhtml: Added.
14058 * layout-tests/dom/xhtml/level2/html/HTMLStyleElement03-expected.txt: Added.
14059 * layout-tests/dom/xhtml/level2/html/HTMLStyleElement03.js: Added.
14060 * layout-tests/dom/xhtml/level2/html/HTMLStyleElement03.xhtml: Added.
14061 * layout-tests/dom/xhtml/level2/html/HTMLTableCaptionElement01-expected.txt: Added.
14062 * layout-tests/dom/xhtml/level2/html/HTMLTableCaptionElement01.js: Added.
14063 * layout-tests/dom/xhtml/level2/html/HTMLTableCaptionElement01.xhtml: Added.
14064 * layout-tests/dom/xhtml/level2/html/HTMLTableCellElement01-expected.txt: Added.
14065 * layout-tests/dom/xhtml/level2/html/HTMLTableCellElement01.js: Added.
14066 * layout-tests/dom/xhtml/level2/html/HTMLTableCellElement01.xhtml: Added.
14067 * layout-tests/dom/xhtml/level2/html/HTMLTableCellElement02-expected.txt: Added.
14068 * layout-tests/dom/xhtml/level2/html/HTMLTableCellElement02.js: Added.
14069 * layout-tests/dom/xhtml/level2/html/HTMLTableCellElement02.xhtml: Added.
14070 * layout-tests/dom/xhtml/level2/html/HTMLTableCellElement03-expected.txt: Added.
14071 * layout-tests/dom/xhtml/level2/html/HTMLTableCellElement03.js: Added.
14072 * layout-tests/dom/xhtml/level2/html/HTMLTableCellElement03.xhtml: Added.
14073 * layout-tests/dom/xhtml/level2/html/HTMLTableCellElement04-expected.txt: Added.
14074 * layout-tests/dom/xhtml/level2/html/HTMLTableCellElement04.js: Added.
14075 * layout-tests/dom/xhtml/level2/html/HTMLTableCellElement04.xhtml: Added.
14076 * layout-tests/dom/xhtml/level2/html/HTMLTableCellElement05-expected.txt: Added.
14077 * layout-tests/dom/xhtml/level2/html/HTMLTableCellElement05.js: Added.
14078 * layout-tests/dom/xhtml/level2/html/HTMLTableCellElement05.xhtml: Added.
14079 * layout-tests/dom/xhtml/level2/html/HTMLTableCellElement06-expected.txt: Added.
14080 * layout-tests/dom/xhtml/level2/html/HTMLTableCellElement06.js: Added.
14081 * layout-tests/dom/xhtml/level2/html/HTMLTableCellElement06.xhtml: Added.
14082 * layout-tests/dom/xhtml/level2/html/HTMLTableCellElement07-expected.txt: Added.
14083 * layout-tests/dom/xhtml/level2/html/HTMLTableCellElement07.js: Added.
14084 * layout-tests/dom/xhtml/level2/html/HTMLTableCellElement07.xhtml: Added.
14085 * layout-tests/dom/xhtml/level2/html/HTMLTableCellElement08-expected.txt: Added.
14086 * layout-tests/dom/xhtml/level2/html/HTMLTableCellElement08.js: Added.
14087 * layout-tests/dom/xhtml/level2/html/HTMLTableCellElement08.xhtml: Added.
14088 * layout-tests/dom/xhtml/level2/html/HTMLTableCellElement09-expected.txt: Added.
14089 * layout-tests/dom/xhtml/level2/html/HTMLTableCellElement09.js: Added.
14090 * layout-tests/dom/xhtml/level2/html/HTMLTableCellElement09.xhtml: Added.
14091 * layout-tests/dom/xhtml/level2/html/HTMLTableCellElement10-expected.txt: Added.
14092 * layout-tests/dom/xhtml/level2/html/HTMLTableCellElement10.js: Added.
14093 * layout-tests/dom/xhtml/level2/html/HTMLTableCellElement10.xhtml: Added.
14094 * layout-tests/dom/xhtml/level2/html/HTMLTableCellElement11-expected.txt: Added.
14095 * layout-tests/dom/xhtml/level2/html/HTMLTableCellElement11.js: Added.
14096 * layout-tests/dom/xhtml/level2/html/HTMLTableCellElement11.xhtml: Added.
14097 * layout-tests/dom/xhtml/level2/html/HTMLTableCellElement12-expected.txt: Added.
14098 * layout-tests/dom/xhtml/level2/html/HTMLTableCellElement12.js: Added.
14099 * layout-tests/dom/xhtml/level2/html/HTMLTableCellElement12.xhtml: Added.
14100 * layout-tests/dom/xhtml/level2/html/HTMLTableCellElement13-expected.txt: Added.
14101 * layout-tests/dom/xhtml/level2/html/HTMLTableCellElement13.js: Added.
14102 * layout-tests/dom/xhtml/level2/html/HTMLTableCellElement13.xhtml: Added.
14103 * layout-tests/dom/xhtml/level2/html/HTMLTableCellElement14-expected.txt: Added.
14104 * layout-tests/dom/xhtml/level2/html/HTMLTableCellElement14.js: Added.
14105 * layout-tests/dom/xhtml/level2/html/HTMLTableCellElement14.xhtml: Added.
14106 * layout-tests/dom/xhtml/level2/html/HTMLTableCellElement15-expected.txt: Added.
14107 * layout-tests/dom/xhtml/level2/html/HTMLTableCellElement15.js: Added.
14108 * layout-tests/dom/xhtml/level2/html/HTMLTableCellElement15.xhtml: Added.
14109 * layout-tests/dom/xhtml/level2/html/HTMLTableCellElement16-expected.txt: Added.
14110 * layout-tests/dom/xhtml/level2/html/HTMLTableCellElement16.js: Added.
14111 * layout-tests/dom/xhtml/level2/html/HTMLTableCellElement16.xhtml: Added.
14112 * layout-tests/dom/xhtml/level2/html/HTMLTableCellElement17-expected.txt: Added.
14113 * layout-tests/dom/xhtml/level2/html/HTMLTableCellElement17.js: Added.
14114 * layout-tests/dom/xhtml/level2/html/HTMLTableCellElement17.xhtml: Added.
14115 * layout-tests/dom/xhtml/level2/html/HTMLTableCellElement18-expected.txt: Added.
14116 * layout-tests/dom/xhtml/level2/html/HTMLTableCellElement18.js: Added.
14117 * layout-tests/dom/xhtml/level2/html/HTMLTableCellElement18.xhtml: Added.
14118 * layout-tests/dom/xhtml/level2/html/HTMLTableCellElement19-expected.txt: Added.
14119 * layout-tests/dom/xhtml/level2/html/HTMLTableCellElement19.js: Added.
14120 * layout-tests/dom/xhtml/level2/html/HTMLTableCellElement19.xhtml: Added.
14121 * layout-tests/dom/xhtml/level2/html/HTMLTableCellElement20-expected.txt: Added.
14122 * layout-tests/dom/xhtml/level2/html/HTMLTableCellElement20.js: Added.
14123 * layout-tests/dom/xhtml/level2/html/HTMLTableCellElement20.xhtml: Added.
14124 * layout-tests/dom/xhtml/level2/html/HTMLTableCellElement21-expected.txt: Added.
14125 * layout-tests/dom/xhtml/level2/html/HTMLTableCellElement21.js: Added.
14126 * layout-tests/dom/xhtml/level2/html/HTMLTableCellElement21.xhtml: Added.
14127 * layout-tests/dom/xhtml/level2/html/HTMLTableCellElement22-expected.txt: Added.
14128 * layout-tests/dom/xhtml/level2/html/HTMLTableCellElement22.js: Added.
14129 * layout-tests/dom/xhtml/level2/html/HTMLTableCellElement22.xhtml: Added.
14130 * layout-tests/dom/xhtml/level2/html/HTMLTableCellElement23-expected.txt: Added.
14131 * layout-tests/dom/xhtml/level2/html/HTMLTableCellElement23.js: Added.
14132 * layout-tests/dom/xhtml/level2/html/HTMLTableCellElement23.xhtml: Added.
14133 * layout-tests/dom/xhtml/level2/html/HTMLTableCellElement24-expected.txt: Added.
14134 * layout-tests/dom/xhtml/level2/html/HTMLTableCellElement24.js: Added.
14135 * layout-tests/dom/xhtml/level2/html/HTMLTableCellElement24.xhtml: Added.
14136 * layout-tests/dom/xhtml/level2/html/HTMLTableCellElement25-expected.txt: Added.
14137 * layout-tests/dom/xhtml/level2/html/HTMLTableCellElement25.js: Added.
14138 * layout-tests/dom/xhtml/level2/html/HTMLTableCellElement25.xhtml: Added.
14139 * layout-tests/dom/xhtml/level2/html/HTMLTableCellElement26-expected.txt: Added.
14140 * layout-tests/dom/xhtml/level2/html/HTMLTableCellElement26.js: Added.
14141 * layout-tests/dom/xhtml/level2/html/HTMLTableCellElement26.xhtml: Added.
14142 * layout-tests/dom/xhtml/level2/html/HTMLTableCellElement27-expected.txt: Added.
14143 * layout-tests/dom/xhtml/level2/html/HTMLTableCellElement27.js: Added.
14144 * layout-tests/dom/xhtml/level2/html/HTMLTableCellElement27.xhtml: Added.
14145 * layout-tests/dom/xhtml/level2/html/HTMLTableCellElement28-expected.txt: Added.
14146 * layout-tests/dom/xhtml/level2/html/HTMLTableCellElement28.js: Added.
14147 * layout-tests/dom/xhtml/level2/html/HTMLTableCellElement28.xhtml: Added.
14148 * layout-tests/dom/xhtml/level2/html/HTMLTableCellElement29-expected.txt: Added.
14149 * layout-tests/dom/xhtml/level2/html/HTMLTableCellElement29.js: Added.
14150 * layout-tests/dom/xhtml/level2/html/HTMLTableCellElement29.xhtml: Added.
14151 * layout-tests/dom/xhtml/level2/html/HTMLTableCellElement30-expected.txt: Added.
14152 * layout-tests/dom/xhtml/level2/html/HTMLTableCellElement30.js: Added.
14153 * layout-tests/dom/xhtml/level2/html/HTMLTableCellElement30.xhtml: Added.
14154 * layout-tests/dom/xhtml/level2/html/HTMLTableColElement01-expected.txt: Added.
14155 * layout-tests/dom/xhtml/level2/html/HTMLTableColElement01.js: Added.
14156 * layout-tests/dom/xhtml/level2/html/HTMLTableColElement01.xhtml: Added.
14157 * layout-tests/dom/xhtml/level2/html/HTMLTableColElement02-expected.txt: Added.
14158 * layout-tests/dom/xhtml/level2/html/HTMLTableColElement02.js: Added.
14159 * layout-tests/dom/xhtml/level2/html/HTMLTableColElement02.xhtml: Added.
14160 * layout-tests/dom/xhtml/level2/html/HTMLTableColElement03-expected.txt: Added.
14161 * layout-tests/dom/xhtml/level2/html/HTMLTableColElement03.js: Added.
14162 * layout-tests/dom/xhtml/level2/html/HTMLTableColElement03.xhtml: Added.
14163 * layout-tests/dom/xhtml/level2/html/HTMLTableColElement04-expected.txt: Added.
14164 * layout-tests/dom/xhtml/level2/html/HTMLTableColElement04.js: Added.
14165 * layout-tests/dom/xhtml/level2/html/HTMLTableColElement04.xhtml: Added.
14166 * layout-tests/dom
14167 * layout-tests/dom/xhtml/level2/html/HTMLTableColElement05.js: Added.
14168 * layout-tests/dom/xhtml/level2/html/HTMLTableColElement05.xhtml: Added.
14169 * layout-tests/dom/xhtml/level2/html/HTMLTableColElement06-expected.txt: Added.
14170 * layout-tests/dom/xhtml/level2/html/HTMLTableColElement06.js: Added.
14171 * layout-tests/dom/xhtml/level2/html/HTMLTableColElement06.xhtml: Added.
14172 * layout-tests/dom/xhtml/level2/html/HTMLTableColElement07-expected.txt: Added.
14173 * layout-tests/dom/xhtml/level2/html/HTMLTableColElement07.js: Added.
14174 * layout-tests/dom/xhtml/level2/html/HTMLTableColElement07.xhtml: Added.
14175 * layout-tests/dom/xhtml/level2/html/HTMLTableColElement08-expected.txt: Added.
14176 * layout-tests/dom/xhtml/level2/html/HTMLTableColElement08.js: Added.
14177 * layout-tests/dom/xhtml/level2/html/HTMLTableColElement08.xhtml: Added.
14178 * layout-tests/dom/xhtml/level2/html/HTMLTableColElement09-expected.txt: Added.
14179 * layout-tests/dom/xhtml/level2/html/HTMLTableColElement09.js: Added.
14180 * layout-tests/dom/xhtml/level2/html/HTMLTableColElement09.xhtml: Added.
14181 * layout-tests/dom/xhtml/level2/html/HTMLTableColElement10-expected.txt: Added.
14182 * layout-tests/dom/xhtml/level2/html/HTMLTableColElement10.js: Added.
14183 * layout-tests/dom/xhtml/level2/html/HTMLTableColElement10.xhtml: Added.
14184 * layout-tests/dom/xhtml/level2/html/HTMLTableColElement11-expected.txt: Added.
14185 * layout-tests/dom/xhtml/level2/html/HTMLTableColElement11.js: Added.
14186 * layout-tests/dom/xhtml/level2/html/HTMLTableColElement11.xhtml: Added.
14187 * layout-tests/dom/xhtml/level2/html/HTMLTableColElement12-expected.txt: Added.
14188 * layout-tests/dom/xhtml/level2/html/HTMLTableColElement12.js: Added.
14189 * layout-tests/dom/xhtml/level2/html/HTMLTableColElement12.xhtml: Added.
14190 * layout-tests/dom/xhtml/level2/html/HTMLTableElement01-expected.txt: Added.
14191 * layout-tests/dom/xhtml/level2/html/HTMLTableElement01.js: Added.
14192 * layout-tests/dom/xhtml/level2/html/HTMLTableElement01.xhtml: Added.
14193 * layout-tests/dom/xhtml/level2/html/HTMLTableElement02-expected.txt: Added.
14194 * layout-tests/dom/xhtml/level2/html/HTMLTableElement02.js: Added.
14195 * layout-tests/dom/xhtml/level2/html/HTMLTableElement02.xhtml: Added.
14196 * layout-tests/dom/xhtml/level2/html/HTMLTableElement03-expected.txt: Added.
14197 * layout-tests/dom/xhtml/level2/html/HTMLTableElement03.js: Added.
14198 * layout-tests/dom/xhtml/level2/html/HTMLTableElement03.xhtml: Added.
14199 * layout-tests/dom/xhtml/level2/html/HTMLTableElement04-expected.txt: Added.
14200 * layout-tests/dom/xhtml/level2/html/HTMLTableElement04.js: Added.
14201 * layout-tests/dom/xhtml/level2/html/HTMLTableElement04.xhtml: Added.
14202 * layout-tests/dom/xhtml/level2/html/HTMLTableElement05-expected.txt: Added.
14203 * layout-tests/dom/xhtml/level2/html/HTMLTableElement05.js: Added.
14204 * layout-tests/dom/xhtml/level2/html/HTMLTableElement05.xhtml: Added.
14205 * layout-tests/dom/xhtml/level2/html/HTMLTableElement06-expected.txt: Added.
14206 * layout-tests/dom/xhtml/level2/html/HTMLTableElement06.js: Added.
14207 * layout-tests/dom/xhtml/level2/html/HTMLTableElement06.xhtml: Added.
14208 * layout-tests/dom/xhtml/level2/html/HTMLTableElement07-expected.txt: Added.
14209 * layout-tests/dom/xhtml/level2/html/HTMLTableElement07.js: Added.
14210 * layout-tests/dom/xhtml/level2/html/HTMLTableElement07.xhtml: Added.
14211 * layout-tests/dom/xhtml/level2/html/HTMLTableElement08-expected.txt: Added.
14212 * layout-tests/dom/xhtml/level2/html/HTMLTableElement08.js: Added.
14213 * layout-tests/dom/xhtml/level2/html/HTMLTableElement08.xhtml: Added.
14214 * layout-tests/dom/xhtml/level2/html/HTMLTableElement09-expected.txt: Added.
14215 * layout-tests/dom/xhtml/level2/html/HTMLTableElement09.js: Added.
14216 * layout-tests/dom/xhtml/level2/html/HTMLTableElement09.xhtml: Added.
14217 * layout-tests/dom/xhtml/level2/html/HTMLTableElement10-expected.txt: Added.
14218 * layout-tests/dom/xhtml/level2/html/HTMLTableElement10.js: Added.
14219 * layout-tests/dom/xhtml/level2/html/HTMLTableElement10.xhtml: Added.
14220 * layout-tests/dom/xhtml/level2/html/HTMLTableElement11-expected.txt: Added.
14221 * layout-tests/dom/xhtml/level2/html/HTMLTableElement11.js: Added.
14222 * layout-tests/dom/xhtml/level2/html/HTMLTableElement11.xhtml: Added.
14223 * layout-tests/dom/xhtml/level2/html/HTMLTableElement12-expected.txt: Added.
14224 * layout-tests/dom/xhtml/level2/html/HTMLTableElement12.js: Added.
14225 * layout-tests/dom/xhtml/level2/html/HTMLTableElement12.xhtml: Added.
14226 * layout-tests/dom/xhtml/level2/html/HTMLTableElement13-expected.txt: Added.
14227 * layout-tests/dom/xhtml/level2/html/HTMLTableElement13.js: Added.
14228 * layout-tests/dom/xhtml/level2/html/HTMLTableElement13.xhtml: Added.
14229 * layout-tests/dom/xhtml/level2/html/HTMLTableElement14-expected.txt: Added.
14230 * layout-tests/dom/xhtml/level2/html/HTMLTableElement14.js: Added.
14231 * layout-tests/dom/xhtml/level2/html/HTMLTableElement14.xhtml: Added.
14232 * layout-tests/dom/xhtml/level2/html/HTMLTableElement15-expected.txt: Added.
14233 * layout-tests/dom/xhtml/level2/html/HTMLTableElement15.js: Added.
14234 * layout-tests/dom/xhtml/level2/html/HTMLTableElement15.xhtml: Added.
14235 * layout-tests/dom/xhtml/level2/html/HTMLTableElement16-expected.txt: Added.
14236 * layout-tests/dom/xhtml/level2/html/HTMLTableElement16.js: Added.
14237 * layout-tests/dom/xhtml/level2/html/HTMLTableElement16.xhtml: Added.
14238 * layout-tests/dom/xhtml/level2/html/HTMLTableElement17-expected.txt: Added.
14239 * layout-tests/dom/xhtml/level2/html/HTMLTableElement17.js: Added.
14240 * layout-tests/dom/xhtml/level2/html/HTMLTableElement17.xhtml: Added.
14241 * layout-tests/dom/xhtml/level2/html/HTMLTableElement18-expected.txt: Added.
14242 * layout-tests/dom/xhtml/level2/html/HTMLTableElement18.js: Added.
14243 * layout-tests/dom/xhtml/level2/html/HTMLTableElement18.xhtml: Added.
14244 * layout-tests/dom/xhtml/level2/html/HTMLTableElement19-expected.txt: Added.
14245 * layout-tests/dom/xhtml/level2/html/HTMLTableElement19.js: Added.
14246 * layout-tests/dom/xhtml/level2/html/HTMLTableElement19.xhtml: Added.
14247 * layout-tests/dom/xhtml/level2/html/HTMLTableElement20-expected.txt: Added.
14248 * layout-tests/dom/xhtml/level2/html/HTMLTableElement20.js: Added.
14249 * layout-tests/dom/xhtml/level2/html/HTMLTableElement20.xhtml: Added.
14250 * layout-tests/dom/xhtml/level2/html/HTMLTableElement21-expected.txt: Added.
14251 * layout-tests/dom/xhtml/level2/html/HTMLTableElement21.js: Added.
14252 * layout-tests/dom/xhtml/level2/html/HTMLTableElement21.xhtml: Added.
14253 * layout-tests/dom/xhtml/level2/html/HTMLTableElement22-expected.txt: Added.
14254 * layout-tests/dom/xhtml/level2/html/HTMLTableElement22.js: Added.
14255 * layout-tests/dom/xhtml/level2/html/HTMLTableElement22.xhtml: Added.
14256 * layout-tests/dom/xhtml/level2/html/HTMLTableElement23-expected.txt: Added.
14257 * layout-tests/dom/xhtml/level2/html/HTMLTableElement23.js: Added.
14258 * layout-tests/dom/xhtml/level2/html/HTMLTableElement23.xhtml: Added.
14259 * layout-tests/dom/xhtml/level2/html/HTMLTableElement24-expected.txt: Added.
14260 * layout-tests/dom/xhtml/level2/html/HTMLTableElement24.js: Added.
14261 * layout-tests/dom/xhtml/level2/html/HTMLTableElement24.xhtml: Added.
14262 * layout-tests/dom/xhtml/level2/html/HTMLTableElement25-expected.txt: Added.
14263 * layout-tests/dom/xhtml/level2/html/HTMLTableElement25.js: Added.
14264 * layout-tests/dom/xhtml/level2/html/HTMLTableElement25.xhtml: Added.
14265 * layout-tests/dom/xhtml/level2/html/HTMLTableElement26-expected.txt: Added.
14266 * layout-tests/dom/xhtml/level2/html/HTMLTableElement26.js: Added.
14267 * layout-tests/dom/xhtml/level2/html/HTMLTableElement26.xhtml: Added.
14268 * layout-tests/dom/xhtml/level2/html/HTMLTableElement27-expected.txt: Added.
14269 * layout-tests/dom/xhtml/level2/html/HTMLTableElement27.js: Added.
14270 * layout-tests/dom/xhtml/level2/html/HTMLTableElement27.xhtml: Added.
14271 * layout-tests/dom/xhtml/level2/html/HTMLTableElement28-expected.txt: Added.
14272 * layout-tests/dom/xhtml/level2/html/HTMLTableElement28.js: Added.
14273 * layout-tests/dom/xhtml/level2/html/HTMLTableElement28.xhtml: Added.
14274 * layout-tests/dom/xhtml/level2/html/HTMLTableElement29-expected.txt: Added.
14275 * layout-tests/dom/xhtml/level2/html/HTMLTableElement29.js: Added.
14276 * layout-tests/dom/xhtml/level2/html/HTMLTableElement29.xhtml: Added.
14277 * layout-tests/dom/xhtml/level2/html/HTMLTableElement30-expected.txt: Added.
14278 * layout-tests/dom/xhtml/level2/html/HTMLTableElement30.js: Added.
14279 * layout-tests/dom/xhtml/level2/html/HTMLTableElement30.xhtml: Added.
14280 * layout-tests/dom/xhtml/level2/html/HTMLTableElement31-expected.txt: Added.
14281 * layout-tests/dom/xhtml/level2/html/HTMLTableElement31.js: Added.
14282 * layout-tests/dom/xhtml/level2/html/HTMLTableElement31.xhtml: Added.
14283 * layout-tests/dom/xhtml/level2/html/HTMLTableElement32-expected.txt: Added.
14284 * layout-tests/dom/xhtml/level2/html/HTMLTableElement32.js: Added.
14285 * layout-tests/dom/xhtml/level2/html/HTMLTableElement32.xhtml: Added.
14286 * layout-tests/dom/xhtml/level2/html/HTMLTableElement33-expected.txt: Added.
14287 * layout-tests/dom/xhtml/level2/html/HTMLTableElement33.js: Added.
14288 * layout-tests/dom/xhtml/level2/html/HTMLTableElement33.xhtml: Added.
14289 * layout-tests/dom/xhtml/level2/html/HTMLTableElement34-expected.txt: Added.
14290 * layout-tests/dom/xhtml/level2/html/HTMLTableElement34.js: Added.
14291 * layout-tests/dom/xhtml/level2/html/HTMLTableElement34.xhtml: Added.
14292 * layout-tests/dom/xhtml/level2/html/HTMLTableElement35-expected.txt: Added.
14293 * layout-tests/dom/xhtml/level2/html/HTMLTableElement35.js: Added.
14294 * layout-tests/dom/xhtml/level2/html/HTMLTableElement35.xhtml: Added.
14295 * layout-tests/dom/xhtml/level2/html/HTMLTableElement36-expected.txt: Added.
14296 * layout-tests/dom/xhtml/level2/html/HTMLTableElement36.js: Added.
14297 * layout-tests/dom/xhtml/level2/html/HTMLTableElement36.xhtml: Added.
14298 * layout-tests/dom/xhtml/level2/html/HTMLTableElement37-expected.txt: Added.
14299 * layout-tests/dom/xhtml/level2/html/HTMLTableElement37.js: Added.
14300 * layout-tests/dom/xhtml/level2/html/HTMLTableElement37.xhtml: Added.
14301 * layout-tests/dom/xhtml/level2/html/HTMLTableElement38-expected.txt: Added.
14302 * layout-tests/dom/xhtml/level2/html/HTMLTableElement38.js: Added.
14303 * layout-tests/dom/xhtml/level2/html/HTMLTableElement38.xhtml: Added.
14304 * layout-tests/dom/xhtml/level2/html/HTMLTableElement39-expected.txt: Added.
14305 * layout-tests/dom/xhtml/level2/html/HTMLTableElement39.js: Added.
14306 * layout-tests/dom/xhtml/level2/html/HTMLTableElement39.xhtml: Added.
14307 * layout-tests/dom/xhtml/level2/html/HTMLTableElement40-expected.txt: Added.
14308 * layout-tests/dom/xhtml/level2/html/HTMLTableElement40.js: Added.
14309 * layout-tests/dom/xhtml/level2/html/HTMLTableElement40.xhtml: Added.
14310 * layout-tests/dom/xhtml/level2/html/HTMLTableRowElement01-expected.txt: Added.
14311 * layout-tests/dom/xhtml/level2/html/HTMLTableRowElement01.js: Added.
14312 * layout-tests/dom/xhtml/level2/html/HTMLTableRowElement01.xhtml: Added.
14313 * layout-tests/dom/xhtml/level2/html/HTMLTableRowElement02-expected.txt: Added.
14314 * layout-tests/dom/xhtml/level2/html/HTMLTableRowElement02.js: Added.
14315 * layout-tests/dom/xhtml/level2/html/HTMLTableRowElement02.xhtml: Added.
14316 * layout-tests/dom/xhtml/level2/html/HTMLTableRowElement03-expected.txt: Added.
14317 * layout-tests/dom/xhtml/level2/html/HTMLTableRowElement03.js: Added.
14318 * layout-tests/dom/xhtml/level2/html/HTMLTableRowElement03.xhtml: Added.
14319 * layout-tests/dom/xhtml/level2/html/HTMLTableRowElement04-expected.txt: Added.
14320 * layout-tests/dom/xhtml/level2/html/HTMLTableRowElement04.js: Added.
14321 * layout-tests/dom/xhtml/level2/html/HTMLTableRowElement04.xhtml: Added.
14322 * layout-tests/dom/xhtml/level2/html/HTMLTableRowElement05-expected.txt: Added.
14323 * layout-tests/dom/xhtml/level2/html/HTMLTableRowElement05.js: Added.
14324 * layout-tests/dom/xhtml/level2/html/HTMLTableRowElement05.xhtml: Added.
14325 * layout-tests/dom/xhtml/level2/html/HTMLTableRowElement06-expected.txt: Added.
14326 * layout-tests/dom/xhtml/level2/html/HTMLTableRowElement06.js: Added.
14327 * layout-tests/dom/xhtml/level2/html/HTMLTableRowElement06.xhtml: Added.
14328 * layout-tests/dom/xhtml/level2/html/HTMLTableRowElement07-expected.txt: Added.
14329 * layout-tests/dom/xhtml/level2/html/HTMLTableRowElement07.js: Added.
14330 * layout-tests/dom/xhtml/level2/html/HTMLTableRowElement07.xhtml: Added.
14331 * layout-tests/dom/xhtml/level2/html/HTMLTableRowElement08-expected.txt: Added.
14332 * layout-tests/dom/xhtml/level2/html/HTMLTableRowElement08.js: Added.
14333 * layout-tests/dom/xhtml/level2/html/HTMLTableRowElement08.xhtml: Added.
14334 * layout-tests/dom/xhtml/level2/html/HTMLTableRowElement09-expected.txt: Added.
14335 * layout-tests/dom/xhtml/level2/html/HTMLTableRowElement09.js: Added.
14336 * layout-tests/dom/xhtml/level2/html/HTMLTableRowElement09.xhtml: Added.
14337 * layout-tests/dom/xhtml/level2/html/HTMLTableRowElement10-expected.txt: Added.
14338 * layout-tests/dom/xhtml/level2/html/HTMLTableRowElement10.js: Added.
14339 * layout-tests/dom/xhtml/level2/html/HTMLTableRowElement10.xhtml: Added.
14340 * layout-tests/dom/xhtml/level2/html/HTMLTableRowElement11-expected.txt: Added.
14341 * layout-tests/dom/xhtml/level2/html/HTMLTableRowElement11.js: Added.
14342 * layout-tests/dom/xhtml/level2/html/HTMLTableRowElement11.xhtml: Added.
14343 * layout-tests/dom/xhtml/level2/html/HTMLTableRowElement12-expected.txt: Added.
14344 * layout-tests/dom/xhtml/level2/html/HTMLTableRowElement12.js: Added.
14345 * layout-tests/dom/xhtml/level2/html/HTMLTableRowElement12.xhtml: Added.
14346 * layout-tests/dom/xhtml/level2/html/HTMLTableRowElement13-expected.txt: Added.
14347 * layout-tests/dom/xhtml/level2/html/HTMLTableRowElement13.js: Added.
14348 * layout-tests/dom/xhtml/level2/html/HTMLTableRowElement13.xhtml: Added.
14349 * layout-tests/dom/xhtml/level2/html/HTMLTableRowElement14-expected.txt: Added.
14350 * layout-tests/dom/xhtml/level2/html/HTMLTableRowElement14.js: Added.
14351 * layout-tests/dom/xhtml/level2/html/HTMLTableRowElement14.xhtml: Added.
14352 * layout-tests/dom/xhtml/level2/html/HTMLTableRowElement15-expected.txt: Added.
14353 * layout-tests/dom/xhtml/level2/html/HTMLTableRowElement15.js: Added.
14354 * layout-tests/dom/xhtml/level2/html/HTMLTableRowElement15.xhtml: Added.
14355 * layout-tests/dom/xhtml/level2/html/HTMLTableRowElement16-expected.txt: Added.
14356 * layout-tests/dom/xhtml/level2/html/HTMLTableRowElement16.js: Added.
14357 * layout-tests/dom/xhtml/level2/html/HTMLTableRowElement16.xhtml: Added.
14358 * layout-tests/dom/xhtml/level2/html/HTMLTableRowElement17-expected.txt: Added.
14359 * layout-tests/dom/xhtml/level2/html/HTMLTableRowElement17.js: Added.
14360 * layout-tests/dom/xhtml/level2/html/HTMLTableRowElement17.xhtml: Added.
14361 * layout-tests/dom/xhtml/level2/html/HTMLTableRowElement18-expected.txt: Added.
14362 * layout-tests/dom/xhtml/level2/html/HTMLTableRowElement18.js: Added.
14363 * layout-tests/dom/xhtml/level2/html/HTMLTableRowElement18.xhtml: Added.
14364 * layout-tests/dom/xhtml/level2/html/HTMLTableRowElement19-expected.txt: Added.
14365 * layout-tests/dom/xhtml/level2/html/HTMLTableRowElement19.js: Added.
14366 * layout-tests/dom/xhtml/level2/html/HTMLTableRowElement19.xhtml: Added.
14367 * layout-tests/dom/xhtml/level2/html/HTMLTableRowElement20-expected.txt: Added.
14368 * layout-tests/dom/xhtml/level2/html/HTMLTableRowElement20.js: Added.
14369 * layout-tests/dom
14370 * layout-tests/dom/xhtml/level2/html/HTMLTableRowElement21-expected.txt: Added.
14371 * layout-tests/dom/xhtml/level2/html/HTMLTableRowElement21.js: Added.
14372 * layout-tests/dom/xhtml/level2/html/HTMLTableRowElement21.xhtml: Added.
14373 * layout-tests/dom/xhtml/level2/html/HTMLTableSectionElement01-expected.txt: Added.
14374 * layout-tests/dom/xhtml/level2/html/HTMLTableSectionElement01.js: Added.
14375 * layout-tests/dom/xhtml/level2/html/HTMLTableSectionElement01.xhtml: Added.
14376 * layout-tests/dom/xhtml/level2/html/HTMLTableSectionElement02-expected.txt: Added.
14377 * layout-tests/dom/xhtml/level2/html/HTMLTableSectionElement02.js: Added.
14378 * layout-tests/dom/xhtml/level2/html/HTMLTableSectionElement02.xhtml: Added.
14379 * layout-tests/dom/xhtml/level2/html/HTMLTableSectionElement03-expected.txt: Added.
14380 * layout-tests/dom/xhtml/level2/html/HTMLTableSectionElement03.js: Added.
14381 * layout-tests/dom/xhtml/level2/html/HTMLTableSectionElement03.xhtml: Added.
14382 * layout-tests/dom/xhtml/level2/html/HTMLTableSectionElement04-expected.txt: Added.
14383 * layout-tests/dom/xhtml/level2/html/HTMLTableSectionElement04.js: Added.
14384 * layout-tests/dom/xhtml/level2/html/HTMLTableSectionElement04.xhtml: Added.
14385 * layout-tests/dom/xhtml/level2/html/HTMLTableSectionElement05-expected.txt: Added.
14386 * layout-tests/dom/xhtml/level2/html/HTMLTableSectionElement05.js: Added.
14387 * layout-tests/dom/xhtml/level2/html/HTMLTableSectionElement05.xhtml: Added.
14388 * layout-tests/dom/xhtml/level2/html/HTMLTableSectionElement06-expected.txt: Added.
14389 * layout-tests/dom/xhtml/level2/html/HTMLTableSectionElement06.js: Added.
14390 * layout-tests/dom/xhtml/level2/html/HTMLTableSectionElement06.xhtml: Added.
14391 * layout-tests/dom/xhtml/level2/html/HTMLTableSectionElement07-expected.txt: Added.
14392 * layout-tests/dom/xhtml/level2/html/HTMLTableSectionElement07.js: Added.
14393 * layout-tests/dom/xhtml/level2/html/HTMLTableSectionElement07.xhtml: Added.
14394 * layout-tests/dom/xhtml/level2/html/HTMLTableSectionElement08-expected.txt: Added.
14395 * layout-tests/dom/xhtml/level2/html/HTMLTableSectionElement08.js: Added.
14396 * layout-tests/dom/xhtml/level2/html/HTMLTableSectionElement08.xhtml: Added.
14397 * layout-tests/dom/xhtml/level2/html/HTMLTableSectionElement09-expected.txt: Added.
14398 * layout-tests/dom/xhtml/level2/html/HTMLTableSectionElement09.js: Added.
14399 * layout-tests/dom/xhtml/level2/html/HTMLTableSectionElement09.xhtml: Added.
14400 * layout-tests/dom/xhtml/level2/html/HTMLTableSectionElement10-expected.txt: Added.
14401 * layout-tests/dom/xhtml/level2/html/HTMLTableSectionElement10.js: Added.
14402 * layout-tests/dom/xhtml/level2/html/HTMLTableSectionElement10.xhtml: Added.
14403 * layout-tests/dom/xhtml/level2/html/HTMLTableSectionElement11-expected.txt: Added.
14404 * layout-tests/dom/xhtml/level2/html/HTMLTableSectionElement11.js: Added.
14405 * layout-tests/dom/xhtml/level2/html/HTMLTableSectionElement11.xhtml: Added.
14406 * layout-tests/dom/xhtml/level2/html/HTMLTableSectionElement12-expected.txt: Added.
14407 * layout-tests/dom/xhtml/level2/html/HTMLTableSectionElement12.js: Added.
14408 * layout-tests/dom/xhtml/level2/html/HTMLTableSectionElement12.xhtml: Added.
14409 * layout-tests/dom/xhtml/level2/html/HTMLTableSectionElement13-expected.txt: Added.
14410 * layout-tests/dom/xhtml/level2/html/HTMLTableSectionElement13.js: Added.
14411 * layout-tests/dom/xhtml/level2/html/HTMLTableSectionElement13.xhtml: Added.
14412 * layout-tests/dom/xhtml/level2/html/HTMLTableSectionElement14-expected.txt: Added.
14413 * layout-tests/dom/xhtml/level2/html/HTMLTableSectionElement14.js: Added.
14414 * layout-tests/dom/xhtml/level2/html/HTMLTableSectionElement14.xhtml: Added.
14415 * layout-tests/dom/xhtml/level2/html/HTMLTableSectionElement15-expected.txt: Added.
14416 * layout-tests/dom/xhtml/level2/html/HTMLTableSectionElement15.js: Added.
14417 * layout-tests/dom/xhtml/level2/html/HTMLTableSectionElement15.xhtml: Added.
14418 * layout-tests/dom/xhtml/level2/html/HTMLTableSectionElement16-expected.txt: Added.
14419 * layout-tests/dom/xhtml/level2/html/HTMLTableSectionElement16.js: Added.
14420 * layout-tests/dom/xhtml/level2/html/HTMLTableSectionElement16.xhtml: Added.
14421 * layout-tests/dom/xhtml/level2/html/HTMLTableSectionElement17-expected.txt: Added.
14422 * layout-tests/dom/xhtml/level2/html/HTMLTableSectionElement17.js: Added.
14423 * layout-tests/dom/xhtml/level2/html/HTMLTableSectionElement17.xhtml: Added.
14424 * layout-tests/dom/xhtml/level2/html/HTMLTableSectionElement18-expected.txt: Added.
14425 * layout-tests/dom/xhtml/level2/html/HTMLTableSectionElement18.js: Added.
14426 * layout-tests/dom/xhtml/level2/html/HTMLTableSectionElement18.xhtml: Added.
14427 * layout-tests/dom/xhtml/level2/html/HTMLTableSectionElement19-expected.txt: Added.
14428 * layout-tests/dom/xhtml/level2/html/HTMLTableSectionElement19.js: Added.
14429 * layout-tests/dom/xhtml/level2/html/HTMLTableSectionElement19.xhtml: Added.
14430 * layout-tests/dom/xhtml/level2/html/HTMLTableSectionElement20-expected.txt: Added.
14431 * layout-tests/dom/xhtml/level2/html/HTMLTableSectionElement20.js: Added.
14432 * layout-tests/dom/xhtml/level2/html/HTMLTableSectionElement20.xhtml: Added.
14433 * layout-tests/dom/xhtml/level2/html/HTMLTableSectionElement21-expected.txt: Added.
14434 * layout-tests/dom/xhtml/level2/html/HTMLTableSectionElement21.js: Added.
14435 * layout-tests/dom/xhtml/level2/html/HTMLTableSectionElement21.xhtml: Added.
14436 * layout-tests/dom/xhtml/level2/html/HTMLTableSectionElement22-expected.txt: Added.
14437 * layout-tests/dom/xhtml/level2/html/HTMLTableSectionElement22.js: Added.
14438 * layout-tests/dom/xhtml/level2/html/HTMLTableSectionElement22.xhtml: Added.
14439 * layout-tests/dom/xhtml/level2/html/HTMLTableSectionElement23-expected.txt: Added.
14440 * layout-tests/dom/xhtml/level2/html/HTMLTableSectionElement23.js: Added.
14441 * layout-tests/dom/xhtml/level2/html/HTMLTableSectionElement23.xhtml: Added.
14442 * layout-tests/dom/xhtml/level2/html/HTMLTableSectionElement24-expected.txt: Added.
14443 * layout-tests/dom/xhtml/level2/html/HTMLTableSectionElement24.js: Added.
14444 * layout-tests/dom/xhtml/level2/html/HTMLTableSectionElement24.xhtml: Added.
14445 * layout-tests/dom/xhtml/level2/html/HTMLTableSectionElement25-expected.txt: Added.
14446 * layout-tests/dom/xhtml/level2/html/HTMLTableSectionElement25.js: Added.
14447 * layout-tests/dom/xhtml/level2/html/HTMLTableSectionElement25.xhtml: Added.
14448 * layout-tests/dom/xhtml/level2/html/HTMLTableSectionElement26-expected.txt: Added.
14449 * layout-tests/dom/xhtml/level2/html/HTMLTableSectionElement26.js: Added.
14450 * layout-tests/dom/xhtml/level2/html/HTMLTableSectionElement26.xhtml: Added.
14451 * layout-tests/dom/xhtml/level2/html/HTMLTableSectionElement27-expected.txt: Added.
14452 * layout-tests/dom/xhtml/level2/html/HTMLTableSectionElement27.js: Added.
14453 * layout-tests/dom/xhtml/level2/html/HTMLTableSectionElement27.xhtml: Added.
14454 * layout-tests/dom/xhtml/level2/html/HTMLTableSectionElement28-expected.txt: Added.
14455 * layout-tests/dom/xhtml/level2/html/HTMLTableSectionElement28.js: Added.
14456 * layout-tests/dom/xhtml/level2/html/HTMLTableSectionElement28.xhtml: Added.
14457 * layout-tests/dom/xhtml/level2/html/HTMLTableSectionElement29-expected.txt: Added.
14458 * layout-tests/dom/xhtml/level2/html/HTMLTableSectionElement29.js: Added.
14459 * layout-tests/dom/xhtml/level2/html/HTMLTableSectionElement29.xhtml: Added.
14460 * layout-tests/dom/xhtml/level2/html/HTMLTableSectionElement30-expected.txt: Added.
14461 * layout-tests/dom/xhtml/level2/html/HTMLTableSectionElement30.js: Added.
14462 * layout-tests/dom/xhtml/level2/html/HTMLTableSectionElement30.xhtml: Added.
14463 * layout-tests/dom/xhtml/level2/html/HTMLTableSectionElement31-expected.txt: Added.
14464 * layout-tests/dom/xhtml/level2/html/HTMLTableSectionElement31.js: Added.
14465 * layout-tests/dom/xhtml/level2/html/HTMLTableSectionElement31.xhtml: Added.
14466 * layout-tests/dom/xhtml/level2/html/HTMLTextAreaElement01-expected.txt: Added.
14467 * layout-tests/dom/xhtml/level2/html/HTMLTextAreaElement01.js: Added.
14468 * layout-tests/dom/xhtml/level2/html/HTMLTextAreaElement01.xhtml: Added.
14469 * layout-tests/dom/xhtml/level2/html/HTMLTextAreaElement02-expected.txt: Added.
14470 * layout-tests/dom/xhtml/level2/html/HTMLTextAreaElement02.js: Added.
14471 * layout-tests/dom/xhtml/level2/html/HTMLTextAreaElement02.xhtml: Added.
14472 * layout-tests/dom/xhtml/level2/html/HTMLTextAreaElement03-expected.txt: Added.
14473 * layout-tests/dom/xhtml/level2/html/HTMLTextAreaElement03.js: Added.
14474 * layout-tests/dom/xhtml/level2/html/HTMLTextAreaElement03.xhtml: Added.
14475 * layout-tests/dom/xhtml/level2/html/HTMLTextAreaElement04-expected.txt: Added.
14476 * layout-tests/dom/xhtml/level2/html/HTMLTextAreaElement04.js: Added.
14477 * layout-tests/dom/xhtml/level2/html/HTMLTextAreaElement04.xhtml: Added.
14478 * layout-tests/dom/xhtml/level2/html/HTMLTextAreaElement05-expected.txt: Added.
14479 * layout-tests/dom/xhtml/level2/html/HTMLTextAreaElement05.js: Added.
14480 * layout-tests/dom/xhtml/level2/html/HTMLTextAreaElement05.xhtml: Added.
14481 * layout-tests/dom/xhtml/level2/html/HTMLTextAreaElement06-expected.txt: Added.
14482 * layout-tests/dom/xhtml/level2/html/HTMLTextAreaElement06.js: Added.
14483 * layout-tests/dom/xhtml/level2/html/HTMLTextAreaElement06.xhtml: Added.
14484 * layout-tests/dom/xhtml/level2/html/HTMLTextAreaElement07-expected.txt: Added.
14485 * layout-tests/dom/xhtml/level2/html/HTMLTextAreaElement07.js: Added.
14486 * layout-tests/dom/xhtml/level2/html/HTMLTextAreaElement07.xhtml: Added.
14487 * layout-tests/dom/xhtml/level2/html/HTMLTextAreaElement08-expected.txt: Added.
14488 * layout-tests/dom/xhtml/level2/html/HTMLTextAreaElement08.js: Added.
14489 * layout-tests/dom/xhtml/level2/html/HTMLTextAreaElement08.xhtml: Added.
14490 * layout-tests/dom/xhtml/level2/html/HTMLTextAreaElement09-expected.txt: Added.
14491 * layout-tests/dom/xhtml/level2/html/HTMLTextAreaElement09.js: Added.
14492 * layout-tests/dom/xhtml/level2/html/HTMLTextAreaElement09.xhtml: Added.
14493 * layout-tests/dom/xhtml/level2/html/HTMLTextAreaElement10-expected.txt: Added.
14494 * layout-tests/dom/xhtml/level2/html/HTMLTextAreaElement10.js: Added.
14495 * layout-tests/dom/xhtml/level2/html/HTMLTextAreaElement10.xhtml: Added.
14496 * layout-tests/dom/xhtml/level2/html/HTMLTextAreaElement11-expected.txt: Added.
14497 * layout-tests/dom/xhtml/level2/html/HTMLTextAreaElement11.js: Added.
14498 * layout-tests/dom/xhtml/level2/html/HTMLTextAreaElement11.xhtml: Added.
14499 * layout-tests/dom/xhtml/level2/html/HTMLTextAreaElement12-expected.txt: Added.
14500 * layout-tests/dom/xhtml/level2/html/HTMLTextAreaElement12.js: Added.
14501 * layout-tests/dom/xhtml/level2/html/HTMLTextAreaElement12.xhtml: Added.
14502 * layout-tests/dom/xhtml/level2/html/HTMLTextAreaElement13-expected.txt: Added.
14503 * layout-tests/dom/xhtml/level2/html/HTMLTextAreaElement13.js: Added.
14504 * layout-tests/dom/xhtml/level2/html/HTMLTextAreaElement13.xhtml: Added.
14505 * layout-tests/dom/xhtml/level2/html/HTMLTextAreaElement14-expected.txt: Added.
14506 * layout-tests/dom/xhtml/level2/html/HTMLTextAreaElement14.js: Added.
14507 * layout-tests/dom/xhtml/level2/html/HTMLTextAreaElement14.xhtml: Added.
14508 * layout-tests/dom/xhtml/level2/html/HTMLTextAreaElement15-expected.txt: Added.
14509 * layout-tests/dom/xhtml/level2/html/HTMLTextAreaElement15.js: Added.
14510 * layout-tests/dom/xhtml/level2/html/HTMLTextAreaElement15.xhtml: Added.
14511 * layout-tests/dom/xhtml/level2/html/HTMLTitleElement01-expected.txt: Added.
14512 * layout-tests/dom/xhtml/level2/html/HTMLTitleElement01.js: Added.
14513 * layout-tests/dom/xhtml/level2/html/HTMLTitleElement01.xhtml: Added.
14514 * layout-tests/dom/xhtml/level2/html/HTMLUListElement01-expected.txt: Added.
14515 * layout-tests/dom/xhtml/level2/html/HTMLUListElement01.js: Added.
14516 * layout-tests/dom/xhtml/level2/html/HTMLUListElement01.xhtml: Added.
14517 * layout-tests/dom/xhtml/level2/html/HTMLUListElement02-expected.txt: Added.
14518 * layout-tests/dom/xhtml/level2/html/HTMLUListElement02.js: Added.
14519 * layout-tests/dom/xhtml/level2/html/HTMLUListElement02.xhtml: Added.
14520 * layout-tests/dom/xhtml/level2/html/anchor01-expected.txt: Added.
14521 * layout-tests/dom/xhtml/level2/html/anchor01.js: Added.
14522 * layout-tests/dom/xhtml/level2/html/anchor01.xhtml: Added.
14523 * layout-tests/dom/xhtml/level2/html/anchor02-expected.txt: Added.
14524 * layout-tests/dom/xhtml/level2/html/anchor02.js: Added.
14525 * layout-tests/dom/xhtml/level2/html/anchor02.xhtml: Added.
14526 * layout-tests/dom/xhtml/level2/html/anchor03-expected.txt: Added.
14527 * layout-tests/dom/xhtml/level2/html/anchor03.js: Added.
14528 * layout-tests/dom/xhtml/level2/html/anchor03.xhtml: Added.
14529 * layout-tests/dom/xhtml/level2/html/anchor04-expected.txt: Added.
14530 * layout-tests/dom/xhtml/level2/html/anchor04.js: Added.
14531 * layout-tests/dom/xhtml/level2/html/anchor04.xhtml: Added.
14532 * layout-tests/dom/xhtml/level2/html/anchor05-expected.txt: Added.
14533 * layout-tests/dom/xhtml/level2/html/anchor05.js: Added.
14534 * layout-tests/dom/xhtml/level2/html/anchor05.xhtml: Added.
14535 * layout-tests/dom/xhtml/level2/html/anchor06-expected.txt: Added.
14536 * layout-tests/dom/xhtml/level2/html/anchor06.js: Added.
14537 * layout-tests/dom/xhtml/level2/html/anchor06.xhtml: Added.
14538 * layout-tests/dom/xhtml/level2/html/applets/DOMTSApplet.dat: Added.
14539 * layout-tests/dom/xhtml/level2/html/applets/org/w3c/domts/DOMTSApplet.class: Added.
14540 * layout-tests/dom/xhtml/level2/html/area01-expected.txt: Added.
14541 * layout-tests/dom/xhtml/level2/html/area01.js: Added.
14542 * layout-tests/dom/xhtml/level2/html/area01.xhtml: Added.
14543 * layout-tests/dom/xhtml/level2/html/area02-expected.txt: Added.
14544 * layout-tests/dom/xhtml/level2/html/area02.js: Added.
14545 * layout-tests/dom/xhtml/level2/html/area02.xhtml: Added.
14546 * layout-tests/dom/xhtml/level2/html/area03-expected.txt: Added.
14547 * layout-tests/dom/xhtml/level2/html/area03.js: Added.
14548 * layout-tests/dom/xhtml/level2/html/area03.xhtml: Added.
14549 * layout-tests/dom/xhtml/level2/html/area04-expected.txt: Added.
14550 * layout-tests/dom/xhtml/level2/html/area04.js: Added.
14551 * layout-tests/dom/xhtml/level2/html/area04.xhtml: Added.
14552 * layout-tests/dom/xhtml/level2/html/basefont01-expected.txt: Added.
14553 * layout-tests/dom/xhtml/level2/html/basefont01.js: Added.
14554 * layout-tests/dom/xhtml/level2/html/basefont01.xhtml: Added.
14555 * layout-tests/dom/xhtml/level2/html/body01-expected.txt: Added.
14556 * layout-tests/dom/xhtml/level2/html/body01.js: Added.
14557 * layout-tests/dom/xhtml/level2/html/body01.xhtml: Added.
14558 * layout-tests/dom/xhtml/level2/html/button01-expected.txt: Added.
14559 * layout-tests/dom/xhtml/level2/html/button01.js: Added.
14560 * layout-tests/dom/xhtml/level2/html/button01.xhtml: Added.
14561 * layout-tests/dom/xhtml/level2/html/button02-expected.txt: Added.
14562 * layout-tests/dom/xhtml/level2/html/button02.js: Added.
14563 * layout-tests/dom/xhtml/level2/html/button02.xhtml: Added.
14564 * layout-tests/dom/xhtml/level2/html/button03-expected.txt: Added.
14565 * layout-tests/dom/xhtml/level2/html/button03.js: Added.
14566 * layout-tests/dom/xhtml/level2/html/button03.xhtml: Added.
14567 * layout-tests/dom/xhtml/level2/html/button04-expected.txt: Added.
14568 * layout-tests/dom/xhtml/level2/html/button04.js: Added.
14569 * layout-tests/dom/xhtml/level2/html/button04.xhtml: Added.
14570 * layout-tests/dom/xhtml/level2/html/button05-expected.txt: Added.
14571 * layout-tests/dom/xhtml/level2/html/button05.js: Added.
14572 * layout-tests/dom
14573 * layout-tests/dom/xhtml/level2/html/button06-expected.txt: Added.
14574 * layout-tests/dom/xhtml/level2/html/button06.js: Added.
14575 * layout-tests/dom/xhtml/level2/html/button06.xhtml: Added.
14576 * layout-tests/dom/xhtml/level2/html/button07-expected.txt: Added.
14577 * layout-tests/dom/xhtml/level2/html/button07.js: Added.
14578 * layout-tests/dom/xhtml/level2/html/button07.xhtml: Added.
14579 * layout-tests/dom/xhtml/level2/html/button08-expected.txt: Added.
14580 * layout-tests/dom/xhtml/level2/html/button08.js: Added.
14581 * layout-tests/dom/xhtml/level2/html/button08.xhtml: Added.
14582 * layout-tests/dom/xhtml/level2/html/button09-expected.txt: Added.
14583 * layout-tests/dom/xhtml/level2/html/button09.js: Added.
14584 * layout-tests/dom/xhtml/level2/html/button09.xhtml: Added.
14585 * layout-tests/dom/xhtml/level2/html/dlist01-expected.txt: Added.
14586 * layout-tests/dom/xhtml/level2/html/dlist01.js: Added.
14587 * layout-tests/dom/xhtml/level2/html/dlist01.xhtml: Added.
14588 * layout-tests/dom/xhtml/level2/html/doc01-expected.txt: Added.
14589 * layout-tests/dom/xhtml/level2/html/doc01.js: Added.
14590 * layout-tests/dom/xhtml/level2/html/doc01.xhtml: Added.
14591 * layout-tests/dom/xhtml/level2/html/frame-expected.txt: Added.
14592 * layout-tests/dom/xhtml/level2/html/frame.xhtml: Added.
14593 * layout-tests/dom/xhtml/level2/html/hasFeature01-expected.txt: Added.
14594 * layout-tests/dom/xhtml/level2/html/hasFeature01.js: Added.
14595 * layout-tests/dom/xhtml/level2/html/hasFeature01.xhtml: Added.
14596 * layout-tests/dom/xhtml/level2/html/hasFeature02-expected.txt: Added.
14597 * layout-tests/dom/xhtml/level2/html/hasFeature02.js: Added.
14598 * layout-tests/dom/xhtml/level2/html/hasFeature02.xhtml: Added.
14599 * layout-tests/dom/xhtml/level2/html/hasFeature03-expected.txt: Added.
14600 * layout-tests/dom/xhtml/level2/html/hasFeature03.js: Added.
14601 * layout-tests/dom/xhtml/level2/html/hasFeature03.xhtml: Added.
14602 * layout-tests/dom/xhtml/level2/html/hasFeature04-expected.txt: Added.
14603 * layout-tests/dom/xhtml/level2/html/hasFeature04.js: Added.
14604 * layout-tests/dom/xhtml/level2/html/hasFeature04.xhtml: Added.
14605 * layout-tests/dom/xhtml/level2/html/hasFeature05-expected.txt: Added.
14606 * layout-tests/dom/xhtml/level2/html/hasFeature05.js: Added.
14607 * layout-tests/dom/xhtml/level2/html/hasFeature05.xhtml: Added.
14608 * layout-tests/dom/xhtml/level2/html/hasFeature06-expected.txt: Added.
14609 * layout-tests/dom/xhtml/level2/html/hasFeature06.js: Added.
14610 * layout-tests/dom/xhtml/level2/html/hasFeature06.xhtml: Added.
14611 * layout-tests/dom/xhtml/level2/html/iframe-expected.txt: Added.
14612 * layout-tests/dom/xhtml/level2/html/iframe.xhtml: Added.
14613 * layout-tests/dom/xhtml/level2/html/object01-expected.txt: Added.
14614 * layout-tests/dom/xhtml/level2/html/object01.js: Added.
14615 * layout-tests/dom/xhtml/level2/html/object01.xhtml: Added.
14616 * layout-tests/dom/xhtml/level2/html/object02-expected.txt: Added.
14617 * layout-tests/dom/xhtml/level2/html/object02.js: Added.
14618 * layout-tests/dom/xhtml/level2/html/object02.xhtml: Added.
14619 * layout-tests/dom/xhtml/level2/html/object03-expected.txt: Added.
14620 * layout-tests/dom/xhtml/level2/html/object03.js: Added.
14621 * layout-tests/dom/xhtml/level2/html/object03.xhtml: Added.
14622 * layout-tests/dom/xhtml/level2/html/object04-expected.txt: Added.
14623 * layout-tests/dom/xhtml/level2/html/object04.js: Added.
14624 * layout-tests/dom/xhtml/level2/html/object04.xhtml: Added.
14625 * layout-tests/dom/xhtml/level2/html/object05-expected.txt: Added.
14626 * layout-tests/dom/xhtml/level2/html/object05.js: Added.
14627 * layout-tests/dom/xhtml/level2/html/object05.xhtml: Added.
14628 * layout-tests/dom/xhtml/level2/html/object06-expected.txt: Added.
14629 * layout-tests/dom/xhtml/level2/html/object06.js: Added.
14630 * layout-tests/dom/xhtml/level2/html/object06.xhtml: Added.
14631 * layout-tests/dom/xhtml/level2/html/object07-expected.txt: Added.
14632 * layout-tests/dom/xhtml/level2/html/object07.js: Added.
14633 * layout-tests/dom/xhtml/level2/html/object07.xhtml: Added.
14634 * layout-tests/dom/xhtml/level2/html/object08-expected.txt: Added.
14635 * layout-tests/dom/xhtml/level2/html/object08.js: Added.
14636 * layout-tests/dom/xhtml/level2/html/object08.xhtml: Added.
14637 * layout-tests/dom/xhtml/level2/html/object09-expected.txt: Added.
14638 * layout-tests/dom/xhtml/level2/html/object09.js: Added.
14639 * layout-tests/dom/xhtml/level2/html/object09.xhtml: Added.
14640 * layout-tests/dom/xhtml/level2/html/object10-expected.txt: Added.
14641 * layout-tests/dom/xhtml/level2/html/object10.js: Added.
14642 * layout-tests/dom/xhtml/level2/html/object10.xhtml: Added.
14643 * layout-tests/dom/xhtml/level2/html/object11-expected.txt: Added.
14644 * layout-tests/dom/xhtml/level2/html/object11.js: Added.
14645 * layout-tests/dom/xhtml/level2/html/object11.xhtml: Added.
14646 * layout-tests/dom/xhtml/level2/html/object12-expected.txt: Added.
14647 * layout-tests/dom/xhtml/level2/html/object12.js: Added.
14648 * layout-tests/dom/xhtml/level2/html/object12.xhtml: Added.
14649 * layout-tests/dom/xhtml/level2/html/object13-expected.txt: Added.
14650 * layout-tests/dom/xhtml/level2/html/object13.js: Added.
14651 * layout-tests/dom/xhtml/level2/html/object13.xhtml: Added.
14652 * layout-tests/dom/xhtml/level2/html/object14-expected.txt: Added.
14653 * layout-tests/dom/xhtml/level2/html/object14.js: Added.
14654 * layout-tests/dom/xhtml/level2/html/object14.xhtml: Added.
14655 * layout-tests/dom/xhtml/level2/html/object15-expected.txt: Added.
14656 * layout-tests/dom/xhtml/level2/html/object15.js: Added.
14657 * layout-tests/dom/xhtml/level2/html/object15.xhtml: Added.
14658 * layout-tests/dom/xhtml/level2/html/resources/COPYRIGHT.xhtml: Added.
14659 * layout-tests/dom/xhtml/level2/html/right.png: Added.
14660 * layout-tests/dom/xhtml/level2/html/selfxhtml.js: Added.
14661 * layout-tests/dom/xhtml/level2/html/table01-expected.txt: Added.
14662 * layout-tests/dom/xhtml/level2/html/table01.js: Added.
14663 * layout-tests/dom/xhtml/level2/html/table01.xhtml: Added.
14664 * layout-tests/dom/xhtml/level2/html/table02-expected.txt: Added.
14665 * layout-tests/dom/xhtml/level2/html/table02.js: Added.
14666 * layout-tests/dom/xhtml/level2/html/table02.xhtml: Added.
14667 * layout-tests/dom/xhtml/level2/html/table03-expected.txt: Added.
14668 * layout-tests/dom/xhtml/level2/html/table03.js: Added.
14669 * layout-tests/dom/xhtml/level2/html/table03.xhtml: Added.
14670 * layout-tests/dom/xhtml/level2/html/table04-expected.txt: Added.
14671 * layout-tests/dom/xhtml/level2/html/table04.js: Added.
14672 * layout-tests/dom/xhtml/level2/html/table04.xhtml: Added.
14673 * layout-tests/dom/xhtml/level2/html/table06-expected.txt: Added.
14674 * layout-tests/dom/xhtml/level2/html/table06.js: Added.
14675 * layout-tests/dom/xhtml/level2/html/table06.xhtml: Added.
14676 * layout-tests/dom/xhtml/level2/html/table07-expected.txt: Added.
14677 * layout-tests/dom/xhtml/level2/html/table07.js: Added.
14678 * layout-tests/dom/xhtml/level2/html/table07.xhtml: Added.
14679 * layout-tests/dom/xhtml/level2/html/table08-expected.txt: Added.
14680 * layout-tests/dom/xhtml/level2/html/table08.js: Added.
14681 * layout-tests/dom/xhtml/level2/html/table08.xhtml: Added.
14682 * layout-tests/dom/xhtml/level2/html/table09-expected.txt: Added.
14683 * layout-tests/dom/xhtml/level2/html/table09.js: Added.
14684 * layout-tests/dom/xhtml/level2/html/table09.xhtml: Added.
14685 * layout-tests/dom/xhtml/level2/html/table10-expected.txt: Added.
14686 * layout-tests/dom/xhtml/level2/html/table10.js: Added.
14687 * layout-tests/dom/xhtml/level2/html/table10.xhtml: Added.
14688 * layout-tests/dom/xhtml/level2/html/table12-expected.txt: Added.
14689 * layout-tests/dom/xhtml/level2/html/table12.js: Added.
14690 * layout-tests/dom/xhtml/level2/html/table12.xhtml: Added.
14691 * layout-tests/dom/xhtml/level2/html/table15-expected.txt: Added.
14692 * layout-tests/dom/xhtml/level2/html/table15.js: Added.
14693 * layout-tests/dom/xhtml/level2/html/table15.xhtml: Added.
14694 * layout-tests/dom/xhtml/level2/html/table17-expected.txt: Added.
14695 * layout-tests/dom/xhtml/level2/html/table17.js: Added.
14696 * layout-tests/dom/xhtml/level2/html/table17.xhtml: Added.
14697 * layout-tests/dom/xhtml/level2/html/table18-expected.txt: Added.
14698 * layout-tests/dom/xhtml/level2/html/table18.js: Added.
14699 * layout-tests/dom/xhtml/level2/html/table18.xhtml: Added.
14700 * layout-tests/dom/xhtml/level2/html/table19-expected.txt: Added.
14701 * layout-tests/dom/xhtml/level2/html/table19.js: Added.
14702 * layout-tests/dom/xhtml/level2/html/table19.xhtml: Added.
14703 * layout-tests/dom/xhtml/level2/html/table20-expected.txt: Added.
14704 * layout-tests/dom/xhtml/level2/html/table20.js: Added.
14705 * layout-tests/dom/xhtml/level2/html/table20.xhtml: Added.
14706 * layout-tests/dom/xhtml/level2/html/table21-expected.txt: Added.
14707 * layout-tests/dom/xhtml/level2/html/table21.js: Added.
14708 * layout-tests/dom/xhtml/level2/html/table21.xhtml: Added.
14709 * layout-tests/dom/xhtml/level2/html/table22-expected.txt: Added.
14710 * layout-tests/dom/xhtml/level2/html/table22.js: Added.
14711 * layout-tests/dom/xhtml/level2/html/table22.xhtml: Added.
14712 * layout-tests/dom/xhtml/level2/html/table23-expected.txt: Added.
14713 * layout-tests/dom/xhtml/level2/html/table23.js: Added.
14714 * layout-tests/dom/xhtml/level2/html/table23.xhtml: Added.
14715 * layout-tests/dom/xhtml/level2/html/table24-expected.txt: Added.
14716 * layout-tests/dom/xhtml/level2/html/table24.js: Added.
14717 * layout-tests/dom/xhtml/level2/html/table24.xhtml: Added.
14718 * layout-tests/dom/xhtml/level2/html/table25-expected.txt: Added.
14719 * layout-tests/dom/xhtml/level2/html/table25.js: Added.
14720 * layout-tests/dom/xhtml/level2/html/table25.xhtml: Added.
14721 * layout-tests/dom/xhtml/level2/html/table26-expected.txt: Added.
14722 * layout-tests/dom/xhtml/level2/html/table26.js: Added.
14723 * layout-tests/dom/xhtml/level2/html/table26.xhtml: Added.
14724 * layout-tests/dom/xhtml/level2/html/table27-expected.txt: Added.
14725 * layout-tests/dom/xhtml/level2/html/table27.js: Added.
14726 * layout-tests/dom/xhtml/level2/html/table27.xhtml: Added.
14727 * layout-tests/dom/xhtml/level2/html/table28-expected.txt: Added.
14728 * layout-tests/dom/xhtml/level2/html/table28.js: Added.
14729 * layout-tests/dom/xhtml/level2/html/table28.xhtml: Added.
14730 * layout-tests/dom/xhtml/level2/html/table29-expected.txt: Added.
14731 * layout-tests/dom/xhtml/level2/html/table29.js: Added.
14732 * layout-tests/dom/xhtml/level2/html/table29.xhtml: Added.
14733 * layout-tests/dom/xhtml/level2/html/table30-expected.txt: Added.
14734 * layout-tests/dom/xhtml/level2/html/table30.js: Added.
14735 * layout-tests/dom/xhtml/level2/html/table30.xhtml: Added.
14736 * layout-tests/dom/xhtml/level2/html/table31-expected.txt: Added.
14737 * layout-tests/dom/xhtml/level2/html/table31.js: Added.
14738 * layout-tests/dom/xhtml/level2/html/table31.xhtml: Added.
14739 * layout-tests/dom/xhtml/level2/html/table32-expected.txt: Added.
14740 * layout-tests/dom/xhtml/level2/html/table32.js: Added.
14741 * layout-tests/dom/xhtml/level2/html/table32.xhtml: Added.
14742 * layout-tests/dom/xhtml/level2/html/table33-expected.txt: Added.
14743 * layout-tests/dom/xhtml/level2/html/table33.js: Added.
14744 * layout-tests/dom/xhtml/level2/html/table33.xhtml: Added.
14745 * layout-tests/dom/xhtml/level2/html/table34-expected.txt: Added.
14746 * layout-tests/dom/xhtml/level2/html/table34.js: Added.
14747 * layout-tests/dom/xhtml/level2/html/table34.xhtml: Added.
14748 * layout-tests/dom/xhtml/level2/html/table35-expected.txt: Added.
14749 * layout-tests/dom/xhtml/level2/html/table35.js: Added.
14750 * layout-tests/dom/xhtml/level2/html/table35.xhtml: Added.
14751 * layout-tests/dom/xhtml/level2/html/table36-expected.txt: Added.
14752 * layout-tests/dom/xhtml/level2/html/table36.js: Added.
14753 * layout-tests/dom/xhtml/level2/html/table36.xhtml: Added.
14754 * layout-tests/dom/xhtml/level2/html/table37-expected.txt: Added.
14755 * layout-tests/dom/xhtml/level2/html/table37.js: Added.
14756 * layout-tests/dom/xhtml/level2/html/table37.xhtml: Added.
14757 * layout-tests/dom/xhtml/level2/html/table38-expected.txt: Added.
14758 * layout-tests/dom/xhtml/level2/html/table38.js: Added.
14759 * layout-tests/dom/xhtml/level2/html/table38.xhtml: Added.
14760 * layout-tests/dom/xhtml/level2/html/table39-expected.txt: Added.
14761 * layout-tests/dom/xhtml/level2/html/table39.js: Added.
14762 * layout-tests/dom/xhtml/level2/html/table39.xhtml: Added.
14763 * layout-tests/dom/xhtml/level2/html/table40-expected.txt: Added.
14764 * layout-tests/dom/xhtml/level2/html/table40.js: Added.
14765 * layout-tests/dom/xhtml/level2/html/table40.xhtml: Added.
14766 * layout-tests/dom/xhtml/level2/html/table41-expected.txt: Added.
14767 * layout-tests/dom/xhtml/level2/html/table41.js: Added.
14768 * layout-tests/dom/xhtml/level2/html/table41.xhtml: Added.
14769 * layout-tests/dom/xhtml/level2/html/table42-expected.txt: Added.
14770 * layout-tests/dom/xhtml/level2/html/table42.js: Added.
14771 * layout-tests/dom/xhtml/level2/html/table42.xhtml: Added.
14772 * layout-tests/dom/xhtml/level2/html/table43-expected.txt: Added.
14773 * layout-tests/dom/xhtml/level2/html/table43.js: Added.
14774 * layout-tests/dom/xhtml/level2/html/table43.xhtml: Added.
14775 * layout-tests/dom/xhtml/level2/html/table44-expected.txt: Added.
14776 * layout-tests/dom/xhtml/level2/html/table44.js: Added.
14777 * layout-tests/dom/xhtml/level2/html/table44.xhtml: Added.
14778 * layout-tests/dom/xhtml/level2/html/table45-expected.txt: Added.
14779 * layout-tests/dom/xhtml/level2/html/table45.js: Added.
14780 * layout-tests/dom/xhtml/level2/html/table45.xhtml: Added.
14781 * layout-tests/dom/xhtml/level2/html/table46-expected.txt: Added.
14782 * layout-tests/dom/xhtml/level2/html/table46.js: Added.
14783 * layout-tests/dom/xhtml/level2/html/table46.xhtml: Added.
14784 * layout-tests/dom/xhtml/level2/html/table47-expected.txt: Added.
14785 * layout-tests/dom/xhtml/level2/html/table47.js: Added.
14786 * layout-tests/dom/xhtml/level2/html/table47.xhtml: Added.
14787 * layout-tests/dom/xhtml/level2/html/table48-expected.txt: Added.
14788 * layout-tests/dom/xhtml/level2/html/table48.js: Added.
14789 * layout-tests/dom/xhtml/level2/html/table48.xhtml: Added.
14790 * layout-tests/dom/xhtml/level2/html/table49-expected.txt: Added.
14791 * layout-tests/dom/xhtml/level2/html/table49.js: Added.
14792 * layout-tests/dom/xhtml/level2/html/table49.xhtml: Added.
14793 * layout-tests/dom/xhtml/level2/html/table50-expected.txt: Added.
14794 * layout-tests/dom/xhtml/level2/html/table50.js: Added.
14795 * layout-tests/dom/xhtml/level2/html/table50.xhtml: Added.
14796 * layout-tests/dom/xhtml/level2/html/table51-expected.txt: Added.
14797 * layout-tests/dom/xhtml/level2/html/table51.js: Added.
14798 * layout-tests/dom/xhtml/level2/html/table51.xhtml: Added.
14799 * layout-tests/dom/xhtml/level2/html/table52-expected.txt: Added.
14800 * layout-tests/dom/xhtml/level2/html/table52.js: Added.
14801 * layout-tests/dom/xhtml/level2/html/table52.xhtml: Added.
14802 * layout-tests/dom/xhtml/level2/html/table53-expected.txt: Added.
14803 * layout-tests/dom/xhtml/level2/html/table53.js: Added.
14804 * layout-tests/dom/xhtml/level2/html/table53.xhtml: Added.
14805 * layout-tests/dom/xhtml/level2/html/w3c_main.png: Added.
14806 * layout-tests/dom/xhtml/level2/html/xhtml-lat1.ent: Added.
14807 * layout-tests/dom/xhtml/level2/html/xhtml-special.ent: Added.
14808 * layout-tests/dom/xhtml/level2/html/xhtml-symbol.ent: Added.
14809 * layout-tests/dom/xhtml/level2/html/xhtml1-frameset.dtd: Added.
14810 * layout-tests/dom
14811 * layout-tests/dom/xhtml/level2/html/xhtml1-transitional.dtd: Added.
14812 * layout-tests/dom/xhtml/level3/core/Yes: Added.
14813 * layout-tests/dom/xhtml/level3/core/attrgetschematypeinfo01-expected.txt: Added.
14814 * layout-tests/dom/xhtml/level3/core/attrgetschematypeinfo01.js: Added.
14815 * layout-tests/dom/xhtml/level3/core/attrgetschematypeinfo01.xhtml: Added.
14816 * layout-tests/dom/xhtml/level3/core/attrgetschematypeinfo02-expected.txt: Added.
14817 * layout-tests/dom/xhtml/level3/core/attrgetschematypeinfo02.js: Added.
14818 * layout-tests/dom/xhtml/level3/core/attrgetschematypeinfo02.xhtml: Added.
14819 * layout-tests/dom/xhtml/level3/core/attrgetschematypeinfo03-expected.txt: Added.
14820 * layout-tests/dom/xhtml/level3/core/attrgetschematypeinfo03.js: Added.
14821 * layout-tests/dom/xhtml/level3/core/attrgetschematypeinfo03.xhtml: Added.
14822 * layout-tests/dom/xhtml/level3/core/attrgetschematypeinfo04-expected.txt: Added.
14823 * layout-tests/dom/xhtml/level3/core/attrgetschematypeinfo04.js: Added.
14824 * layout-tests/dom/xhtml/level3/core/attrgetschematypeinfo04.xhtml: Added.
14825 * layout-tests/dom/xhtml/level3/core/attrgetschematypeinfo05-expected.txt: Added.
14826 * layout-tests/dom/xhtml/level3/core/attrgetschematypeinfo05.js: Added.
14827 * layout-tests/dom/xhtml/level3/core/attrgetschematypeinfo05.xhtml: Added.
14828 * layout-tests/dom/xhtml/level3/core/attrgetschematypeinfo06-expected.txt: Added.
14829 * layout-tests/dom/xhtml/level3/core/attrgetschematypeinfo06.js: Added.
14830 * layout-tests/dom/xhtml/level3/core/attrgetschematypeinfo06.xhtml: Added.
14831 * layout-tests/dom/xhtml/level3/core/attrgetschematypeinfo07-expected.txt: Added.
14832 * layout-tests/dom/xhtml/level3/core/attrgetschematypeinfo07.js: Added.
14833 * layout-tests/dom/xhtml/level3/core/attrgetschematypeinfo07.xhtml: Added.
14834 * layout-tests/dom/xhtml/level3/core/attrgetschematypeinfo08-expected.txt: Added.
14835 * layout-tests/dom/xhtml/level3/core/attrgetschematypeinfo08.js: Added.
14836 * layout-tests/dom/xhtml/level3/core/attrgetschematypeinfo08.xhtml: Added.
14837 * layout-tests/dom/xhtml/level3/core/attrisid01-expected.txt: Added.
14838 * layout-tests/dom/xhtml/level3/core/attrisid01.js: Added.
14839 * layout-tests/dom/xhtml/level3/core/attrisid01.xhtml: Added.
14840 * layout-tests/dom/xhtml/level3/core/attrisid02-expected.txt: Added.
14841 * layout-tests/dom/xhtml/level3/core/attrisid02.js: Added.
14842 * layout-tests/dom/xhtml/level3/core/attrisid02.xhtml: Added.
14843 * layout-tests/dom/xhtml/level3/core/attrisid03-expected.txt: Added.
14844 * layout-tests/dom/xhtml/level3/core/attrisid03.js: Added.
14845 * layout-tests/dom/xhtml/level3/core/attrisid03.xhtml: Added.
14846 * layout-tests/dom/xhtml/level3/core/attrisid04-expected.txt: Added.
14847 * layout-tests/dom/xhtml/level3/core/attrisid04.js: Added.
14848 * layout-tests/dom/xhtml/level3/core/attrisid04.xhtml: Added.
14849 * layout-tests/dom/xhtml/level3/core/attrisid05-expected.txt: Added.
14850 * layout-tests/dom/xhtml/level3/core/attrisid05.js: Added.
14851 * layout-tests/dom/xhtml/level3/core/attrisid05.xhtml: Added.
14852 * layout-tests/dom/xhtml/level3/core/attrisid06-expected.txt: Added.
14853 * layout-tests/dom/xhtml/level3/core/attrisid06.js: Added.
14854 * layout-tests/dom/xhtml/level3/core/attrisid06.xhtml: Added.
14855 * layout-tests/dom/xhtml/level3/core/attrisid07-expected.txt: Added.
14856 * layout-tests/dom/xhtml/level3/core/attrisid07.js: Added.
14857 * layout-tests/dom/xhtml/level3/core/attrisid07.xhtml: Added.
14858 * layout-tests/dom/xhtml/level3/core/canonicalform01-expected.txt: Added.
14859 * layout-tests/dom/xhtml/level3/core/canonicalform01.js: Added.
14860 * layout-tests/dom/xhtml/level3/core/canonicalform01.xhtml: Added.
14861 * layout-tests/dom/xhtml/level3/core/canonicalform02-expected.txt: Added.
14862 * layout-tests/dom/xhtml/level3/core/canonicalform02.js: Added.
14863 * layout-tests/dom/xhtml/level3/core/canonicalform02.xhtml: Added.
14864 * layout-tests/dom/xhtml/level3/core/canonicalform03-expected.txt: Added.
14865 * layout-tests/dom/xhtml/level3/core/canonicalform03.js: Added.
14866 * layout-tests/dom/xhtml/level3/core/canonicalform03.xhtml: Added.
14867 * layout-tests/dom/xhtml/level3/core/canonicalform04-expected.txt: Added.
14868 * layout-tests/dom/xhtml/level3/core/canonicalform04.js: Added.
14869 * layout-tests/dom/xhtml/level3/core/canonicalform04.xhtml: Added.
14870 * layout-tests/dom/xhtml/level3/core/canonicalform05-expected.txt: Added.
14871 * layout-tests/dom/xhtml/level3/core/canonicalform05.js: Added.
14872 * layout-tests/dom/xhtml/level3/core/canonicalform05.xhtml: Added.
14873 * layout-tests/dom/xhtml/level3/core/canonicalform06-expected.txt: Added.
14874 * layout-tests/dom/xhtml/level3/core/canonicalform06.js: Added.
14875 * layout-tests/dom/xhtml/level3/core/canonicalform06.xhtml: Added.
14876 * layout-tests/dom/xhtml/level3/core/canonicalform07-expected.txt: Added.
14877 * layout-tests/dom/xhtml/level3/core/canonicalform07.js: Added.
14878 * layout-tests/dom/xhtml/level3/core/canonicalform07.xhtml: Added.
14879 * layout-tests/dom/xhtml/level3/core/canonicalform08-expected.txt: Added.
14880 * layout-tests/dom/xhtml/level3/core/canonicalform08.js: Added.
14881 * layout-tests/dom/xhtml/level3/core/canonicalform08.xhtml: Added.
14882 * layout-tests/dom/xhtml/level3/core/canonicalform09-expected.txt: Added.
14883 * layout-tests/dom/xhtml/level3/core/canonicalform09.js: Added.
14884 * layout-tests/dom/xhtml/level3/core/canonicalform09.xhtml: Added.
14885 * layout-tests/dom/xhtml/level3/core/canonicalform10-expected.txt: Added.
14886 * layout-tests/dom/xhtml/level3/core/canonicalform10.js: Added.
14887 * layout-tests/dom/xhtml/level3/core/canonicalform10.xhtml: Added.
14888 * layout-tests/dom/xhtml/level3/core/canonicalform11-expected.txt: Added.
14889 * layout-tests/dom/xhtml/level3/core/canonicalform11.js: Added.
14890 * layout-tests/dom/xhtml/level3/core/canonicalform11.xhtml: Added.
14891 * layout-tests/dom/xhtml/level3/core/canonicalform12-expected.txt: Added.
14892 * layout-tests/dom/xhtml/level3/core/canonicalform12.js: Added.
14893 * layout-tests/dom/xhtml/level3/core/canonicalform12.xhtml: Added.
14894 * layout-tests/dom/xhtml/level3/core/cdatasections01-expected.txt: Added.
14895 * layout-tests/dom/xhtml/level3/core/cdatasections01.js: Added.
14896 * layout-tests/dom/xhtml/level3/core/cdatasections01.xhtml: Added.
14897 * layout-tests/dom/xhtml/level3/core/checkcharacternormalization01-expected.txt: Added.
14898 * layout-tests/dom/xhtml/level3/core/checkcharacternormalization01.js: Added.
14899 * layout-tests/dom/xhtml/level3/core/checkcharacternormalization01.xhtml: Added.
14900 * layout-tests/dom/xhtml/level3/core/checkcharacternormalization02-expected.txt: Added.
14901 * layout-tests/dom/xhtml/level3/core/checkcharacternormalization02.js: Added.
14902 * layout-tests/dom/xhtml/level3/core/checkcharacternormalization02.xhtml: Added.
14903 * layout-tests/dom/xhtml/level3/core/checkcharacternormalization03-expected.txt: Added.
14904 * layout-tests/dom/xhtml/level3/core/checkcharacternormalization03.js: Added.
14905 * layout-tests/dom/xhtml/level3/core/checkcharacternormalization03.xhtml: Added.
14906 * layout-tests/dom/xhtml/level3/core/comments01-expected.txt: Added.
14907 * layout-tests/dom/xhtml/level3/core/comments01.js: Added.
14908 * layout-tests/dom/xhtml/level3/core/comments01.xhtml: Added.
14909 * layout-tests/dom/xhtml/level3/core/datatype_normalization.svg.xsd: Added.
14910 * layout-tests/dom/xhtml/level3/core/datatype_normalization.xsd: Added.
14911 * layout-tests/dom/xhtml/level3/core/datatype_normalization2.svg.xsd: Added.
14912 * layout-tests/dom/xhtml/level3/core/datatype_normalization2.xsd: Added.
14913 * layout-tests/dom/xhtml/level3/core/datatypenormalization13-expected.txt: Added.
14914 * layout-tests/dom/xhtml/level3/core/datatypenormalization13.js: Added.
14915 * layout-tests/dom/xhtml/level3/core/datatypenormalization13.xhtml: Added.
14916 * layout-tests/dom/xhtml/level3/core/datatypenormalization14-expected.txt: Added.
14917 * layout-tests/dom/xhtml/level3/core/datatypenormalization14.js: Added.
14918 * layout-tests/dom/xhtml/level3/core/datatypenormalization14.xhtml: Added.
14919 * layout-tests/dom/xhtml/level3/core/datatypenormalization15-expected.txt: Added.
14920 * layout-tests/dom/xhtml/level3/core/datatypenormalization15.js: Added.
14921 * layout-tests/dom/xhtml/level3/core/datatypenormalization15.xhtml: Added.
14922 * layout-tests/dom/xhtml/level3/core/datatypenormalization16-expected.txt: Added.
14923 * layout-tests/dom/xhtml/level3/core/datatypenormalization16.js: Added.
14924 * layout-tests/dom/xhtml/level3/core/datatypenormalization16.xhtml: Added.
14925 * layout-tests/dom/xhtml/level3/core/datatypenormalization17-expected.txt: Added.
14926 * layout-tests/dom/xhtml/level3/core/datatypenormalization17.js: Added.
14927 * layout-tests/dom/xhtml/level3/core/datatypenormalization17.xhtml: Added.
14928 * layout-tests/dom/xhtml/level3/core/datatypenormalization18-expected.txt: Added.
14929 * layout-tests/dom/xhtml/level3/core/datatypenormalization18.js: Added.
14930 * layout-tests/dom/xhtml/level3/core/datatypenormalization18.xhtml: Added.
14931 * layout-tests/dom/xhtml/level3/core/documentadoptnode01-expected.txt: Added.
14932 * layout-tests/dom/xhtml/level3/core/documentadoptnode01.js: Added.
14933 * layout-tests/dom/xhtml/level3/core/documentadoptnode01.xhtml: Added.
14934 * layout-tests/dom/xhtml/level3/core/documentadoptnode02-expected.txt: Added.
14935 * layout-tests/dom/xhtml/level3/core/documentadoptnode02.js: Added.
14936 * layout-tests/dom/xhtml/level3/core/documentadoptnode02.xhtml: Added.
14937 * layout-tests/dom/xhtml/level3/core/documentadoptnode03-expected.txt: Added.
14938 * layout-tests/dom/xhtml/level3/core/documentadoptnode03.js: Added.
14939 * layout-tests/dom/xhtml/level3/core/documentadoptnode03.xhtml: Added.
14940 * layout-tests/dom/xhtml/level3/core/documentadoptnode04-expected.txt: Added.
14941 * layout-tests/dom/xhtml/level3/core/documentadoptnode04.js: Added.
14942 * layout-tests/dom/xhtml/level3/core/documentadoptnode04.xhtml: Added.
14943 * layout-tests/dom/xhtml/level3/core/documentadoptnode05-expected.txt: Added.
14944 * layout-tests/dom/xhtml/level3/core/documentadoptnode05.js: Added.
14945 * layout-tests/dom/xhtml/level3/core/documentadoptnode05.xhtml: Added.
14946 * layout-tests/dom/xhtml/level3/core/documentadoptnode06-expected.txt: Added.
14947 * layout-tests/dom/xhtml/level3/core/documentadoptnode06.js: Added.
14948 * layout-tests/dom/xhtml/level3/core/documentadoptnode06.xhtml: Added.
14949 * layout-tests/dom/xhtml/level3/core/documentadoptnode07-expected.txt: Added.
14950 * layout-tests/dom/xhtml/level3/core/documentadoptnode07.js: Added.
14951 * layout-tests/dom/xhtml/level3/core/documentadoptnode07.xhtml: Added.
14952 * layout-tests/dom/xhtml/level3/core/documentadoptnode08-expected.txt: Added.
14953 * layout-tests/dom/xhtml/level3/core/documentadoptnode08.js: Added.
14954 * layout-tests/dom/xhtml/level3/core/documentadoptnode08.xhtml: Added.
14955 * layout-tests/dom/xhtml/level3/core/documentadoptnode09-expected.txt: Added.
14956 * layout-tests/dom/xhtml/level3/core/documentadoptnode09.js: Added.
14957 * layout-tests/dom/xhtml/level3/core/documentadoptnode09.xhtml: Added.
14958 * layout-tests/dom/xhtml/level3/core/documentadoptnode10-expected.txt: Added.
14959 * layout-tests/dom/xhtml/level3/core/documentadoptnode10.js: Added.
14960 * layout-tests/dom/xhtml/level3/core/documentadoptnode10.xhtml: Added.
14961 * layout-tests/dom/xhtml/level3/core/documentadoptnode11-expected.txt: Added.
14962 * layout-tests/dom/xhtml/level3/core/documentadoptnode11.js: Added.
14963 * layout-tests/dom/xhtml/level3/core/documentadoptnode11.xhtml: Added.
14964 * layout-tests/dom/xhtml/level3/core/documentadoptnode12-expected.txt: Added.
14965 * layout-tests/dom/xhtml/level3/core/documentadoptnode12.js: Added.
14966 * layout-tests/dom/xhtml/level3/core/documentadoptnode12.xhtml: Added.
14967 * layout-tests/dom/xhtml/level3/core/documentadoptnode13-expected.txt: Added.
14968 * layout-tests/dom/xhtml/level3/core/documentadoptnode13.js: Added.
14969 * layout-tests/dom/xhtml/level3/core/documentadoptnode13.xhtml: Added.
14970 * layout-tests/dom/xhtml/level3/core/documentadoptnode14-expected.txt: Added.
14971 * layout-tests/dom/xhtml/level3/core/documentadoptnode14.js: Added.
14972 * layout-tests/dom/xhtml/level3/core/documentadoptnode14.xhtml: Added.
14973 * layout-tests/dom/xhtml/level3/core/documentadoptnode15-expected.txt: Added.
14974 * layout-tests/dom/xhtml/level3/core/documentadoptnode15.js: Added.
14975 * layout-tests/dom/xhtml/level3/core/documentadoptnode15.xhtml: Added.
14976 * layout-tests/dom/xhtml/level3/core/documentadoptnode16-expected.txt: Added.
14977 * layout-tests/dom/xhtml/level3/core/documentadoptnode16.js: Added.
14978 * layout-tests/dom/xhtml/level3/core/documentadoptnode16.xhtml: Added.
14979 * layout-tests/dom/xhtml/level3/core/documentadoptnode17-expected.txt: Added.
14980 * layout-tests/dom/xhtml/level3/core/documentadoptnode17.js: Added.
14981 * layout-tests/dom/xhtml/level3/core/documentadoptnode17.xhtml: Added.
14982 * layout-tests/dom/xhtml/level3/core/documentadoptnode18-expected.txt: Added.
14983 * layout-tests/dom/xhtml/level3/core/documentadoptnode18.js: Added.
14984 * layout-tests/dom/xhtml/level3/core/documentadoptnode18.xhtml: Added.
14985 * layout-tests/dom/xhtml/level3/core/documentadoptnode19-expected.txt: Added.
14986 * layout-tests/dom/xhtml/level3/core/documentadoptnode19.js: Added.
14987 * layout-tests/dom/xhtml/level3/core/documentadoptnode19.xhtml: Added.
14988 * layout-tests/dom/xhtml/level3/core/documentadoptnode20-expected.txt: Added.
14989 * layout-tests/dom/xhtml/level3/core/documentadoptnode20.js: Added.
14990 * layout-tests/dom/xhtml/level3/core/documentadoptnode20.xhtml: Added.
14991 * layout-tests/dom/xhtml/level3/core/documentadoptnode21-expected.txt: Added.
14992 * layout-tests/dom/xhtml/level3/core/documentadoptnode21.js: Added.
14993 * layout-tests/dom/xhtml/level3/core/documentadoptnode21.xhtml: Added.
14994 * layout-tests/dom/xhtml/level3/core/documentadoptnode22-expected.txt: Added.
14995 * layout-tests/dom/xhtml/level3/core/documentadoptnode22.js: Added.
14996 * layout-tests/dom/xhtml/level3/core/documentadoptnode22.xhtml: Added.
14997 * layout-tests/dom/xhtml/level3/core/documentadoptnode23-expected.txt: Added.
14998 * layout-tests/dom/xhtml/level3/core/documentadoptnode23.js: Added.
14999 * layout-tests/dom/xhtml/level3/core/documentadoptnode23.xhtml: Added.
15000 * layout-tests/dom/xhtml/level3/core/documentadoptnode24-expected.txt: Added.
15001 * layout-tests/dom/xhtml/level3/core/documentadoptnode24.js: Added.
15002 * layout-tests/dom/xhtml/level3/core/documentadoptnode24.xhtml: Added.
15003 * layout-tests/dom/xhtml/level3/core/documentadoptnode25-expected.txt: Added.
15004 * layout-tests/dom/xhtml/level3/core/documentadoptnode25.js: Added.
15005 * layout-tests/dom/xhtml/level3/core/documentadoptnode25.xhtml: Added.
15006 * layout-tests/dom/xhtml/level3/core/documentadoptnode26-expected.txt: Added.
15007 * layout-tests/dom/xhtml/level3/core/documentadoptnode26.js: Added.
15008 * layout-tests/dom/xhtml/level3/core/documentadoptnode26.xhtml: Added.
15009 * layout-tests/dom/xhtml/level3/core/documentadoptnode27-expected.txt: Added.
15010 * layout-tests/dom/xhtml/level3/core/documentadoptnode27.js: Added.
15011 * layout-tests/dom/xhtml/level3/core/documentadoptnode27.xhtml: Added.
15012 * layout-tests/dom/xhtml/level3/core/documentadoptnode28-expected.txt: Added.
15013 * layout-tests/dom/xhtml/level3/core/documentadoptnode28.js: Added.
15014 * layout-tests/dom/xhtml/level3/core/documentadoptnode28.xhtml: Added.
15015 * layout-tests/dom
15016 * layout-tests/dom/xhtml/level3/core/documentadoptnode30.js: Added.
15017 * layout-tests/dom/xhtml/level3/core/documentadoptnode30.xhtml: Added.
15018 * layout-tests/dom/xhtml/level3/core/documentadoptnode31-expected.txt: Added.
15019 * layout-tests/dom/xhtml/level3/core/documentadoptnode31.js: Added.
15020 * layout-tests/dom/xhtml/level3/core/documentadoptnode31.xhtml: Added.
15021 * layout-tests/dom/xhtml/level3/core/documentadoptnode32-expected.txt: Added.
15022 * layout-tests/dom/xhtml/level3/core/documentadoptnode32.js: Added.
15023 * layout-tests/dom/xhtml/level3/core/documentadoptnode32.xhtml: Added.
15024 * layout-tests/dom/xhtml/level3/core/documentadoptnode33-expected.txt: Added.
15025 * layout-tests/dom/xhtml/level3/core/documentadoptnode33.js: Added.
15026 * layout-tests/dom/xhtml/level3/core/documentadoptnode33.xhtml: Added.
15027 * layout-tests/dom/xhtml/level3/core/documentadoptnode34-expected.txt: Added.
15028 * layout-tests/dom/xhtml/level3/core/documentadoptnode34.js: Added.
15029 * layout-tests/dom/xhtml/level3/core/documentadoptnode34.xhtml: Added.
15030 * layout-tests/dom/xhtml/level3/core/documentadoptnode35-expected.txt: Added.
15031 * layout-tests/dom/xhtml/level3/core/documentadoptnode35.js: Added.
15032 * layout-tests/dom/xhtml/level3/core/documentadoptnode35.xhtml: Added.
15033 * layout-tests/dom/xhtml/level3/core/documentadoptnode36-expected.txt: Added.
15034 * layout-tests/dom/xhtml/level3/core/documentadoptnode36.js: Added.
15035 * layout-tests/dom/xhtml/level3/core/documentadoptnode36.xhtml: Added.
15036 * layout-tests/dom/xhtml/level3/core/documentgetdoctype01-expected.txt: Added.
15037 * layout-tests/dom/xhtml/level3/core/documentgetdoctype01.js: Added.
15038 * layout-tests/dom/xhtml/level3/core/documentgetdoctype01.xhtml: Added.
15039 * layout-tests/dom/xhtml/level3/core/documentgetdocumenturi01-expected.txt: Added.
15040 * layout-tests/dom/xhtml/level3/core/documentgetdocumenturi01.js: Added.
15041 * layout-tests/dom/xhtml/level3/core/documentgetdocumenturi01.xhtml: Added.
15042 * layout-tests/dom/xhtml/level3/core/documentgetdocumenturi02-expected.txt: Added.
15043 * layout-tests/dom/xhtml/level3/core/documentgetdocumenturi02.js: Added.
15044 * layout-tests/dom/xhtml/level3/core/documentgetdocumenturi02.xhtml: Added.
15045 * layout-tests/dom/xhtml/level3/core/documentgetdocumenturi03-expected.txt: Added.
15046 * layout-tests/dom/xhtml/level3/core/documentgetdocumenturi03.js: Added.
15047 * layout-tests/dom/xhtml/level3/core/documentgetdocumenturi03.xhtml: Added.
15048 * layout-tests/dom/xhtml/level3/core/documentgetinputencoding01-expected.txt: Added.
15049 * layout-tests/dom/xhtml/level3/core/documentgetinputencoding01.js: Added.
15050 * layout-tests/dom/xhtml/level3/core/documentgetinputencoding01.xhtml: Added.
15051 * layout-tests/dom/xhtml/level3/core/documentgetinputencoding02-expected.txt: Added.
15052 * layout-tests/dom/xhtml/level3/core/documentgetinputencoding02.js: Added.
15053 * layout-tests/dom/xhtml/level3/core/documentgetinputencoding02.xhtml: Added.
15054 * layout-tests/dom/xhtml/level3/core/documentgetinputencoding03-expected.txt: Added.
15055 * layout-tests/dom/xhtml/level3/core/documentgetinputencoding03.js: Added.
15056 * layout-tests/dom/xhtml/level3/core/documentgetinputencoding03.xhtml: Added.
15057 * layout-tests/dom/xhtml/level3/core/documentgetinputencoding04-expected.txt: Added.
15058 * layout-tests/dom/xhtml/level3/core/documentgetinputencoding04.js: Added.
15059 * layout-tests/dom/xhtml/level3/core/documentgetinputencoding04.xhtml: Added.
15060 * layout-tests/dom/xhtml/level3/core/documentgetstricterrorchecking01-expected.txt: Added.
15061 * layout-tests/dom/xhtml/level3/core/documentgetstricterrorchecking01.js: Added.
15062 * layout-tests/dom/xhtml/level3/core/documentgetstricterrorchecking01.xhtml: Added.
15063 * layout-tests/dom/xhtml/level3/core/documentgetstricterrorchecking02-expected.txt: Added.
15064 * layout-tests/dom/xhtml/level3/core/documentgetstricterrorchecking02.js: Added.
15065 * layout-tests/dom/xhtml/level3/core/documentgetstricterrorchecking02.xhtml: Added.
15066 * layout-tests/dom/xhtml/level3/core/documentgetxmlencoding01-expected.txt: Added.
15067 * layout-tests/dom/xhtml/level3/core/documentgetxmlencoding01.js: Added.
15068 * layout-tests/dom/xhtml/level3/core/documentgetxmlencoding01.xhtml: Added.
15069 * layout-tests/dom/xhtml/level3/core/documentgetxmlencoding02-expected.txt: Added.
15070 * layout-tests/dom/xhtml/level3/core/documentgetxmlencoding02.js: Added.
15071 * layout-tests/dom/xhtml/level3/core/documentgetxmlencoding02.xhtml: Added.
15072 * layout-tests/dom/xhtml/level3/core/documentgetxmlencoding03-expected.txt: Added.
15073 * layout-tests/dom/xhtml/level3/core/documentgetxmlencoding03.js: Added.
15074 * layout-tests/dom/xhtml/level3/core/documentgetxmlencoding03.xhtml: Added.
15075 * layout-tests/dom/xhtml/level3/core/documentgetxmlencoding04-expected.txt: Added.
15076 * layout-tests/dom/xhtml/level3/core/documentgetxmlencoding04.js: Added.
15077 * layout-tests/dom/xhtml/level3/core/documentgetxmlencoding04.xhtml: Added.
15078 * layout-tests/dom/xhtml/level3/core/documentgetxmlencoding05-expected.txt: Added.
15079 * layout-tests/dom/xhtml/level3/core/documentgetxmlencoding05.js: Added.
15080 * layout-tests/dom/xhtml/level3/core/documentgetxmlencoding05.xhtml: Added.
15081 * layout-tests/dom/xhtml/level3/core/documentgetxmlstandalone01-expected.txt: Added.
15082 * layout-tests/dom/xhtml/level3/core/documentgetxmlstandalone01.js: Added.
15083 * layout-tests/dom/xhtml/level3/core/documentgetxmlstandalone01.xhtml: Added.
15084 * layout-tests/dom/xhtml/level3/core/documentgetxmlstandalone02-expected.txt: Added.
15085 * layout-tests/dom/xhtml/level3/core/documentgetxmlstandalone02.js: Added.
15086 * layout-tests/dom/xhtml/level3/core/documentgetxmlstandalone02.xhtml: Added.
15087 * layout-tests/dom/xhtml/level3/core/documentgetxmlstandalone03-expected.txt: Added.
15088 * layout-tests/dom/xhtml/level3/core/documentgetxmlstandalone03.js: Added.
15089 * layout-tests/dom/xhtml/level3/core/documentgetxmlstandalone03.xhtml: Added.
15090 * layout-tests/dom/xhtml/level3/core/documentgetxmlstandalone04-expected.txt: Added.
15091 * layout-tests/dom/xhtml/level3/core/documentgetxmlstandalone04.js: Added.
15092 * layout-tests/dom/xhtml/level3/core/documentgetxmlstandalone04.xhtml: Added.
15093 * layout-tests/dom/xhtml/level3/core/documentgetxmlstandalone05-expected.txt: Added.
15094 * layout-tests/dom/xhtml/level3/core/documentgetxmlstandalone05.js: Added.
15095 * layout-tests/dom/xhtml/level3/core/documentgetxmlstandalone05.xhtml: Added.
15096 * layout-tests/dom/xhtml/level3/core/documentgetxmlversion01-expected.txt: Added.
15097 * layout-tests/dom/xhtml/level3/core/documentgetxmlversion01.js: Added.
15098 * layout-tests/dom/xhtml/level3/core/documentgetxmlversion01.xhtml: Added.
15099 * layout-tests/dom/xhtml/level3/core/documentgetxmlversion02-expected.txt: Added.
15100 * layout-tests/dom/xhtml/level3/core/documentgetxmlversion02.js: Added.
15101 * layout-tests/dom/xhtml/level3/core/documentgetxmlversion02.xhtml: Added.
15102 * layout-tests/dom/xhtml/level3/core/documentgetxmlversion03-expected.txt: Added.
15103 * layout-tests/dom/xhtml/level3/core/documentgetxmlversion03.js: Added.
15104 * layout-tests/dom/xhtml/level3/core/documentgetxmlversion03.xhtml: Added.
15105 * layout-tests/dom/xhtml/level3/core/documentnormalizedocument01-expected.txt: Added.
15106 * layout-tests/dom/xhtml/level3/core/documentnormalizedocument01.js: Added.
15107 * layout-tests/dom/xhtml/level3/core/documentnormalizedocument01.xhtml: Added.
15108 * layout-tests/dom/xhtml/level3/core/documentnormalizedocument02-expected.txt: Added.
15109 * layout-tests/dom/xhtml/level3/core/documentnormalizedocument02.js: Added.
15110 * layout-tests/dom/xhtml/level3/core/documentnormalizedocument02.xhtml: Added.
15111 * layout-tests/dom/xhtml/level3/core/documentnormalizedocument03-expected.txt: Added.
15112 * layout-tests/dom/xhtml/level3/core/documentnormalizedocument03.js: Added.
15113 * layout-tests/dom/xhtml/level3/core/documentnormalizedocument03.xhtml: Added.
15114 * layout-tests/dom/xhtml/level3/core/documentnormalizedocument04-expected.txt: Added.
15115 * layout-tests/dom/xhtml/level3/core/documentnormalizedocument04.js: Added.
15116 * layout-tests/dom/xhtml/level3/core/documentnormalizedocument04.xhtml: Added.
15117 * layout-tests/dom/xhtml/level3/core/documentnormalizedocument05-expected.txt: Added.
15118 * layout-tests/dom/xhtml/level3/core/documentnormalizedocument05.js: Added.
15119 * layout-tests/dom/xhtml/level3/core/documentnormalizedocument05.xhtml: Added.
15120 * layout-tests/dom/xhtml/level3/core/documentnormalizedocument06.js: Added.
15121 * layout-tests/dom/xhtml/level3/core/documentnormalizedocument06.xhtml-disabled: Added.
15122 * layout-tests/dom/xhtml/level3/core/documentnormalizedocument07-expected.txt: Added.
15123 * layout-tests/dom/xhtml/level3/core/documentnormalizedocument07.js: Added.
15124 * layout-tests/dom/xhtml/level3/core/documentnormalizedocument07.xhtml: Added.
15125 * layout-tests/dom/xhtml/level3/core/documentnormalizedocument08-expected.txt: Added.
15126 * layout-tests/dom/xhtml/level3/core/documentnormalizedocument08.js: Added.
15127 * layout-tests/dom/xhtml/level3/core/documentnormalizedocument08.xhtml: Added.
15128 * layout-tests/dom/xhtml/level3/core/documentnormalizedocument09-expected.txt: Added.
15129 * layout-tests/dom/xhtml/level3/core/documentnormalizedocument09.js: Added.
15130 * layout-tests/dom/xhtml/level3/core/documentnormalizedocument09.xhtml: Added.
15131 * layout-tests/dom/xhtml/level3/core/documentnormalizedocument10-expected.txt: Added.
15132 * layout-tests/dom/xhtml/level3/core/documentnormalizedocument10.js: Added.
15133 * layout-tests/dom/xhtml/level3/core/documentnormalizedocument10.xhtml: Added.
15134 * layout-tests/dom/xhtml/level3/core/documentnormalizedocument11-expected.txt: Added.
15135 * layout-tests/dom/xhtml/level3/core/documentnormalizedocument11.js: Added.
15136 * layout-tests/dom/xhtml/level3/core/documentnormalizedocument11.xhtml: Added.
15137 * layout-tests/dom/xhtml/level3/core/documentnormalizedocument12-expected.txt: Added.
15138 * layout-tests/dom/xhtml/level3/core/documentnormalizedocument12.js: Added.
15139 * layout-tests/dom/xhtml/level3/core/documentnormalizedocument12.xhtml: Added.
15140 * layout-tests/dom/xhtml/level3/core/documentnormalizedocument13-expected.txt: Added.
15141 * layout-tests/dom/xhtml/level3/core/documentnormalizedocument13.js: Added.
15142 * layout-tests/dom/xhtml/level3/core/documentnormalizedocument13.xhtml: Added.
15143 * layout-tests/dom/xhtml/level3/core/documentrenamenode01-expected.txt: Added.
15144 * layout-tests/dom/xhtml/level3/core/documentrenamenode01.js: Added.
15145 * layout-tests/dom/xhtml/level3/core/documentrenamenode01.xhtml: Added.
15146 * layout-tests/dom/xhtml/level3/core/documentrenamenode02-expected.txt: Added.
15147 * layout-tests/dom/xhtml/level3/core/documentrenamenode02.js: Added.
15148 * layout-tests/dom/xhtml/level3/core/documentrenamenode02.xhtml: Added.
15149 * layout-tests/dom/xhtml/level3/core/documentrenamenode03-expected.txt: Added.
15150 * layout-tests/dom/xhtml/level3/core/documentrenamenode03.js: Added.
15151 * layout-tests/dom/xhtml/level3/core/documentrenamenode03.xhtml: Added.
15152 * layout-tests/dom/xhtml/level3/core/documentrenamenode04-expected.txt: Added.
15153 * layout-tests/dom/xhtml/level3/core/documentrenamenode04.js: Added.
15154 * layout-tests/dom/xhtml/level3/core/documentrenamenode04.xhtml: Added.
15155 * layout-tests/dom/xhtml/level3/core/documentrenamenode05-expected.txt: Added.
15156 * layout-tests/dom/xhtml/level3/core/documentrenamenode05.js: Added.
15157 * layout-tests/dom/xhtml/level3/core/documentrenamenode05.xhtml: Added.
15158 * layout-tests/dom/xhtml/level3/core/documentrenamenode06-expected.txt: Added.
15159 * layout-tests/dom/xhtml/level3/core/documentrenamenode06.js: Added.
15160 * layout-tests/dom/xhtml/level3/core/documentrenamenode06.xhtml: Added.
15161 * layout-tests/dom/xhtml/level3/core/documentrenamenode07-expected.txt: Added.
15162 * layout-tests/dom/xhtml/level3/core/documentrenamenode07.js: Added.
15163 * layout-tests/dom/xhtml/level3/core/documentrenamenode07.xhtml: Added.
15164 * layout-tests/dom/xhtml/level3/core/documentrenamenode08-expected.txt: Added.
15165 * layout-tests/dom/xhtml/level3/core/documentrenamenode08.js: Added.
15166 * layout-tests/dom/xhtml/level3/core/documentrenamenode08.xhtml: Added.
15167 * layout-tests/dom/xhtml/level3/core/documentrenamenode09-expected.txt: Added.
15168 * layout-tests/dom/xhtml/level3/core/documentrenamenode09.js: Added.
15169 * layout-tests/dom/xhtml/level3/core/documentrenamenode09.xhtml: Added.
15170 * layout-tests/dom/xhtml/level3/core/documentrenamenode10-expected.txt: Added.
15171 * layout-tests/dom/xhtml/level3/core/documentrenamenode10.js: Added.
15172 * layout-tests/dom/xhtml/level3/core/documentrenamenode10.xhtml: Added.
15173 * layout-tests/dom/xhtml/level3/core/documentrenamenode11-expected.txt: Added.
15174 * layout-tests/dom/xhtml/level3/core/documentrenamenode11.js: Added.
15175 * layout-tests/dom/xhtml/level3/core/documentrenamenode11.xhtml: Added.
15176 * layout-tests/dom/xhtml/level3/core/documentrenamenode12-expected.txt: Added.
15177 * layout-tests/dom/xhtml/level3/core/documentrenamenode12.js: Added.
15178 * layout-tests/dom/xhtml/level3/core/documentrenamenode12.xhtml: Added.
15179 * layout-tests/dom/xhtml/level3/core/documentrenamenode13-expected.txt: Added.
15180 * layout-tests/dom/xhtml/level3/core/documentrenamenode13.js: Added.
15181 * layout-tests/dom/xhtml/level3/core/documentrenamenode13.xhtml: Added.
15182 * layout-tests/dom/xhtml/level3/core/documentrenamenode14-expected.txt: Added.
15183 * layout-tests/dom/xhtml/level3/core/documentrenamenode14.js: Added.
15184 * layout-tests/dom/xhtml/level3/core/documentrenamenode14.xhtml: Added.
15185 * layout-tests/dom/xhtml/level3/core/documentrenamenode15-expected.txt: Added.
15186 * layout-tests/dom/xhtml/level3/core/documentrenamenode15.js: Added.
15187 * layout-tests/dom/xhtml/level3/core/documentrenamenode15.xhtml: Added.
15188 * layout-tests/dom/xhtml/level3/core/documentrenamenode16-expected.txt: Added.
15189 * layout-tests/dom/xhtml/level3/core/documentrenamenode16.js: Added.
15190 * layout-tests/dom/xhtml/level3/core/documentrenamenode16.xhtml: Added.
15191 * layout-tests/dom/xhtml/level3/core/documentrenamenode17-expected.txt: Added.
15192 * layout-tests/dom/xhtml/level3/core/documentrenamenode17.js: Added.
15193 * layout-tests/dom/xhtml/level3/core/documentrenamenode17.xhtml: Added.
15194 * layout-tests/dom/xhtml/level3/core/documentrenamenode18-expected.txt: Added.
15195 * layout-tests/dom/xhtml/level3/core/documentrenamenode18.js: Added.
15196 * layout-tests/dom/xhtml/level3/core/documentrenamenode18.xhtml: Added.
15197 * layout-tests/dom/xhtml/level3/core/documentrenamenode19-expected.txt: Added.
15198 * layout-tests/dom/xhtml/level3/core/documentrenamenode19.js: Added.
15199 * layout-tests/dom/xhtml/level3/core/documentrenamenode19.xhtml: Added.
15200 * layout-tests/dom/xhtml/level3/core/documentrenamenode20-expected.txt: Added.
15201 * layout-tests/dom/xhtml/level3/core/documentrenamenode20.js: Added.
15202 * layout-tests/dom/xhtml/level3/core/documentrenamenode20.xhtml: Added.
15203 * layout-tests/dom/xhtml/level3/core/documentrenamenode21-expected.txt: Added.
15204 * layout-tests/dom/xhtml/level3/core/documentrenamenode21.js: Added.
15205 * layout-tests/dom/xhtml/level3/core/documentrenamenode21.xhtml: Added.
15206 * layout-tests/dom/xhtml/level3/core/documentrenamenode22-expected.txt: Added.
15207 * layout-tests/dom/xhtml/level3/core/documentrenamenode22.js: Added.
15208 * layout-tests/dom/xhtml/level3/core/documentrenamenode22.xhtml: Added.
15209 * layout-tests/dom
15210 * layout-tests/dom/xhtml/level3/core/documentrenamenode23.js: Added.
15211 * layout-tests/dom/xhtml/level3/core/documentrenamenode23.xhtml: Added.
15212 * layout-tests/dom/xhtml/level3/core/documentrenamenode24-expected.txt: Added.
15213 * layout-tests/dom/xhtml/level3/core/documentrenamenode24.js: Added.
15214 * layout-tests/dom/xhtml/level3/core/documentrenamenode24.xhtml: Added.
15215 * layout-tests/dom/xhtml/level3/core/documentrenamenode25-expected.txt: Added.
15216 * layout-tests/dom/xhtml/level3/core/documentrenamenode25.js: Added.
15217 * layout-tests/dom/xhtml/level3/core/documentrenamenode25.xhtml: Added.
15218 * layout-tests/dom/xhtml/level3/core/documentrenamenode26-expected.txt: Added.
15219 * layout-tests/dom/xhtml/level3/core/documentrenamenode26.js: Added.
15220 * layout-tests/dom/xhtml/level3/core/documentrenamenode26.xhtml: Added.
15221 * layout-tests/dom/xhtml/level3/core/documentrenamenode27-expected.txt: Added.
15222 * layout-tests/dom/xhtml/level3/core/documentrenamenode27.js: Added.
15223 * layout-tests/dom/xhtml/level3/core/documentrenamenode27.xhtml: Added.
15224 * layout-tests/dom/xhtml/level3/core/documentrenamenode28-expected.txt: Added.
15225 * layout-tests/dom/xhtml/level3/core/documentrenamenode28.js: Added.
15226 * layout-tests/dom/xhtml/level3/core/documentrenamenode28.xhtml: Added.
15227 * layout-tests/dom/xhtml/level3/core/documentrenamenode29-expected.txt: Added.
15228 * layout-tests/dom/xhtml/level3/core/documentrenamenode29.js: Added.
15229 * layout-tests/dom/xhtml/level3/core/documentrenamenode29.xhtml: Added.
15230 * layout-tests/dom/xhtml/level3/core/documentsetdocumenturi01-expected.txt: Added.
15231 * layout-tests/dom/xhtml/level3/core/documentsetdocumenturi01.js: Added.
15232 * layout-tests/dom/xhtml/level3/core/documentsetdocumenturi01.xhtml: Added.
15233 * layout-tests/dom/xhtml/level3/core/documentsetdocumenturi02-expected.txt: Added.
15234 * layout-tests/dom/xhtml/level3/core/documentsetdocumenturi02.js: Added.
15235 * layout-tests/dom/xhtml/level3/core/documentsetdocumenturi02.xhtml: Added.
15236 * layout-tests/dom/xhtml/level3/core/documentsetdocumenturi03-expected.txt: Added.
15237 * layout-tests/dom/xhtml/level3/core/documentsetdocumenturi03.js: Added.
15238 * layout-tests/dom/xhtml/level3/core/documentsetdocumenturi03.xhtml: Added.
15239 * layout-tests/dom/xhtml/level3/core/documentsetstricterrorchecking01-expected.txt: Added.
15240 * layout-tests/dom/xhtml/level3/core/documentsetstricterrorchecking01.js: Added.
15241 * layout-tests/dom/xhtml/level3/core/documentsetstricterrorchecking01.xhtml: Added.
15242 * layout-tests/dom/xhtml/level3/core/documentsetstricterrorchecking02-expected.txt: Added.
15243 * layout-tests/dom/xhtml/level3/core/documentsetstricterrorchecking02.js: Added.
15244 * layout-tests/dom/xhtml/level3/core/documentsetstricterrorchecking02.xhtml: Added.
15245 * layout-tests/dom/xhtml/level3/core/documentsetstricterrorchecking03-expected.txt: Added.
15246 * layout-tests/dom/xhtml/level3/core/documentsetstricterrorchecking03.js: Added.
15247 * layout-tests/dom/xhtml/level3/core/documentsetstricterrorchecking03.xhtml: Added.
15248 * layout-tests/dom/xhtml/level3/core/documentsetxmlstandalone01-expected.txt: Added.
15249 * layout-tests/dom/xhtml/level3/core/documentsetxmlstandalone01.js: Added.
15250 * layout-tests/dom/xhtml/level3/core/documentsetxmlstandalone01.xhtml: Added.
15251 * layout-tests/dom/xhtml/level3/core/documentsetxmlstandalone02-expected.txt: Added.
15252 * layout-tests/dom/xhtml/level3/core/documentsetxmlstandalone02.js: Added.
15253 * layout-tests/dom/xhtml/level3/core/documentsetxmlstandalone02.xhtml: Added.
15254 * layout-tests/dom/xhtml/level3/core/documentsetxmlversion01-expected.txt: Added.
15255 * layout-tests/dom/xhtml/level3/core/documentsetxmlversion01.js: Added.
15256 * layout-tests/dom/xhtml/level3/core/documentsetxmlversion01.xhtml: Added.
15257 * layout-tests/dom/xhtml/level3/core/documentsetxmlversion02-expected.txt: Added.
15258 * layout-tests/dom/xhtml/level3/core/documentsetxmlversion02.js: Added.
15259 * layout-tests/dom/xhtml/level3/core/documentsetxmlversion02.xhtml: Added.
15260 * layout-tests/dom/xhtml/level3/core/documentsetxmlversion03-expected.txt: Added.
15261 * layout-tests/dom/xhtml/level3/core/documentsetxmlversion03.js: Added.
15262 * layout-tests/dom/xhtml/level3/core/documentsetxmlversion03.xhtml: Added.
15263 * layout-tests/dom/xhtml/level3/core/documentsetxmlversion05-expected.txt: Added.
15264 * layout-tests/dom/xhtml/level3/core/documentsetxmlversion05.js: Added.
15265 * layout-tests/dom/xhtml/level3/core/documentsetxmlversion05.xhtml: Added.
15266 * layout-tests/dom/xhtml/level3/core/domconfigcanonicalform1-expected.txt: Added.
15267 * layout-tests/dom/xhtml/level3/core/domconfigcanonicalform1.js: Added.
15268 * layout-tests/dom/xhtml/level3/core/domconfigcanonicalform1.xhtml: Added.
15269 * layout-tests/dom/xhtml/level3/core/domconfigcdatasections1-expected.txt: Added.
15270 * layout-tests/dom/xhtml/level3/core/domconfigcdatasections1.js: Added.
15271 * layout-tests/dom/xhtml/level3/core/domconfigcdatasections1.xhtml: Added.
15272 * layout-tests/dom/xhtml/level3/core/domconfigcheckcharacternormalization1-expected.txt: Added.
15273 * layout-tests/dom/xhtml/level3/core/domconfigcheckcharacternormalization1.js: Added.
15274 * layout-tests/dom/xhtml/level3/core/domconfigcheckcharacternormalization1.xhtml: Added.
15275 * layout-tests/dom/xhtml/level3/core/domconfigcomments1-expected.txt: Added.
15276 * layout-tests/dom/xhtml/level3/core/domconfigcomments1.js: Added.
15277 * layout-tests/dom/xhtml/level3/core/domconfigcomments1.xhtml: Added.
15278 * layout-tests/dom/xhtml/level3/core/domconfigdatatypenormalization1-expected.txt: Added.
15279 * layout-tests/dom/xhtml/level3/core/domconfigdatatypenormalization1.js: Added.
15280 * layout-tests/dom/xhtml/level3/core/domconfigdatatypenormalization1.xhtml: Added.
15281 * layout-tests/dom/xhtml/level3/core/domconfigdatatypenormalization2-expected.txt: Added.
15282 * layout-tests/dom/xhtml/level3/core/domconfigdatatypenormalization2.js: Added.
15283 * layout-tests/dom/xhtml/level3/core/domconfigdatatypenormalization2.xhtml: Added.
15284 * layout-tests/dom/xhtml/level3/core/domconfigelementcontentwhitespace1-expected.txt: Added.
15285 * layout-tests/dom/xhtml/level3/core/domconfigelementcontentwhitespace1.js: Added.
15286 * layout-tests/dom/xhtml/level3/core/domconfigelementcontentwhitespace1.xhtml: Added.
15287 * layout-tests/dom/xhtml/level3/core/domconfigentities1-expected.txt: Added.
15288 * layout-tests/dom/xhtml/level3/core/domconfigentities1.js: Added.
15289 * layout-tests/dom/xhtml/level3/core/domconfigentities1.xhtml: Added.
15290 * layout-tests/dom/xhtml/level3/core/domconfigerrorhandler1-expected.txt: Added.
15291 * layout-tests/dom/xhtml/level3/core/domconfigerrorhandler1.js: Added.
15292 * layout-tests/dom/xhtml/level3/core/domconfigerrorhandler1.xhtml: Added.
15293 * layout-tests/dom/xhtml/level3/core/domconfigerrorhandler2-expected.txt: Added.
15294 * layout-tests/dom/xhtml/level3/core/domconfigerrorhandler2.js: Added.
15295 * layout-tests/dom/xhtml/level3/core/domconfigerrorhandler2.xhtml: Added.
15296 * layout-tests/dom/xhtml/level3/core/domconfiginfoset1-expected.txt: Added.
15297 * layout-tests/dom/xhtml/level3/core/domconfiginfoset1.js: Added.
15298 * layout-tests/dom/xhtml/level3/core/domconfiginfoset1.xhtml: Added.
15299 * layout-tests/dom/xhtml/level3/core/domconfignamespacedeclarations1-expected.txt: Added.
15300 * layout-tests/dom/xhtml/level3/core/domconfignamespacedeclarations1.js: Added.
15301 * layout-tests/dom/xhtml/level3/core/domconfignamespacedeclarations1.xhtml: Added.
15302 * layout-tests/dom/xhtml/level3/core/domconfignamespaces1-expected.txt: Added.
15303 * layout-tests/dom/xhtml/level3/core/domconfignamespaces1.js: Added.
15304 * layout-tests/dom/xhtml/level3/core/domconfignamespaces1.xhtml: Added.
15305 * layout-tests/dom/xhtml/level3/core/domconfignamespaces2-expected.txt: Added.
15306 * layout-tests/dom/xhtml/level3/core/domconfignamespaces2.js: Added.
15307 * layout-tests/dom/xhtml/level3/core/domconfignamespaces2.xhtml: Added.
15308 * layout-tests/dom/xhtml/level3/core/domconfignormalizecharacters1-expected.txt: Added.
15309 * layout-tests/dom/xhtml/level3/core/domconfignormalizecharacters1.js: Added.
15310 * layout-tests/dom/xhtml/level3/core/domconfignormalizecharacters1.xhtml: Added.
15311 * layout-tests/dom/xhtml/level3/core/domconfigparameternames01-expected.txt: Added.
15312 * layout-tests/dom/xhtml/level3/core/domconfigparameternames01.js: Added.
15313 * layout-tests/dom/xhtml/level3/core/domconfigparameternames01.xhtml: Added.
15314 * layout-tests/dom/xhtml/level3/core/domconfigschemalocation1-expected.txt: Added.
15315 * layout-tests/dom/xhtml/level3/core/domconfigschemalocation1.js: Added.
15316 * layout-tests/dom/xhtml/level3/core/domconfigschemalocation1.xhtml: Added.
15317 * layout-tests/dom/xhtml/level3/core/domconfigschematype1-expected.txt: Added.
15318 * layout-tests/dom/xhtml/level3/core/domconfigschematype1.js: Added.
15319 * layout-tests/dom/xhtml/level3/core/domconfigschematype1.xhtml: Added.
15320 * layout-tests/dom/xhtml/level3/core/domconfigsplitcdatasections1-expected.txt: Added.
15321 * layout-tests/dom/xhtml/level3/core/domconfigsplitcdatasections1.js: Added.
15322 * layout-tests/dom/xhtml/level3/core/domconfigsplitcdatasections1.xhtml: Added.
15323 * layout-tests/dom/xhtml/level3/core/domconfigurationcansetparameter01-expected.txt: Added.
15324 * layout-tests/dom/xhtml/level3/core/domconfigurationcansetparameter01.js: Added.
15325 * layout-tests/dom/xhtml/level3/core/domconfigurationcansetparameter01.xhtml: Added.
15326 * layout-tests/dom/xhtml/level3/core/domconfigurationcansetparameter02-expected.txt: Added.
15327 * layout-tests/dom/xhtml/level3/core/domconfigurationcansetparameter02.js: Added.
15328 * layout-tests/dom/xhtml/level3/core/domconfigurationcansetparameter02.xhtml: Added.
15329 * layout-tests/dom/xhtml/level3/core/domconfigurationcansetparameter03-expected.txt: Added.
15330 * layout-tests/dom/xhtml/level3/core/domconfigurationcansetparameter03.js: Added.
15331 * layout-tests/dom/xhtml/level3/core/domconfigurationcansetparameter03.xhtml: Added.
15332 * layout-tests/dom/xhtml/level3/core/domconfigurationcansetparameter04-expected.txt: Added.
15333 * layout-tests/dom/xhtml/level3/core/domconfigurationcansetparameter04.js: Added.
15334 * layout-tests/dom/xhtml/level3/core/domconfigurationcansetparameter04.xhtml: Added.
15335 * layout-tests/dom/xhtml/level3/core/domconfigurationcansetparameter06-expected.txt: Added.
15336 * layout-tests/dom/xhtml/level3/core/domconfigurationcansetparameter06.js: Added.
15337 * layout-tests/dom/xhtml/level3/core/domconfigurationcansetparameter06.xhtml: Added.
15338 * layout-tests/dom/xhtml/level3/core/domconfigurationgetparameter01-expected.txt: Added.
15339 * layout-tests/dom/xhtml/level3/core/domconfigurationgetparameter01.js: Added.
15340 * layout-tests/dom/xhtml/level3/core/domconfigurationgetparameter01.xhtml: Added.
15341 * layout-tests/dom/xhtml/level3/core/domconfigurationgetparameter02-expected.txt: Added.
15342 * layout-tests/dom/xhtml/level3/core/domconfigurationgetparameter02.js: Added.
15343 * layout-tests/dom/xhtml/level3/core/domconfigurationgetparameter02.xhtml: Added.
15344 * layout-tests/dom/xhtml/level3/core/domconfigvalidate1-expected.txt: Added.
15345 * layout-tests/dom/xhtml/level3/core/domconfigvalidate1.js: Added.
15346 * layout-tests/dom/xhtml/level3/core/domconfigvalidate1.xhtml: Added.
15347 * layout-tests/dom/xhtml/level3/core/domconfigvalidateifschema1-expected.txt: Added.
15348 * layout-tests/dom/xhtml/level3/core/domconfigvalidateifschema1.js: Added.
15349 * layout-tests/dom/xhtml/level3/core/domconfigvalidateifschema1.xhtml: Added.
15350 * layout-tests/dom/xhtml/level3/core/domconfigwellformed1-expected.txt: Added.
15351 * layout-tests/dom/xhtml/level3/core/domconfigwellformed1.js: Added.
15352 * layout-tests/dom/xhtml/level3/core/domconfigwellformed1.xhtml: Added.
15353 * layout-tests/dom/xhtml/level3/core/domimplementationgetfeature01-expected.txt: Added.
15354 * layout-tests/dom/xhtml/level3/core/domimplementationgetfeature01.js: Added.
15355 * layout-tests/dom/xhtml/level3/core/domimplementationgetfeature01.xhtml: Added.
15356 * layout-tests/dom/xhtml/level3/core/domimplementationgetfeature02-expected.txt: Added.
15357 * layout-tests/dom/xhtml/level3/core/domimplementationgetfeature02.js: Added.
15358 * layout-tests/dom/xhtml/level3/core/domimplementationgetfeature02.xhtml: Added.
15359 * layout-tests/dom/xhtml/level3/core/domimplementationgetfeature03-expected.txt: Added.
15360 * layout-tests/dom/xhtml/level3/core/domimplementationgetfeature03.js: Added.
15361 * layout-tests/dom/xhtml/level3/core/domimplementationgetfeature03.xhtml: Added.
15362 * layout-tests/dom/xhtml/level3/core/domimplementationgetfeature05-expected.txt: Added.
15363 * layout-tests/dom/xhtml/level3/core/domimplementationgetfeature05.js: Added.
15364 * layout-tests/dom/xhtml/level3/core/domimplementationgetfeature05.xhtml: Added.
15365 * layout-tests/dom/xhtml/level3/core/domimplementationgetfeature06-expected.txt: Added.
15366 * layout-tests/dom/xhtml/level3/core/domimplementationgetfeature06.js: Added.
15367 * layout-tests/dom/xhtml/level3/core/domimplementationgetfeature06.xhtml: Added.
15368 * layout-tests/dom/xhtml/level3/core/domimplementationregistry01-expected.txt: Added.
15369 * layout-tests/dom/xhtml/level3/core/domimplementationregistry01.js: Added.
15370 * layout-tests/dom/xhtml/level3/core/domimplementationregistry01.xhtml: Added.
15371 * layout-tests/dom/xhtml/level3/core/domimplementationregistry02-expected.txt: Added.
15372 * layout-tests/dom/xhtml/level3/core/domimplementationregistry02.js: Added.
15373 * layout-tests/dom/xhtml/level3/core/domimplementationregistry02.xhtml: Added.
15374 * layout-tests/dom/xhtml/level3/core/domimplementationregistry03-expected.txt: Added.
15375 * layout-tests/dom/xhtml/level3/core/domimplementationregistry03.js: Added.
15376 * layout-tests/dom/xhtml/level3/core/domimplementationregistry03.xhtml: Added.
15377 * layout-tests/dom/xhtml/level3/core/domimplementationregistry04-expected.txt: Added.
15378 * layout-tests/dom/xhtml/level3/core/domimplementationregistry04.js: Added.
15379 * layout-tests/dom/xhtml/level3/core/domimplementationregistry04.xhtml: Added.
15380 * layout-tests/dom/xhtml/level3/core/domimplementationregistry05-expected.txt: Added.
15381 * layout-tests/dom/xhtml/level3/core/domimplementationregistry05.js: Added.
15382 * layout-tests/dom/xhtml/level3/core/domimplementationregistry05.xhtml: Added.
15383 * layout-tests/dom/xhtml/level3/core/domimplementationregistry06-expected.txt: Added.
15384 * layout-tests/dom/xhtml/level3/core/domimplementationregistry06.js: Added.
15385 * layout-tests/dom/xhtml/level3/core/domimplementationregistry06.xhtml: Added.
15386 * layout-tests/dom/xhtml/level3/core/domimplementationregistry07-expected.txt: Added.
15387 * layout-tests/dom/xhtml/level3/core/domimplementationregistry07.js: Added.
15388 * layout-tests/dom/xhtml/level3/core/domimplementationregistry07.xhtml: Added.
15389 * layout-tests/dom/xhtml/level3/core/domimplementationregistry08-expected.txt: Added.
15390 * layout-tests/dom/xhtml/level3/core/domimplementationregistry08.js: Added.
15391 * layout-tests/dom/xhtml/level3/core/domimplementationregistry08.xhtml: Added.
15392 * layout-tests/dom/xhtml/level3/core/domimplementationregistry09-expected.txt: Added.
15393 * layout-tests/dom/xhtml/level3/core/domimplementationregistry09.js: Added.
15394 * layout-tests/dom/xhtml/level3/core/domimplementationregistry09.xhtml: Added.
15395 * layout-tests/dom/xhtml/level3/core/domimplementationregistry10-expected.txt: Added.
15396 * layout-tests/dom/xhtml/level3/core/domimplementationregistry10.js: Added.
15397 * layout-tests/dom
15398 * layout-tests/dom/xhtml/level3/core/domimplementationregistry11-expected.txt: Added.
15399 * layout-tests/dom/xhtml/level3/core/domimplementationregistry11.js: Added.
15400 * layout-tests/dom/xhtml/level3/core/domimplementationregistry11.xhtml: Added.
15401 * layout-tests/dom/xhtml/level3/core/domimplementationregistry12.js: Added.
15402 * layout-tests/dom/xhtml/level3/core/domimplementationregistry12.xhtml-disabled: Added.
15403 * layout-tests/dom/xhtml/level3/core/domimplementationregistry13-expected.txt: Added.
15404 * layout-tests/dom/xhtml/level3/core/domimplementationregistry13.js: Added.
15405 * layout-tests/dom/xhtml/level3/core/domimplementationregistry13.xhtml: Added.
15406 * layout-tests/dom/xhtml/level3/core/domimplementationregistry14-expected.txt: Added.
15407 * layout-tests/dom/xhtml/level3/core/domimplementationregistry14.js: Added.
15408 * layout-tests/dom/xhtml/level3/core/domimplementationregistry14.xhtml: Added.
15409 * layout-tests/dom/xhtml/level3/core/domimplementationregistry15-expected.txt: Added.
15410 * layout-tests/dom/xhtml/level3/core/domimplementationregistry15.js: Added.
15411 * layout-tests/dom/xhtml/level3/core/domimplementationregistry15.xhtml: Added.
15412 * layout-tests/dom/xhtml/level3/core/domimplementationregistry16-expected.txt: Added.
15413 * layout-tests/dom/xhtml/level3/core/domimplementationregistry16.js: Added.
15414 * layout-tests/dom/xhtml/level3/core/domimplementationregistry16.xhtml: Added.
15415 * layout-tests/dom/xhtml/level3/core/domimplementationregistry17-expected.txt: Added.
15416 * layout-tests/dom/xhtml/level3/core/domimplementationregistry17.js: Added.
15417 * layout-tests/dom/xhtml/level3/core/domimplementationregistry17.xhtml: Added.
15418 * layout-tests/dom/xhtml/level3/core/domimplementationregistry18-expected.txt: Added.
15419 * layout-tests/dom/xhtml/level3/core/domimplementationregistry18.js: Added.
15420 * layout-tests/dom/xhtml/level3/core/domimplementationregistry18.xhtml: Added.
15421 * layout-tests/dom/xhtml/level3/core/domimplementationregistry19-expected.txt: Added.
15422 * layout-tests/dom/xhtml/level3/core/domimplementationregistry19.js: Added.
15423 * layout-tests/dom/xhtml/level3/core/domimplementationregistry19.xhtml: Added.
15424 * layout-tests/dom/xhtml/level3/core/domimplementationregistry20-expected.txt: Added.
15425 * layout-tests/dom/xhtml/level3/core/domimplementationregistry20.js: Added.
15426 * layout-tests/dom/xhtml/level3/core/domimplementationregistry20.xhtml: Added.
15427 * layout-tests/dom/xhtml/level3/core/domimplementationregistry21-expected.txt: Added.
15428 * layout-tests/dom/xhtml/level3/core/domimplementationregistry21.js: Added.
15429 * layout-tests/dom/xhtml/level3/core/domimplementationregistry21.xhtml: Added.
15430 * layout-tests/dom/xhtml/level3/core/domimplementationregistry22-expected.txt: Added.
15431 * layout-tests/dom/xhtml/level3/core/domimplementationregistry22.js: Added.
15432 * layout-tests/dom/xhtml/level3/core/domimplementationregistry22.xhtml: Added.
15433 * layout-tests/dom/xhtml/level3/core/domimplementationregistry23.js: Added.
15434 * layout-tests/dom/xhtml/level3/core/domimplementationregistry23.xhtml-disabled: Added.
15435 * layout-tests/dom/xhtml/level3/core/domimplementationregistry24-expected.txt: Added.
15436 * layout-tests/dom/xhtml/level3/core/domimplementationregistry24.js: Added.
15437 * layout-tests/dom/xhtml/level3/core/domimplementationregistry24.xhtml: Added.
15438 * layout-tests/dom/xhtml/level3/core/domimplementationregistry25-expected.txt: Added.
15439 * layout-tests/dom/xhtml/level3/core/domimplementationregistry25.js: Added.
15440 * layout-tests/dom/xhtml/level3/core/domimplementationregistry25.xhtml: Added.
15441 * layout-tests/dom/xhtml/level3/core/domstringlistcontains01-expected.txt: Added.
15442 * layout-tests/dom/xhtml/level3/core/domstringlistcontains01.js: Added.
15443 * layout-tests/dom/xhtml/level3/core/domstringlistcontains01.xhtml: Added.
15444 * layout-tests/dom/xhtml/level3/core/domstringlistcontains02-expected.txt: Added.
15445 * layout-tests/dom/xhtml/level3/core/domstringlistcontains02.js: Added.
15446 * layout-tests/dom/xhtml/level3/core/domstringlistcontains02.xhtml: Added.
15447 * layout-tests/dom/xhtml/level3/core/domstringlistgetlength01-expected.txt: Added.
15448 * layout-tests/dom/xhtml/level3/core/domstringlistgetlength01.js: Added.
15449 * layout-tests/dom/xhtml/level3/core/domstringlistgetlength01.xhtml: Added.
15450 * layout-tests/dom/xhtml/level3/core/domstringlistitem01-expected.txt: Added.
15451 * layout-tests/dom/xhtml/level3/core/domstringlistitem01.js: Added.
15452 * layout-tests/dom/xhtml/level3/core/domstringlistitem01.xhtml: Added.
15453 * layout-tests/dom/xhtml/level3/core/domstringlistitem02-expected.txt: Added.
15454 * layout-tests/dom/xhtml/level3/core/domstringlistitem02.js: Added.
15455 * layout-tests/dom/xhtml/level3/core/domstringlistitem02.xhtml: Added.
15456 * layout-tests/dom/xhtml/level3/core/elementcontentwhitespace01-expected.txt: Added.
15457 * layout-tests/dom/xhtml/level3/core/elementcontentwhitespace01.js: Added.
15458 * layout-tests/dom/xhtml/level3/core/elementcontentwhitespace01.xhtml: Added.
15459 * layout-tests/dom/xhtml/level3/core/elementcontentwhitespace02-expected.txt: Added.
15460 * layout-tests/dom/xhtml/level3/core/elementcontentwhitespace02.js: Added.
15461 * layout-tests/dom/xhtml/level3/core/elementcontentwhitespace02.xhtml: Added.
15462 * layout-tests/dom/xhtml/level3/core/elementcontentwhitespace03-expected.txt: Added.
15463 * layout-tests/dom/xhtml/level3/core/elementcontentwhitespace03.js: Added.
15464 * layout-tests/dom/xhtml/level3/core/elementcontentwhitespace03.xhtml: Added.
15465 * layout-tests/dom/xhtml/level3/core/elementgetschematypeinfo01-expected.txt: Added.
15466 * layout-tests/dom/xhtml/level3/core/elementgetschematypeinfo01.js: Added.
15467 * layout-tests/dom/xhtml/level3/core/elementgetschematypeinfo01.xhtml: Added.
15468 * layout-tests/dom/xhtml/level3/core/elementgetschematypeinfo02-expected.txt: Added.
15469 * layout-tests/dom/xhtml/level3/core/elementgetschematypeinfo02.js: Added.
15470 * layout-tests/dom/xhtml/level3/core/elementgetschematypeinfo02.xhtml: Added.
15471 * layout-tests/dom/xhtml/level3/core/elementgetschematypeinfo03-expected.txt: Added.
15472 * layout-tests/dom/xhtml/level3/core/elementgetschematypeinfo03.js: Added.
15473 * layout-tests/dom/xhtml/level3/core/elementgetschematypeinfo03.xhtml: Added.
15474 * layout-tests/dom/xhtml/level3/core/elementgetschematypeinfo04-expected.txt: Added.
15475 * layout-tests/dom/xhtml/level3/core/elementgetschematypeinfo04.js: Added.
15476 * layout-tests/dom/xhtml/level3/core/elementgetschematypeinfo04.xhtml: Added.
15477 * layout-tests/dom/xhtml/level3/core/elementgetschematypeinfo05-expected.txt: Added.
15478 * layout-tests/dom/xhtml/level3/core/elementgetschematypeinfo05.js: Added.
15479 * layout-tests/dom/xhtml/level3/core/elementgetschematypeinfo05.xhtml: Added.
15480 * layout-tests/dom/xhtml/level3/core/elementgetschematypeinfo06-expected.txt: Added.
15481 * layout-tests/dom/xhtml/level3/core/elementgetschematypeinfo06.js: Added.
15482 * layout-tests/dom/xhtml/level3/core/elementgetschematypeinfo06.xhtml: Added.
15483 * layout-tests/dom/xhtml/level3/core/elementgetschematypeinfo07-expected.txt: Added.
15484 * layout-tests/dom/xhtml/level3/core/elementgetschematypeinfo07.js: Added.
15485 * layout-tests/dom/xhtml/level3/core/elementgetschematypeinfo07.xhtml: Added.
15486 * layout-tests/dom/xhtml/level3/core/elementsetidattribute01-expected.txt: Added.
15487 * layout-tests/dom/xhtml/level3/core/elementsetidattribute01.js: Added.
15488 * layout-tests/dom/xhtml/level3/core/elementsetidattribute01.xhtml: Added.
15489 * layout-tests/dom/xhtml/level3/core/elementsetidattribute03-expected.txt: Added.
15490 * layout-tests/dom/xhtml/level3/core/elementsetidattribute03.js: Added.
15491 * layout-tests/dom/xhtml/level3/core/elementsetidattribute03.xhtml: Added.
15492 * layout-tests/dom/xhtml/level3/core/elementsetidattribute04-expected.txt: Added.
15493 * layout-tests/dom/xhtml/level3/core/elementsetidattribute04.js: Added.
15494 * layout-tests/dom/xhtml/level3/core/elementsetidattribute04.xhtml: Added.
15495 * layout-tests/dom/xhtml/level3/core/elementsetidattribute05-expected.txt: Added.
15496 * layout-tests/dom/xhtml/level3/core/elementsetidattribute05.js: Added.
15497 * layout-tests/dom/xhtml/level3/core/elementsetidattribute05.xhtml: Added.
15498 * layout-tests/dom/xhtml/level3/core/elementsetidattribute06-expected.txt: Added.
15499 * layout-tests/dom/xhtml/level3/core/elementsetidattribute06.js: Added.
15500 * layout-tests/dom/xhtml/level3/core/elementsetidattribute06.xhtml: Added.
15501 * layout-tests/dom/xhtml/level3/core/elementsetidattribute07-expected.txt: Added.
15502 * layout-tests/dom/xhtml/level3/core/elementsetidattribute07.js: Added.
15503 * layout-tests/dom/xhtml/level3/core/elementsetidattribute07.xhtml: Added.
15504 * layout-tests/dom/xhtml/level3/core/elementsetidattribute08-expected.txt: Added.
15505 * layout-tests/dom/xhtml/level3/core/elementsetidattribute08.js: Added.
15506 * layout-tests/dom/xhtml/level3/core/elementsetidattribute08.xhtml: Added.
15507 * layout-tests/dom/xhtml/level3/core/elementsetidattribute09-expected.txt: Added.
15508 * layout-tests/dom/xhtml/level3/core/elementsetidattribute09.js: Added.
15509 * layout-tests/dom/xhtml/level3/core/elementsetidattribute09.xhtml: Added.
15510 * layout-tests/dom/xhtml/level3/core/elementsetidattribute10-expected.txt: Added.
15511 * layout-tests/dom/xhtml/level3/core/elementsetidattribute10.js: Added.
15512 * layout-tests/dom/xhtml/level3/core/elementsetidattribute10.xhtml: Added.
15513 * layout-tests/dom/xhtml/level3/core/elementsetidattribute11-expected.txt: Added.
15514 * layout-tests/dom/xhtml/level3/core/elementsetidattribute11.js: Added.
15515 * layout-tests/dom/xhtml/level3/core/elementsetidattribute11.xhtml: Added.
15516 * layout-tests/dom/xhtml/level3/core/elementsetidattributenode01-expected.txt: Added.
15517 * layout-tests/dom/xhtml/level3/core/elementsetidattributenode01.js: Added.
15518 * layout-tests/dom/xhtml/level3/core/elementsetidattributenode01.xhtml: Added.
15519 * layout-tests/dom/xhtml/level3/core/elementsetidattributenode02-expected.txt: Added.
15520 * layout-tests/dom/xhtml/level3/core/elementsetidattributenode02.js: Added.
15521 * layout-tests/dom/xhtml/level3/core/elementsetidattributenode02.xhtml: Added.
15522 * layout-tests/dom/xhtml/level3/core/elementsetidattributenode03-expected.txt: Added.
15523 * layout-tests/dom/xhtml/level3/core/elementsetidattributenode03.js: Added.
15524 * layout-tests/dom/xhtml/level3/core/elementsetidattributenode03.xhtml: Added.
15525 * layout-tests/dom/xhtml/level3/core/elementsetidattributenode04-expected.txt: Added.
15526 * layout-tests/dom/xhtml/level3/core/elementsetidattributenode04.js: Added.
15527 * layout-tests/dom/xhtml/level3/core/elementsetidattributenode04.xhtml: Added.
15528 * layout-tests/dom/xhtml/level3/core/elementsetidattributenode05-expected.txt: Added.
15529 * layout-tests/dom/xhtml/level3/core/elementsetidattributenode05.js: Added.
15530 * layout-tests/dom/xhtml/level3/core/elementsetidattributenode05.xhtml: Added.
15531 * layout-tests/dom/xhtml/level3/core/elementsetidattributenode06-expected.txt: Added.
15532 * layout-tests/dom/xhtml/level3/core/elementsetidattributenode06.js: Added.
15533 * layout-tests/dom/xhtml/level3/core/elementsetidattributenode06.xhtml: Added.
15534 * layout-tests/dom/xhtml/level3/core/elementsetidattributenode07-expected.txt: Added.
15535 * layout-tests/dom/xhtml/level3/core/elementsetidattributenode07.js: Added.
15536 * layout-tests/dom/xhtml/level3/core/elementsetidattributenode07.xhtml: Added.
15537 * layout-tests/dom/xhtml/level3/core/elementsetidattributenode08-expected.txt: Added.
15538 * layout-tests/dom/xhtml/level3/core/elementsetidattributenode08.js: Added.
15539 * layout-tests/dom/xhtml/level3/core/elementsetidattributenode08.xhtml: Added.
15540 * layout-tests/dom/xhtml/level3/core/elementsetidattributenode09-expected.txt: Added.
15541 * layout-tests/dom/xhtml/level3/core/elementsetidattributenode09.js: Added.
15542 * layout-tests/dom/xhtml/level3/core/elementsetidattributenode09.xhtml: Added.
15543 * layout-tests/dom/xhtml/level3/core/elementsetidattributenode10-expected.txt: Added.
15544 * layout-tests/dom/xhtml/level3/core/elementsetidattributenode10.js: Added.
15545 * layout-tests/dom/xhtml/level3/core/elementsetidattributenode10.xhtml: Added.
15546 * layout-tests/dom/xhtml/level3/core/elementsetidattributens01-expected.txt: Added.
15547 * layout-tests/dom/xhtml/level3/core/elementsetidattributens01.js: Added.
15548 * layout-tests/dom/xhtml/level3/core/elementsetidattributens01.xhtml: Added.
15549 * layout-tests/dom/xhtml/level3/core/elementsetidattributens02-expected.txt: Added.
15550 * layout-tests/dom/xhtml/level3/core/elementsetidattributens02.js: Added.
15551 * layout-tests/dom/xhtml/level3/core/elementsetidattributens02.xhtml: Added.
15552 * layout-tests/dom/xhtml/level3/core/elementsetidattributens03-expected.txt: Added.
15553 * layout-tests/dom/xhtml/level3/core/elementsetidattributens03.js: Added.
15554 * layout-tests/dom/xhtml/level3/core/elementsetidattributens03.xhtml: Added.
15555 * layout-tests/dom/xhtml/level3/core/elementsetidattributens04-expected.txt: Added.
15556 * layout-tests/dom/xhtml/level3/core/elementsetidattributens04.js: Added.
15557 * layout-tests/dom/xhtml/level3/core/elementsetidattributens04.xhtml: Added.
15558 * layout-tests/dom/xhtml/level3/core/elementsetidattributens05-expected.txt: Added.
15559 * layout-tests/dom/xhtml/level3/core/elementsetidattributens05.js: Added.
15560 * layout-tests/dom/xhtml/level3/core/elementsetidattributens05.xhtml: Added.
15561 * layout-tests/dom/xhtml/level3/core/elementsetidattributens06-expected.txt: Added.
15562 * layout-tests/dom/xhtml/level3/core/elementsetidattributens06.js: Added.
15563 * layout-tests/dom/xhtml/level3/core/elementsetidattributens06.xhtml: Added.
15564 * layout-tests/dom/xhtml/level3/core/elementsetidattributens07-expected.txt: Added.
15565 * layout-tests/dom/xhtml/level3/core/elementsetidattributens07.js: Added.
15566 * layout-tests/dom/xhtml/level3/core/elementsetidattributens07.xhtml: Added.
15567 * layout-tests/dom/xhtml/level3/core/elementsetidattributens08-expected.txt: Added.
15568 * layout-tests/dom/xhtml/level3/core/elementsetidattributens08.js: Added.
15569 * layout-tests/dom/xhtml/level3/core/elementsetidattributens08.xhtml: Added.
15570 * layout-tests/dom/xhtml/level3/core/elementsetidattributens09-expected.txt: Added.
15571 * layout-tests/dom/xhtml/level3/core/elementsetidattributens09.js: Added.
15572 * layout-tests/dom/xhtml/level3/core/elementsetidattributens09.xhtml: Added.
15573 * layout-tests/dom/xhtml/level3/core/elementsetidattributens10-expected.txt: Added.
15574 * layout-tests/dom/xhtml/level3/core/elementsetidattributens10.js: Added.
15575 * layout-tests/dom/xhtml/level3/core/elementsetidattributens10.xhtml: Added.
15576 * layout-tests/dom/xhtml/level3/core/elementsetidattributens11-expected.txt: Added.
15577 * layout-tests/dom/xhtml/level3/core/elementsetidattributens11.js: Added.
15578 * layout-tests/dom/xhtml/level3/core/elementsetidattributens11.xhtml: Added.
15579 * layout-tests/dom/xhtml/level3/core/elementsetidattributens12-expected.txt: Added.
15580 * layout-tests/dom/xhtml/level3/core/elementsetidattributens12.js: Added.
15581 * layout-tests/dom/xhtml/level3/core/elementsetidattributens12.xhtml: Added.
15582 * layout-tests/dom/xhtml/level3/core/elementsetidattributens13-expected.txt: Added.
15583 * layout-tests/dom/xhtml/level3/core/elementsetidattributens13.js: Added.
15584 * layout-tests/dom/xhtml/level3/core/elementsetidattributens13.xhtml: Added.
15585 * layout-tests/dom/xhtml/level3/core/elementsetidattributens14-expected.txt: Added.
15586 * layout-tests/dom
15587 * layout-tests/dom/xhtml/level3/core/elementsetidattributens14.xhtml: Added.
15588 * layout-tests/dom/xhtml/level3/core/entities01-expected.txt: Added.
15589 * layout-tests/dom/xhtml/level3/core/entities01.js: Added.
15590 * layout-tests/dom/xhtml/level3/core/entities01.xhtml: Added.
15591 * layout-tests/dom/xhtml/level3/core/entities02-expected.txt: Added.
15592 * layout-tests/dom/xhtml/level3/core/entities02.js: Added.
15593 * layout-tests/dom/xhtml/level3/core/entities02.xhtml: Added.
15594 * layout-tests/dom/xhtml/level3/core/entities03-expected.txt: Added.
15595 * layout-tests/dom/xhtml/level3/core/entities03.js: Added.
15596 * layout-tests/dom/xhtml/level3/core/entities03.xhtml: Added.
15597 * layout-tests/dom/xhtml/level3/core/entities04-expected.txt: Added.
15598 * layout-tests/dom/xhtml/level3/core/entities04.js: Added.
15599 * layout-tests/dom/xhtml/level3/core/entities04.xhtml: Added.
15600 * layout-tests/dom/xhtml/level3/core/entitygetinputencoding01-expected.txt: Added.
15601 * layout-tests/dom/xhtml/level3/core/entitygetinputencoding01.js: Added.
15602 * layout-tests/dom/xhtml/level3/core/entitygetinputencoding01.xhtml: Added.
15603 * layout-tests/dom/xhtml/level3/core/entitygetinputencoding02-expected.txt: Added.
15604 * layout-tests/dom/xhtml/level3/core/entitygetinputencoding02.js: Added.
15605 * layout-tests/dom/xhtml/level3/core/entitygetinputencoding02.xhtml: Added.
15606 * layout-tests/dom/xhtml/level3/core/entitygetinputencoding03-expected.txt: Added.
15607 * layout-tests/dom/xhtml/level3/core/entitygetinputencoding03.js: Added.
15608 * layout-tests/dom/xhtml/level3/core/entitygetinputencoding03.xhtml: Added.
15609 * layout-tests/dom/xhtml/level3/core/entitygetinputencoding04-expected.txt: Added.
15610 * layout-tests/dom/xhtml/level3/core/entitygetinputencoding04.js: Added.
15611 * layout-tests/dom/xhtml/level3/core/entitygetinputencoding04.xhtml: Added.
15612 * layout-tests/dom/xhtml/level3/core/entitygetxmlencoding01-expected.txt: Added.
15613 * layout-tests/dom/xhtml/level3/core/entitygetxmlencoding01.js: Added.
15614 * layout-tests/dom/xhtml/level3/core/entitygetxmlencoding01.xhtml: Added.
15615 * layout-tests/dom/xhtml/level3/core/entitygetxmlencoding02-expected.txt: Added.
15616 * layout-tests/dom/xhtml/level3/core/entitygetxmlencoding02.js: Added.
15617 * layout-tests/dom/xhtml/level3/core/entitygetxmlencoding02.xhtml: Added.
15618 * layout-tests/dom/xhtml/level3/core/entitygetxmlencoding03-expected.txt: Added.
15619 * layout-tests/dom/xhtml/level3/core/entitygetxmlencoding03.js: Added.
15620 * layout-tests/dom/xhtml/level3/core/entitygetxmlencoding03.xhtml: Added.
15621 * layout-tests/dom/xhtml/level3/core/entitygetxmlencoding04-expected.txt: Added.
15622 * layout-tests/dom/xhtml/level3/core/entitygetxmlencoding04.js: Added.
15623 * layout-tests/dom/xhtml/level3/core/entitygetxmlencoding04.xhtml: Added.
15624 * layout-tests/dom/xhtml/level3/core/entitygetxmlversion01-expected.txt: Added.
15625 * layout-tests/dom/xhtml/level3/core/entitygetxmlversion01.js: Added.
15626 * layout-tests/dom/xhtml/level3/core/entitygetxmlversion01.xhtml: Added.
15627 * layout-tests/dom/xhtml/level3/core/entitygetxmlversion02-expected.txt: Added.
15628 * layout-tests/dom/xhtml/level3/core/entitygetxmlversion02.js: Added.
15629 * layout-tests/dom/xhtml/level3/core/entitygetxmlversion02.xhtml: Added.
15630 * layout-tests/dom/xhtml/level3/core/entitygetxmlversion03-expected.txt: Added.
15631 * layout-tests/dom/xhtml/level3/core/entitygetxmlversion03.js: Added.
15632 * layout-tests/dom/xhtml/level3/core/entitygetxmlversion03.xhtml: Added.
15633 * layout-tests/dom/xhtml/level3/core/entitygetxmlversion04-expected.txt: Added.
15634 * layout-tests/dom/xhtml/level3/core/entitygetxmlversion04.js: Added.
15635 * layout-tests/dom/xhtml/level3/core/entitygetxmlversion04.xhtml: Added.
15636 * layout-tests/dom/xhtml/level3/core/external_foo.ent: Added.
15637 * layout-tests/dom/xhtml/level3/core/external_foobr.ent: Added.
15638 * layout-tests/dom/xhtml/level3/core/external_widget.ent: Added.
15639 * layout-tests/dom/xhtml/level3/core/handleerror01-expected.txt: Added.
15640 * layout-tests/dom/xhtml/level3/core/handleerror01.js: Added.
15641 * layout-tests/dom/xhtml/level3/core/handleerror01.xhtml: Added.
15642 * layout-tests/dom/xhtml/level3/core/handleerror02-expected.txt: Added.
15643 * layout-tests/dom/xhtml/level3/core/handleerror02.js: Added.
15644 * layout-tests/dom/xhtml/level3/core/handleerror02.xhtml: Added.
15645 * layout-tests/dom/xhtml/level3/core/hasFeature01-expected.txt: Added.
15646 * layout-tests/dom/xhtml/level3/core/hasFeature01.js: Added.
15647 * layout-tests/dom/xhtml/level3/core/hasFeature01.xhtml: Added.
15648 * layout-tests/dom/xhtml/level3/core/hasFeature02-expected.txt: Added.
15649 * layout-tests/dom/xhtml/level3/core/hasFeature02.js: Added.
15650 * layout-tests/dom/xhtml/level3/core/hasFeature02.xhtml: Added.
15651 * layout-tests/dom/xhtml/level3/core/hasFeature03-expected.txt: Added.
15652 * layout-tests/dom/xhtml/level3/core/hasFeature03.js: Added.
15653 * layout-tests/dom/xhtml/level3/core/hasFeature03.xhtml: Added.
15654 * layout-tests/dom/xhtml/level3/core/hasFeature04-expected.txt: Added.
15655 * layout-tests/dom/xhtml/level3/core/hasFeature04.js: Added.
15656 * layout-tests/dom/xhtml/level3/core/hasFeature04.xhtml: Added.
15657 * layout-tests/dom/xhtml/level3/core/hc_staff.svg.xsd: Added.
15658 * layout-tests/dom/xhtml/level3/core/hc_staff.xsd: Added.
15659 * layout-tests/dom/xhtml/level3/core/infoset01-expected.txt: Added.
15660 * layout-tests/dom/xhtml/level3/core/infoset01.js: Added.
15661 * layout-tests/dom/xhtml/level3/core/infoset01.xhtml: Added.
15662 * layout-tests/dom/xhtml/level3/core/infoset02-expected.txt: Added.
15663 * layout-tests/dom/xhtml/level3/core/infoset02.js: Added.
15664 * layout-tests/dom/xhtml/level3/core/infoset02.xhtml: Added.
15665 * layout-tests/dom/xhtml/level3/core/infoset03-expected.txt: Added.
15666 * layout-tests/dom/xhtml/level3/core/infoset03.js: Added.
15667 * layout-tests/dom/xhtml/level3/core/infoset03.xhtml: Added.
15668 * layout-tests/dom/xhtml/level3/core/infoset04-expected.txt: Added.
15669 * layout-tests/dom/xhtml/level3/core/infoset04.js: Added.
15670 * layout-tests/dom/xhtml/level3/core/infoset04.xhtml: Added.
15671 * layout-tests/dom/xhtml/level3/core/infoset05-expected.txt: Added.
15672 * layout-tests/dom/xhtml/level3/core/infoset05.js: Added.
15673 * layout-tests/dom/xhtml/level3/core/infoset05.xhtml: Added.
15674 * layout-tests/dom/xhtml/level3/core/infoset06-expected.txt: Added.
15675 * layout-tests/dom/xhtml/level3/core/infoset06.js: Added.
15676 * layout-tests/dom/xhtml/level3/core/infoset06.xhtml: Added.
15677 * layout-tests/dom/xhtml/level3/core/infoset07-expected.txt: Added.
15678 * layout-tests/dom/xhtml/level3/core/infoset07.js: Added.
15679 * layout-tests/dom/xhtml/level3/core/infoset07.xhtml: Added.
15680 * layout-tests/dom/xhtml/level3/core/infoset08-expected.txt: Added.
15681 * layout-tests/dom/xhtml/level3/core/infoset08.js: Added.
15682 * layout-tests/dom/xhtml/level3/core/infoset08.xhtml: Added.
15683 * layout-tests/dom/xhtml/level3/core/infoset09-expected.txt: Added.
15684 * layout-tests/dom/xhtml/level3/core/infoset09.js: Added.
15685 * layout-tests/dom/xhtml/level3/core/infoset09.xhtml: Added.
15686 * layout-tests/dom/xhtml/level3/core/namespacedeclarations01-expected.txt: Added.
15687 * layout-tests/dom/xhtml/level3/core/namespacedeclarations01.js: Added.
15688 * layout-tests/dom/xhtml/level3/core/namespacedeclarations01.xhtml: Added.
15689 * layout-tests/dom/xhtml/level3/core/namespacedeclarations02-expected.txt: Added.
15690 * layout-tests/dom/xhtml/level3/core/namespacedeclarations02.js: Added.
15691 * layout-tests/dom/xhtml/level3/core/namespacedeclarations02.xhtml: Added.
15692 * layout-tests/dom/xhtml/level3/core/nodeappendchild01-expected.txt: Added.
15693 * layout-tests/dom/xhtml/level3/core/nodeappendchild01.js: Added.
15694 * layout-tests/dom/xhtml/level3/core/nodeappendchild01.xhtml: Added.
15695 * layout-tests/dom/xhtml/level3/core/nodeappendchild02-expected.txt: Added.
15696 * layout-tests/dom/xhtml/level3/core/nodeappendchild02.js: Added.
15697 * layout-tests/dom/xhtml/level3/core/nodeappendchild02.xhtml: Added.
15698 * layout-tests/dom/xhtml/level3/core/nodecomparedocumentposition01-expected.txt: Added.
15699 * layout-tests/dom/xhtml/level3/core/nodecomparedocumentposition01.js: Added.
15700 * layout-tests/dom/xhtml/level3/core/nodecomparedocumentposition01.xhtml: Added.
15701 * layout-tests/dom/xhtml/level3/core/nodecomparedocumentposition02-expected.txt: Added.
15702 * layout-tests/dom/xhtml/level3/core/nodecomparedocumentposition02.js: Added.
15703 * layout-tests/dom/xhtml/level3/core/nodecomparedocumentposition02.xhtml: Added.
15704 * layout-tests/dom/xhtml/level3/core/nodecomparedocumentposition03-expected.txt: Added.
15705 * layout-tests/dom/xhtml/level3/core/nodecomparedocumentposition03.js: Added.
15706 * layout-tests/dom/xhtml/level3/core/nodecomparedocumentposition03.xhtml: Added.
15707 * layout-tests/dom/xhtml/level3/core/nodecomparedocumentposition04-expected.txt: Added.
15708 * layout-tests/dom/xhtml/level3/core/nodecomparedocumentposition04.js: Added.
15709 * layout-tests/dom/xhtml/level3/core/nodecomparedocumentposition04.xhtml: Added.
15710 * layout-tests/dom/xhtml/level3/core/nodecomparedocumentposition05-expected.txt: Added.
15711 * layout-tests/dom/xhtml/level3/core/nodecomparedocumentposition05.js: Added.
15712 * layout-tests/dom/xhtml/level3/core/nodecomparedocumentposition05.xhtml: Added.
15713 * layout-tests/dom/xhtml/level3/core/nodecomparedocumentposition06-expected.txt: Added.
15714 * layout-tests/dom/xhtml/level3/core/nodecomparedocumentposition06.js: Added.
15715 * layout-tests/dom/xhtml/level3/core/nodecomparedocumentposition06.xhtml: Added.
15716 * layout-tests/dom/xhtml/level3/core/nodecomparedocumentposition07-expected.txt: Added.
15717 * layout-tests/dom/xhtml/level3/core/nodecomparedocumentposition07.js: Added.
15718 * layout-tests/dom/xhtml/level3/core/nodecomparedocumentposition07.xhtml: Added.
15719 * layout-tests/dom/xhtml/level3/core/nodecomparedocumentposition08-expected.txt: Added.
15720 * layout-tests/dom/xhtml/level3/core/nodecomparedocumentposition08.js: Added.
15721 * layout-tests/dom/xhtml/level3/core/nodecomparedocumentposition08.xhtml: Added.
15722 * layout-tests/dom/xhtml/level3/core/nodecomparedocumentposition09-expected.txt: Added.
15723 * layout-tests/dom/xhtml/level3/core/nodecomparedocumentposition09.js: Added.
15724 * layout-tests/dom/xhtml/level3/core/nodecomparedocumentposition09.xhtml: Added.
15725 * layout-tests/dom/xhtml/level3/core/nodecomparedocumentposition10-expected.txt: Added.
15726 * layout-tests/dom/xhtml/level3/core/nodecomparedocumentposition10.js: Added.
15727 * layout-tests/dom/xhtml/level3/core/nodecomparedocumentposition10.xhtml: Added.
15728 * layout-tests/dom/xhtml/level3/core/nodecomparedocumentposition11-expected.txt: Added.
15729 * layout-tests/dom/xhtml/level3/core/nodecomparedocumentposition11.js: Added.
15730 * layout-tests/dom/xhtml/level3/core/nodecomparedocumentposition11.xhtml: Added.
15731 * layout-tests/dom/xhtml/level3/core/nodecomparedocumentposition12-expected.txt: Added.
15732 * layout-tests/dom/xhtml/level3/core/nodecomparedocumentposition12.js: Added.
15733 * layout-tests/dom/xhtml/level3/core/nodecomparedocumentposition12.xhtml: Added.
15734 * layout-tests/dom/xhtml/level3/core/nodecomparedocumentposition13-expected.txt: Added.
15735 * layout-tests/dom/xhtml/level3/core/nodecomparedocumentposition13.js: Added.
15736 * layout-tests/dom/xhtml/level3/core/nodecomparedocumentposition13.xhtml: Added.
15737 * layout-tests/dom/xhtml/level3/core/nodecomparedocumentposition14.js: Added.
15738 * layout-tests/dom/xhtml/level3/core/nodecomparedocumentposition14.xhtml-disabled: Added.
15739 * layout-tests/dom/xhtml/level3/core/nodecomparedocumentposition15.js: Added.
15740 * layout-tests/dom/xhtml/level3/core/nodecomparedocumentposition15.xhtml-disabled: Added.
15741 * layout-tests/dom/xhtml/level3/core/nodecomparedocumentposition16-expected.txt: Added.
15742 * layout-tests/dom/xhtml/level3/core/nodecomparedocumentposition16.js: Added.
15743 * layout-tests/dom/xhtml/level3/core/nodecomparedocumentposition16.xhtml: Added.
15744 * layout-tests/dom/xhtml/level3/core/nodecomparedocumentposition17-expected.txt: Added.
15745 * layout-tests/dom/xhtml/level3/core/nodecomparedocumentposition17.js: Added.
15746 * layout-tests/dom/xhtml/level3/core/nodecomparedocumentposition17.xhtml: Added.
15747 * layout-tests/dom/xhtml/level3/core/nodecomparedocumentposition18-expected.txt: Added.
15748 * layout-tests/dom/xhtml/level3/core/nodecomparedocumentposition18.js: Added.
15749 * layout-tests/dom/xhtml/level3/core/nodecomparedocumentposition18.xhtml: Added.
15750 * layout-tests/dom/xhtml/level3/core/nodecomparedocumentposition19-expected.txt: Added.
15751 * layout-tests/dom/xhtml/level3/core/nodecomparedocumentposition19.js: Added.
15752 * layout-tests/dom/xhtml/level3/core/nodecomparedocumentposition19.xhtml: Added.
15753 * layout-tests/dom/xhtml/level3/core/nodecomparedocumentposition20-expected.txt: Added.
15754 * layout-tests/dom/xhtml/level3/core/nodecomparedocumentposition20.js: Added.
15755 * layout-tests/dom/xhtml/level3/core/nodecomparedocumentposition20.xhtml: Added.
15756 * layout-tests/dom/xhtml/level3/core/nodecomparedocumentposition21-expected.txt: Added.
15757 * layout-tests/dom/xhtml/level3/core/nodecomparedocumentposition21.js: Added.
15758 * layout-tests/dom/xhtml/level3/core/nodecomparedocumentposition21.xhtml: Added.
15759 * layout-tests/dom/xhtml/level3/core/nodecomparedocumentposition22-expected.txt: Added.
15760 * layout-tests/dom/xhtml/level3/core/nodecomparedocumentposition22.js: Added.
15761 * layout-tests/dom/xhtml/level3/core/nodecomparedocumentposition22.xhtml: Added.
15762 * layout-tests/dom/xhtml/level3/core/nodecomparedocumentposition23-expected.txt: Added.
15763 * layout-tests/dom/xhtml/level3/core/nodecomparedocumentposition23.js: Added.
15764 * layout-tests/dom/xhtml/level3/core/nodecomparedocumentposition23.xhtml: Added.
15765 * layout-tests/dom/xhtml/level3/core/nodecomparedocumentposition24-expected.txt: Added.
15766 * layout-tests/dom/xhtml/level3/core/nodecomparedocumentposition24.js: Added.
15767 * layout-tests/dom/xhtml/level3/core/nodecomparedocumentposition24.xhtml: Added.
15768 * layout-tests/dom/xhtml/level3/core/nodecomparedocumentposition25-expected.txt: Added.
15769 * layout-tests/dom/xhtml/level3/core/nodecomparedocumentposition25.js: Added.
15770 * layout-tests/dom/xhtml/level3/core/nodecomparedocumentposition25.xhtml: Added.
15771 * layout-tests/dom/xhtml/level3/core/nodecomparedocumentposition26-expected.txt: Added.
15772 * layout-tests/dom/xhtml/level3/core/nodecomparedocumentposition26.js: Added.
15773 * layout-tests/dom/xhtml/level3/core/nodecomparedocumentposition26.xhtml: Added.
15774 * layout-tests/dom/xhtml/level3/core/nodecomparedocumentposition27-expected.txt: Added.
15775 * layout-tests/dom/xhtml/level3/core/nodecomparedocumentposition27.js: Added.
15776 * layout-tests/dom/xhtml/level3/core/nodecomparedocumentposition27.xhtml: Added.
15777 * layout-tests/dom/xhtml/level3/core/nodecomparedocumentposition28-expected.txt: Added.
15778 * layout-tests/dom/xhtml/level3/core/nodecomparedocumentposition28.js: Added.
15779 * layout-tests/dom/xhtml/level3/core/nodecomparedocumentposition28.xhtml: Added.
15780 * layout-tests/dom/xhtml/level3/core/nodecomparedocumentposition29-expected.txt: Added.
15781 * layout-tests/dom/xhtml/level3/core/nodecomparedocumentposition29.js: Added.
15782 * layout-tests/dom/xhtml/level3/core/nodecomparedocumentposition29.xhtml: Added.
15783 * layout-tests/dom/xhtml/level3/core/nodecomparedocumentposition30-expected.txt: Added.
15784 * layout-tests/dom
15785 * layout-tests/dom/xhtml/level3/core/nodecomparedocumentposition30.xhtml: Added.
15786 * layout-tests/dom/xhtml/level3/core/nodecomparedocumentposition31-expected.txt: Added.
15787 * layout-tests/dom/xhtml/level3/core/nodecomparedocumentposition31.js: Added.
15788 * layout-tests/dom/xhtml/level3/core/nodecomparedocumentposition31.xhtml: Added.
15789 * layout-tests/dom/xhtml/level3/core/nodecomparedocumentposition32-expected.txt: Added.
15790 * layout-tests/dom/xhtml/level3/core/nodecomparedocumentposition32.js: Added.
15791 * layout-tests/dom/xhtml/level3/core/nodecomparedocumentposition32.xhtml: Added.
15792 * layout-tests/dom/xhtml/level3/core/nodecomparedocumentposition33-expected.txt: Added.
15793 * layout-tests/dom/xhtml/level3/core/nodecomparedocumentposition33.js: Added.
15794 * layout-tests/dom/xhtml/level3/core/nodecomparedocumentposition33.xhtml: Added.
15795 * layout-tests/dom/xhtml/level3/core/nodecomparedocumentposition34-expected.txt: Added.
15796 * layout-tests/dom/xhtml/level3/core/nodecomparedocumentposition34.js: Added.
15797 * layout-tests/dom/xhtml/level3/core/nodecomparedocumentposition34.xhtml: Added.
15798 * layout-tests/dom/xhtml/level3/core/nodecomparedocumentposition35-expected.txt: Added.
15799 * layout-tests/dom/xhtml/level3/core/nodecomparedocumentposition35.js: Added.
15800 * layout-tests/dom/xhtml/level3/core/nodecomparedocumentposition35.xhtml: Added.
15801 * layout-tests/dom/xhtml/level3/core/nodecomparedocumentposition36-expected.txt: Added.
15802 * layout-tests/dom/xhtml/level3/core/nodecomparedocumentposition36.js: Added.
15803 * layout-tests/dom/xhtml/level3/core/nodecomparedocumentposition36.xhtml: Added.
15804 * layout-tests/dom/xhtml/level3/core/nodecomparedocumentposition37-expected.txt: Added.
15805 * layout-tests/dom/xhtml/level3/core/nodecomparedocumentposition37.js: Added.
15806 * layout-tests/dom/xhtml/level3/core/nodecomparedocumentposition37.xhtml: Added.
15807 * layout-tests/dom/xhtml/level3/core/nodecomparedocumentposition38-expected.txt: Added.
15808 * layout-tests/dom/xhtml/level3/core/nodecomparedocumentposition38.js: Added.
15809 * layout-tests/dom/xhtml/level3/core/nodecomparedocumentposition38.xhtml: Added.
15810 * layout-tests/dom/xhtml/level3/core/nodecomparedocumentposition39-expected.txt: Added.
15811 * layout-tests/dom/xhtml/level3/core/nodecomparedocumentposition39.js: Added.
15812 * layout-tests/dom/xhtml/level3/core/nodecomparedocumentposition39.xhtml: Added.
15813 * layout-tests/dom/xhtml/level3/core/nodecomparedocumentposition40-expected.txt: Added.
15814 * layout-tests/dom/xhtml/level3/core/nodecomparedocumentposition40.js: Added.
15815 * layout-tests/dom/xhtml/level3/core/nodecomparedocumentposition40.xhtml: Added.
15816 * layout-tests/dom/xhtml/level3/core/nodegetbaseuri01-expected.txt: Added.
15817 * layout-tests/dom/xhtml/level3/core/nodegetbaseuri01.js: Added.
15818 * layout-tests/dom/xhtml/level3/core/nodegetbaseuri01.xhtml: Added.
15819 * layout-tests/dom/xhtml/level3/core/nodegetbaseuri02-expected.txt: Added.
15820 * layout-tests/dom/xhtml/level3/core/nodegetbaseuri02.js: Added.
15821 * layout-tests/dom/xhtml/level3/core/nodegetbaseuri02.xhtml: Added.
15822 * layout-tests/dom/xhtml/level3/core/nodegetbaseuri03-expected.txt: Added.
15823 * layout-tests/dom/xhtml/level3/core/nodegetbaseuri03.js: Added.
15824 * layout-tests/dom/xhtml/level3/core/nodegetbaseuri03.xhtml: Added.
15825 * layout-tests/dom/xhtml/level3/core/nodegetbaseuri04-expected.txt: Added.
15826 * layout-tests/dom/xhtml/level3/core/nodegetbaseuri04.js: Added.
15827 * layout-tests/dom/xhtml/level3/core/nodegetbaseuri04.xhtml: Added.
15828 * layout-tests/dom/xhtml/level3/core/nodegetbaseuri05-expected.txt: Added.
15829 * layout-tests/dom/xhtml/level3/core/nodegetbaseuri05.js: Added.
15830 * layout-tests/dom/xhtml/level3/core/nodegetbaseuri05.xhtml: Added.
15831 * layout-tests/dom/xhtml/level3/core/nodegetbaseuri06-expected.txt: Added.
15832 * layout-tests/dom/xhtml/level3/core/nodegetbaseuri06.js: Added.
15833 * layout-tests/dom/xhtml/level3/core/nodegetbaseuri06.xhtml: Added.
15834 * layout-tests/dom/xhtml/level3/core/nodegetbaseuri07-expected.txt: Added.
15835 * layout-tests/dom/xhtml/level3/core/nodegetbaseuri07.js: Added.
15836 * layout-tests/dom/xhtml/level3/core/nodegetbaseuri07.xhtml: Added.
15837 * layout-tests/dom/xhtml/level3/core/nodegetbaseuri09-expected.txt: Added.
15838 * layout-tests/dom/xhtml/level3/core/nodegetbaseuri09.js: Added.
15839 * layout-tests/dom/xhtml/level3/core/nodegetbaseuri09.xhtml: Added.
15840 * layout-tests/dom/xhtml/level3/core/nodegetbaseuri10-expected.txt: Added.
15841 * layout-tests/dom/xhtml/level3/core/nodegetbaseuri10.js: Added.
15842 * layout-tests/dom/xhtml/level3/core/nodegetbaseuri10.xhtml: Added.
15843 * layout-tests/dom/xhtml/level3/core/nodegetbaseuri11-expected.txt: Added.
15844 * layout-tests/dom/xhtml/level3/core/nodegetbaseuri11.js: Added.
15845 * layout-tests/dom/xhtml/level3/core/nodegetbaseuri11.xhtml: Added.
15846 * layout-tests/dom/xhtml/level3/core/nodegetbaseuri12-expected.txt: Added.
15847 * layout-tests/dom/xhtml/level3/core/nodegetbaseuri12.js: Added.
15848 * layout-tests/dom/xhtml/level3/core/nodegetbaseuri12.xhtml: Added.
15849 * layout-tests/dom/xhtml/level3/core/nodegetbaseuri13-expected.txt: Added.
15850 * layout-tests/dom/xhtml/level3/core/nodegetbaseuri13.js: Added.
15851 * layout-tests/dom/xhtml/level3/core/nodegetbaseuri13.xhtml: Added.
15852 * layout-tests/dom/xhtml/level3/core/nodegetbaseuri14-expected.txt: Added.
15853 * layout-tests/dom/xhtml/level3/core/nodegetbaseuri14.js: Added.
15854 * layout-tests/dom/xhtml/level3/core/nodegetbaseuri14.xhtml: Added.
15855 * layout-tests/dom/xhtml/level3/core/nodegetbaseuri15-expected.txt: Added.
15856 * layout-tests/dom/xhtml/level3/core/nodegetbaseuri15.js: Added.
15857 * layout-tests/dom/xhtml/level3/core/nodegetbaseuri15.xhtml: Added.
15858 * layout-tests/dom/xhtml/level3/core/nodegetbaseuri16-expected.txt: Added.
15859 * layout-tests/dom/xhtml/level3/core/nodegetbaseuri16.js: Added.
15860 * layout-tests/dom/xhtml/level3/core/nodegetbaseuri16.xhtml: Added.
15861 * layout-tests/dom/xhtml/level3/core/nodegetbaseuri17-expected.txt: Added.
15862 * layout-tests/dom/xhtml/level3/core/nodegetbaseuri17.js: Added.
15863 * layout-tests/dom/xhtml/level3/core/nodegetbaseuri17.xhtml: Added.
15864 * layout-tests/dom/xhtml/level3/core/nodegetbaseuri18-expected.txt: Added.
15865 * layout-tests/dom/xhtml/level3/core/nodegetbaseuri18.js: Added.
15866 * layout-tests/dom/xhtml/level3/core/nodegetbaseuri18.xhtml: Added.
15867 * layout-tests/dom/xhtml/level3/core/nodegetbaseuri19-expected.txt: Added.
15868 * layout-tests/dom/xhtml/level3/core/nodegetbaseuri19.js: Added.
15869 * layout-tests/dom/xhtml/level3/core/nodegetbaseuri19.xhtml: Added.
15870 * layout-tests/dom/xhtml/level3/core/nodegetbaseuri20-expected.txt: Added.
15871 * layout-tests/dom/xhtml/level3/core/nodegetbaseuri20.js: Added.
15872 * layout-tests/dom/xhtml/level3/core/nodegetbaseuri20.xhtml: Added.
15873 * layout-tests/dom/xhtml/level3/core/nodegetfeature01-expected.txt: Added.
15874 * layout-tests/dom/xhtml/level3/core/nodegetfeature01.js: Added.
15875 * layout-tests/dom/xhtml/level3/core/nodegetfeature01.xhtml: Added.
15876 * layout-tests/dom/xhtml/level3/core/nodegetfeature02-expected.txt: Added.
15877 * layout-tests/dom/xhtml/level3/core/nodegetfeature02.js: Added.
15878 * layout-tests/dom/xhtml/level3/core/nodegetfeature02.xhtml: Added.
15879 * layout-tests/dom/xhtml/level3/core/nodegetfeature03-expected.txt: Added.
15880 * layout-tests/dom/xhtml/level3/core/nodegetfeature03.js: Added.
15881 * layout-tests/dom/xhtml/level3/core/nodegetfeature03.xhtml: Added.
15882 * layout-tests/dom/xhtml/level3/core/nodegetfeature04-expected.txt: Added.
15883 * layout-tests/dom/xhtml/level3/core/nodegetfeature04.js: Added.
15884 * layout-tests/dom/xhtml/level3/core/nodegetfeature04.xhtml: Added.
15885 * layout-tests/dom/xhtml/level3/core/nodegetfeature05-expected.txt: Added.
15886 * layout-tests/dom/xhtml/level3/core/nodegetfeature05.js: Added.
15887 * layout-tests/dom/xhtml/level3/core/nodegetfeature05.xhtml: Added.
15888 * layout-tests/dom/xhtml/level3/core/nodegetfeature06-expected.txt: Added.
15889 * layout-tests/dom/xhtml/level3/core/nodegetfeature06.js: Added.
15890 * layout-tests/dom/xhtml/level3/core/nodegetfeature06.xhtml: Added.
15891 * layout-tests/dom/xhtml/level3/core/nodegetfeature07-expected.txt: Added.
15892 * layout-tests/dom/xhtml/level3/core/nodegetfeature07.js: Added.
15893 * layout-tests/dom/xhtml/level3/core/nodegetfeature07.xhtml: Added.
15894 * layout-tests/dom/xhtml/level3/core/nodegetfeature08-expected.txt: Added.
15895 * layout-tests/dom/xhtml/level3/core/nodegetfeature08.js: Added.
15896 * layout-tests/dom/xhtml/level3/core/nodegetfeature08.xhtml: Added.
15897 * layout-tests/dom/xhtml/level3/core/nodegetfeature09-expected.txt: Added.
15898 * layout-tests/dom/xhtml/level3/core/nodegetfeature09.js: Added.
15899 * layout-tests/dom/xhtml/level3/core/nodegetfeature09.xhtml: Added.
15900 * layout-tests/dom/xhtml/level3/core/nodegetfeature10-expected.txt: Added.
15901 * layout-tests/dom/xhtml/level3/core/nodegetfeature10.js: Added.
15902 * layout-tests/dom/xhtml/level3/core/nodegetfeature10.xhtml: Added.
15903 * layout-tests/dom/xhtml/level3/core/nodegetfeature11-expected.txt: Added.
15904 * layout-tests/dom/xhtml/level3/core/nodegetfeature11.js: Added.
15905 * layout-tests/dom/xhtml/level3/core/nodegetfeature11.xhtml: Added.
15906 * layout-tests/dom/xhtml/level3/core/nodegetfeature12-expected.txt: Added.
15907 * layout-tests/dom/xhtml/level3/core/nodegetfeature12.js: Added.
15908 * layout-tests/dom/xhtml/level3/core/nodegetfeature12.xhtml: Added.
15909 * layout-tests/dom/xhtml/level3/core/nodegetfeature13-expected.txt: Added.
15910 * layout-tests/dom/xhtml/level3/core/nodegetfeature13.js: Added.
15911 * layout-tests/dom/xhtml/level3/core/nodegetfeature13.xhtml: Added.
15912 * layout-tests/dom/xhtml/level3/core/nodegettextcontent01-expected.txt: Added.
15913 * layout-tests/dom/xhtml/level3/core/nodegettextcontent01.js: Added.
15914 * layout-tests/dom/xhtml/level3/core/nodegettextcontent01.xhtml: Added.
15915 * layout-tests/dom/xhtml/level3/core/nodegettextcontent02-expected.txt: Added.
15916 * layout-tests/dom/xhtml/level3/core/nodegettextcontent02.js: Added.
15917 * layout-tests/dom/xhtml/level3/core/nodegettextcontent02.xhtml: Added.
15918 * layout-tests/dom/xhtml/level3/core/nodegettextcontent03-expected.txt: Added.
15919 * layout-tests/dom/xhtml/level3/core/nodegettextcontent03.js: Added.
15920 * layout-tests/dom/xhtml/level3/core/nodegettextcontent03.xhtml: Added.
15921 * layout-tests/dom/xhtml/level3/core/nodegettextcontent04-expected.txt: Added.
15922 * layout-tests/dom/xhtml/level3/core/nodegettextcontent04.js: Added.
15923 * layout-tests/dom/xhtml/level3/core/nodegettextcontent04.xhtml: Added.
15924 * layout-tests/dom/xhtml/level3/core/nodegettextcontent05-expected.txt: Added.
15925 * layout-tests/dom/xhtml/level3/core/nodegettextcontent05.js: Added.
15926 * layout-tests/dom/xhtml/level3/core/nodegettextcontent05.xhtml: Added.
15927 * layout-tests/dom/xhtml/level3/core/nodegettextcontent06-expected.txt: Added.
15928 * layout-tests/dom/xhtml/level3/core/nodegettextcontent06.js: Added.
15929 * layout-tests/dom/xhtml/level3/core/nodegettextcontent06.xhtml: Added.
15930 * layout-tests/dom/xhtml/level3/core/nodegettextcontent07-expected.txt: Added.
15931 * layout-tests/dom/xhtml/level3/core/nodegettextcontent07.js: Added.
15932 * layout-tests/dom/xhtml/level3/core/nodegettextcontent07.xhtml: Added.
15933 * layout-tests/dom/xhtml/level3/core/nodegettextcontent08-expected.txt: Added.
15934 * layout-tests/dom/xhtml/level3/core/nodegettextcontent08.js: Added.
15935 * layout-tests/dom/xhtml/level3/core/nodegettextcontent08.xhtml: Added.
15936 * layout-tests/dom/xhtml/level3/core/nodegettextcontent09-expected.txt: Added.
15937 * layout-tests/dom/xhtml/level3/core/nodegettextcontent09.js: Added.
15938 * layout-tests/dom/xhtml/level3/core/nodegettextcontent09.xhtml: Added.
15939 * layout-tests/dom/xhtml/level3/core/nodegettextcontent10-expected.txt: Added.
15940 * layout-tests/dom/xhtml/level3/core/nodegettextcontent10.js: Added.
15941 * layout-tests/dom/xhtml/level3/core/nodegettextcontent10.xhtml: Added.
15942 * layout-tests/dom/xhtml/level3/core/nodegettextcontent11-expected.txt: Added.
15943 * layout-tests/dom/xhtml/level3/core/nodegettextcontent11.js: Added.
15944 * layout-tests/dom/xhtml/level3/core/nodegettextcontent11.xhtml: Added.
15945 * layout-tests/dom/xhtml/level3/core/nodegettextcontent12-expected.txt: Added.
15946 * layout-tests/dom/xhtml/level3/core/nodegettextcontent12.js: Added.
15947 * layout-tests/dom/xhtml/level3/core/nodegettextcontent12.xhtml: Added.
15948 * layout-tests/dom/xhtml/level3/core/nodegettextcontent13-expected.txt: Added.
15949 * layout-tests/dom/xhtml/level3/core/nodegettextcontent13.js: Added.
15950 * layout-tests/dom/xhtml/level3/core/nodegettextcontent13.xhtml: Added.
15951 * layout-tests/dom/xhtml/level3/core/nodegettextcontent14-expected.txt: Added.
15952 * layout-tests/dom/xhtml/level3/core/nodegettextcontent14.js: Added.
15953 * layout-tests/dom/xhtml/level3/core/nodegettextcontent14.xhtml: Added.
15954 * layout-tests/dom/xhtml/level3/core/nodegettextcontent15-expected.txt: Added.
15955 * layout-tests/dom/xhtml/level3/core/nodegettextcontent15.js: Added.
15956 * layout-tests/dom/xhtml/level3/core/nodegettextcontent15.xhtml: Added.
15957 * layout-tests/dom/xhtml/level3/core/nodegettextcontent16-expected.txt: Added.
15958 * layout-tests/dom/xhtml/level3/core/nodegettextcontent16.js: Added.
15959 * layout-tests/dom/xhtml/level3/core/nodegettextcontent16.xhtml: Added.
15960 * layout-tests/dom/xhtml/level3/core/nodegettextcontent17-expected.txt: Added.
15961 * layout-tests/dom/xhtml/level3/core/nodegettextcontent17.js: Added.
15962 * layout-tests/dom/xhtml/level3/core/nodegettextcontent17.xhtml: Added.
15963 * layout-tests/dom/xhtml/level3/core/nodegettextcontent18-expected.txt: Added.
15964 * layout-tests/dom/xhtml/level3/core/nodegettextcontent18.js: Added.
15965 * layout-tests/dom/xhtml/level3/core/nodegettextcontent18.xhtml: Added.
15966 * layout-tests/dom/xhtml/level3/core/nodegettextcontent19-expected.txt: Added.
15967 * layout-tests/dom/xhtml/level3/core/nodegettextcontent19.js: Added.
15968 * layout-tests/dom/xhtml/level3/core/nodegettextcontent19.xhtml: Added.
15969 * layout-tests/dom/xhtml/level3/core/nodegetuserdata01-expected.txt: Added.
15970 * layout-tests/dom/xhtml/level3/core/nodegetuserdata01.js: Added.
15971 * layout-tests/dom/xhtml/level3/core/nodegetuserdata01.xhtml: Added.
15972 * layout-tests/dom/xhtml/level3/core/nodegetuserdata02-expected.txt: Added.
15973 * layout-tests/dom/xhtml/level3/core/nodegetuserdata02.js: Added.
15974 * layout-tests/dom/xhtml/level3/core/nodegetuserdata02.xhtml: Added.
15975 * layout-tests/dom/xhtml/level3/core/nodegetuserdata03-expected.txt: Added.
15976 * layout-tests/dom/xhtml/level3/core/nodegetuserdata03.js: Added.
15977 * layout-tests/dom/xhtml/level3/core/nodegetuserdata03.xhtml: Added.
15978 * layout-tests/dom/xhtml/level3/core/nodegetuserdata04-expected.txt: Added.
15979 * layout-tests/dom/xhtml/level3/core/nodegetuserdata04.js: Added.
15980 * layout-tests/dom/xhtml/level3/core/nodegetuserdata04.xhtml: Added.
15981 * layout-tests/dom/xhtml/level3/core/nodegetuserdata05-expected.txt: Added.
15982 * layout-tests/dom/xhtml/level3/core/nodegetuserdata05.js: Added.
15983 * layout-tests/dom/xhtml/level3/core/nodegetuserdata05.xhtml: Added.
15984 * layout-tests/dom/xhtml/level3/core/nodegetuserdata06-expected.txt: Added.
15985 * layout-tests/dom/xhtml/level3/core/nodegetuserdata06.js: Added.
15986 * layout-tests/dom/xhtml/level3/core/nodegetuserdata06.xhtml: Added.
15987 * layout-tests/dom
15988 * layout-tests/dom/xhtml/level3/core/nodegetuserdata07.js: Added.
15989 * layout-tests/dom/xhtml/level3/core/nodegetuserdata07.xhtml: Added.
15990 * layout-tests/dom/xhtml/level3/core/nodeinsertbefore01-expected.txt: Added.
15991 * layout-tests/dom/xhtml/level3/core/nodeinsertbefore01.js: Added.
15992 * layout-tests/dom/xhtml/level3/core/nodeinsertbefore01.xhtml: Added.
15993 * layout-tests/dom/xhtml/level3/core/nodeinsertbefore02-expected.txt: Added.
15994 * layout-tests/dom/xhtml/level3/core/nodeinsertbefore02.js: Added.
15995 * layout-tests/dom/xhtml/level3/core/nodeinsertbefore02.xhtml: Added.
15996 * layout-tests/dom/xhtml/level3/core/nodeinsertbefore03-expected.txt: Added.
15997 * layout-tests/dom/xhtml/level3/core/nodeinsertbefore03.js: Added.
15998 * layout-tests/dom/xhtml/level3/core/nodeinsertbefore03.xhtml: Added.
15999 * layout-tests/dom/xhtml/level3/core/nodeinsertbefore04-expected.txt: Added.
16000 * layout-tests/dom/xhtml/level3/core/nodeinsertbefore04.js: Added.
16001 * layout-tests/dom/xhtml/level3/core/nodeinsertbefore04.xhtml: Added.
16002 * layout-tests/dom/xhtml/level3/core/nodeinsertbefore05-expected.txt: Added.
16003 * layout-tests/dom/xhtml/level3/core/nodeinsertbefore05.js: Added.
16004 * layout-tests/dom/xhtml/level3/core/nodeinsertbefore05.xhtml: Added.
16005 * layout-tests/dom/xhtml/level3/core/nodeinsertbefore06-expected.txt: Added.
16006 * layout-tests/dom/xhtml/level3/core/nodeinsertbefore06.js: Added.
16007 * layout-tests/dom/xhtml/level3/core/nodeinsertbefore06.xhtml: Added.
16008 * layout-tests/dom/xhtml/level3/core/nodeinsertbefore07-expected.txt: Added.
16009 * layout-tests/dom/xhtml/level3/core/nodeinsertbefore07.js: Added.
16010 * layout-tests/dom/xhtml/level3/core/nodeinsertbefore07.xhtml: Added.
16011 * layout-tests/dom/xhtml/level3/core/nodeinsertbefore08-expected.txt: Added.
16012 * layout-tests/dom/xhtml/level3/core/nodeinsertbefore08.js: Added.
16013 * layout-tests/dom/xhtml/level3/core/nodeinsertbefore08.xhtml: Added.
16014 * layout-tests/dom/xhtml/level3/core/nodeinsertbefore09-expected.txt: Added.
16015 * layout-tests/dom/xhtml/level3/core/nodeinsertbefore09.js: Added.
16016 * layout-tests/dom/xhtml/level3/core/nodeinsertbefore09.xhtml: Added.
16017 * layout-tests/dom/xhtml/level3/core/nodeinsertbefore10-expected.txt: Added.
16018 * layout-tests/dom/xhtml/level3/core/nodeinsertbefore10.js: Added.
16019 * layout-tests/dom/xhtml/level3/core/nodeinsertbefore10.xhtml: Added.
16020 * layout-tests/dom/xhtml/level3/core/nodeinsertbefore11-expected.txt: Added.
16021 * layout-tests/dom/xhtml/level3/core/nodeinsertbefore11.js: Added.
16022 * layout-tests/dom/xhtml/level3/core/nodeinsertbefore11.xhtml: Added.
16023 * layout-tests/dom/xhtml/level3/core/nodeinsertbefore12-expected.txt: Added.
16024 * layout-tests/dom/xhtml/level3/core/nodeinsertbefore12.js: Added.
16025 * layout-tests/dom/xhtml/level3/core/nodeinsertbefore12.xhtml: Added.
16026 * layout-tests/dom/xhtml/level3/core/nodeinsertbefore13-expected.txt: Added.
16027 * layout-tests/dom/xhtml/level3/core/nodeinsertbefore13.js: Added.
16028 * layout-tests/dom/xhtml/level3/core/nodeinsertbefore13.xhtml: Added.
16029 * layout-tests/dom/xhtml/level3/core/nodeinsertbefore14-expected.txt: Added.
16030 * layout-tests/dom/xhtml/level3/core/nodeinsertbefore14.js: Added.
16031 * layout-tests/dom/xhtml/level3/core/nodeinsertbefore14.xhtml: Added.
16032 * layout-tests/dom/xhtml/level3/core/nodeinsertbefore15-expected.txt: Added.
16033 * layout-tests/dom/xhtml/level3/core/nodeinsertbefore15.js: Added.
16034 * layout-tests/dom/xhtml/level3/core/nodeinsertbefore15.xhtml: Added.
16035 * layout-tests/dom/xhtml/level3/core/nodeinsertbefore16-expected.txt: Added.
16036 * layout-tests/dom/xhtml/level3/core/nodeinsertbefore16.js: Added.
16037 * layout-tests/dom/xhtml/level3/core/nodeinsertbefore16.xhtml: Added.
16038 * layout-tests/dom/xhtml/level3/core/nodeinsertbefore17-expected.txt: Added.
16039 * layout-tests/dom/xhtml/level3/core/nodeinsertbefore17.js: Added.
16040 * layout-tests/dom/xhtml/level3/core/nodeinsertbefore17.xhtml: Added.
16041 * layout-tests/dom/xhtml/level3/core/nodeinsertbefore18-expected.txt: Added.
16042 * layout-tests/dom/xhtml/level3/core/nodeinsertbefore18.js: Added.
16043 * layout-tests/dom/xhtml/level3/core/nodeinsertbefore18.xhtml: Added.
16044 * layout-tests/dom/xhtml/level3/core/nodeinsertbefore19-expected.txt: Added.
16045 * layout-tests/dom/xhtml/level3/core/nodeinsertbefore19.js: Added.
16046 * layout-tests/dom/xhtml/level3/core/nodeinsertbefore19.xhtml: Added.
16047 * layout-tests/dom/xhtml/level3/core/nodeinsertbefore20-expected.txt: Added.
16048 * layout-tests/dom/xhtml/level3/core/nodeinsertbefore20.js: Added.
16049 * layout-tests/dom/xhtml/level3/core/nodeinsertbefore20.xhtml: Added.
16050 * layout-tests/dom/xhtml/level3/core/nodeinsertbefore21-expected.txt: Added.
16051 * layout-tests/dom/xhtml/level3/core/nodeinsertbefore21.js: Added.
16052 * layout-tests/dom/xhtml/level3/core/nodeinsertbefore21.xhtml: Added.
16053 * layout-tests/dom/xhtml/level3/core/nodeinsertbefore22-expected.txt: Added.
16054 * layout-tests/dom/xhtml/level3/core/nodeinsertbefore22.js: Added.
16055 * layout-tests/dom/xhtml/level3/core/nodeinsertbefore22.xhtml: Added.
16056 * layout-tests/dom/xhtml/level3/core/nodeinsertbefore23-expected.txt: Added.
16057 * layout-tests/dom/xhtml/level3/core/nodeinsertbefore23.js: Added.
16058 * layout-tests/dom/xhtml/level3/core/nodeinsertbefore23.xhtml: Added.
16059 * layout-tests/dom/xhtml/level3/core/nodeinsertbefore24-expected.txt: Added.
16060 * layout-tests/dom/xhtml/level3/core/nodeinsertbefore24.js: Added.
16061 * layout-tests/dom/xhtml/level3/core/nodeinsertbefore24.xhtml: Added.
16062 * layout-tests/dom/xhtml/level3/core/nodeinsertbefore25-expected.txt: Added.
16063 * layout-tests/dom/xhtml/level3/core/nodeinsertbefore25.js: Added.
16064 * layout-tests/dom/xhtml/level3/core/nodeinsertbefore25.xhtml: Added.
16065 * layout-tests/dom/xhtml/level3/core/nodeisdefaultnamespace01-expected.txt: Added.
16066 * layout-tests/dom/xhtml/level3/core/nodeisdefaultnamespace01.js: Added.
16067 * layout-tests/dom/xhtml/level3/core/nodeisdefaultnamespace01.xhtml: Added.
16068 * layout-tests/dom/xhtml/level3/core/nodeisdefaultnamespace02-expected.txt: Added.
16069 * layout-tests/dom/xhtml/level3/core/nodeisdefaultnamespace02.js: Added.
16070 * layout-tests/dom/xhtml/level3/core/nodeisdefaultnamespace02.xhtml: Added.
16071 * layout-tests/dom/xhtml/level3/core/nodeisdefaultnamespace03-expected.txt: Added.
16072 * layout-tests/dom/xhtml/level3/core/nodeisdefaultnamespace03.js: Added.
16073 * layout-tests/dom/xhtml/level3/core/nodeisdefaultnamespace03.xhtml: Added.
16074 * layout-tests/dom/xhtml/level3/core/nodeisdefaultnamespace04-expected.txt: Added.
16075 * layout-tests/dom/xhtml/level3/core/nodeisdefaultnamespace04.js: Added.
16076 * layout-tests/dom/xhtml/level3/core/nodeisdefaultnamespace04.xhtml: Added.
16077 * layout-tests/dom/xhtml/level3/core/nodeisdefaultnamespace05-expected.txt: Added.
16078 * layout-tests/dom/xhtml/level3/core/nodeisdefaultnamespace05.js: Added.
16079 * layout-tests/dom/xhtml/level3/core/nodeisdefaultnamespace05.xhtml: Added.
16080 * layout-tests/dom/xhtml/level3/core/nodeisdefaultnamespace06-expected.txt: Added.
16081 * layout-tests/dom/xhtml/level3/core/nodeisdefaultnamespace06.js: Added.
16082 * layout-tests/dom/xhtml/level3/core/nodeisdefaultnamespace06.xhtml: Added.
16083 * layout-tests/dom/xhtml/level3/core/nodeisdefaultnamespace07-expected.txt: Added.
16084 * layout-tests/dom/xhtml/level3/core/nodeisdefaultnamespace07.js: Added.
16085 * layout-tests/dom/xhtml/level3/core/nodeisdefaultnamespace07.xhtml: Added.
16086 * layout-tests/dom/xhtml/level3/core/nodeisdefaultnamespace08-expected.txt: Added.
16087 * layout-tests/dom/xhtml/level3/core/nodeisdefaultnamespace08.js: Added.
16088 * layout-tests/dom/xhtml/level3/core/nodeisdefaultnamespace08.xhtml: Added.
16089 * layout-tests/dom/xhtml/level3/core/nodeisdefaultnamespace09-expected.txt: Added.
16090 * layout-tests/dom/xhtml/level3/core/nodeisdefaultnamespace09.js: Added.
16091 * layout-tests/dom/xhtml/level3/core/nodeisdefaultnamespace09.xhtml: Added.
16092 * layout-tests/dom/xhtml/level3/core/nodeisdefaultnamespace10-expected.txt: Added.
16093 * layout-tests/dom/xhtml/level3/core/nodeisdefaultnamespace10.js: Added.
16094 * layout-tests/dom/xhtml/level3/core/nodeisdefaultnamespace10.xhtml: Added.
16095 * layout-tests/dom/xhtml/level3/core/nodeisdefaultnamespace11-expected.txt: Added.
16096 * layout-tests/dom/xhtml/level3/core/nodeisdefaultnamespace11.js: Added.
16097 * layout-tests/dom/xhtml/level3/core/nodeisdefaultnamespace11.xhtml: Added.
16098 * layout-tests/dom/xhtml/level3/core/nodeisdefaultnamespace13-expected.txt: Added.
16099 * layout-tests/dom/xhtml/level3/core/nodeisdefaultnamespace13.js: Added.
16100 * layout-tests/dom/xhtml/level3/core/nodeisdefaultnamespace13.xhtml: Added.
16101 * layout-tests/dom/xhtml/level3/core/nodeisdefaultnamespace14-expected.txt: Added.
16102 * layout-tests/dom/xhtml/level3/core/nodeisdefaultnamespace14.js: Added.
16103 * layout-tests/dom/xhtml/level3/core/nodeisdefaultnamespace14.xhtml: Added.
16104 * layout-tests/dom/xhtml/level3/core/nodeisdefaultnamespace15-expected.txt: Added.
16105 * layout-tests/dom/xhtml/level3/core/nodeisdefaultnamespace15.js: Added.
16106 * layout-tests/dom/xhtml/level3/core/nodeisdefaultnamespace15.xhtml: Added.
16107 * layout-tests/dom/xhtml/level3/core/nodeisdefaultnamespace16-expected.txt: Added.
16108 * layout-tests/dom/xhtml/level3/core/nodeisdefaultnamespace16.js: Added.
16109 * layout-tests/dom/xhtml/level3/core/nodeisdefaultnamespace16.xhtml: Added.
16110 * layout-tests/dom/xhtml/level3/core/nodeisequalnode01-expected.txt: Added.
16111 * layout-tests/dom/xhtml/level3/core/nodeisequalnode01.js: Added.
16112 * layout-tests/dom/xhtml/level3/core/nodeisequalnode01.xhtml: Added.
16113 * layout-tests/dom/xhtml/level3/core/nodeisequalnode02-expected.txt: Added.
16114 * layout-tests/dom/xhtml/level3/core/nodeisequalnode02.js: Added.
16115 * layout-tests/dom/xhtml/level3/core/nodeisequalnode02.xhtml: Added.
16116 * layout-tests/dom/xhtml/level3/core/nodeisequalnode04-expected.txt: Added.
16117 * layout-tests/dom/xhtml/level3/core/nodeisequalnode04.js: Added.
16118 * layout-tests/dom/xhtml/level3/core/nodeisequalnode04.xhtml: Added.
16119 * layout-tests/dom/xhtml/level3/core/nodeisequalnode06-expected.txt: Added.
16120 * layout-tests/dom/xhtml/level3/core/nodeisequalnode06.js: Added.
16121 * layout-tests/dom/xhtml/level3/core/nodeisequalnode06.xhtml: Added.
16122 * layout-tests/dom/xhtml/level3/core/nodeisequalnode07-expected.txt: Added.
16123 * layout-tests/dom/xhtml/level3/core/nodeisequalnode07.js: Added.
16124 * layout-tests/dom/xhtml/level3/core/nodeisequalnode07.xhtml: Added.
16125 * layout-tests/dom/xhtml/level3/core/nodeisequalnode08-expected.txt: Added.
16126 * layout-tests/dom/xhtml/level3/core/nodeisequalnode08.js: Added.
16127 * layout-tests/dom/xhtml/level3/core/nodeisequalnode08.xhtml: Added.
16128 * layout-tests/dom/xhtml/level3/core/nodeisequalnode09-expected.txt: Added.
16129 * layout-tests/dom/xhtml/level3/core/nodeisequalnode09.js: Added.
16130 * layout-tests/dom/xhtml/level3/core/nodeisequalnode09.xhtml: Added.
16131 * layout-tests/dom/xhtml/level3/core/nodeisequalnode10-expected.txt: Added.
16132 * layout-tests/dom/xhtml/level3/core/nodeisequalnode10.js: Added.
16133 * layout-tests/dom/xhtml/level3/core/nodeisequalnode10.xhtml: Added.
16134 * layout-tests/dom/xhtml/level3/core/nodeisequalnode11-expected.txt: Added.
16135 * layout-tests/dom/xhtml/level3/core/nodeisequalnode11.js: Added.
16136 * layout-tests/dom/xhtml/level3/core/nodeisequalnode11.xhtml: Added.
16137 * layout-tests/dom/xhtml/level3/core/nodeisequalnode12-expected.txt: Added.
16138 * layout-tests/dom/xhtml/level3/core/nodeisequalnode12.js: Added.
16139 * layout-tests/dom/xhtml/level3/core/nodeisequalnode12.xhtml: Added.
16140 * layout-tests/dom/xhtml/level3/core/nodeisequalnode13-expected.txt: Added.
16141 * layout-tests/dom/xhtml/level3/core/nodeisequalnode13.js: Added.
16142 * layout-tests/dom/xhtml/level3/core/nodeisequalnode13.xhtml: Added.
16143 * layout-tests/dom/xhtml/level3/core/nodeisequalnode14-expected.txt: Added.
16144 * layout-tests/dom/xhtml/level3/core/nodeisequalnode14.js: Added.
16145 * layout-tests/dom/xhtml/level3/core/nodeisequalnode14.xhtml: Added.
16146 * layout-tests/dom/xhtml/level3/core/nodeisequalnode15-expected.txt: Added.
16147 * layout-tests/dom/xhtml/level3/core/nodeisequalnode15.js: Added.
16148 * layout-tests/dom/xhtml/level3/core/nodeisequalnode15.xhtml: Added.
16149 * layout-tests/dom/xhtml/level3/core/nodeisequalnode16-expected.txt: Added.
16150 * layout-tests/dom/xhtml/level3/core/nodeisequalnode16.js: Added.
16151 * layout-tests/dom/xhtml/level3/core/nodeisequalnode16.xhtml: Added.
16152 * layout-tests/dom/xhtml/level3/core/nodeisequalnode17-expected.txt: Added.
16153 * layout-tests/dom/xhtml/level3/core/nodeisequalnode17.js: Added.
16154 * layout-tests/dom/xhtml/level3/core/nodeisequalnode17.xhtml: Added.
16155 * layout-tests/dom/xhtml/level3/core/nodeisequalnode18-expected.txt: Added.
16156 * layout-tests/dom/xhtml/level3/core/nodeisequalnode18.js: Added.
16157 * layout-tests/dom/xhtml/level3/core/nodeisequalnode18.xhtml: Added.
16158 * layout-tests/dom/xhtml/level3/core/nodeisequalnode19-expected.txt: Added.
16159 * layout-tests/dom/xhtml/level3/core/nodeisequalnode19.js: Added.
16160 * layout-tests/dom/xhtml/level3/core/nodeisequalnode19.xhtml: Added.
16161 * layout-tests/dom/xhtml/level3/core/nodeisequalnode20-expected.txt: Added.
16162 * layout-tests/dom/xhtml/level3/core/nodeisequalnode20.js: Added.
16163 * layout-tests/dom/xhtml/level3/core/nodeisequalnode20.xhtml: Added.
16164 * layout-tests/dom/xhtml/level3/core/nodeisequalnode21-expected.txt: Added.
16165 * layout-tests/dom/xhtml/level3/core/nodeisequalnode21.js: Added.
16166 * layout-tests/dom/xhtml/level3/core/nodeisequalnode21.xhtml: Added.
16167 * layout-tests/dom/xhtml/level3/core/nodeisequalnode22-expected.txt: Added.
16168 * layout-tests/dom/xhtml/level3/core/nodeisequalnode22.js: Added.
16169 * layout-tests/dom/xhtml/level3/core/nodeisequalnode22.xhtml: Added.
16170 * layout-tests/dom/xhtml/level3/core/nodeisequalnode25-expected.txt: Added.
16171 * layout-tests/dom/xhtml/level3/core/nodeisequalnode25.js: Added.
16172 * layout-tests/dom/xhtml/level3/core/nodeisequalnode25.xhtml: Added.
16173 * layout-tests/dom/xhtml/level3/core/nodeisequalnode26-expected.txt: Added.
16174 * layout-tests/dom/xhtml/level3/core/nodeisequalnode26.js: Added.
16175 * layout-tests/dom/xhtml/level3/core/nodeisequalnode26.xhtml: Added.
16176 * layout-tests/dom/xhtml/level3/core/nodeisequalnode27-expected.txt: Added.
16177 * layout-tests/dom/xhtml/level3/core/nodeisequalnode27.js: Added.
16178 * layout-tests/dom/xhtml/level3/core/nodeisequalnode27.xhtml: Added.
16179 * layout-tests/dom/xhtml/level3/core/nodeisequalnode28-expected.txt: Added.
16180 * layout-tests/dom/xhtml/level3/core/nodeisequalnode28.js: Added.
16181 * layout-tests/dom/xhtml/level3/core/nodeisequalnode28.xhtml: Added.
16182 * layout-tests/dom/xhtml/level3/core/nodeisequalnode29-expected.txt: Added.
16183 * layout-tests/dom/xhtml/level3/core/nodeisequalnode29.js: Added.
16184 * layout-tests/dom/xhtml/level3/core/nodeisequalnode29.xhtml: Added.
16185 * layout-tests/dom/xhtml/level3/core/nodeisequalnode31-expected.txt: Added.
16186 * layout-tests/dom/xhtml/level3/core/nodeisequalnode31.js: Added.
16187 * layout-tests/dom/xhtml/level3/core/nodeisequalnode31.xhtml: Added.
16188 * layout-tests/dom/xhtml/level3/core/nodeisequalnode32-expected.txt: Added.
16189 * layout-tests/dom/xhtml/level3/core/nodeisequalnode32.js: Added.
16190 * layout-tests/dom/xhtml/level3/core/nodeisequalnode32.xhtml: Added.
16191 * layout-tests/dom/xhtml/level3/core/nodeissamenode01-expected.txt: Added.
16192 dom/xhtml/level3/core/nodeissamenode01.js: Added.
16193 * layout-tests/dom/xhtml/level3/core/nodeissamenode01.xhtml: Added.
16194 * layout-tests/dom/xhtml/level3/core/nodeissamenode02-expected.txt: Added.
16195 * layout-tests/dom/xhtml/level3/core/nodeissamenode02.js: Added.
16196 * layout-tests/dom/xhtml/level3/core/nodeissamenode02.xhtml: Added.
16197 * layout-tests/dom/xhtml/level3/core/nodeissamenode03-expected.txt: Added.
16198 * layout-tests/dom/xhtml/level3/core/nodeissamenode03.js: Added.
16199 * layout-tests/dom/xhtml/level3/core/nodeissamenode03.xhtml: Added.
16200 * layout-tests/dom/xhtml/level3/core/nodeissamenode04-expected.txt: Added.
16201 * layout-tests/dom/xhtml/level3/core/nodeissamenode04.js: Added.
16202 * layout-tests/dom/xhtml/level3/core/nodeissamenode04.xhtml: Added.
16203 * layout-tests/dom/xhtml/level3/core/nodeissamenode05-expected.txt: Added.
16204 * layout-tests/dom/xhtml/level3/core/nodeissamenode05.js: Added.
16205 * layout-tests/dom/xhtml/level3/core/nodeissamenode05.xhtml: Added.
16206 * layout-tests/dom/xhtml/level3/core/nodeissamenode06-expected.txt: Added.
16207 * layout-tests/dom/xhtml/level3/core/nodeissamenode06.js: Added.
16208 * layout-tests/dom/xhtml/level3/core/nodeissamenode06.xhtml: Added.
16209 * layout-tests/dom/xhtml/level3/core/nodeissamenode07-expected.txt: Added.
16210 * layout-tests/dom/xhtml/level3/core/nodeissamenode07.js: Added.
16211 * layout-tests/dom/xhtml/level3/core/nodeissamenode07.xhtml: Added.
16212 * layout-tests/dom/xhtml/level3/core/nodeissamenode08-expected.txt: Added.
16213 * layout-tests/dom/xhtml/level3/core/nodeissamenode08.js: Added.
16214 * layout-tests/dom/xhtml/level3/core/nodeissamenode08.xhtml: Added.
16215 * layout-tests/dom/xhtml/level3/core/nodeissamenode09-expected.txt: Added.
16216 * layout-tests/dom/xhtml/level3/core/nodeissamenode09.js: Added.
16217 * layout-tests/dom/xhtml/level3/core/nodeissamenode09.xhtml: Added.
16218 * layout-tests/dom/xhtml/level3/core/nodeissamenode10-expected.txt: Added.
16219 * layout-tests/dom/xhtml/level3/core/nodeissamenode10.js: Added.
16220 * layout-tests/dom/xhtml/level3/core/nodeissamenode10.xhtml: Added.
16221 * layout-tests/dom/xhtml/level3/core/nodelookupnamespaceuri01-expected.txt: Added.
16222 * layout-tests/dom/xhtml/level3/core/nodelookupnamespaceuri01.js: Added.
16223 * layout-tests/dom/xhtml/level3/core/nodelookupnamespaceuri01.xhtml: Added.
16224 * layout-tests/dom/xhtml/level3/core/nodelookupnamespaceuri02-expected.txt: Added.
16225 * layout-tests/dom/xhtml/level3/core/nodelookupnamespaceuri02.js: Added.
16226 * layout-tests/dom/xhtml/level3/core/nodelookupnamespaceuri02.xhtml: Added.
16227 * layout-tests/dom/xhtml/level3/core/nodelookupnamespaceuri03-expected.txt: Added.
16228 * layout-tests/dom/xhtml/level3/core/nodelookupnamespaceuri03.js: Added.
16229 * layout-tests/dom/xhtml/level3/core/nodelookupnamespaceuri03.xhtml: Added.
16230 * layout-tests/dom/xhtml/level3/core/nodelookupnamespaceuri04-expected.txt: Added.
16231 * layout-tests/dom/xhtml/level3/core/nodelookupnamespaceuri04.js: Added.
16232 * layout-tests/dom/xhtml/level3/core/nodelookupnamespaceuri04.xhtml: Added.
16233 * layout-tests/dom/xhtml/level3/core/nodelookupnamespaceuri05-expected.txt: Added.
16234 * layout-tests/dom/xhtml/level3/core/nodelookupnamespaceuri05.js: Added.
16235 * layout-tests/dom/xhtml/level3/core/nodelookupnamespaceuri05.xhtml: Added.
16236 * layout-tests/dom/xhtml/level3/core/nodelookupnamespaceuri06-expected.txt: Added.
16237 * layout-tests/dom/xhtml/level3/core/nodelookupnamespaceuri06.js: Added.
16238 * layout-tests/dom/xhtml/level3/core/nodelookupnamespaceuri06.xhtml: Added.
16239 * layout-tests/dom/xhtml/level3/core/nodelookupnamespaceuri07-expected.txt: Added.
16240 * layout-tests/dom/xhtml/level3/core/nodelookupnamespaceuri07.js: Added.
16241 * layout-tests/dom/xhtml/level3/core/nodelookupnamespaceuri07.xhtml: Added.
16242 * layout-tests/dom/xhtml/level3/core/nodelookupnamespaceuri08-expected.txt: Added.
16243 * layout-tests/dom/xhtml/level3/core/nodelookupnamespaceuri08.js: Added.
16244 * layout-tests/dom/xhtml/level3/core/nodelookupnamespaceuri08.xhtml: Added.
16245 * layout-tests/dom/xhtml/level3/core/nodelookupnamespaceuri09-expected.txt: Added.
16246 * layout-tests/dom/xhtml/level3/core/nodelookupnamespaceuri09.js: Added.
16247 * layout-tests/dom/xhtml/level3/core/nodelookupnamespaceuri09.xhtml: Added.
16248 * layout-tests/dom/xhtml/level3/core/nodelookupnamespaceuri10-expected.txt: Added.
16249 * layout-tests/dom/xhtml/level3/core/nodelookupnamespaceuri10.js: Added.
16250 * layout-tests/dom/xhtml/level3/core/nodelookupnamespaceuri10.xhtml: Added.
16251 * layout-tests/dom/xhtml/level3/core/nodelookupnamespaceuri11-expected.txt: Added.
16252 * layout-tests/dom/xhtml/level3/core/nodelookupnamespaceuri11.js: Added.
16253 * layout-tests/dom/xhtml/level3/core/nodelookupnamespaceuri11.xhtml: Added.
16254 * layout-tests/dom/xhtml/level3/core/nodelookupnamespaceuri13-expected.txt: Added.
16255 * layout-tests/dom/xhtml/level3/core/nodelookupnamespaceuri13.js: Added.
16256 * layout-tests/dom/xhtml/level3/core/nodelookupnamespaceuri13.xhtml: Added.
16257 * layout-tests/dom/xhtml/level3/core/nodelookupnamespaceuri14-expected.txt: Added.
16258 * layout-tests/dom/xhtml/level3/core/nodelookupnamespaceuri14.js: Added.
16259 * layout-tests/dom/xhtml/level3/core/nodelookupnamespaceuri14.xhtml: Added.
16260 * layout-tests/dom/xhtml/level3/core/nodelookupnamespaceuri15-expected.txt: Added.
16261 * layout-tests/dom/xhtml/level3/core/nodelookupnamespaceuri15.js: Added.
16262 * layout-tests/dom/xhtml/level3/core/nodelookupnamespaceuri15.xhtml: Added.
16263 * layout-tests/dom/xhtml/level3/core/nodelookupnamespaceuri16-expected.txt: Added.
16264 * layout-tests/dom/xhtml/level3/core/nodelookupnamespaceuri16.js: Added.
16265 * layout-tests/dom/xhtml/level3/core/nodelookupnamespaceuri16.xhtml: Added.
16266 * layout-tests/dom/xhtml/level3/core/nodelookupnamespaceuri17-expected.txt: Added.
16267 * layout-tests/dom/xhtml/level3/core/nodelookupnamespaceuri17.js: Added.
16268 * layout-tests/dom/xhtml/level3/core/nodelookupnamespaceuri17.xhtml: Added.
16269 * layout-tests/dom/xhtml/level3/core/nodelookupnamespaceuri18-expected.txt: Added.
16270 * layout-tests/dom/xhtml/level3/core/nodelookupnamespaceuri18.js: Added.
16271 * layout-tests/dom/xhtml/level3/core/nodelookupnamespaceuri18.xhtml: Added.
16272 * layout-tests/dom/xhtml/level3/core/nodelookupnamespaceuri19-expected.txt: Added.
16273 * layout-tests/dom/xhtml/level3/core/nodelookupnamespaceuri19.js: Added.
16274 * layout-tests/dom/xhtml/level3/core/nodelookupnamespaceuri19.xhtml: Added.
16275 * layout-tests/dom/xhtml/level3/core/nodelookupnamespaceuri20-expected.txt: Added.
16276 * layout-tests/dom/xhtml/level3/core/nodelookupnamespaceuri20.js: Added.
16277 * layout-tests/dom/xhtml/level3/core/nodelookupnamespaceuri20.xhtml: Added.
16278 * layout-tests/dom/xhtml/level3/core/nodelookupprefix01-expected.txt: Added.
16279 * layout-tests/dom/xhtml/level3/core/nodelookupprefix01.js: Added.
16280 * layout-tests/dom/xhtml/level3/core/nodelookupprefix01.xhtml: Added.
16281 * layout-tests/dom/xhtml/level3/core/nodelookupprefix02-expected.txt: Added.
16282 * layout-tests/dom/xhtml/level3/core/nodelookupprefix02.js: Added.
16283 * layout-tests/dom/xhtml/level3/core/nodelookupprefix02.xhtml: Added.
16284 * layout-tests/dom/xhtml/level3/core/nodelookupprefix03-expected.txt: Added.
16285 * layout-tests/dom/xhtml/level3/core/nodelookupprefix03.js: Added.
16286 * layout-tests/dom/xhtml/level3/core/nodelookupprefix03.xhtml: Added.
16287 * layout-tests/dom/xhtml/level3/core/nodelookupprefix04-expected.txt: Added.
16288 * layout-tests/dom/xhtml/level3/core/nodelookupprefix04.js: Added.
16289 * layout-tests/dom/xhtml/level3/core/nodelookupprefix04.xhtml: Added.
16290 * layout-tests/dom/xhtml/level3/core/nodelookupprefix05-expected.txt: Added.
16291 * layout-tests/dom/xhtml/level3/core/nodelookupprefix05.js: Added.
16292 * layout-tests/dom/xhtml/level3/core/nodelookupprefix05.xhtml: Added.
16293 * layout-tests/dom/xhtml/level3/core/nodelookupprefix06-expected.txt: Added.
16294 * layout-tests/dom/xhtml/level3/core/nodelookupprefix06.js: Added.
16295 * layout-tests/dom/xhtml/level3/core/nodelookupprefix06.xhtml: Added.
16296 * layout-tests/dom/xhtml/level3/core/nodelookupprefix07-expected.txt: Added.
16297 * layout-tests/dom/xhtml/level3/core/nodelookupprefix07.js: Added.
16298 * layout-tests/dom/xhtml/level3/core/nodelookupprefix07.xhtml: Added.
16299 * layout-tests/dom/xhtml/level3/core/nodelookupprefix08-expected.txt: Added.
16300 * layout-tests/dom/xhtml/level3/core/nodelookupprefix08.js: Added.
16301 * layout-tests/dom/xhtml/level3/core/nodelookupprefix08.xhtml: Added.
16302 * layout-tests/dom/xhtml/level3/core/nodelookupprefix09-expected.txt: Added.
16303 * layout-tests/dom/xhtml/level3/core/nodelookupprefix09.js: Added.
16304 * layout-tests/dom/xhtml/level3/core/nodelookupprefix09.xhtml: Added.
16305 * layout-tests/dom/xhtml/level3/core/nodelookupprefix10-expected.txt: Added.
16306 * layout-tests/dom/xhtml/level3/core/nodelookupprefix10.js: Added.
16307 * layout-tests/dom/xhtml/level3/core/nodelookupprefix10.xhtml: Added.
16308 * layout-tests/dom/xhtml/level3/core/nodelookupprefix11-expected.txt: Added.
16309 * layout-tests/dom/xhtml/level3/core/nodelookupprefix11.js: Added.
16310 * layout-tests/dom/xhtml/level3/core/nodelookupprefix11.xhtml: Added.
16311 * layout-tests/dom/xhtml/level3/core/nodelookupprefix12-expected.txt: Added.
16312 * layout-tests/dom/xhtml/level3/core/nodelookupprefix12.js: Added.
16313 * layout-tests/dom/xhtml/level3/core/nodelookupprefix12.xhtml: Added.
16314 * layout-tests/dom/xhtml/level3/core/nodelookupprefix13-expected.txt: Added.
16315 * layout-tests/dom/xhtml/level3/core/nodelookupprefix13.js: Added.
16316 * layout-tests/dom/xhtml/level3/core/nodelookupprefix13.xhtml: Added.
16317 * layout-tests/dom/xhtml/level3/core/nodelookupprefix14-expected.txt: Added.
16318 * layout-tests/dom/xhtml/level3/core/nodelookupprefix14.js: Added.
16319 * layout-tests/dom/xhtml/level3/core/nodelookupprefix14.xhtml: Added.
16320 * layout-tests/dom/xhtml/level3/core/nodelookupprefix15-expected.txt: Added.
16321 * layout-tests/dom/xhtml/level3/core/nodelookupprefix15.js: Added.
16322 * layout-tests/dom/xhtml/level3/core/nodelookupprefix15.xhtml: Added.
16323 * layout-tests/dom/xhtml/level3/core/nodelookupprefix16-expected.txt: Added.
16324 * layout-tests/dom/xhtml/level3/core/nodelookupprefix16.js: Added.
16325 * layout-tests/dom/xhtml/level3/core/nodelookupprefix16.xhtml: Added.
16326 * layout-tests/dom/xhtml/level3/core/nodelookupprefix17-expected.txt: Added.
16327 * layout-tests/dom/xhtml/level3/core/nodelookupprefix17.js: Added.
16328 * layout-tests/dom/xhtml/level3/core/nodelookupprefix17.xhtml: Added.
16329 * layout-tests/dom/xhtml/level3/core/nodelookupprefix18-expected.txt: Added.
16330 * layout-tests/dom/xhtml/level3/core/nodelookupprefix18.js: Added.
16331 * layout-tests/dom/xhtml/level3/core/nodelookupprefix18.xhtml: Added.
16332 * layout-tests/dom/xhtml/level3/core/nodelookupprefix19-expected.txt: Added.
16333 * layout-tests/dom/xhtml/level3/core/nodelookupprefix19.js: Added.
16334 * layout-tests/dom/xhtml/level3/core/nodelookupprefix19.xhtml: Added.
16335 * layout-tests/dom/xhtml/level3/core/nodelookupprefix20-expected.txt: Added.
16336 * layout-tests/dom/xhtml/level3/core/nodelookupprefix20.js: Added.
16337 * layout-tests/dom/xhtml/level3/core/nodelookupprefix20.xhtml: Added.
16338 * layout-tests/dom/xhtml/level3/core/noderemovechild01-expected.txt: Added.
16339 * layout-tests/dom/xhtml/level3/core/noderemovechild01.js: Added.
16340 * layout-tests/dom/xhtml/level3/core/noderemovechild01.xhtml: Added.
16341 * layout-tests/dom/xhtml/level3/core/noderemovechild02-expected.txt: Added.
16342 * layout-tests/dom/xhtml/level3/core/noderemovechild02.js: Added.
16343 * layout-tests/dom/xhtml/level3/core/noderemovechild02.xhtml: Added.
16344 * layout-tests/dom/xhtml/level3/core/noderemovechild03.js: Added.
16345 * layout-tests/dom/xhtml/level3/core/noderemovechild03.xhtml-disabled: Added.
16346 * layout-tests/dom/xhtml/level3/core/noderemovechild04-expected.txt: Added.
16347 * layout-tests/dom/xhtml/level3/core/noderemovechild04.js: Added.
16348 * layout-tests/dom/xhtml/level3/core/noderemovechild04.xhtml: Added.
16349 * layout-tests/dom/xhtml/level3/core/noderemovechild05-expected.txt: Added.
16350 * layout-tests/dom/xhtml/level3/core/noderemovechild05.js: Added.
16351 * layout-tests/dom/xhtml/level3/core/noderemovechild05.xhtml: Added.
16352 * layout-tests/dom/xhtml/level3/core/noderemovechild07-expected.txt: Added.
16353 * layout-tests/dom/xhtml/level3/core/noderemovechild07.js: Added.
16354 * layout-tests/dom/xhtml/level3/core/noderemovechild07.xhtml: Added.
16355 * layout-tests/dom/xhtml/level3/core/noderemovechild08-expected.txt: Added.
16356 * layout-tests/dom/xhtml/level3/core/noderemovechild08.js: Added.
16357 * layout-tests/dom/xhtml/level3/core/noderemovechild08.xhtml: Added.
16358 * layout-tests/dom/xhtml/level3/core/noderemovechild09-expected.txt: Added.
16359 * layout-tests/dom/xhtml/level3/core/noderemovechild09.js: Added.
16360 * layout-tests/dom/xhtml/level3/core/noderemovechild09.xhtml: Added.
16361 * layout-tests/dom/xhtml/level3/core/noderemovechild10-expected.txt: Added.
16362 * layout-tests/dom/xhtml/level3/core/noderemovechild10.js: Added.
16363 * layout-tests/dom/xhtml/level3/core/noderemovechild10.xhtml: Added.
16364 * layout-tests/dom/xhtml/level3/core/noderemovechild11-expected.txt: Added.
16365 * layout-tests/dom/xhtml/level3/core/noderemovechild11.js: Added.
16366 * layout-tests/dom/xhtml/level3/core/noderemovechild11.xhtml: Added.
16367 * layout-tests/dom/xhtml/level3/core/noderemovechild12-expected.txt: Added.
16368 * layout-tests/dom/xhtml/level3/core/noderemovechild12.js: Added.
16369 * layout-tests/dom/xhtml/level3/core/noderemovechild12.xhtml: Added.
16370 * layout-tests/dom/xhtml/level3/core/noderemovechild13-expected.txt: Added.
16371 * layout-tests/dom/xhtml/level3/core/noderemovechild13.js: Added.
16372 * layout-tests/dom/xhtml/level3/core/noderemovechild13.xhtml: Added.
16373 * layout-tests/dom/xhtml/level3/core/noderemovechild14-expected.txt: Added.
16374 * layout-tests/dom/xhtml/level3/core/noderemovechild14.js: Added.
16375 * layout-tests/dom/xhtml/level3/core/noderemovechild14.xhtml: Added.
16376 * layout-tests/dom/xhtml/level3/core/noderemovechild15-expected.txt: Added.
16377 * layout-tests/dom/xhtml/level3/core/noderemovechild15.js: Added.
16378 * layout-tests/dom/xhtml/level3/core/noderemovechild15.xhtml: Added.
16379 * layout-tests/dom/xhtml/level3/core/noderemovechild16-expected.txt: Added.
16380 * layout-tests/dom/xhtml/level3/core/noderemovechild16.js: Added.
16381 * layout-tests/dom/xhtml/level3/core/noderemovechild16.xhtml: Added.
16382 * layout-tests/dom/xhtml/level3/core/noderemovechild17-expected.txt: Added.
16383 * layout-tests/dom/xhtml/level3/core/noderemovechild17.js: Added.
16384 * layout-tests/dom/xhtml/level3/core/noderemovechild17.xhtml: Added.
16385 * layout-tests/dom/xhtml/level3/core/noderemovechild18-expected.txt: Added.
16386 * layout-tests/dom/xhtml/level3/core/noderemovechild18.js: Added.
16387 * layout-tests/dom/xhtml/level3/core/noderemovechild18.xhtml: Added.
16388 * layout-tests/dom/xhtml/level3/core/noderemovechild19-expected.txt: Added.
16389 * layout-tests/dom/xhtml/level3/core/noderemovechild19.js: Added.
16390 * layout-tests/dom/xhtml/level3/core/noderemovechild19.xhtml: Added.
16391 * layout-tests/dom/xhtml/level3/core/noderemovechild20-expected.txt: Added.
16392 * layout-tests/dom/xhtml/level3/core/noderemovechild20.js: Added.
16393 * layout-tests/dom/xhtml/level3/core/noderemovechild20.xhtml: Added.
16394 * layout-tests/dom/xhtml/level3/core/noderemovechild21-expected.txt: Added.
16395 * layout-tests/dom
16396 * layout-tests/dom/xhtml/level3/core/noderemovechild21.xhtml: Added.
16397 * layout-tests/dom/xhtml/level3/core/noderemovechild22-expected.txt: Added.
16398 * layout-tests/dom/xhtml/level3/core/noderemovechild22.js: Added.
16399 * layout-tests/dom/xhtml/level3/core/noderemovechild22.xhtml: Added.
16400 * layout-tests/dom/xhtml/level3/core/noderemovechild23-expected.txt: Added.
16401 * layout-tests/dom/xhtml/level3/core/noderemovechild23.js: Added.
16402 * layout-tests/dom/xhtml/level3/core/noderemovechild23.xhtml: Added.
16403 * layout-tests/dom/xhtml/level3/core/noderemovechild24-expected.txt: Added.
16404 * layout-tests/dom/xhtml/level3/core/noderemovechild24.js: Added.
16405 * layout-tests/dom/xhtml/level3/core/noderemovechild24.xhtml: Added.
16406 * layout-tests/dom/xhtml/level3/core/noderemovechild25-expected.txt: Added.
16407 * layout-tests/dom/xhtml/level3/core/noderemovechild25.js: Added.
16408 * layout-tests/dom/xhtml/level3/core/noderemovechild25.xhtml: Added.
16409 * layout-tests/dom/xhtml/level3/core/noderemovechild26-expected.txt: Added.
16410 * layout-tests/dom/xhtml/level3/core/noderemovechild26.js: Added.
16411 * layout-tests/dom/xhtml/level3/core/noderemovechild26.xhtml: Added.
16412 * layout-tests/dom/xhtml/level3/core/noderemovechild27-expected.txt: Added.
16413 * layout-tests/dom/xhtml/level3/core/noderemovechild27.js: Added.
16414 * layout-tests/dom/xhtml/level3/core/noderemovechild27.xhtml: Added.
16415 * layout-tests/dom/xhtml/level3/core/noderemovechild28-expected.txt: Added.
16416 * layout-tests/dom/xhtml/level3/core/noderemovechild28.js: Added.
16417 * layout-tests/dom/xhtml/level3/core/noderemovechild28.xhtml: Added.
16418 * layout-tests/dom/xhtml/level3/core/noderemovechild29-expected.txt: Added.
16419 * layout-tests/dom/xhtml/level3/core/noderemovechild29.js: Added.
16420 * layout-tests/dom/xhtml/level3/core/noderemovechild29.xhtml: Added.
16421 * layout-tests/dom/xhtml/level3/core/noderemovechild30-expected.txt: Added.
16422 * layout-tests/dom/xhtml/level3/core/noderemovechild30.js: Added.
16423 * layout-tests/dom/xhtml/level3/core/noderemovechild30.xhtml: Added.
16424 * layout-tests/dom/xhtml/level3/core/noderemovechild31-expected.txt: Added.
16425 * layout-tests/dom/xhtml/level3/core/noderemovechild31.js: Added.
16426 * layout-tests/dom/xhtml/level3/core/noderemovechild31.xhtml: Added.
16427 * layout-tests/dom/xhtml/level3/core/nodereplacechild01-expected.txt: Added.
16428 * layout-tests/dom/xhtml/level3/core/nodereplacechild01.js: Added.
16429 * layout-tests/dom/xhtml/level3/core/nodereplacechild01.xhtml: Added.
16430 * layout-tests/dom/xhtml/level3/core/nodereplacechild02-expected.txt: Added.
16431 * layout-tests/dom/xhtml/level3/core/nodereplacechild02.js: Added.
16432 * layout-tests/dom/xhtml/level3/core/nodereplacechild02.xhtml: Added.
16433 * layout-tests/dom/xhtml/level3/core/nodereplacechild03-expected.txt: Added.
16434 * layout-tests/dom/xhtml/level3/core/nodereplacechild03.js: Added.
16435 * layout-tests/dom/xhtml/level3/core/nodereplacechild03.xhtml: Added.
16436 * layout-tests/dom/xhtml/level3/core/nodereplacechild04-expected.txt: Added.
16437 * layout-tests/dom/xhtml/level3/core/nodereplacechild04.js: Added.
16438 * layout-tests/dom/xhtml/level3/core/nodereplacechild04.xhtml: Added.
16439 * layout-tests/dom/xhtml/level3/core/nodereplacechild06.js: Added.
16440 * layout-tests/dom/xhtml/level3/core/nodereplacechild06.xhtml-disabled: Added.
16441 * layout-tests/dom/xhtml/level3/core/nodereplacechild07.js: Added.
16442 * layout-tests/dom/xhtml/level3/core/nodereplacechild07.xhtml-disabled: Added.
16443 * layout-tests/dom/xhtml/level3/core/nodereplacechild08.js: Added.
16444 * layout-tests/dom/xhtml/level3/core/nodereplacechild08.xhtml-disabled: Added.
16445 * layout-tests/dom/xhtml/level3/core/nodereplacechild10-expected.txt: Added.
16446 * layout-tests/dom/xhtml/level3/core/nodereplacechild10.js: Added.
16447 * layout-tests/dom/xhtml/level3/core/nodereplacechild10.xhtml: Added.
16448 * layout-tests/dom/xhtml/level3/core/nodereplacechild12-expected.txt: Added.
16449 * layout-tests/dom/xhtml/level3/core/nodereplacechild12.js: Added.
16450 * layout-tests/dom/xhtml/level3/core/nodereplacechild12.xhtml: Added.
16451 * layout-tests/dom/xhtml/level3/core/nodereplacechild13-expected.txt: Added.
16452 * layout-tests/dom/xhtml/level3/core/nodereplacechild13.js: Added.
16453 * layout-tests/dom/xhtml/level3/core/nodereplacechild13.xhtml: Added.
16454 * layout-tests/dom/xhtml/level3/core/nodereplacechild14-expected.txt: Added.
16455 * layout-tests/dom/xhtml/level3/core/nodereplacechild14.js: Added.
16456 * layout-tests/dom/xhtml/level3/core/nodereplacechild14.xhtml: Added.
16457 * layout-tests/dom/xhtml/level3/core/nodereplacechild15-expected.txt: Added.
16458 * layout-tests/dom/xhtml/level3/core/nodereplacechild15.js: Added.
16459 * layout-tests/dom/xhtml/level3/core/nodereplacechild15.xhtml: Added.
16460 * layout-tests/dom/xhtml/level3/core/nodereplacechild16-expected.txt: Added.
16461 * layout-tests/dom/xhtml/level3/core/nodereplacechild16.js: Added.
16462 * layout-tests/dom/xhtml/level3/core/nodereplacechild16.xhtml: Added.
16463 * layout-tests/dom/xhtml/level3/core/nodereplacechild17-expected.txt: Added.
16464 * layout-tests/dom/xhtml/level3/core/nodereplacechild17.js: Added.
16465 * layout-tests/dom/xhtml/level3/core/nodereplacechild17.xhtml: Added.
16466 * layout-tests/dom/xhtml/level3/core/nodereplacechild18-expected.txt: Added.
16467 * layout-tests/dom/xhtml/level3/core/nodereplacechild18.js: Added.
16468 * layout-tests/dom/xhtml/level3/core/nodereplacechild18.xhtml: Added.
16469 * layout-tests/dom/xhtml/level3/core/nodereplacechild19-expected.txt: Added.
16470 * layout-tests/dom/xhtml/level3/core/nodereplacechild19.js: Added.
16471 * layout-tests/dom/xhtml/level3/core/nodereplacechild19.xhtml: Added.
16472 * layout-tests/dom/xhtml/level3/core/nodereplacechild20-expected.txt: Added.
16473 * layout-tests/dom/xhtml/level3/core/nodereplacechild20.js: Added.
16474 * layout-tests/dom/xhtml/level3/core/nodereplacechild20.xhtml: Added.
16475 * layout-tests/dom/xhtml/level3/core/nodereplacechild21-expected.txt: Added.
16476 * layout-tests/dom/xhtml/level3/core/nodereplacechild21.js: Added.
16477 * layout-tests/dom/xhtml/level3/core/nodereplacechild21.xhtml: Added.
16478 * layout-tests/dom/xhtml/level3/core/nodereplacechild22-expected.txt: Added.
16479 * layout-tests/dom/xhtml/level3/core/nodereplacechild22.js: Added.
16480 * layout-tests/dom/xhtml/level3/core/nodereplacechild22.xhtml: Added.
16481 * layout-tests/dom/xhtml/level3/core/nodereplacechild23-expected.txt: Added.
16482 * layout-tests/dom/xhtml/level3/core/nodereplacechild23.js: Added.
16483 * layout-tests/dom/xhtml/level3/core/nodereplacechild23.xhtml: Added.
16484 * layout-tests/dom/xhtml/level3/core/nodereplacechild24-expected.txt: Added.
16485 * layout-tests/dom/xhtml/level3/core/nodereplacechild24.js: Added.
16486 * layout-tests/dom/xhtml/level3/core/nodereplacechild24.xhtml: Added.
16487 * layout-tests/dom/xhtml/level3/core/nodereplacechild25-expected.txt: Added.
16488 * layout-tests/dom/xhtml/level3/core/nodereplacechild25.js: Added.
16489 * layout-tests/dom/xhtml/level3/core/nodereplacechild25.xhtml: Added.
16490 * layout-tests/dom/xhtml/level3/core/nodereplacechild26-expected.txt: Added.
16491 * layout-tests/dom/xhtml/level3/core/nodereplacechild26.js: Added.
16492 * layout-tests/dom/xhtml/level3/core/nodereplacechild26.xhtml: Added.
16493 * layout-tests/dom/xhtml/level3/core/nodereplacechild27-expected.txt: Added.
16494 * layout-tests/dom/xhtml/level3/core/nodereplacechild27.js: Added.
16495 * layout-tests/dom/xhtml/level3/core/nodereplacechild27.xhtml: Added.
16496 * layout-tests/dom/xhtml/level3/core/nodereplacechild28-expected.txt: Added.
16497 * layout-tests/dom/xhtml/level3/core/nodereplacechild28.js: Added.
16498 * layout-tests/dom/xhtml/level3/core/nodereplacechild28.xhtml: Added.
16499 * layout-tests/dom/xhtml/level3/core/nodereplacechild29-expected.txt: Added.
16500 * layout-tests/dom/xhtml/level3/core/nodereplacechild29.js: Added.
16501 * layout-tests/dom/xhtml/level3/core/nodereplacechild29.xhtml: Added.
16502 * layout-tests/dom/xhtml/level3/core/nodereplacechild30-expected.txt: Added.
16503 * layout-tests/dom/xhtml/level3/core/nodereplacechild30.js: Added.
16504 * layout-tests/dom/xhtml/level3/core/nodereplacechild30.xhtml: Added.
16505 * layout-tests/dom/xhtml/level3/core/nodereplacechild31-expected.txt: Added.
16506 * layout-tests/dom/xhtml/level3/core/nodereplacechild31.js: Added.
16507 * layout-tests/dom/xhtml/level3/core/nodereplacechild31.xhtml: Added.
16508 * layout-tests/dom/xhtml/level3/core/nodereplacechild32-expected.txt: Added.
16509 * layout-tests/dom/xhtml/level3/core/nodereplacechild32.js: Added.
16510 * layout-tests/dom/xhtml/level3/core/nodereplacechild32.xhtml: Added.
16511 * layout-tests/dom/xhtml/level3/core/nodereplacechild33-expected.txt: Added.
16512 * layout-tests/dom/xhtml/level3/core/nodereplacechild33.js: Added.
16513 * layout-tests/dom/xhtml/level3/core/nodereplacechild33.xhtml: Added.
16514 * layout-tests/dom/xhtml/level3/core/nodereplacechild34-expected.txt: Added.
16515 * layout-tests/dom/xhtml/level3/core/nodereplacechild34.js: Added.
16516 * layout-tests/dom/xhtml/level3/core/nodereplacechild34.xhtml: Added.
16517 * layout-tests/dom/xhtml/level3/core/nodereplacechild35-expected.txt: Added.
16518 * layout-tests/dom/xhtml/level3/core/nodereplacechild35.js: Added.
16519 * layout-tests/dom/xhtml/level3/core/nodereplacechild35.xhtml: Added.
16520 * layout-tests/dom/xhtml/level3/core/nodereplacechild36-expected.txt: Added.
16521 * layout-tests/dom/xhtml/level3/core/nodereplacechild36.js: Added.
16522 * layout-tests/dom/xhtml/level3/core/nodereplacechild36.xhtml: Added.
16523 * layout-tests/dom/xhtml/level3/core/nodereplacechild37-expected.txt: Added.
16524 * layout-tests/dom/xhtml/level3/core/nodereplacechild37.js: Added.
16525 * layout-tests/dom/xhtml/level3/core/nodereplacechild37.xhtml: Added.
16526 * layout-tests/dom/xhtml/level3/core/nodereplacechild38-expected.txt: Added.
16527 * layout-tests/dom/xhtml/level3/core/nodereplacechild38.js: Added.
16528 * layout-tests/dom/xhtml/level3/core/nodereplacechild38.xhtml: Added.
16529 * layout-tests/dom/xhtml/level3/core/nodereplacechild39-expected.txt: Added.
16530 * layout-tests/dom/xhtml/level3/core/nodereplacechild39.js: Added.
16531 * layout-tests/dom/xhtml/level3/core/nodereplacechild39.xhtml: Added.
16532 * layout-tests/dom/xhtml/level3/core/nodereplacechild40-expected.txt: Added.
16533 * layout-tests/dom/xhtml/level3/core/nodereplacechild40.js: Added.
16534 * layout-tests/dom/xhtml/level3/core/nodereplacechild40.xhtml: Added.
16535 * layout-tests/dom/xhtml/level3/core/nodesettextcontent01-expected.txt: Added.
16536 * layout-tests/dom/xhtml/level3/core/nodesettextcontent01.js: Added.
16537 * layout-tests/dom/xhtml/level3/core/nodesettextcontent01.xhtml: Added.
16538 * layout-tests/dom/xhtml/level3/core/nodesettextcontent02-expected.txt: Added.
16539 * layout-tests/dom/xhtml/level3/core/nodesettextcontent02.js: Added.
16540 * layout-tests/dom/xhtml/level3/core/nodesettextcontent02.xhtml: Added.
16541 * layout-tests/dom/xhtml/level3/core/nodesettextcontent03-expected.txt: Added.
16542 * layout-tests/dom/xhtml/level3/core/nodesettextcontent03.js: Added.
16543 * layout-tests/dom/xhtml/level3/core/nodesettextcontent03.xhtml: Added.
16544 * layout-tests/dom/xhtml/level3/core/nodesettextcontent04-expected.txt: Added.
16545 * layout-tests/dom/xhtml/level3/core/nodesettextcontent04.js: Added.
16546 * layout-tests/dom/xhtml/level3/core/nodesettextcontent04.xhtml: Added.
16547 * layout-tests/dom/xhtml/level3/core/nodesettextcontent05-expected.txt: Added.
16548 * layout-tests/dom/xhtml/level3/core/nodesettextcontent05.js: Added.
16549 * layout-tests/dom/xhtml/level3/core/nodesettextcontent05.xhtml: Added.
16550 * layout-tests/dom/xhtml/level3/core/nodesettextcontent06-expected.txt: Added.
16551 * layout-tests/dom/xhtml/level3/core/nodesettextcontent06.js: Added.
16552 * layout-tests/dom/xhtml/level3/core/nodesettextcontent06.xhtml: Added.
16553 * layout-tests/dom/xhtml/level3/core/nodesettextcontent07-expected.txt: Added.
16554 * layout-tests/dom/xhtml/level3/core/nodesettextcontent07.js: Added.
16555 * layout-tests/dom/xhtml/level3/core/nodesettextcontent07.xhtml: Added.
16556 * layout-tests/dom/xhtml/level3/core/nodesettextcontent08-expected.txt: Added.
16557 * layout-tests/dom/xhtml/level3/core/nodesettextcontent08.js: Added.
16558 * layout-tests/dom/xhtml/level3/core/nodesettextcontent08.xhtml: Added.
16559 * layout-tests/dom/xhtml/level3/core/nodesettextcontent10-expected.txt: Added.
16560 * layout-tests/dom/xhtml/level3/core/nodesettextcontent10.js: Added.
16561 * layout-tests/dom/xhtml/level3/core/nodesettextcontent10.xhtml: Added.
16562 * layout-tests/dom/xhtml/level3/core/nodesettextcontent11-expected.txt: Added.
16563 * layout-tests/dom/xhtml/level3/core/nodesettextcontent11.js: Added.
16564 * layout-tests/dom/xhtml/level3/core/nodesettextcontent11.xhtml: Added.
16565 * layout-tests/dom/xhtml/level3/core/nodesettextcontent12-expected.txt: Added.
16566 * layout-tests/dom/xhtml/level3/core/nodesettextcontent12.js: Added.
16567 * layout-tests/dom/xhtml/level3/core/nodesettextcontent12.xhtml: Added.
16568 * layout-tests/dom/xhtml/level3/core/nodesettextcontent13-expected.txt: Added.
16569 * layout-tests/dom/xhtml/level3/core/nodesettextcontent13.js: Added.
16570 * layout-tests/dom/xhtml/level3/core/nodesettextcontent13.xhtml: Added.
16571 * layout-tests/dom/xhtml/level3/core/nodesetuserdata01-expected.txt: Added.
16572 * layout-tests/dom/xhtml/level3/core/nodesetuserdata01.js: Added.
16573 * layout-tests/dom/xhtml/level3/core/nodesetuserdata01.xhtml: Added.
16574 * layout-tests/dom/xhtml/level3/core/nodesetuserdata02-expected.txt: Added.
16575 * layout-tests/dom/xhtml/level3/core/nodesetuserdata02.js: Added.
16576 * layout-tests/dom/xhtml/level3/core/nodesetuserdata02.xhtml: Added.
16577 * layout-tests/dom/xhtml/level3/core/nodesetuserdata03-expected.txt: Added.
16578 * layout-tests/dom/xhtml/level3/core/nodesetuserdata03.js: Added.
16579 * layout-tests/dom/xhtml/level3/core/nodesetuserdata03.xhtml: Added.
16580 * layout-tests/dom/xhtml/level3/core/nodesetuserdata04-expected.txt: Added.
16581 * layout-tests/dom/xhtml/level3/core/nodesetuserdata04.js: Added.
16582 * layout-tests/dom/xhtml/level3/core/nodesetuserdata04.xhtml: Added.
16583 * layout-tests/dom/xhtml/level3/core/nodesetuserdata05-expected.txt: Added.
16584 * layout-tests/dom/xhtml/level3/core/nodesetuserdata05.js: Added.
16585 * layout-tests/dom/xhtml/level3/core/nodesetuserdata05.xhtml: Added.
16586 * layout-tests/dom/xhtml/level3/core/nodesetuserdata06-expected.txt: Added.
16587 * layout-tests/dom/xhtml/level3/core/nodesetuserdata06.js: Added.
16588 * layout-tests/dom/xhtml/level3/core/nodesetuserdata06.xhtml: Added.
16589 * layout-tests/dom/xhtml/level3/core/nodesetuserdata07-expected.txt: Added.
16590 * layout-tests/dom/xhtml/level3/core/nodesetuserdata07.js: Added.
16591 * layout-tests/dom/xhtml/level3/core/nodesetuserdata07.xhtml: Added.
16592 * layout-tests/dom/xhtml/level3/core/nodesetuserdata08-expected.txt: Added.
16593 * layout-tests/dom/xhtml/level3/core/nodesetuserdata08.js: Added.
16594 * layout-tests/dom/xhtml/level3/core/nodesetuserdata08.xhtml: Added.
16595 * layout-tests/dom/xhtml/level3/core/nodesetuserdata09-expected.txt: Added.
16596 * layout-tests/dom/xhtml/level3/core/nodesetuserdata09.js: Added.
16597 * layout-tests/dom/xhtml/level3/core/nodesetuserdata09.xhtml: Added.
16598 * layout-tests/dom/xhtml/level3/core/nodesetuserdata10-expected.txt: Added.
16599 * layout-tests/dom/xhtml/level3/core/nodesetuserdata10.js: Added.
16600 * layout-tests/dom/xhtml/level3/core/nodesetuserdata10.xhtml: Added.
16601 * layout-tests/dom
16602 * layout-tests/dom/xhtml/level3/core/normalizecharacters01.js: Added.
16603 * layout-tests/dom/xhtml/level3/core/normalizecharacters01.xhtml: Added.
16604 * layout-tests/dom/xhtml/level3/core/normalizecharacters02-expected.txt: Added.
16605 * layout-tests/dom/xhtml/level3/core/normalizecharacters02.js: Added.
16606 * layout-tests/dom/xhtml/level3/core/normalizecharacters02.xhtml: Added.
16607 * layout-tests/dom/xhtml/level3/core/normalizecharacters03-expected.txt: Added.
16608 * layout-tests/dom/xhtml/level3/core/normalizecharacters03.js: Added.
16609 * layout-tests/dom/xhtml/level3/core/normalizecharacters03.xhtml: Added.
16610 * layout-tests/dom/xhtml/level3/core/normalizecharacters04-expected.txt: Added.
16611 * layout-tests/dom/xhtml/level3/core/normalizecharacters04.js: Added.
16612 * layout-tests/dom/xhtml/level3/core/normalizecharacters04.xhtml: Added.
16613 * layout-tests/dom/xhtml/level3/core/normalizecharacters05-expected.txt: Added.
16614 * layout-tests/dom/xhtml/level3/core/normalizecharacters05.js: Added.
16615 * layout-tests/dom/xhtml/level3/core/normalizecharacters05.xhtml: Added.
16616 * layout-tests/dom/xhtml/level3/core/normalizecharacters06-expected.txt: Added.
16617 * layout-tests/dom/xhtml/level3/core/normalizecharacters06.js: Added.
16618 * layout-tests/dom/xhtml/level3/core/normalizecharacters06.xhtml: Added.
16619 * layout-tests/dom/xhtml/level3/core/normalizecharacters07-expected.txt: Added.
16620 * layout-tests/dom/xhtml/level3/core/normalizecharacters07.js: Added.
16621 * layout-tests/dom/xhtml/level3/core/normalizecharacters07.xhtml: Added.
16622 * layout-tests/dom/xhtml/level3/core/normalizecharacters08-expected.txt: Added.
16623 * layout-tests/dom/xhtml/level3/core/normalizecharacters08.js: Added.
16624 * layout-tests/dom/xhtml/level3/core/normalizecharacters08.xhtml: Added.
16625 * layout-tests/dom/xhtml/level3/core/resources/COPYRIGHT.xhtml: Added.
16626 * layout-tests/dom/xhtml/level3/core/selfxhtml.js: Added.
16627 * layout-tests/dom/xhtml/level3/core/splitcdatasections01-expected.txt: Added.
16628 * layout-tests/dom/xhtml/level3/core/splitcdatasections01.js: Added.
16629 * layout-tests/dom/xhtml/level3/core/splitcdatasections01.xhtml: Added.
16630 * layout-tests/dom/xhtml/level3/core/textiselementcontentwhitespace01-expected.txt: Added.
16631 * layout-tests/dom/xhtml/level3/core/textiselementcontentwhitespace01.js: Added.
16632 * layout-tests/dom/xhtml/level3/core/textiselementcontentwhitespace01.xhtml: Added.
16633 * layout-tests/dom/xhtml/level3/core/textiselementcontentwhitespace02-expected.txt: Added.
16634 * layout-tests/dom/xhtml/level3/core/textiselementcontentwhitespace02.js: Added.
16635 * layout-tests/dom/xhtml/level3/core/textiselementcontentwhitespace02.xhtml: Added.
16636 * layout-tests/dom/xhtml/level3/core/textiselementcontentwhitespace03-expected.txt: Added.
16637 * layout-tests/dom/xhtml/level3/core/textiselementcontentwhitespace03.js: Added.
16638 * layout-tests/dom/xhtml/level3/core/textiselementcontentwhitespace03.xhtml: Added.
16639 * layout-tests/dom/xhtml/level3/core/textiselementcontentwhitespace04-expected.txt: Added.
16640 * layout-tests/dom/xhtml/level3/core/textiselementcontentwhitespace04.js: Added.
16641 * layout-tests/dom/xhtml/level3/core/textiselementcontentwhitespace04.xhtml: Added.
16642 * layout-tests/dom/xhtml/level3/core/textiselementcontentwhitespace05-expected.txt: Added.
16643 * layout-tests/dom/xhtml/level3/core/textiselementcontentwhitespace05.js: Added.
16644 * layout-tests/dom/xhtml/level3/core/textiselementcontentwhitespace05.xhtml: Added.
16645 * layout-tests/dom/xhtml/level3/core/textiselementcontentwhitespace06-expected.txt: Added.
16646 * layout-tests/dom/xhtml/level3/core/textiselementcontentwhitespace06.js: Added.
16647 * layout-tests/dom/xhtml/level3/core/textiselementcontentwhitespace06.xhtml: Added.
16648 * layout-tests/dom/xhtml/level3/core/textreplacewholetext01-expected.txt: Added.
16649 * layout-tests/dom/xhtml/level3/core/textreplacewholetext01.js: Added.
16650 * layout-tests/dom/xhtml/level3/core/textreplacewholetext01.xhtml: Added.
16651 * layout-tests/dom/xhtml/level3/core/textreplacewholetext02-expected.txt: Added.
16652 * layout-tests/dom/xhtml/level3/core/textreplacewholetext02.js: Added.
16653 * layout-tests/dom/xhtml/level3/core/textreplacewholetext02.xhtml: Added.
16654 * layout-tests/dom/xhtml/level3/core/textreplacewholetext03-expected.txt: Added.
16655 * layout-tests/dom/xhtml/level3/core/textreplacewholetext03.js: Added.
16656 * layout-tests/dom/xhtml/level3/core/textreplacewholetext03.xhtml: Added.
16657 * layout-tests/dom/xhtml/level3/core/textreplacewholetext04-expected.txt: Added.
16658 * layout-tests/dom/xhtml/level3/core/textreplacewholetext04.js: Added.
16659 * layout-tests/dom/xhtml/level3/core/textreplacewholetext04.xhtml: Added.
16660 * layout-tests/dom/xhtml/level3/core/textreplacewholetext05-expected.txt: Added.
16661 * layout-tests/dom/xhtml/level3/core/textreplacewholetext05.js: Added.
16662 * layout-tests/dom/xhtml/level3/core/textreplacewholetext05.xhtml: Added.
16663 * layout-tests/dom/xhtml/level3/core/textreplacewholetext06-expected.txt: Added.
16664 * layout-tests/dom/xhtml/level3/core/textreplacewholetext06.js: Added.
16665 * layout-tests/dom/xhtml/level3/core/textreplacewholetext06.xhtml: Added.
16666 * layout-tests/dom/xhtml/level3/core/textreplacewholetext07-expected.txt: Added.
16667 * layout-tests/dom/xhtml/level3/core/textreplacewholetext07.js: Added.
16668 * layout-tests/dom/xhtml/level3/core/textreplacewholetext07.xhtml: Added.
16669 * layout-tests/dom/xhtml/level3/core/textreplacewholetext08-expected.txt: Added.
16670 * layout-tests/dom/xhtml/level3/core/textreplacewholetext08.js: Added.
16671 * layout-tests/dom/xhtml/level3/core/textreplacewholetext08.xhtml: Added.
16672 * layout-tests/dom/xhtml/level3/core/textwholetext01-expected.txt: Added.
16673 * layout-tests/dom/xhtml/level3/core/textwholetext01.js: Added.
16674 * layout-tests/dom/xhtml/level3/core/textwholetext01.xhtml: Added.
16675 * layout-tests/dom/xhtml/level3/core/textwholetext02-expected.txt: Added.
16676 * layout-tests/dom/xhtml/level3/core/textwholetext02.js: Added.
16677 * layout-tests/dom/xhtml/level3/core/textwholetext02.xhtml: Added.
16678 * layout-tests/dom/xhtml/level3/core/textwholetext03-expected.txt: Added.
16679 * layout-tests/dom/xhtml/level3/core/textwholetext03.js: Added.
16680 * layout-tests/dom/xhtml/level3/core/textwholetext03.xhtml: Added.
16681 * layout-tests/dom/xhtml/level3/core/typeinfo.svg.xsd: Added.
16682 * layout-tests/dom/xhtml/level3/core/typeinfo.xsd: Added.
16683 * layout-tests/dom/xhtml/level3/core/typeinfogettypename03-expected.txt: Added.
16684 * layout-tests/dom/xhtml/level3/core/typeinfogettypename03.js: Added.
16685 * layout-tests/dom/xhtml/level3/core/typeinfogettypename03.xhtml: Added.
16686 * layout-tests/dom/xhtml/level3/core/typeinfogettypename04-expected.txt: Added.
16687 * layout-tests/dom/xhtml/level3/core/typeinfogettypename04.js: Added.
16688 * layout-tests/dom/xhtml/level3/core/typeinfogettypename04.xhtml: Added.
16689 * layout-tests/dom/xhtml/level3/core/typeinfogettypenamespace01-expected.txt: Added.
16690 * layout-tests/dom/xhtml/level3/core/typeinfogettypenamespace01.js: Added.
16691 * layout-tests/dom/xhtml/level3/core/typeinfogettypenamespace01.xhtml: Added.
16692 * layout-tests/dom/xhtml/level3/core/typeinfogettypenamespace03-expected.txt: Added.
16693 * layout-tests/dom/xhtml/level3/core/typeinfogettypenamespace03.js: Added.
16694 * layout-tests/dom/xhtml/level3/core/typeinfogettypenamespace03.xhtml: Added.
16695 * layout-tests/dom/xhtml/level3/core/typeinfogettypenamespace04-expected.txt: Added.
16696 * layout-tests/dom/xhtml/level3/core/typeinfogettypenamespace04.js: Added.
16697 * layout-tests/dom/xhtml/level3/core/typeinfogettypenamespace04.xhtml: Added.
16698 * layout-tests/dom/xhtml/level3/core/typeinfoisderivedfrom01-expected.txt: Added.
16699 * layout-tests/dom/xhtml/level3/core/typeinfoisderivedfrom01.js: Added.
16700 * layout-tests/dom/xhtml/level3/core/typeinfoisderivedfrom01.xhtml: Added.
16701 * layout-tests/dom/xhtml/level3/core/typeinfoisderivedfrom02-expected.txt: Added.
16702 * layout-tests/dom/xhtml/level3/core/typeinfoisderivedfrom02.js: Added.
16703 * layout-tests/dom/xhtml/level3/core/typeinfoisderivedfrom02.xhtml: Added.
16704 * layout-tests/dom/xhtml/level3/core/typeinfoisderivedfrom03-expected.txt: Added.
16705 * layout-tests/dom/xhtml/level3/core/typeinfoisderivedfrom03.js: Added.
16706 * layout-tests/dom/xhtml/level3/core/typeinfoisderivedfrom03.xhtml: Added.
16707 * layout-tests/dom/xhtml/level3/core/typeinfoisderivedfrom04-expected.txt: Added.
16708 * layout-tests/dom/xhtml/level3/core/typeinfoisderivedfrom04.js: Added.
16709 * layout-tests/dom/xhtml/level3/core/typeinfoisderivedfrom04.xhtml: Added.
16710 * layout-tests/dom/xhtml/level3/core/typeinfoisderivedfrom05-expected.txt: Added.
16711 * layout-tests/dom/xhtml/level3/core/typeinfoisderivedfrom05.js: Added.
16712 * layout-tests/dom/xhtml/level3/core/typeinfoisderivedfrom05.xhtml: Added.
16713 * layout-tests/dom/xhtml/level3/core/typeinfoisderivedfrom06-expected.txt: Added.
16714 * layout-tests/dom/xhtml/level3/core/typeinfoisderivedfrom06.js: Added.
16715 * layout-tests/dom/xhtml/level3/core/typeinfoisderivedfrom06.xhtml: Added.
16716 * layout-tests/dom/xhtml/level3/core/typeinfoisderivedfrom07-expected.txt: Added.
16717 * layout-tests/dom/xhtml/level3/core/typeinfoisderivedfrom07.js: Added.
16718 * layout-tests/dom/xhtml/level3/core/typeinfoisderivedfrom07.xhtml: Added.
16719 * layout-tests/dom/xhtml/level3/core/typeinfoisderivedfrom08-expected.txt: Added.
16720 * layout-tests/dom/xhtml/level3/core/typeinfoisderivedfrom08.js: Added.
16721 * layout-tests/dom/xhtml/level3/core/typeinfoisderivedfrom08.xhtml: Added.
16722 * layout-tests/dom/xhtml/level3/core/typeinfoisderivedfrom09-expected.txt: Added.
16723 * layout-tests/dom/xhtml/level3/core/typeinfoisderivedfrom09.js: Added.
16724 * layout-tests/dom/xhtml/level3/core/typeinfoisderivedfrom09.xhtml: Added.
16725 * layout-tests/dom/xhtml/level3/core/typeinfoisderivedfrom10-expected.txt: Added.
16726 * layout-tests/dom/xhtml/level3/core/typeinfoisderivedfrom10.js: Added.
16727 * layout-tests/dom/xhtml/level3/core/typeinfoisderivedfrom10.xhtml: Added.
16728 * layout-tests/dom/xhtml/level3/core/typeinfoisderivedfrom11-expected.txt: Added.
16729 * layout-tests/dom/xhtml/level3/core/typeinfoisderivedfrom11.js: Added.
16730 * layout-tests/dom/xhtml/level3/core/typeinfoisderivedfrom11.xhtml: Added.
16731 * layout-tests/dom/xhtml/level3/core/typeinfoisderivedfrom12-expected.txt: Added.
16732 * layout-tests/dom/xhtml/level3/core/typeinfoisderivedfrom12.js: Added.
16733 * layout-tests/dom/xhtml/level3/core/typeinfoisderivedfrom12.xhtml: Added.
16734 * layout-tests/dom/xhtml/level3/core/typeinfoisderivedfrom13-expected.txt: Added.
16735 * layout-tests/dom/xhtml/level3/core/typeinfoisderivedfrom13.js: Added.
16736 * layout-tests/dom/xhtml/level3/core/typeinfoisderivedfrom13.xhtml: Added.
16737 * layout-tests/dom/xhtml/level3/core/typeinfoisderivedfrom14-expected.txt: Added.
16738 * layout-tests/dom/xhtml/level3/core/typeinfoisderivedfrom14.js: Added.
16739 * layout-tests/dom/xhtml/level3/core/typeinfoisderivedfrom14.xhtml: Added.
16740 * layout-tests/dom/xhtml/level3/core/typeinfoisderivedfrom15-expected.txt: Added.
16741 * layout-tests/dom/xhtml/level3/core/typeinfoisderivedfrom15.js: Added.
16742 * layout-tests/dom/xhtml/level3/core/typeinfoisderivedfrom15.xhtml: Added.
16743 * layout-tests/dom/xhtml/level3/core/typeinfoisderivedfrom16-expected.txt: Added.
16744 * layout-tests/dom/xhtml/level3/core/typeinfoisderivedfrom16.js: Added.
16745 * layout-tests/dom/xhtml/level3/core/typeinfoisderivedfrom16.xhtml: Added.
16746 * layout-tests/dom/xhtml/level3/core/typeinfoisderivedfrom17-expected.txt: Added.
16747 * layout-tests/dom/xhtml/level3/core/typeinfoisderivedfrom17.js: Added.
16748 * layout-tests/dom/xhtml/level3/core/typeinfoisderivedfrom17.xhtml: Added.
16749 * layout-tests/dom/xhtml/level3/core/typeinfoisderivedfrom18-expected.txt: Added.
16750 * layout-tests/dom/xhtml/level3/core/typeinfoisderivedfrom18.js: Added.
16751 * layout-tests/dom/xhtml/level3/core/typeinfoisderivedfrom18.xhtml: Added.
16752 * layout-tests/dom/xhtml/level3/core/typeinfoisderivedfrom19-expected.txt: Added.
16753 * layout-tests/dom/xhtml/level3/core/typeinfoisderivedfrom19.js: Added.
16754 * layout-tests/dom/xhtml/level3/core/typeinfoisderivedfrom19.xhtml: Added.
16755 * layout-tests/dom/xhtml/level3/core/typeinfoisderivedfrom20-expected.txt: Added.
16756 * layout-tests/dom/xhtml/level3/core/typeinfoisderivedfrom20.js: Added.
16757 * layout-tests/dom/xhtml/level3/core/typeinfoisderivedfrom20.xhtml: Added.
16758 * layout-tests/dom/xhtml/level3/core/typeinfoisderivedfrom21-expected.txt: Added.
16759 * layout-tests/dom/xhtml/level3/core/typeinfoisderivedfrom21.js: Added.
16760 * layout-tests/dom/xhtml/level3/core/typeinfoisderivedfrom21.xhtml: Added.
16761 * layout-tests/dom/xhtml/level3/core/typeinfoisderivedfrom22-expected.txt: Added.
16762 * layout-tests/dom/xhtml/level3/core/typeinfoisderivedfrom22.js: Added.
16763 * layout-tests/dom/xhtml/level3/core/typeinfoisderivedfrom22.xhtml: Added.
16764 * layout-tests/dom/xhtml/level3/core/typeinfoisderivedfrom23-expected.txt: Added.
16765 * layout-tests/dom/xhtml/level3/core/typeinfoisderivedfrom23.js: Added.
16766 * layout-tests/dom/xhtml/level3/core/typeinfoisderivedfrom23.xhtml: Added.
16767 * layout-tests/dom/xhtml/level3/core/typeinfoisderivedfrom24-expected.txt: Added.
16768 * layout-tests/dom/xhtml/level3/core/typeinfoisderivedfrom24.js: Added.
16769 * layout-tests/dom/xhtml/level3/core/typeinfoisderivedfrom24.xhtml: Added.
16770 * layout-tests/dom/xhtml/level3/core/typeinfoisderivedfrom25-expected.txt: Added.
16771 * layout-tests/dom/xhtml/level3/core/typeinfoisderivedfrom25.js: Added.
16772 * layout-tests/dom/xhtml/level3/core/typeinfoisderivedfrom25.xhtml: Added.
16773 * layout-tests/dom/xhtml/level3/core/typeinfoisderivedfrom26-expected.txt: Added.
16774 * layout-tests/dom/xhtml/level3/core/typeinfoisderivedfrom26.js: Added.
16775 * layout-tests/dom/xhtml/level3/core/typeinfoisderivedfrom26.xhtml: Added.
16776 * layout-tests/dom/xhtml/level3/core/typeinfoisderivedfrom27-expected.txt: Added.
16777 * layout-tests/dom/xhtml/level3/core/typeinfoisderivedfrom27.js: Added.
16778 * layout-tests/dom/xhtml/level3/core/typeinfoisderivedfrom27.xhtml: Added.
16779 * layout-tests/dom/xhtml/level3/core/typeinfoisderivedfrom28-expected.txt: Added.
16780 * layout-tests/dom/xhtml/level3/core/typeinfoisderivedfrom28.js: Added.
16781 * layout-tests/dom/xhtml/level3/core/typeinfoisderivedfrom28.xhtml: Added.
16782 * layout-tests/dom/xhtml/level3/core/typeinfoisderivedfrom29-expected.txt: Added.
16783 * layout-tests/dom/xhtml/level3/core/typeinfoisderivedfrom29.js: Added.
16784 * layout-tests/dom/xhtml/level3/core/typeinfoisderivedfrom29.xhtml: Added.
16785 * layout-tests/dom/xhtml/level3/core/typeinfoisderivedfrom30-expected.txt: Added.
16786 * layout-tests/dom/xhtml/level3/core/typeinfoisderivedfrom30.js: Added.
16787 * layout-tests/dom/xhtml/level3/core/typeinfoisderivedfrom30.xhtml: Added.
16788 * layout-tests/dom/xhtml/level3/core/typeinfoisderivedfrom31-expected.txt: Added.
16789 * layout-tests/dom/xhtml/level3/core/typeinfoisderivedfrom31.js: Added.
16790 * layout-tests/dom/xhtml/level3/core/typeinfoisderivedfrom31.xhtml: Added.
16791 * layout-tests/dom/xhtml/level3/core/typeinfoisderivedfrom32-expected.txt: Added.
16792 * layout-tests/dom/xhtml/level3/core/typeinfoisderivedfrom32.js: Added.
16793 * layout-tests/dom/xhtml/level3/core/typeinfoisderivedfrom32.xhtml: Added.
16794 * layout-tests/dom/xhtml/level3/core/typeinfoisderivedfrom33-expected.txt: Added.
16795 * layout-tests/dom/xhtml/level3/core/typeinfoisderivedfrom33.js: Added.
16796 * layout-tests/dom
16797 * layout-tests/dom/xhtml/level3/core/typeinfoisderivedfrom34-expected.txt: Added.
16798 * layout-tests/dom/xhtml/level3/core/typeinfoisderivedfrom34.js: Added.
16799 * layout-tests/dom/xhtml/level3/core/typeinfoisderivedfrom34.xhtml: Added.
16800 * layout-tests/dom/xhtml/level3/core/typeinfoisderivedfrom35-expected.txt: Added.
16801 * layout-tests/dom/xhtml/level3/core/typeinfoisderivedfrom35.js: Added.
16802 * layout-tests/dom/xhtml/level3/core/typeinfoisderivedfrom35.xhtml: Added.
16803 * layout-tests/dom/xhtml/level3/core/typeinfoisderivedfrom36-expected.txt: Added.
16804 * layout-tests/dom/xhtml/level3/core/typeinfoisderivedfrom36.js: Added.
16805 * layout-tests/dom/xhtml/level3/core/typeinfoisderivedfrom36.xhtml: Added.
16806 * layout-tests/dom/xhtml/level3/core/typeinfoisderivedfrom37-expected.txt: Added.
16807 * layout-tests/dom/xhtml/level3/core/typeinfoisderivedfrom37.js: Added.
16808 * layout-tests/dom/xhtml/level3/core/typeinfoisderivedfrom37.xhtml: Added.
16809 * layout-tests/dom/xhtml/level3/core/typeinfoisderivedfrom38-expected.txt: Added.
16810 * layout-tests/dom/xhtml/level3/core/typeinfoisderivedfrom38.js: Added.
16811 * layout-tests/dom/xhtml/level3/core/typeinfoisderivedfrom38.xhtml: Added.
16812 * layout-tests/dom/xhtml/level3/core/typeinfoisderivedfrom39-expected.txt: Added.
16813 * layout-tests/dom/xhtml/level3/core/typeinfoisderivedfrom39.js: Added.
16814 * layout-tests/dom/xhtml/level3/core/typeinfoisderivedfrom39.xhtml: Added.
16815 * layout-tests/dom/xhtml/level3/core/typeinfoisderivedfrom40-expected.txt: Added.
16816 * layout-tests/dom/xhtml/level3/core/typeinfoisderivedfrom40.js: Added.
16817 * layout-tests/dom/xhtml/level3/core/typeinfoisderivedfrom40.xhtml: Added.
16818 * layout-tests/dom/xhtml/level3/core/typeinfoisderivedfrom41-expected.txt: Added.
16819 * layout-tests/dom/xhtml/level3/core/typeinfoisderivedfrom41.js: Added.
16820 * layout-tests/dom/xhtml/level3/core/typeinfoisderivedfrom41.xhtml: Added.
16821 * layout-tests/dom/xhtml/level3/core/typeinfoisderivedfrom42-expected.txt: Added.
16822 * layout-tests/dom/xhtml/level3/core/typeinfoisderivedfrom42.js: Added.
16823 * layout-tests/dom/xhtml/level3/core/typeinfoisderivedfrom42.xhtml: Added.
16824 * layout-tests/dom/xhtml/level3/core/typeinfoisderivedfrom43-expected.txt: Added.
16825 * layout-tests/dom/xhtml/level3/core/typeinfoisderivedfrom43.js: Added.
16826 * layout-tests/dom/xhtml/level3/core/typeinfoisderivedfrom43.xhtml: Added.
16827 * layout-tests/dom/xhtml/level3/core/typeinfoisderivedfrom44-expected.txt: Added.
16828 * layout-tests/dom/xhtml/level3/core/typeinfoisderivedfrom44.js: Added.
16829 * layout-tests/dom/xhtml/level3/core/typeinfoisderivedfrom44.xhtml: Added.
16830 * layout-tests/dom/xhtml/level3/core/typeinfoisderivedfrom45-expected.txt: Added.
16831 * layout-tests/dom/xhtml/level3/core/typeinfoisderivedfrom45.js: Added.
16832 * layout-tests/dom/xhtml/level3/core/typeinfoisderivedfrom45.xhtml: Added.
16833 * layout-tests/dom/xhtml/level3/core/typeinfoisderivedfrom46-expected.txt: Added.
16834 * layout-tests/dom/xhtml/level3/core/typeinfoisderivedfrom46.js: Added.
16835 * layout-tests/dom/xhtml/level3/core/typeinfoisderivedfrom46.xhtml: Added.
16836 * layout-tests/dom/xhtml/level3/core/typeinfoisderivedfrom47-expected.txt: Added.
16837 * layout-tests/dom/xhtml/level3/core/typeinfoisderivedfrom47.js: Added.
16838 * layout-tests/dom/xhtml/level3/core/typeinfoisderivedfrom47.xhtml: Added.
16839 * layout-tests/dom/xhtml/level3/core/typeinfoisderivedfrom48-expected.txt: Added.
16840 * layout-tests/dom/xhtml/level3/core/typeinfoisderivedfrom48.js: Added.
16841 * layout-tests/dom/xhtml/level3/core/typeinfoisderivedfrom48.xhtml: Added.
16842 * layout-tests/dom/xhtml/level3/core/typeinfoisderivedfrom49-expected.txt: Added.
16843 * layout-tests/dom/xhtml/level3/core/typeinfoisderivedfrom49.js: Added.
16844 * layout-tests/dom/xhtml/level3/core/typeinfoisderivedfrom49.xhtml: Added.
16845 * layout-tests/dom/xhtml/level3/core/typeinfoisderivedfrom50-expected.txt: Added.
16846 * layout-tests/dom/xhtml/level3/core/typeinfoisderivedfrom50.js: Added.
16847 * layout-tests/dom/xhtml/level3/core/typeinfoisderivedfrom50.xhtml: Added.
16848 * layout-tests/dom/xhtml/level3/core/typeinfoisderivedfrom51-expected.txt: Added.
16849 * layout-tests/dom/xhtml/level3/core/typeinfoisderivedfrom51.js: Added.
16850 * layout-tests/dom/xhtml/level3/core/typeinfoisderivedfrom51.xhtml: Added.
16851 * layout-tests/dom/xhtml/level3/core/typeinfoisderivedfrom52-expected.txt: Added.
16852 * layout-tests/dom/xhtml/level3/core/typeinfoisderivedfrom52.js: Added.
16853 * layout-tests/dom/xhtml/level3/core/typeinfoisderivedfrom52.xhtml: Added.
16854 * layout-tests/dom/xhtml/level3/core/typeinfoisderivedfrom53-expected.txt: Added.
16855 * layout-tests/dom/xhtml/level3/core/typeinfoisderivedfrom53.js: Added.
16856 * layout-tests/dom/xhtml/level3/core/typeinfoisderivedfrom53.xhtml: Added.
16857 * layout-tests/dom/xhtml/level3/core/typeinfoisderivedfrom54-expected.txt: Added.
16858 * layout-tests/dom/xhtml/level3/core/typeinfoisderivedfrom54.js: Added.
16859 * layout-tests/dom/xhtml/level3/core/typeinfoisderivedfrom54.xhtml: Added.
16860 * layout-tests/dom/xhtml/level3/core/typeinfoisderivedfrom55-expected.txt: Added.
16861 * layout-tests/dom/xhtml/level3/core/typeinfoisderivedfrom55.js: Added.
16862 * layout-tests/dom/xhtml/level3/core/typeinfoisderivedfrom55.xhtml: Added.
16863 * layout-tests/dom/xhtml/level3/core/typeinfoisderivedfrom56-expected.txt: Added.
16864 * layout-tests/dom/xhtml/level3/core/typeinfoisderivedfrom56.js: Added.
16865 * layout-tests/dom/xhtml/level3/core/typeinfoisderivedfrom56.xhtml: Added.
16866 * layout-tests/dom/xhtml/level3/core/typeinfoisderivedfrom57-expected.txt: Added.
16867 * layout-tests/dom/xhtml/level3/core/typeinfoisderivedfrom57.js: Added.
16868 * layout-tests/dom/xhtml/level3/core/typeinfoisderivedfrom57.xhtml: Added.
16869 * layout-tests/dom/xhtml/level3/core/typeinfoisderivedfrom58-expected.txt: Added.
16870 * layout-tests/dom/xhtml/level3/core/typeinfoisderivedfrom58.js: Added.
16871 * layout-tests/dom/xhtml/level3/core/typeinfoisderivedfrom58.xhtml: Added.
16872 * layout-tests/dom/xhtml/level3/core/typeinfoisderivedfrom59-expected.txt: Added.
16873 * layout-tests/dom/xhtml/level3/core/typeinfoisderivedfrom59.js: Added.
16874 * layout-tests/dom/xhtml/level3/core/typeinfoisderivedfrom59.xhtml: Added.
16875 * layout-tests/dom/xhtml/level3/core/typeinfoisderivedfrom60-expected.txt: Added.
16876 * layout-tests/dom/xhtml/level3/core/typeinfoisderivedfrom60.js: Added.
16877 * layout-tests/dom/xhtml/level3/core/typeinfoisderivedfrom60.xhtml: Added.
16878 * layout-tests/dom/xhtml/level3/core/typeinfoisderivedfrom61-expected.txt: Added.
16879 * layout-tests/dom/xhtml/level3/core/typeinfoisderivedfrom61.js: Added.
16880 * layout-tests/dom/xhtml/level3/core/typeinfoisderivedfrom61.xhtml: Added.
16881 * layout-tests/dom/xhtml/level3/core/typeinfoisderivedfrom62-expected.txt: Added.
16882 * layout-tests/dom/xhtml/level3/core/typeinfoisderivedfrom62.js: Added.
16883 * layout-tests/dom/xhtml/level3/core/typeinfoisderivedfrom62.xhtml: Added.
16884 * layout-tests/dom/xhtml/level3/core/typeinfoisderivedfrom63-expected.txt: Added.
16885 * layout-tests/dom/xhtml/level3/core/typeinfoisderivedfrom63.js: Added.
16886 * layout-tests/dom/xhtml/level3/core/typeinfoisderivedfrom63.xhtml: Added.
16887 * layout-tests/dom/xhtml/level3/core/typeinfoisderivedfrom64-expected.txt: Added.
16888 * layout-tests/dom/xhtml/level3/core/typeinfoisderivedfrom64.js: Added.
16889 * layout-tests/dom/xhtml/level3/core/typeinfoisderivedfrom64.xhtml: Added.
16890 * layout-tests/dom/xhtml/level3/core/typeinfoisderivedfrom65-expected.txt: Added.
16891 * layout-tests/dom/xhtml/level3/core/typeinfoisderivedfrom65.js: Added.
16892 * layout-tests/dom/xhtml/level3/core/typeinfoisderivedfrom65.xhtml: Added.
16893 * layout-tests/dom/xhtml/level3/core/typeinfoisderivedfrom66-expected.txt: Added.
16894 * layout-tests/dom/xhtml/level3/core/typeinfoisderivedfrom66.js: Added.
16895 * layout-tests/dom/xhtml/level3/core/typeinfoisderivedfrom66.xhtml: Added.
16896 * layout-tests/dom/xhtml/level3/core/typeinfoisderivedfrom67-expected.txt: Added.
16897 * layout-tests/dom/xhtml/level3/core/typeinfoisderivedfrom67.js: Added.
16898 * layout-tests/dom/xhtml/level3/core/typeinfoisderivedfrom67.xhtml: Added.
16899 * layout-tests/dom/xhtml/level3/core/typeinfoisderivedfrom68-expected.txt: Added.
16900 * layout-tests/dom/xhtml/level3/core/typeinfoisderivedfrom68.js: Added.
16901 * layout-tests/dom/xhtml/level3/core/typeinfoisderivedfrom68.xhtml: Added.
16902 * layout-tests/dom/xhtml/level3/core/typeinfoisderivedfrom69-expected.txt: Added.
16903 * layout-tests/dom/xhtml/level3/core/typeinfoisderivedfrom69.js: Added.
16904 * layout-tests/dom/xhtml/level3/core/typeinfoisderivedfrom69.xhtml: Added.
16905 * layout-tests/dom/xhtml/level3/core/typeinfoisderivedfrom70-expected.txt: Added.
16906 * layout-tests/dom/xhtml/level3/core/typeinfoisderivedfrom70.js: Added.
16907 * layout-tests/dom/xhtml/level3/core/typeinfoisderivedfrom70.xhtml: Added.
16908 * layout-tests/dom/xhtml/level3/core/typeinfoisderivedfrom71-expected.txt: Added.
16909 * layout-tests/dom/xhtml/level3/core/typeinfoisderivedfrom71.js: Added.
16910 * layout-tests/dom/xhtml/level3/core/typeinfoisderivedfrom71.xhtml: Added.
16911 * layout-tests/dom/xhtml/level3/core/typeinfoisderivedfrom72-expected.txt: Added.
16912 * layout-tests/dom/xhtml/level3/core/typeinfoisderivedfrom72.js: Added.
16913 * layout-tests/dom/xhtml/level3/core/typeinfoisderivedfrom72.xhtml: Added.
16914 * layout-tests/dom/xhtml/level3/core/typeinfoisderivedfrom73-expected.txt: Added.
16915 * layout-tests/dom/xhtml/level3/core/typeinfoisderivedfrom73.js: Added.
16916 * layout-tests/dom/xhtml/level3/core/typeinfoisderivedfrom73.xhtml: Added.
16917 * layout-tests/dom/xhtml/level3/core/userdatahandler01-expected.txt: Added.
16918 * layout-tests/dom/xhtml/level3/core/userdatahandler01.js: Added.
16919 * layout-tests/dom/xhtml/level3/core/userdatahandler01.xhtml: Added.
16920 * layout-tests/dom/xhtml/level3/core/userdatahandler02-expected.txt: Added.
16921 * layout-tests/dom/xhtml/level3/core/userdatahandler02.js: Added.
16922 * layout-tests/dom/xhtml/level3/core/userdatahandler02.xhtml: Added.
16923 * layout-tests/dom/xhtml/level3/core/userdatahandler03-expected.txt: Added.
16924 * layout-tests/dom/xhtml/level3/core/userdatahandler03.js: Added.
16925 * layout-tests/dom/xhtml/level3/core/userdatahandler03.xhtml: Added.
16926 * layout-tests/dom/xhtml/level3/core/userdatahandler04-expected.txt: Added.
16927 * layout-tests/dom/xhtml/level3/core/userdatahandler04.js: Added.
16928 * layout-tests/dom/xhtml/level3/core/userdatahandler04.xhtml: Added.
16929 * layout-tests/dom/xhtml/level3/core/wellformed01-expected.txt: Added.
16930 * layout-tests/dom/xhtml/level3/core/wellformed01.js: Added.
16931 * layout-tests/dom/xhtml/level3/core/wellformed01.xhtml: Added.
16932 * layout-tests/dom/xhtml/level3/core/wellformed02-expected.txt: Added.
16933 * layout-tests/dom/xhtml/level3/core/wellformed02.js: Added.
16934 * layout-tests/dom/xhtml/level3/core/wellformed02.xhtml: Added.
16935 * layout-tests/dom/xhtml/level3/core/wellformed03-expected.txt: Added.
16936 * layout-tests/dom/xhtml/level3/core/wellformed03.js: Added.
16937 * layout-tests/dom/xhtml/level3/core/wellformed03.xhtml: Added.
16938 * layout-tests/dom/xhtml/level3/core/wellformed04-expected.txt: Added.
16939 * layout-tests/dom/xhtml/level3/core/wellformed04.js: Added.
16940 * layout-tests/dom/xhtml/level3/core/wellformed04.xhtml: Added.
16941 * layout-tests/dom/xhtml/level3/core/xhtml-lat1.ent: Added.
16942 * layout-tests/dom/xhtml/level3/core/xhtml-special.ent: Added.
16943 * layout-tests/dom/xhtml/level3/core/xhtml-symbol.ent: Added.
16944 * layout-tests/dom/xhtml/level3/core/xhtml1-frameset.dtd: Added.
16945 * layout-tests/dom/xhtml/level3/core/xhtml1-strict.dtd: Added.
16946 * layout-tests/dom/xhtml/level3/core/xhtml1-transitional.dtd: Added.
17027 dom/replaceChild-expected.checksum: Added.
17028 * layout-tests/fast/dom/replaceChild-expected.png: Added.
17114 * khtml/xsl/xslt_processorimpl.cpp: (DOM::XSLTProcessorImpl::documentFromXMLDocPtr):
17206 "sheet" method is unimplemented in Obj-C DOM API
17208 * kwq/DOM-CSS.mm: (-[DOMObject sheet]): Added.
17217 * kwq/DOM-CSS.mm:
17219 with other method names in the DOM wrappers. The old name had an extraneous "DOM" in it.
17268 Added KDOM and KCanvas wrapper objects for the WebCore DOM
17279 (DOM::KDOMDocumentWrapperImpl::createTokenizer):
17283 (DOM::KDOMNodeTreeWrapperImpl::KDOMNodeTreeWrapperImpl):
17342 (DOM::XSLTProcessorImpl::addToResult):
17343 (DOM::XSLTProcessorImpl::documentFromXMLDocPtr):
17381 (DOM::HTMLTableElementImpl::insertRow):
17425 (DOM::NodeImpl::checkAddChild):
17431 Test cases added: /fast/dom/replaceChild.html
17441 (DOM::NodeImpl::checkAddChild):
17442 * layout-tests/fast/dom/replaceChild.html: Added. New layout test.
17443 * layout-tests/fast/dom/replaceChildHelper.html: Added. Helps new layout test.
17459 (DOM::HTMLFormElementImpl::radioButtonChecked):
17460 (DOM::HTMLGenericFormElementImpl::name):
17461 (DOM::HTMLInputElementImpl::name):
17462 (DOM::HTMLInputElementImpl::setInputType):
17463 (DOM::HTMLInputElementImpl::parseMappedAttribute):
17464 (DOM::HTMLInputElementImpl::attach):
17465 (DOM::HTMLInputElementImpl::preDispatchEventHandler):
17466 (DOM::HTMLInputElementImpl::postDispatchEventHandler):
17467 (DOM::HTMLIsIndexElementImpl::HTMLIsIndexElementImpl):
17472 (DOM::NodeImpl::dispatchGenericEvent):
17474 (DOM::NodeImpl::preDispatchEventHandler):
17475 (DOM::NodeImpl::postDispatchEventHandler):
17482 adding in the SVG ecma bindings and DOM 3 LS bindings.
17735 * kwq/DOM.mm:
17818 * khtml/dom/dom_misc.h:
17918 (DOM::StyleListImpl::length):
17919 (DOM::StyleListImpl::item):
17921 (DOM::CSSComputedStyleDeclarationImpl::length):
17922 (DOM::CSSComputedStyleDeclarationImpl::item):
17932 (DOM::CSSRuleListImpl::length):
17933 (DOM::CSSRuleListImpl::item):
17934 (DOM::CSSMediaRuleImpl::deleteRule):
17942 (DOM::MediaListImpl::length):
17943 (DOM::MediaListImpl::item):
17945 (DOM::CSSMutableStyleDeclarationImpl::length):
17946 (DOM::CSSMutableStyleDeclarationImpl::item):
17948 (DOM::CSSValueListImpl::length):
17949 (DOM::CSSValueListImpl::item):
17950 * khtml/dom/css_rule.h:
17951 * khtml/dom/css_stylesheet.h:
17952 * khtml/dom/css_value.h:
17953 * khtml/dom/dom2_events.cpp:
17954 (DOM::UIEvent::detail):
17955 (DOM::UIEvent::initUIEvent):
17956 (DOM::MouseEvent::screenX):
17957 (DOM::MouseEvent::screenY):
17958 (DOM::MouseEvent::clientX):
17959 (DOM::MouseEvent::clientY):
17960 (DOM::MouseEvent::initMouseEvent):
17961 (DOM::KeyboardEvent::keyLocation):
17962 (DOM::KeyboardEvent::initKeyboardEvent):
17963 * khtml/dom/dom2_events.h:
17964 * khtml/dom/dom2_range.h:
17965 * khtml/dom/dom2_traversal.cpp:
17966 (DOM::NodeIterator::whatToShow):
17967 (DOM::TreeWalker::whatToShow):
17968 * khtml/dom/dom2_traversal.h:
17969 * khtml/dom/dom_node.h:
18092 (DOM::HTMLFormElementImpl::length):
18093 (DOM::HTMLGenericFormElementImpl::tabIndex):
18094 (DOM::HTMLGenericFormElementImpl::setTabIndex):
18095 (DOM::HTMLInputElementImpl::selectionStart):
18096 (DOM::HTMLInputElementImpl::selectionEnd):
18097 (DOM::HTMLInputElementImpl::setSelectionStart):
18098 (DOM::HTMLInputElementImpl::setSelectionEnd):
18099 (DOM::HTMLInputElementImpl::setSelectionRange):
18100 (DOM::HTMLInputElementImpl::setMaxLength):
18101 (DOM::HTMLInputElementImpl::setSize):
18102 (DOM::HTMLSelectElementImpl::selectedIndex):
18103 (DOM::HTMLSelectElementImpl::setSelectedIndex):
18104 (DOM::HTMLSelectElementImpl::length):
18105 (DOM::HTMLSelectElementImpl::remove):
18106 (DOM::HTMLSelectElementImpl::setSize):
18107 (DOM::HTMLOptionElementImpl::index):
18108 (DOM::HTMLOptionElementImpl::setIndex):
18109 (DOM::HTMLTextAreaElementImpl::selectionStart):
18110 (DOM::HTMLTextAreaElementImpl::selectionEnd):
18111 (DOM::HTMLTextAreaElementImpl::setSelectionStart):
18112 (DOM::HTMLTextAreaElementImpl::setSelectionEnd):
18113 (DOM::HTMLTextAreaElementImpl::setSelectionRange):
18114 (DOM::HTMLTextAreaElementImpl::setCols):
18115 (DOM::HTMLTextAreaElementImpl::setRows):
18116 (DOM::HTMLOptionsCollectionImpl::length):
18117 (DOM::HTMLOptionsCollectionImpl::setLength):
18118 (DOM::HTMLOptionsCollectionImpl::item):
18120 (DOM::HTMLInputElementImpl::maxLength):
18121 (DOM::HTMLInputElementImpl::maxResults):
18122 (DOM::HTMLSelectElementImpl::minWidth):
18123 (DOM::HTMLSelectElementImpl::size):
18124 (DOM::HTMLTextAreaElementImpl::cols):
18125 (DOM::HTMLTextAreaElementImpl::rows):
18143 (DOM::HTMLAnchorElementImpl::tabIndex):
18144 (DOM::HTMLAnchorElementImpl::setTabIndex):
18147 (DOM::HTMLOListElementImpl::setStart):
18148 (DOM::HTMLLIElementImpl::value):
18149 (DOM::HTMLLIElementImpl::setValue):
18151 (DOM::HTMLUListElementImpl::start):
18152 (DOM::HTMLOListElementImpl::start):
18154 (DOM::HTMLCollectionImpl::calcLength):
18155 (DOM::HTMLCollectionImpl::length):
18156 (DOM::HTMLCollectionImpl::item):
18157 (DOM::HTMLFormCollectionImpl::calcLength):
18158 (DOM::HTMLFormCollectionImpl::item):
18161 (DOM::HTMLObjectElementImpl::tabIndex):
18162 (DOM::HTMLObjectElementImpl::setTabIndex):
18165 (DOM::HTMLTableElementImpl::insertRow):
18166 (DOM::HTMLTableElementImpl::deleteRow):
18167 (DOM::HTMLTableSectionElementImpl::insertRow):
18168 (DOM::HTMLTableSectionElementImpl::deleteRow):
18169 (DOM::HTMLTableRowElementImpl::rowIndex):
18170 (DOM::HTMLTableRowElementImpl::sectionRowIndex):
18171 (DOM::HTMLTableRowElementImpl::insertCell):
18172 (DOM::HTMLTableRowElementImpl::deleteCell):
18173 (DOM::HTMLTableCellElementImpl::cellIndex):
18174 (DOM::HTMLTableCellElementImpl::setColSpan):
18175 (DOM::HTMLTableCellElementImpl::setRowSpan):
18176 (DOM::HTMLTableColElementImpl::setSpan):
18178 (DOM::HTMLTableColElementImpl::span):
18263 (DOM::EventImpl::timeStamp):
18264 (DOM::UIEventImpl::UIEventImpl):
18265 (DOM::UIEventImpl::initUIEvent):
18266 (DOM::UIEventImpl::layerX):
18267 (DOM::UIEventImpl::layerY):
18268 (DOM::UIEventImpl::pageX):
18269 (DOM::UIEventImpl::pageY):
18270 (DOM::UIEventImpl::which):
18271 (DOM::MouseRelatedEventImpl::MouseRelatedEventImpl):
18272 (DOM::MouseRelatedEventImpl::pageX):
18273 (DOM::MouseRelatedEventImpl::pageY):
18274 (DOM::MouseEventImpl::MouseEventImpl):
18275 (DOM::MouseEventImpl::initMouseEvent):
18276 (DOM::MouseEventImpl::which):
18277 (DOM::KeyboardEventImpl::KeyboardEventImpl):
18278 (DOM::KeyboardEventImpl::initKeyboardEvent):
18279 (DOM::KeyboardEventImpl::which):
18280 (DOM::WheelEventImpl::WheelEventImpl):
18282 (DOM::UIEventImpl::detail):
18283 (DOM::UIEventWithKeyStateImpl::UIEventWithKeyStateImpl):
18284 (DOM::MouseRelatedEventImpl::screenX):
18285 (DOM::MouseRelatedEventImpl::screenY):
18286 (DOM::MouseRelatedEventImpl::clientX):
18287 (DOM::MouseRelatedEventImpl::clientY):
18288 (DOM::MouseRelatedEventImpl::layerX):
18289 (DOM::MouseRelatedEventImpl::layerY):
18290 (DOM::KeyboardEventImpl::keyLocation):
18291 (DOM::WheelEventImpl::wheelDelta):
18293 (DOM::RangeImpl::RangeImpl):
18294 (DOM::RangeImpl::startOffset):
18295 (DOM::RangeImpl::endOffset):
18296 (DOM::RangeImpl::setStart):
18297 (DOM::RangeImpl::setEnd):
18298 (DOM::RangeImpl::compareBoundaryPoints):
18299 (DOM::RangeImpl::processContents):
18300 (DOM::RangeImpl::checkNodeWOffset):
18303 (DOM::TraversalImpl::TraversalImpl):
18304 (DOM::TreeWalkerImpl::TreeWalkerImpl):
18306 (DOM::TraversalImpl::whatToShow):
18322 (DOM::NamedAttrMapImpl::length):
18323 (DOM::NamedAttrMapImpl::attributeItem):
18324 (DOM::NamedMappedAttrMapImpl::attributeItem):
18326 (DOM::NodeImpl::normalize):
18327 (DOM::NodeImpl::nodeIndex):
18328 (DOM::NodeImpl::childNodeCount):
18329 (DOM::NodeImpl::childNode):
18330 (DOM::NodeImpl::maxOffset):
18331 (DOM::NodeImpl::maxDeepOffset):
18332 (DOM::NodeImpl::caretMinOffset):
18333 (DOM::NodeImpl::caretMaxOffset):
18334 (DOM::NodeImpl::caretMaxRenderedOffset):
18335 (DOM::NodeImpl::previousOffset):
18336 (DOM::NodeImpl::nextOffset):
18337 (DOM::ContainerNodeImpl::childNodeCount):
18338 (DOM::ContainerNodeImpl::childNode):
18339 (DOM::NodeListImpl::recursiveLength):
18340 (DOM::NodeListImpl::recursiveItem):
18341 (DOM::NodeListImpl::itemById):
18342 (DOM::ChildNodeListImpl::length):
18343 (DOM::ChildNodeListImpl::item):
18344 (DOM::TagNodeListImpl::length):
18345 (DOM::TagNodeListImpl::item):
18346 (DOM::NameNodeListImpl::length):
18347 (DOM::NameNodeListImpl::item):
18350 (DOM::Position::Position):
18351 (DOM::Position::previous):
18352 (DOM::Position::next):
18353 (DOM::Position::renderedOffset):
18354 (DOM::Position::equivalentRangeCompliantPosition):
18355 (DOM::Position::rendersInDifferentPosition):
18356 (DOM::Position::trailingWhitespacePosition):
18357 (DOM::Position::debugPosition):
18359 (DOM::Position::offset):
18373 * kwq/DOM-CSS.mm:
18388 * kwq/DOM.mm:
18521 (-[WebCoreBridge convertToNSRange:DOM::]):
18534 (DOM::HTMLObjectElementImpl::detach):
18542 None, to-be-landed xhtml dom tests already cover this.
18601 * layout-tests/fast/dom/set-innerHTML-expected.txt: Updated test result now that DumpRenderTree handles
18639 (DOM::ContainerNodeImpl::getUpperLeftCorner):
18738 (DOM::DocumentMarker::):
18770 - fixed <rdar://problem/4126166> using JavaScript-assigned accesskeys crashes Safari - DOM::NodeImpl::dispatchEvent
18776 * khtml/xml/dom_nodeimpl.cpp: (DOM::NodeImpl::dispatchMouseEvent): Ref the node for the duration
18796 * khtml/dom/dom_string.cpp: (DOM::DOMString::percentage): Ditto.
18799 (DOM::DOMStringImpl::DOMStringImpl): Small tweak to streamline a tiny bit by using an already-computed
18801 (DOM::parseLength): Use string() instead of qstring().
18802 (DOM::DOMStringImpl::toInt): Ditto.
18826 * layout-tests/fast/dom/document-write-infinite-recursion-expected.txt: Removed.
18827 * layout-tests/fast/dom/document-write-infinite-recursion.html: Removed.
18859 * layout-tests/fast/dom/document-write-infinite-recursion.html: Added.
18860 * layout-tests/fast/dom/document-write-infinite-recursion-expected.txt: Added.
18873 * layout-tests/dom/html/level2/html/HTMLIFrameElement11-expected.txt: Added.
18889 (DOM::HTMLElementFactory::createHTMLElement):
18946 * layout-tests/dom/html/level2/html/HTMLIFrameElement11.js: check for correct title of resources/frame.html
18948 * layout-tests/dom/html/level2/html/HTMLIFrameElement11.html: Added.
18949 * layout-tests/dom/html/level2/html/HTMLIFrameElement11.html-disabled: Removed.
18972 DOM exception support.
19322 (DOM::ContainerNodeImpl::getUpperLeftCorner): when calculating scroll position, skip child nodes of the anchor
19350 <rdar://problem/4233800> leak inside DOM::DocumentImpl::DocumentImpl, seen running webkit tests
19363 (DOM::HTMLTableElementImpl::setCaption): Put ref/deref around call to replaceChild to avoid leaking the node being
19365 (DOM::HTMLTableElementImpl::setTHead): Ditto.
19366 (DOM::HTMLTableElementImpl::setTFoot): Ditto.
19367 (DOM::HTMLTableElementImpl::setTBody): Tweaked a bit to match the other functions as closely as possible.
19371 (DOM::NodeImpl::remove): Added ref/deref to avoid leaking the node being removed.
19372 (DOM::NodeImpl::normalize): Changed two calls to removeChild to calls to remove to prevent leaks.
19378 * khtml/xml/dom_nodeimpl.cpp: (DOM::NodeImpl::remove): Add a ref/deref pair so that
19423 * svg-tests/W3C-SVG-1.1/Resources/interact-dom-01-f-expected.txt:
19515 * svg-tests/W3C-SVG-1.1/interact-dom-01-b-expected.txt:
19588 * svg-tests/W3C-SVG-1.1/struct-dom-01-b-expected.txt:
19589 * svg-tests/W3C-SVG-1.1/struct-dom-02-b-expected.txt:
19590 * svg-tests/W3C-SVG-1.1/struct-dom-03-b-expected.txt:
19591 * svg-tests/W3C-SVG-1.1/struct-dom-04-b-expected.txt:
19592 * svg-tests/W3C-SVG-1.1/struct-dom-05-b-expected.txt:
19593 * svg-tests/W3C-SVG-1.1/struct-dom-06-b-expected.txt:
19643 * layout-tests/fast/dom/Window/window-remove-event-listener.html: Added.
19644 * layout-tests/fast/dom/Window/window-remove-event-listener-expected.txt: Added.
19662 * layout-tests/dom/html/level2/core/createDocument08-expected.txt: Updated to expect success.
19663 * layout-tests/dom/html/level2/core/createDocumentType04-expected.txt: Ditto.
19760 * khtml/xml/dom_nodeimpl.cpp: (DOM::NodeImplCounter::~NodeImplCounter): Ditto.
19812 This patch substantially reworks how mouse clicking and double clicking work in the DOM.
19822 (3) onclick now exactly matches the DOM "click" event definition. This means that onclick will now
19855 (DOM::HTMLInputElementImpl::defaultEventHandler):
19857 (DOM::HTMLAnchorElementImpl::defaultEventHandler):
19871 (DOM::NodeImpl::dispatchMouseEvent):
19872 (DOM::NodeImpl::dispatchSimulatedMouseEvent):
19889 - fixed a mistake in the DOM tests, and an organizational issue that made them hard to
19893 * layout-tests/dom/html/level2/html/HTMLFrameElement09-expected.txt: Updated to expect success.
19896 * layout-tests/dom/html/level2/html/HTMLFrameElement09.html: Updated to get at iframe.html
19899 * layout-tests/dom/html/level2/html/HTMLIFrameElement11.html-disabled: Updated to get at iframe.html
19902 * layout-tests/dom/html/level2/html/frame.html: Removed. Since this is not a test, moved it into the
19904 * layout-tests/dom/html/level2/html/iframe.html: Ditto.
19906 * layout-tests/dom/html/level2/html/resources/frame.html: Moved down here from the directory above.
19909 * layout-tests/dom/html/level2/html/resources/iframe.html: More of the same.
19911 * layout-tests/dom/html/level2/html/frame-expected.txt: Removed. This was not a test, so it
19913 * layout-tests/dom/html/level2/html/iframe-expected.txt: Ditto.
19977 * layout-tests/dom/html/level2/html/HTMLFrameElement09.html: Added.
19978 * layout-tests/dom/html/level2/html/HTMLFrameElement09-expected.txt: Added.
19979 * layout-tests/dom/html/level2/html/HTMLFrameElement09.html-disabled: Removed.
20290 the DOM tree because it was removed by JavaScript.
20352 (DOM::HTMLSelectElementImpl::listItems): Now that our listItems can also contain <hr>s,
20354 (DOM::HTMLOptGroupElementImpl::checkDTD): Added check for <hr>
20357 (DOM::HTMLSelectElementImpl::checkDTD): Added check for <hr>
20358 (DOM::HTMLSelectElementImpl::add): Added check for <hr> so these elements can be added through Javascript.
20359 (DOM::HTMLSelectElementImpl::recalcListItems): Added case for <hr> to add the element to the listItems array.
20360 (DOM::HTMLSelectElementImpl::selectedIndex): Updated type for array of listItems.
20361 (DOM::HTMLSelectElementImpl::setSelectedIndex): ditto.
20362 (DOM::HTMLSelectElementImpl::length): ditto.
20363 (DOM::HTMLSelectElementImpl::remove): ditto.
20364 (DOM::HTMLSelectElementImpl::value): ditto.
20365 (DOM::HTMLSelectElementImpl::setValue): ditto.
20366 (DOM::HTMLSelectElementImpl::state): ditto.
20367 (DOM::HTMLSelectElementImpl::restoreState): ditto.
20368 (DOM::HTMLSelectElementImpl::appendFormData): ditto.
20369 (DOM::HTMLSelectElementImpl::optionToListIndex): ditto.
20370 (DOM::HTMLSelectElementImpl::listToOptionIndex): ditto.
20371 (DOM::HTMLSelectElementImpl::reset): ditto.
20372 (DOM::HTMLSelectElementImpl::notifyOptionSelected): ditto.
20373 (DOM::HTMLOptionElementImpl::index): ditto.
20422 * ksvg2/dom/SVGAElement.cpp: Removed.
20423 * ksvg2/dom/SVGAElement.h: Removed.
20424 * ksvg2/dom/SVGAngle.cpp: Removed.
20425 * ksvg2/dom/SVGAngle.h: Removed.
20426 * ksvg2/dom/SVGAnimateColorElement.cpp: Removed.
20427 * ksvg2/dom/SVGAnimateColorElement.h: Removed.
20428 * ksvg2/dom/SVGAnimateElement.cpp: Removed.
20429 * ksvg2/dom/SVGAnimateElement.h: Removed.
20430 * ksvg2/dom/SVGAnimateTransformElement.cpp: Removed.
20431 * ksvg2/dom/SVGAnimateTransformElement.h: Removed.
20432 * ksvg2/dom/SVGAnimatedAngle.cpp: Removed.
20433 * ksvg2/dom/SVGAnimatedAngle.h: Removed.
20434 * ksvg2/dom/SVGAnimatedBoolean.cpp: Removed.
20435 * ksvg2/dom/SVGAnimatedBoolean.h: Removed.
20436 * ksvg2/dom/SVGAnimatedEnumeration.cpp: Removed.
20437 * ksvg2/dom/SVGAnimatedEnumeration.h: Removed.
20438 * ksvg2/dom/SVGAnimatedInteger.cpp: Removed.
20439 * ksvg2/dom/SVGAnimatedInteger.h: Removed.
20440 * ksvg2/dom/SVGAnimatedLength.cpp: Removed.
20441 * ksvg2/dom/SVGAnimatedLength.h: Removed.
20442 * ksvg2/dom/SVGAnimatedLengthList.cpp: Removed.
20443 * ksvg2/dom/SVGAnimatedLengthList.h: Removed.
20444 * ksvg2/dom/SVGAnimatedNumber.cpp: Removed.
20445 * ksvg2/dom/SVGAnimatedNumber.h: Removed.
20446 * ksvg2/dom/SVGAnimatedNumberList.cpp: Removed.
20447 * ksvg2/dom/SVGAnimatedNumberList.h: Removed.
20448 * ksvg2/dom/SVGAnimatedPathData.cpp: Removed.
20449 * ksvg2/dom/SVGAnimatedPathData.h: Removed.
20450 * ksvg2/dom/SVGAnimatedPoints.cpp: Removed.
20451 * ksvg2/dom/SVGAnimatedPoints.h: Removed.
20452 * ksvg2/dom/SVGAnimatedPreserveAspectRatio.cpp: Removed.
20453 * ksvg2/dom/SVGAnimatedPreserveAspectRatio.h: Removed.
20454 * ksvg2/dom/SVGAnimatedRect.cpp: Removed.
20455 * ksvg2/dom/SVGAnimatedRect.h: Removed.
20456 * ksvg2/dom/SVGAnimatedString.cpp: Removed.
20457 * ksvg2/dom/SVGAnimatedString.h: Removed.
20458 * ksvg2/dom/SVGAnimatedTransformList.cpp: Removed.
20459 * ksvg2/dom/SVGAnimatedTransformList.h: Removed.
20460 * ksvg2/dom/SVGAnimationElement.cpp: Removed.
20461 * ksvg2/dom/SVGAnimationElement.h: Removed.
20462 * ksvg2/dom/SVGCircleElement.cpp: Removed.
20463 * ksvg2/dom/SVGCircleElement.h: Removed.
20464 * ksvg2/dom/SVGClipPathElement.cpp: Removed.
20465 * ksvg2/dom/SVGClipPathElement.h: Removed.
20466 * ksvg2/dom/SVGColor.cpp: Removed.
20467 * ksvg2/dom/SVGColor.h: Removed.
20468 * ksvg2/dom/SVGComponentTransferFunctionElement.cpp: Removed.
20469 * ksvg2/dom/SVGComponentTransferFunctionElement.h: Removed.
20470 * ksvg2/dom/SVGDOMImplementation.cpp: Removed.
20471 * ksvg2/dom/SVGDOMImplementation.h: Removed.
20472 * ksvg2/dom/SVGDefsElement.cpp: Removed.
20473 * ksvg2/dom/SVGDefsElement.h: Removed.
20474 * ksvg2/dom/SVGDescElement.cpp: Removed.
20475 * ksvg2/dom/SVGDescElement.h: Removed.
20476 * ksvg2/dom/SVGDocument.cpp: Removed.
20477 * ksvg2/dom/SVGDocument.h: Removed.
20478 * ksvg2/dom/SVGElement.cpp: Removed.
20479 * ksvg2/dom/SVGElement.h: Removed.
20480 * ksvg2/dom/SVGElementInstance.cpp: Removed.
20481 * ksvg2/dom/SVGElementInstance.h: Removed.
20482 * ksvg2/dom/SVGElementInstanceList.cpp: Removed.
20483 * ksvg2/dom/SVGElementInstanceList.h: Removed.
20484 * ksvg2/dom/SVGEllipseElement.cpp: Removed.
20485 * ksvg2/dom/SVGEllipseElement.h: Removed.
20486 * ksvg2/dom/SVGException.cpp: Removed.
20487 * ksvg2/dom/SVGException.h: Removed.
20488 * ksvg2/dom/SVGExternalResourcesRequired.cpp: Removed.
20489 * ksvg2/dom/SVGExternalResourcesRequired.h: Removed.
20490 * ksvg2/dom/SVGFEBlendElement.cpp: Removed.
20491 * ksvg2/dom/SVGFEBlendElement.h: Removed.
20492 * ksvg2/dom/SVGFEColorMatrixElement.cpp: Removed.
20493 * ksvg2/dom/SVGFEColorMatrixElement.h: Removed.
20494 * ksvg2/dom/SVGFEComponentTransferElement.cpp: Removed.
20495 * ksvg2/dom/SVGFEComponentTransferElement.h: Removed.
20496 * ksvg2/dom/SVGFECompositeElement.cpp: Removed.
20497 * ksvg2/dom/SVGFECompositeElement.h: Removed.
20498 * ksvg2/dom/SVGFEFloodElement.cpp: Removed.
20499 * ksvg2/dom/SVGFEFloodElement.h: Removed.
20500 * ksvg2/dom/SVGFEFuncAElement.cpp: Removed.
20501 * ksvg2/dom/SVGFEFuncAElement.h: Removed.
20502 * ksvg2/dom/SVGFEFuncBElement.cpp: Removed.
20503 * ksvg2/dom/SVGFEFuncBElement.h: Removed.
20504 * ksvg2/dom/SVGFEFuncGElement.cpp: Removed.
20505 * ksvg2/dom/SVGFEFuncGElement.h: Removed.
20506 * ksvg2/dom/SVGFEFuncRElement.cpp: Removed.
20507 * ksvg2/dom/SVGFEFuncRElement.h: Removed.
20508 * ksvg2/dom/SVGFEGaussianBlurElement.cpp: Removed.
20509 * ksvg2/dom/SVGFEGaussianBlurElement.h: Removed.
20510 * ksvg2/dom/SVGFEImageElement.cpp: Removed.
20511 * ksvg2/dom/SVGFEImageElement.h: Removed.
20512 * ksvg2/dom/SVGFEMergeElement.cpp: Removed.
20513 * ksvg2/dom/SVGFEMergeElement.h: Removed.
20514 * ksvg2/dom/SVGFEMergeNodeElement.cpp: Removed.
20515 * ksvg2/dom/SVGFEMergeNodeElement.h: Removed.
20516 * ksvg2/dom/SVGFEOffsetElement.cpp: Removed.
20517 * ksvg2/dom/SVGFEOffsetElement.h: Removed.
20518 * ksvg2/dom/SVGFETileElement.cpp: Removed.
20519 * ksvg2/dom/SVGFETileElement.h: Removed.
20520 * ksvg2/dom/SVGFETurbulenceElement.cpp: Removed.
20521 * ksvg2/dom/SVGFETurbulenceElement.h: Removed.
20522 * ksvg2/dom/SVGFilterElement.cpp: Removed.
20523 * ksvg2/dom/SVGFilterElement.h: Removed.
20524 * ksvg2/dom/SVGFilterPrimitiveStandardAttributes.cpp: Removed.
20525 * ksvg2/dom/SVGFilterPrimitiveStandardAttributes.h: Removed.
20526 * ksvg2/dom/SVGFitToViewBox.cpp: Removed.
20527 * ksvg2/dom/SVGFitToViewBox.h: Removed.
20528 * ksvg2/dom/SVGGElement.cpp: Removed.
20529 * ksvg2/dom/SVGGElement.h: Removed.
20530 * ksvg2/dom/SVGGradientElement.cpp: Removed.
20531 * ksvg2/dom/SVGGradientElement.h: Removed.
20532 * ksvg2/dom/SVGImageElement.cpp: Removed.
20533 * ksvg2/dom/SVGImageElement.h: Removed.
20534 * ksvg2/dom/SVGLangSpace.cpp: Removed.
20535 * ksvg2/dom/SVGLangSpace.h: Removed.
20536 * ksvg2/dom/SVGLength.cpp: Removed.
20537 * ksvg2/dom/SVGLength.h: Removed.
20538 * ksvg2/dom/SVGLengthList.cpp: Removed.
20539 * ksvg2/dom/SVGLengthList.h: Removed.
20540 * ksvg2/dom/SVGLineElement.cpp: Removed.
20541 * ksvg2/dom/SVGLineElement.h: Removed.
20542 * ksvg2/dom/SVGLinearGradientElement.cpp: Removed.
20543 * ksvg2/dom/SVGLinearGradientElement.h: Removed.
20544 * ksvg2/dom/SVGLocatable.cpp: Removed.
20545 * ksvg2/dom/SVGLocatable.h: Removed.
20546 * ksvg2/dom/SVGMarkerElement.cpp: Removed.
20547 * ksvg2/dom/SVGMarkerElement.h: Removed.
20548 * ksvg2/dom/SVGMatrix.cpp: Removed.
20549 * ksvg2/dom/SVGMatrix.h: Removed.
20550 * ksvg2/dom/SVGNumber.cpp: Removed.
20551 * ksvg2/dom/SVGNumber.h: Removed.
20552 * ksvg2/dom/SVGNumberList.cpp: Removed.
20553 * ksvg2/dom/SVGNumberList.h: Removed.
20554 * ksvg2/dom/SVGPaint.cpp: Removed.
20555 * ksvg2/dom/SVGPaint.h: Removed.
20556 * ksvg2/dom/SVGPathElement.cpp: Removed.
20557 * ksvg2/dom/SVGPathElement.h: Removed.
20558 * ksvg2/dom/SVGPathSeg.cpp: Removed.
20559 * ksvg2/dom/SVGPathSeg.h: Removed.
20560 * ksvg2/dom/SVGPathSegArc.cpp: Removed.
20561 * ksvg2/dom/SVGPathSegArc.h: Removed.
20562 * ksvg2/dom/SVGPathSegClosePath.cpp: Removed.
20563 * ksvg2/dom/SVGPathSegClosePath.h: Removed.
20564 * ksvg2/dom/SVGPathSegCurvetoCubic.cpp: Removed.
20565 * ksvg2/dom/SVGPathSegCurvetoCubic.h: Removed.
20566 * ksvg2/dom/SVGPathSegCurvetoCubicSmooth.cpp: Removed.
20567 * ksvg2/dom/SVGPathSegCurvetoCubicSmooth.h: Removed.
20568 * ksvg2/dom/SVGPathSegCurvetoQuadratic.cpp: Removed.
20569 * ksvg2/dom/SVGPathSegCurvetoQuadratic.h: Removed.
20570 * ksvg2/dom/SVGPathSegCurvetoQuadraticSmooth.cpp: Removed.
20571 * ksvg2/dom
20572 * ksvg2/dom/SVGPathSegLineto.cpp: Removed.
20573 * ksvg2/dom/SVGPathSegLineto.h: Removed.
20574 * ksvg2/dom/SVGPathSegLinetoHorizontal.cpp: Removed.
20575 * ksvg2/dom/SVGPathSegLinetoHorizontal.h: Removed.
20576 * ksvg2/dom/SVGPathSegLinetoVertical.cpp: Removed.
20577 * ksvg2/dom/SVGPathSegLinetoVertical.h: Removed.
20578 * ksvg2/dom/SVGPathSegList.cpp: Removed.
20579 * ksvg2/dom/SVGPathSegList.h: Removed.
20580 * ksvg2/dom/SVGPathSegMoveto.cpp: Removed.
20581 * ksvg2/dom/SVGPathSegMoveto.h: Removed.
20582 * ksvg2/dom/SVGPatternElement.cpp: Removed.
20583 * ksvg2/dom/SVGPatternElement.h: Removed.
20584 * ksvg2/dom/SVGPoint.cpp: Removed.
20585 * ksvg2/dom/SVGPoint.h: Removed.
20586 * ksvg2/dom/SVGPointList.cpp: Removed.
20587 * ksvg2/dom/SVGPointList.h: Removed.
20588 * ksvg2/dom/SVGPolygonElement.cpp: Removed.
20589 * ksvg2/dom/SVGPolygonElement.h: Removed.
20590 * ksvg2/dom/SVGPolylineElement.cpp: Removed.
20591 * ksvg2/dom/SVGPolylineElement.h: Removed.
20592 * ksvg2/dom/SVGPreserveAspectRatio.cpp: Removed.
20593 * ksvg2/dom/SVGPreserveAspectRatio.h: Removed.
20594 * ksvg2/dom/SVGRadialGradientElement.cpp: Removed.
20595 * ksvg2/dom/SVGRadialGradientElement.h: Removed.
20596 * ksvg2/dom/SVGRect.cpp: Removed.
20597 * ksvg2/dom/SVGRect.h: Removed.
20598 * ksvg2/dom/SVGRectElement.cpp: Removed.
20599 * ksvg2/dom/SVGRectElement.h: Removed.
20600 * ksvg2/dom/SVGSVGElement.cpp: Removed.
20601 * ksvg2/dom/SVGSVGElement.h: Removed.
20602 * ksvg2/dom/SVGScriptElement.cpp: Removed.
20603 * ksvg2/dom/SVGScriptElement.h: Removed.
20604 * ksvg2/dom/SVGSetElement.cpp: Removed.
20605 * ksvg2/dom/SVGSetElement.h: Removed.
20606 * ksvg2/dom/SVGStopElement.cpp: Removed.
20607 * ksvg2/dom/SVGStopElement.h: Removed.
20608 * ksvg2/dom/SVGStringList.cpp: Removed.
20609 * ksvg2/dom/SVGStringList.h: Removed.
20610 * ksvg2/dom/SVGStylable.cpp: Removed.
20611 * ksvg2/dom/SVGStylable.h: Removed.
20612 * ksvg2/dom/SVGStyleElement.cpp: Removed.
20613 * ksvg2/dom/SVGStyleElement.h: Removed.
20614 * ksvg2/dom/SVGSwitchElement.cpp: Removed.
20615 * ksvg2/dom/SVGSwitchElement.h: Removed.
20616 * ksvg2/dom/SVGSymbolElement.cpp: Removed.
20617 * ksvg2/dom/SVGSymbolElement.h: Removed.
20618 * ksvg2/dom/SVGTSpanElement.cpp: Removed.
20619 * ksvg2/dom/SVGTSpanElement.h: Removed.
20620 * ksvg2/dom/SVGTests.cpp: Removed.
20621 * ksvg2/dom/SVGTests.h: Removed.
20622 * ksvg2/dom/SVGTextContentElement.cpp: Removed.
20623 * ksvg2/dom/SVGTextContentElement.h: Removed.
20624 * ksvg2/dom/SVGTextElement.cpp: Removed.
20625 * ksvg2/dom/SVGTextElement.h: Removed.
20626 * ksvg2/dom/SVGTextPositioningElement.cpp: Removed.
20627 * ksvg2/dom/SVGTextPositioningElement.h: Removed.
20628 * ksvg2/dom/SVGTitleElement.cpp: Removed.
20629 * ksvg2/dom/SVGTitleElement.h: Removed.
20630 * ksvg2/dom/SVGTransform.cpp: Removed.
20631 * ksvg2/dom/SVGTransform.h: Removed.
20632 * ksvg2/dom/SVGTransformList.cpp: Removed.
20633 * ksvg2/dom/SVGTransformList.h: Removed.
20634 * ksvg2/dom/SVGTransformable.cpp: Removed.
20635 * ksvg2/dom/SVGTransformable.h: Removed.
20636 * ksvg2/dom/SVGURIReference.cpp: Removed.
20637 * ksvg2/dom/SVGURIReference.h: Removed.
20638 * ksvg2/dom/SVGUseElement.cpp: Removed.
20639 * ksvg2/dom/SVGUseElement.h: Removed.
20640 * ksvg2/dom/SVGViewElement.cpp: Removed.
20641 * ksvg2/dom/SVGViewElement.h: Removed.
20642 * ksvg2/dom/SVGZoomAndPan.cpp: Removed.
20643 * ksvg2/dom/SVGZoomAndPan.h: Removed.
21071 * layout-tests/fast/dom/HTMLElement/bdo-expected.checksum:
21072 * layout-tests/fast/dom/HTMLElement/bdo-expected.png:
21073 * layout-tests/fast/dom/HTMLTableElement/colSpan-expected.checksum:
21074 * layout-tests/fast/dom/HTMLTableElement/colSpan-expected.png:
21075 * layout-tests/fast/dom/HTMLTableElement/createCaption-expected.checksum:
21076 * layout-tests/fast/dom/HTMLTableElement/createCaption-expected.png:
21077 * layout-tests/fast/dom/clone-node-dynamic-style-expected.checksum:
21078 * layout-tests/fast/dom/clone-node-dynamic-style-expected.png:
21079 * layout-tests/fast/dom/row-inner-text-expected.checksum:
21080 * layout-tests/fast/dom/row-inner-text-expected.png:
21225 * svg-tests/W3C-SVG-1.1/Resources/interact-dom-01-f-expected.txt:
21317 * svg-tests/W3C-SVG-1.1/interact-dom-01-b-expected.txt:
21390 * svg-tests/W3C-SVG-1.1/struct-dom-01-b-expected.txt:
21391 * svg-tests/W3C-SVG-1.1/struct-dom-02-b-expected.txt:
21392 * svg-tests/W3C-SVG-1.1/struct-dom-03-b-expected.txt:
21393 * svg-tests/W3C-SVG-1.1/struct-dom-04-b-expected.txt:
21394 * svg-tests/W3C-SVG-1.1/struct-dom-05-b-expected.txt:
21395 * svg-tests/W3C-SVG-1.1/struct-dom-06-b-expected.txt:
21552 (DOM::ContainerNodeImpl::getUpperLeftCorner): skip text nodes that do not have associated text boxes
21583 (DOM::HTMLSelectElementImpl::remove): Ditto.
21584 (DOM::HTMLTextAreaElementImpl::setDefaultValue): Ditto.
21586 (DOM::HTMLTableElementImpl::deleteTHead): Ditto.
21587 (DOM::HTMLTableElementImpl::deleteTFoot): Ditto.
21588 (DOM::HTMLTableElementImpl::deleteCaption): Ditto.
21589 (DOM::HTMLTableSectionElementImpl::deleteRow): Ditto.
21590 (DOM::HTMLTableRowElementImpl::deleteCell): Ditto.
21592 (DOM::RangeImpl::processContents): Ditto.
21593 (DOM::RangeImpl::surroundContents): Ditto.
21613 (DOM::NodeImplCounter::~NodeImplCounter):
21614 (DOM::NodeImpl::NodeImpl):
21615 (DOM::NodeImpl::~NodeImpl):
21622 (DOM::XSLTProcessorImpl::documentFromXMLDocPtr):
21629 * layout-tests/dom/html/level2/html/frame-expected.checksum:
21630 * layout-tests/dom/html/level2/html/frame-expected.png:
21631 * layout-tests/dom/html/level2/html/iframe-expected.checksum:
21632 * layout-tests/dom/html/level2/html/iframe-expected.png:
21633 * layout-tests/dom/html/level2/html/right.png:
21634 * layout-tests/dom/html/level2/html/w3c_main.png:
21690 * layout-tests/dom/html/level2/html/HTMLIsIndexElement01-expected.txt:
21691 * layout-tests/dom/html/level2/html/HTMLIsIndexElement02-expected.txt:
21692 * layout-tests/dom/html/level2/html/HTMLIsIndexElement03-expected.txt:
21705 * layout-tests/dom/html/level2/events/dispatchEvent12-expected.txt: Updated results
21715 (DOM::EventImpl::EventImpl):
21716 (DOM::EventImpl::~EventImpl):
21717 (DOM::EventImpl::initEvent):
21718 (DOM::UIEventImpl::UIEventImpl):
21719 (DOM::UIEventImpl::initUIEvent):
21720 (DOM::MouseRelatedEventImpl::MouseRelatedEventImpl):
21721 (DOM::MouseEventImpl::MouseEventImpl):
21722 (DOM::MouseEventImpl::initMouseEvent):
21723 (DOM::MouseEventImpl::isDragEvent):
21724 (DOM::KeyboardEventImpl::KeyboardEventImpl):
21725 (DOM::KeyboardEventImpl::initKeyboardEvent):
21726 (DOM::KeyboardEventImpl::keyCode):
21727 (DOM::MutationEventImpl::MutationEventImpl):
21728 (DOM::MutationEventImpl::initMutationEvent):
21729 (DOM::ClipboardEventImpl::ClipboardEventImpl):
21730 (DOM::WheelEventImpl::WheelEventImpl):
21731 (DOM::RegisteredEventListener::RegisteredEventListener):
21732 (DOM::RegisteredEventListener::~RegisteredEventListener):
21774 (DOM::HTMLFormElementImpl::prepareSubmit):
21775 (DOM::HTMLFormElementImpl::reset):
21776 (DOM::HTMLFormElementImpl::parseMappedAttribute):
21777 (DOM::HTMLGenericFormElementImpl::onSelect):
21778 (DOM::HTMLGenericFormElementImpl::onChange):
21779 (DOM::HTMLGenericFormElementImpl::defaultEventHandler):
21780 (DOM::HTMLButtonElementImpl::parseMappedAttribute):
21781 (DOM::HTMLButtonElementImpl::defaultEventHandler):
21782 (DOM::HTMLInputElementImpl::parseMappedAttribute):
21783 (DOM::HTMLInputElementImpl::setValueFromRenderer):
21784 (DOM::HTMLInputElementImpl::preDispatchEventHandler):
21785 (DOM::HTMLInputElementImpl::defaultEventHandler):
21786 (DOM::HTMLLabelElementImpl::parseMappedAttribute):
21787 (DOM::HTMLSelectElementImpl::parseMappedAttribute):
21788 (DOM::HTMLSelectElementImpl::defaultEventHandler):
21789 (DOM::HTMLTextAreaElementImpl::parseMappedAttribute):
21794 (DOM::HTMLAnchorElementImpl::defaultEventHandler):
21796 (DOM::HTMLObjectElementImpl::parseMappedAttribute):
21797 (DOM::HTMLObjectElementImpl::attach):
21798 (DOM::HTMLObjectElementImpl::detach):
21799 (DOM::HTMLObjectElementImpl::recalcStyle):
21843 (DOM::NodeImpl::addEventListener):
21844 (DOM::NodeImpl::removeEventListener):
21845 (DOM::NodeImpl::removeHTMLEventListener):
21846 (DOM::NodeImpl::setHTMLEventListener):
21847 (DOM::NodeImpl::getHTMLEventListener):
21848 (DOM::NodeImpl::dispatchHTMLEvent):
21849 (DOM::NodeImpl::dispatchWindowEvent):
21850 (DOM::NodeImpl::dispatchMouseEvent):
21851 (DOM::NodeImpl::dispatchUIEvent):
21852 (DOM::NodeImpl::dispatchSubtreeModifiedEvent):
21853 (DOM::NodeImpl::handleLocalEvents):
21854 (DOM::ContainerNodeImpl::removeChild):
21855 (DOM::ContainerNodeImpl::dispatchChildInsertedEvents):
21856 (DOM::ContainerNodeImpl::dispatchChildRemovalEvents):
21905 standard DOM behavior instead (like Firefox does).
21909 Test cases added: None, since one of the level 2 DOM tests changes to
21916 * layout-tests/dom/html/level2/html/HTMLInputElement21-expected.txt:
22078 (DOM::CSSPrimitiveValueImpl::CSSPrimitiveValueImpl):
22079 (DOM::CSSPrimitiveValueImpl::setStringValue):
22086 * khtml/dom/dom_string.cpp:
22087 (DOM::DOMString::DOMString):
22088 (DOM::DOMString::operator =):
22089 (DOM::DOMString::operator += ):
22090 (DOM::DOMString::insert):
22091 (DOM::DOMString::operator []):
22092 (DOM::DOMString::find):
22093 (DOM::DOMString::length):
22094 (DOM::DOMString::truncate):
22095 (DOM::DOMString::remove):
22096 (DOM::DOMString::substring):
22097 (DOM::DOMString::split):
22098 (DOM::DOMString::lower):
22099 (DOM::DOMString::upper):
22100 (DOM::DOMString::percentage):
22101 (DOM::DOMString::unicode):
22102 (DOM::DOMString::qstring):
22103 (DOM::DOMString::toInt):
22104 (DOM::DOMString::copy):
22105 (DOM::DOMString::isEmpty):
22106 (DOM::DOMString::toCoordsArray):
22107 (DOM::DOMString::toLengthArray):
22108 (DOM::DOMString::ascii):
22109 (DOM::operator==):
22110 * khtml/dom/dom_string.h:
22111 (DOM::DOMString::DOMString):
22112 (DOM::DOMString::~DOMString):
22113 (DOM::DOMString::isNull):
22114 (DOM::DOMString::impl):
22128 (DOM::DocumentImpl::commandImp):
22137 (DOM::addItemToMap):
22138 (DOM::removeItemFromMap):
22139 (DOM::HTMLDocumentImpl::hasNamedItem):
22140 (DOM::HTMLDocumentImpl::hasDocExtraNamedItem):
22150 (DOM::HTMLFormElementImpl::radioButtonChecked):
22151 (DOM::HTMLFormElementImpl::removeFormElement):
22152 (DOM::HTMLInputElementImpl::isKeyboardFocusable):
22153 (DOM::HTMLInputElementImpl::setInputType):
22158 (DOM::HTMLElementFactory::createHTMLElement):
22177 (DOM::AtomicString::equal):
22179 (DOM::AtomicString::AtomicString):
22180 (DOM::AtomicString::impl):
22181 (DOM::AtomicString::equal):
22189 (DOM::DocumentTypeImpl::impl):
22209 (DOM::QNameHash::hash):
22210 (DOM::equalComponents):
22211 (DOM::QualifiedName::QualifiedName):
22219 (DOM::EntityImpl::EntityImpl):
22220 (DOM::NotationImpl::NotationImpl):
22221 (DOM::ProcessingInstructionImpl::ProcessingInstructionImpl):
22222 (DOM::ProcessingInstructionImpl::setData):
22223 (DOM::ProcessingInstructionImpl::checkStyleSheet):
22227 (DOM::XSLTProcessorImpl::documentFromXMLDocPtr):
22228 * kwq/DOM-CSS.mm:
22230 * kwq/DOM.mm:
22303 (DOM::HTMLTableSectionElementImpl::insertRow):
22306 (DOM::HTMLTableSectionElementImpl::deleteRow):
22308 (DOM::HTMLTableRowElementImpl::insertCell):
22310 (DOM::HTMLTableRowElementImpl::deleteCell):
22315 (DOM::NodeImpl::childNodes):
22318 * kwq/DOM.mm:
22541 * layout-tests/dom/html/level2/html/HTMLBaseElement01-expected.checksum: Added.
22542 * layout-tests/dom/html/level2/html/HTMLBaseElement01-expected.png: Added.
22543 * layout-tests/dom/html/level2/html/HTMLBaseElement02-expected.checksum: Added.
22544 * layout-tests/dom/html/level2/html/HTMLBaseElement02-expected.png: Added.
22545 * layout-tests/dom/html/level2/html/frame-expected.checksum: Added.
22546 * layout-tests/dom/html/level2/html/frame-expected.png: Added.
22547 * layout-tests/dom/html/level2/html/iframe-expected.checksum: Added.
22548 * layout-tests/dom/html/level2/html/iframe-expected.png: Added.
23611 * layout-tests/fast/dom/HTMLElement/bdo-expected.checksum: Added.
23612 * layout-tests/fast/dom/HTMLElement/bdo-expected.png: Added.
23613 * layout-tests/fast/dom/HTMLTableElement/colSpan-expected.checksum: Added.
23614 * layout-tests/fast/dom/HTMLTableElement/colSpan-expected.png: Added.
23615 * layout-tests/fast/dom/HTMLTableElement/createCaption-expected.checksum: Added.
23616 * layout-tests/fast/dom/HTMLTableElement/createCaption-expected.png: Added.
23617 * layout-tests/fast/dom/anchor-text-expected.checksum: Added.
23618 * layout-tests/fast/dom/anchor-text-expected.png: Added.
23619 * layout-tests/fast/dom/attr_dead_doc-expected.checksum: Added.
23620 * layout-tests/fast/dom/attr_dead_doc-expected.png: Added.
23621 * layout-tests/fast/dom/children-nodes-expected.checksum: Added.
23622 * layout-tests/fast/dom/children-nodes-expected.png: Added.
23623 * layout-tests/fast/dom/clone-contents-0-end-offset-expected.checksum: Added.
23624 * layout-tests/fast/dom/clone-contents-0-end-offset-expected.png: Added.
23625 * layout-tests/fast/dom/clone-node-dynamic-style-expected.checksum: Added.
23626 * layout-tests/fast/dom/clone-node-dynamic-style-expected.png: Added.
23627 * layout-tests/fast/dom/createDocumentType-expected.checksum: Added.
23628 * layout-tests/fast/dom/createDocumentType-expected.png: Added.
23629 * layout-tests/fast/dom/dom-parse-serialize-display-expected.checksum: Added.
23630 * layout-tests/fast/dom/dom-parse-serialize-display-expected.png: Added.
23631 * layout-tests/fast/dom/dom-parse-serialize-expected.checksum: Added.
23632 * layout-tests/fast/dom/dom-parse-serialize-expected.png: Added.
23633 * layout-tests/fast/dom/features-expected.checksum: Added.
23634 * layout-tests/fast/dom/features-expected.png: Added.
23635 * layout-tests/fast/dom/importNodeHTML-expected.checksum: Added.
23636 * layout-tests/fast/dom/importNodeHTML-expected.png: Added.
23637 * layout-tests/fast/dom/importNodeXML-expected.checksum: Added.
23638 * layout-tests/fast/dom/importNodeXML-expected.png: Added.
23639 * layout-tests/fast/dom/inner-text-expected.checksum: Added.
23640 * layout-tests/fast/dom/inner-text-expected.png: Added.
23641 * layout-tests/fast/dom/outerText-expected.checksum: Added.
23642 * layout-tests/fast/dom/outerText-expected.png: Added.
23643 * layout-tests/fast/dom/outerText-no-element-expected.checksum: Added.
23644 * layout-tests/fast/dom/outerText-no-element-expected.png: Added.
23645 * layout-tests/fast/dom/quadraticCurveTo-expected.checksum: Added.
23646 * layout-tests/fast/dom/quadraticCurveTo-expected.png: Added.
23647 * layout-tests/fast/dom/row-inner-text-expected.checksum: Added.
23648 * layout-tests/fast/dom/row-inner-text-expected.png: Added.
24565 - fixed a few things in the DOM test suite
24567 * layout-tests/dom/html/level1/core/selfhtml.js:
24568 * layout-tests/dom/html/level2/core/selfhtml.js:
24569 * layout-tests/dom/html/level2/events/selfhtml.js:
24570 * layout-tests/dom/html/level2/html/selfhtml.js:
24573 * layout-tests/dom/html/level2/html/HTMLDocument17-expected.txt: Added.
24574 * layout-tests/dom/html/level2/html/HTMLDocument17.html: Added.
24575 * layout-tests/dom/html/level2/html/HTMLDocument17.html-disabled: Removed.
24578 * layout-tests/dom/html/level2/html/HTMLDocument19-expected.txt: Added.
24579 * layout-tests/dom/html/level2/html/HTMLDocument19.html: Added.
24580 * layout-tests/dom/html/level2/html/HTMLDocument19.html-disabled: Removed.
24583 * layout-tests/dom/html/level2/html/HTMLDocument20-expected.txt: Added.
24584 * layout-tests/dom/html/level2/html/HTMLDocument20.html: Added.
24585 * layout-tests/dom/html/level2/html/HTMLDocument20.html-disabled: Removed.
24588 * layout-tests/dom/html/level2/html/HTMLDocument21-expected.txt: Added.
24589 * layout-tests/dom/html/level2/html/HTMLDocument21.html: Added.
24590 * layout-tests/dom/html/level2/html/HTMLDocument21.html-disabled: Removed.
24593 * layout-tests/dom/html/level2/html/HTMLFormElement10-expected.txt: Removed.
24594 * layout-tests/dom/html/level2/html/HTMLFormElement10.html-disabled: Reverted the changes
24596 * layout-tests/dom/html/level2/html/HTMLFormElement10.js: Reverted the changes in this
24604 layout-tests/dom/html/level2/html/HTMLBaseElement01 and HTMLBaseElement02 fail
24606 * layout-tests/dom/html/level2/html/HTMLBaseElement01.html: New version.
24607 * layout-tests/dom/html/level2/html/HTMLBaseElement01-expected.txt: Now says "success".
24608 * layout-tests/dom/html/level2/html/HTMLBaseElement02.html: New version.
24609 * layout-tests/dom/html/level2/html/HTMLBaseElement02-expected.txt: Now says "success".
24611 * layout-tests/dom/html/level2/html/HTMLBaseElement01.js: Removed.
24612 * layout-tests/dom/html/level2/html/HTMLBaseElement02.js: Removed.
24621 * layout-tests/dom/html/level2/events/dispatchEvent12.js: Fixed to match real updated test.
24626 * khtml/html/htmlnames.cpp: (DOM::HTMLNames::init): Tweaked a wrong character in a comment.
24637 (DOM::):
24638 (DOM::CSSComputedStyleDeclarationImpl::getPropertyCSSValue):
24640 (DOM::CSSPrimitiveValueImpl::CSSPrimitiveValueImpl):
24641 (DOM::CSSPrimitiveValueImpl::cssText):
24642 (DOM::PairImpl::PairImpl):
24643 (DOM::PairImpl::~PairImpl):
24644 (DOM::PairImpl::setFirst):
24645 (DOM::PairImpl::setSecond):
24646 (DOM::CSSImageValueImpl::~CSSImageValueImpl):
24647 (DOM::CSSImageValueImpl::image):
24648 (DOM::CSSBorderImageValueImpl::CSSBorderImageValueImpl):
24649 (DOM::CSSBorderImageValueImpl::~CSSBorderImageValueImpl):
24650 (DOM::CSSBorderImageValueImpl::cssText):
24652 (DOM::CSSPrimitiveValueImpl::getPairValue):
24653 (DOM::CSSPrimitiveValueImpl::):
24654 (DOM::RectImpl::top):
24655 (DOM::RectImpl::right):
24656 (DOM::RectImpl::bottom):
24657 (DOM::RectImpl::left):
24658 (DOM::PairImpl::first):
24659 (DOM::PairImpl::second):
24660 (DOM::CSSBorderImageValueImpl::cssValueType):
24688 * khtml/dom/css_value.h:
24689 (DOM::CSSPrimitiveValue::):
24826 * khtml/html/htmlnames.cpp: (DOM::HTMLNames::init): Changed the name of the function
24870 * kwq/DOM.mm:
24876 Updated "using" because HTMLNames is now inside the DOM namespace.
24918 - rename DOM::DOMString::string to DOM::DOMString::qstring
24933 (DOM::quoteStringIfNeeded):
24934 (DOM::CSSStyleDeclarationImpl::setProperty):
24935 (DOM::CSSMutableStyleDeclarationImpl::setProperty):
24948 * khtml/dom/dom_string.cpp:
24949 (DOM::DOMString::percentage):
24950 (DOM::DOMString::qstring):
24951 * khtml/dom/dom_string.h:
25033 (DOM::JSEditor::queryCommandSupported):
25061 (DOM::HTMLDocumentImpl::setCookie):
25067 (DOM::FormDataList::appendData):
25068 (DOM::HTMLFormElementImpl::formWouldHaveSecureSubmission):
25069 (DOM::HTMLFormElementImpl::formData):
25070 (DOM::HTMLFormElementImpl::parseEnctype):
25071 (DOM::HTMLFormElementImpl::submit):
25072 (DOM::HTMLFormElementImpl::parseMappedAttribute):
25073 (DOM::HTMLGenericFormElementImpl::state):
25074 (DOM::HTMLGenericFormElementImpl::findMatchingState):
25075 (DOM::HTMLButtonElementImpl::parseMappedAttribute):
25076 (DOM::HTMLInputElementImpl::state):
25077 (DOM::HTMLInputElementImpl::parseMappedAttribute):
25078 (DOM::HTMLInputElementImpl::appendFormData):
25079 (DOM::HTMLLabelElementImpl::parseMappedAttribute):
25080 (DOM::HTMLSelectElementImpl::parseMappedAttribute):
25081 (DOM::HTMLSelectElementImpl::appendFormData):
25082 (DOM::HTMLKeygenElementImpl::appendFormData):
25083 (DOM::HTMLOptionElementImpl::value):
25084 (DOM::HTMLTextAreaElementImpl::state):
25085 (DOM::HTMLTextAreaElementImpl::parseMappedAttribute):
25086 (DOM::HTMLTextAreaElementImpl::updateValue):
25087 (DOM::HTMLTextAreaElementImpl::setValue):
25088 (DOM::FormDataList::appendFile):
25103 (DOM::HTMLAnchorElementImpl::defaultEventHandler):
25105 (DOM::HTMLCollectionImpl::updateNameCache):
25106 (DOM::HTMLCollectionImpl::namedItems):
25107 (DOM::HTMLFormCollectionImpl::updateNameCache):
25109 (DOM::HTMLAppletElementImpl::createRenderer):
25110 (DOM::HTMLEmbedElementImpl::parseMappedAttribute):
25111 (DOM::HTMLObjectElementImpl::parseMappedAttribute):
25112 (DOM::HTMLParamElementImpl::isURLAttribute):
25114 (DOM::HTMLTableElementImpl::addChild):
25115 (DOM::HTMLTableElementImpl::parseMappedAttribute):
25116 (DOM::HTMLTablePartElementImpl::parseMappedAttribute):
25117 (DOM::HTMLTableSectionElementImpl::addChild):
25118 (DOM::HTMLTableRowElementImpl::addChild):
25212 (DOM::RangeImpl::createContextualFragment):
25213 (DOM::RangeImpl::formatForDebugger):
25216 (DOM::AtomicString::qstring):
25218 (DOM::AtomicStringList::qstring):
25244 (DOM::NodeImpl::dump):
25245 (DOM::appendAttributeDesc):
25246 (DOM::NodeImpl::showNode):
25247 (DOM::NodeImpl::formatForDebugger):
25249 (DOM::Position::debugPosition):
25250 (DOM::Position::formatForDebugger):
25252 (DOM::parseLength):
25253 (DOM::DOMStringImpl::toInt):
25260 (DOM::CharacterDataImpl::qstring):
25268 (DOM::XSLStyleSheetImpl::loadChildSheets):
25269 (DOM::XSLStyleSheetImpl::locateStylesheetSubResource):
25270 (DOM::XSLImportRuleImpl::loadSheet):
25271 * kwq/DOM.mm:
25309 * layout-tests/dom/html/level2/html/HTMLAppletElement01.html:
25310 * layout-tests/dom/html/level2/html/HTMLAppletElement02.html:
25311 * layout-tests/dom/html/level2/html/HTMLAppletElement03.html:
25312 * layout-tests/dom/html/level2/html/HTMLAppletElement04.html:
25313 * layout-tests/dom/html/level2/html/HTMLAppletElement05.html:
25314 * layout-tests/dom/html/level2/html/HTMLAppletElement06.html:
25315 * layout-tests/dom/html/level2/html/HTMLAppletElement07.html:
25316 * layout-tests/dom/html/level2/html/HTMLAppletElement08.html:
25317 * layout-tests/dom/html/level2/html/HTMLAppletElement09.html:
25318 * layout-tests/dom/html/level2/html/HTMLAppletElement10.html:
25321 * layout-tests/dom/html/level2/html/HTMLAppletElement04-expected.txt:
25334 * layout-tests/dom/html/level1/core/hc_attrcreatedocumentfragment-expected.txt:
25342 implement exceptions for a few XML-specific Document DOM functions
25356 * kwq/DOM.mm:
25368 * layout-tests/dom/html/level1/core/documentinvalidcharacterexceptioncreateentref-expected.txt: Now succeeds.
25369 * layout-tests/dom/html/level1/core/documentinvalidcharacterexceptioncreateentref1-expected.txt: Ditto.
25370 * layout-tests/dom/html/level1/core/documentinvalidcharacterexceptioncreatepi-expected.txt: Ditto.
25371 * layout-tests/dom/html/level1/core/documentinvalidcharacterexceptioncreatepi1-expected.txt: Ditto.
25372 * layout-tests/dom/html/level1/core/hc_attrappendchild4-expected.txt: Ditto.
25373 * layout-tests/dom/html/level1/core/hc_attrgetvalue2-expected.txt: Ditto.
25374 * layout-tests/dom/html/level1/core/hc_attrinsertbefore5-expected.txt: Ditto.
25375 * layout-tests/dom/html/level1/core/hc_attrinsertbefore7-expected.txt: Ditto.
25376 * layout-tests/dom/html/level1/core/hc_nodevalue03-expected.txt: Ditto.
25402 a. Removal of C+DOM
27438 REGRESSION: content inside <nolayer> does not get in the DOM tree, but should
27442 * layout-tests/fast/dom/no-elements.html: Update test for new behavior.
27443 * layout-tests/fast/dom/no-elements-expected.txt: Updated test results.