<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN"
"http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head><meta http-equiv="content-type" content="text/html; charset=utf-8" />
<title>[195355] trunk</title>
</head>
<body>

<style type="text/css"><!--
#msg dl.meta { border: 1px #006 solid; background: #369; padding: 6px; color: #fff; }
#msg dl.meta dt { float: left; width: 6em; font-weight: bold; }
#msg dt:after { content:':';}
#msg dl, #msg dt, #msg ul, #msg li, #header, #footer, #logmsg { font-family: verdana,arial,helvetica,sans-serif; font-size: 10pt;  }
#msg dl a { font-weight: bold}
#msg dl a:link    { color:#fc3; }
#msg dl a:active  { color:#ff0; }
#msg dl a:visited { color:#cc6; }
h3 { font-family: verdana,arial,helvetica,sans-serif; font-size: 10pt; font-weight: bold; }
#msg pre { overflow: auto; background: #ffc; border: 1px #fa0 solid; padding: 6px; }
#logmsg { background: #ffc; border: 1px #fa0 solid; padding: 1em 1em 0 1em; }
#logmsg p, #logmsg pre, #logmsg blockquote { margin: 0 0 1em 0; }
#logmsg p, #logmsg li, #logmsg dt, #logmsg dd { line-height: 14pt; }
#logmsg h1, #logmsg h2, #logmsg h3, #logmsg h4, #logmsg h5, #logmsg h6 { margin: .5em 0; }
#logmsg h1:first-child, #logmsg h2:first-child, #logmsg h3:first-child, #logmsg h4:first-child, #logmsg h5:first-child, #logmsg h6:first-child { margin-top: 0; }
#logmsg ul, #logmsg ol { padding: 0; list-style-position: inside; margin: 0 0 0 1em; }
#logmsg ul { text-indent: -1em; padding-left: 1em; }#logmsg ol { text-indent: -1.5em; padding-left: 1.5em; }
#logmsg > ul, #logmsg > ol { margin: 0 0 1em 0; }
#logmsg pre { background: #eee; padding: 1em; }
#logmsg blockquote { border: 1px solid #fa0; border-left-width: 10px; padding: 1em 1em 0 1em; background: white;}
#logmsg dl { margin: 0; }
#logmsg dt { font-weight: bold; }
#logmsg dd { margin: 0; padding: 0 0 0.5em 0; }
#logmsg dd:before { content:'\00bb';}
#logmsg table { border-spacing: 0px; border-collapse: collapse; border-top: 4px solid #fa0; border-bottom: 1px solid #fa0; background: #fff; }
#logmsg table th { text-align: left; font-weight: normal; padding: 0.2em 0.5em; border-top: 1px dotted #fa0; }
#logmsg table td { text-align: right; border-top: 1px dotted #fa0; padding: 0.2em 0.5em; }
#logmsg table thead th { text-align: center; border-bottom: 1px solid #fa0; }
#logmsg table th.Corner { text-align: left; }
#logmsg hr { border: none 0; border-top: 2px dashed #fa0; height: 1px; }
#header, #footer { color: #fff; background: #636; border: 1px #300 solid; padding: 6px; }
#patch { width: 100%; }
#patch h4 {font-family: verdana,arial,helvetica,sans-serif;font-size:10pt;padding:8px;background:#369;color:#fff;margin:0;}
#patch .propset h4, #patch .binary h4 {margin:0;}
#patch pre {padding:0;line-height:1.2em;margin:0;}
#patch .diff {width:100%;background:#eee;padding: 0 0 10px 0;overflow:auto;}
#patch .propset .diff, #patch .binary .diff  {padding:10px 0;}
#patch span {display:block;padding:0 10px;}
#patch .modfile, #patch .addfile, #patch .delfile, #patch .propset, #patch .binary, #patch .copfile {border:1px solid #ccc;margin:10px 0;}
#patch ins {background:#dfd;text-decoration:none;display:block;padding:0 10px;}
#patch del {background:#fdd;text-decoration:none;display:block;padding:0 10px;}
#patch .lines, .info {color:#888;background:#fff;}
--></style>
<div id="msg">
<dl class="meta">
<dt>Revision</dt> <dd><a href="http://trac.webkit.org/projects/webkit/changeset/195355">195355</a></dd>
<dt>Author</dt> <dd>cdumez@apple.com</dd>
<dt>Date</dt> <dd>2016-01-20 09:16:34 -0800 (Wed, 20 Jan 2016)</dd>
</dl>

<h3>Log Message</h3>
<pre>Drop support for obsolete Node.isSupported()
https://bugs.webkit.org/show_bug.cgi?id=153164

Reviewed by Darin Adler.

LayoutTests/imported/w3c:

Rebaseline W3C test now that one more check is passing.

* web-platform-tests/dom/historical-expected.txt:

Source/WebCore:

Drop support for obsolete Node.isSupported(). Chrome and Firefox already
dropped it.

No new tests, already covered by existing test.

* dom/Node.cpp:
(WebCore::Node::isSupportedForBindings):
* dom/Node.h:
* dom/Node.idl:

LayoutTests:

Drop obsolete DOM tests.

* dom/html/level2/html/HTMLBodyElement07-expected.txt: Removed.
* dom/html/level2/html/HTMLBodyElement07.html: Removed.
* dom/html/level2/html/HTMLBodyElement07.js: Removed.
* dom/html/level2/html/HTMLBodyElement08-expected.txt: Removed.
* dom/html/level2/html/HTMLBodyElement08.html: Removed.
* dom/html/level2/html/HTMLBodyElement08.js: Removed.
* dom/html/level2/html/HTMLBodyElement09-expected.txt: Removed.
* dom/html/level2/html/HTMLBodyElement09.html: Removed.
* dom/html/level2/html/HTMLBodyElement09.js: Removed.
* dom/html/level2/html/HTMLBodyElement10-expected.txt: Removed.
* dom/html/level2/html/HTMLBodyElement10.html: Removed.
* dom/html/level2/html/HTMLBodyElement10.js: Removed.
* dom/html/level2/html/HTMLBodyElement11-expected.txt: Removed.
* dom/html/level2/html/HTMLBodyElement11.html: Removed.
* dom/html/level2/html/HTMLBodyElement11.js: Removed.
* dom/html/level2/html/HTMLBodyElement12-expected.txt: Removed.
* dom/html/level2/html/HTMLBodyElement12.html: Removed.
* dom/html/level2/html/HTMLBodyElement12.js: Removed.
* dom/html/level2/html/HTMLDocument22-expected.txt: Removed.
* dom/html/level2/html/HTMLDocument22.html: Removed.
* dom/html/level2/html/HTMLDocument22.js: Removed.
* dom/html/level2/html/HTMLDocument23-expected.txt: Removed.
* dom/html/level2/html/HTMLDocument23.html: Removed.
* dom/html/level2/html/HTMLDocument23.js: Removed.
* dom/html/level2/html/HTMLDocument24-expected.txt: Removed.
* dom/html/level2/html/HTMLDocument24.html: Removed.
* dom/html/level2/html/HTMLDocument24.js: Removed.
* dom/html/level2/html/HTMLDocument25-expected.txt: Removed.
* dom/html/level2/html/HTMLDocument25.html: Removed.
* dom/html/level2/html/HTMLDocument25.js: Removed.
* dom/html/level2/html/HTMLDocument26-expected.txt: Removed.
* dom/html/level2/html/HTMLDocument26.html: Removed.
* dom/html/level2/html/HTMLDocument26.js: Removed.
* dom/html/level2/html/HTMLDocument27-expected.txt: Removed.
* dom/html/level2/html/HTMLDocument27.html: Removed.
* dom/html/level2/html/HTMLDocument27.js: Removed.
* dom/svg/level3/xpath/Conformance_isSupported_3-expected.txt: Removed.
* dom/svg/level3/xpath/Conformance_isSupported_3.js: Removed.
* dom/svg/level3/xpath/Conformance_isSupported_3.svg: Removed.
* dom/svg/level3/xpath/Conformance_isSupported_empty-expected.txt: Removed.
* dom/svg/level3/xpath/Conformance_isSupported_empty.js: Removed.
* dom/svg/level3/xpath/Conformance_isSupported_empty.svg: Removed.
* dom/svg/level3/xpath/Conformance_isSupported_null-expected.txt: Removed.
* dom/svg/level3/xpath/Conformance_isSupported_null.js: Removed.
* dom/svg/level3/xpath/Conformance_isSupported_null.svg: Removed.
* dom/xhtml/level2/html/HTMLBodyElement07-expected.txt: Removed.
* dom/xhtml/level2/html/HTMLBodyElement07.js: Removed.
* dom/xhtml/level2/html/HTMLBodyElement07.xhtml: Removed.
* dom/xhtml/level2/html/HTMLBodyElement08-expected.txt: Removed.
* dom/xhtml/level2/html/HTMLBodyElement08.js: Removed.
* dom/xhtml/level2/html/HTMLBodyElement08.xhtml: Removed.
* dom/xhtml/level2/html/HTMLBodyElement09-expected.txt: Removed.
* dom/xhtml/level2/html/HTMLBodyElement09.js: Removed.
* dom/xhtml/level2/html/HTMLBodyElement09.xhtml: Removed.
* dom/xhtml/level2/html/HTMLBodyElement10-expected.txt: Removed.
* dom/xhtml/level2/html/HTMLBodyElement10.js: Removed.
* dom/xhtml/level2/html/HTMLBodyElement10.xhtml: Removed.
* dom/xhtml/level2/html/HTMLBodyElement11-expected.txt: Removed.
* dom/xhtml/level2/html/HTMLBodyElement11.js: Removed.
* dom/xhtml/level2/html/HTMLBodyElement11.xhtml: Removed.
* dom/xhtml/level2/html/HTMLBodyElement12-expected.txt: Removed.
* dom/xhtml/level2/html/HTMLBodyElement12.js: Removed.
* dom/xhtml/level2/html/HTMLBodyElement12.xhtml: Removed.
* dom/xhtml/level2/html/HTMLDocument22-expected.txt: Removed.
* dom/xhtml/level2/html/HTMLDocument22.js: Removed.
* dom/xhtml/level2/html/HTMLDocument22.xhtml: Removed.
* dom/xhtml/level2/html/HTMLDocument23-expected.txt: Removed.
* dom/xhtml/level2/html/HTMLDocument23.js: Removed.
* dom/xhtml/level2/html/HTMLDocument23.xhtml: Removed.
* dom/xhtml/level2/html/HTMLDocument24-expected.txt: Removed.
* dom/xhtml/level2/html/HTMLDocument24.js: Removed.
* dom/xhtml/level2/html/HTMLDocument24.xhtml: Removed.
* dom/xhtml/level2/html/HTMLDocument25-expected.txt: Removed.
* dom/xhtml/level2/html/HTMLDocument25.js: Removed.
* dom/xhtml/level2/html/HTMLDocument25.xhtml: Removed.
* dom/xhtml/level2/html/HTMLDocument26-expected.txt: Removed.
* dom/xhtml/level2/html/HTMLDocument26.js: Removed.
* dom/xhtml/level2/html/HTMLDocument26.xhtml: Removed.
* dom/xhtml/level2/html/HTMLDocument27-expected.txt: Removed.
* dom/xhtml/level2/html/HTMLDocument27.js: Removed.
* dom/xhtml/level2/html/HTMLDocument27.xhtml: Removed.
* fast/dom/features-expected.txt:
* fast/dom/features.html:</pre>

<h3>Modified Paths</h3>
<ul>
<li><a href="#trunkLayoutTestsChangeLog">trunk/LayoutTests/ChangeLog</a></li>
<li><a href="#trunkLayoutTestsfastdomfeaturesexpectedtxt">trunk/LayoutTests/fast/dom/features-expected.txt</a></li>
<li><a href="#trunkLayoutTestsfastdomfeatureshtml">trunk/LayoutTests/fast/dom/features.html</a></li>
<li><a href="#trunkLayoutTestsimportedw3cChangeLog">trunk/LayoutTests/imported/w3c/ChangeLog</a></li>
<li><a href="#trunkLayoutTestsimportedw3cwebplatformtestsdomhistoricalexpectedtxt">trunk/LayoutTests/imported/w3c/web-platform-tests/dom/historical-expected.txt</a></li>
<li><a href="#trunkLayoutTestssvgcustomsvgfeaturesexpectedtxt">trunk/LayoutTests/svg/custom/svg-features-expected.txt</a></li>
<li><a href="#trunkLayoutTestssvgcustomsvgfeatureshtml">trunk/LayoutTests/svg/custom/svg-features.html</a></li>
<li><a href="#trunkSourceWebCoreChangeLog">trunk/Source/WebCore/ChangeLog</a></li>
<li><a href="#trunkSourceWebCoredomNodecpp">trunk/Source/WebCore/dom/Node.cpp</a></li>
<li><a href="#trunkSourceWebCoredomNodeh">trunk/Source/WebCore/dom/Node.h</a></li>
<li><a href="#trunkSourceWebCoredomNodeidl">trunk/Source/WebCore/dom/Node.idl</a></li>
</ul>

<h3>Removed Paths</h3>
<ul>
<li><a href="#trunkLayoutTestsdomhtmllevel2htmlHTMLBodyElement07expectedtxt">trunk/LayoutTests/dom/html/level2/html/HTMLBodyElement07-expected.txt</a></li>
<li><a href="#trunkLayoutTestsdomhtmllevel2htmlHTMLBodyElement07html">trunk/LayoutTests/dom/html/level2/html/HTMLBodyElement07.html</a></li>
<li><a href="#trunkLayoutTestsdomhtmllevel2htmlHTMLBodyElement07js">trunk/LayoutTests/dom/html/level2/html/HTMLBodyElement07.js</a></li>
<li><a href="#trunkLayoutTestsdomhtmllevel2htmlHTMLBodyElement08expectedtxt">trunk/LayoutTests/dom/html/level2/html/HTMLBodyElement08-expected.txt</a></li>
<li><a href="#trunkLayoutTestsdomhtmllevel2htmlHTMLBodyElement08html">trunk/LayoutTests/dom/html/level2/html/HTMLBodyElement08.html</a></li>
<li><a href="#trunkLayoutTestsdomhtmllevel2htmlHTMLBodyElement08js">trunk/LayoutTests/dom/html/level2/html/HTMLBodyElement08.js</a></li>
<li><a href="#trunkLayoutTestsdomhtmllevel2htmlHTMLBodyElement09expectedtxt">trunk/LayoutTests/dom/html/level2/html/HTMLBodyElement09-expected.txt</a></li>
<li><a href="#trunkLayoutTestsdomhtmllevel2htmlHTMLBodyElement09html">trunk/LayoutTests/dom/html/level2/html/HTMLBodyElement09.html</a></li>
<li><a href="#trunkLayoutTestsdomhtmllevel2htmlHTMLBodyElement09js">trunk/LayoutTests/dom/html/level2/html/HTMLBodyElement09.js</a></li>
<li><a href="#trunkLayoutTestsdomhtmllevel2htmlHTMLBodyElement10expectedtxt">trunk/LayoutTests/dom/html/level2/html/HTMLBodyElement10-expected.txt</a></li>
<li><a href="#trunkLayoutTestsdomhtmllevel2htmlHTMLBodyElement10html">trunk/LayoutTests/dom/html/level2/html/HTMLBodyElement10.html</a></li>
<li><a href="#trunkLayoutTestsdomhtmllevel2htmlHTMLBodyElement10js">trunk/LayoutTests/dom/html/level2/html/HTMLBodyElement10.js</a></li>
<li><a href="#trunkLayoutTestsdomhtmllevel2htmlHTMLBodyElement11expectedtxt">trunk/LayoutTests/dom/html/level2/html/HTMLBodyElement11-expected.txt</a></li>
<li><a href="#trunkLayoutTestsdomhtmllevel2htmlHTMLBodyElement11html">trunk/LayoutTests/dom/html/level2/html/HTMLBodyElement11.html</a></li>
<li><a href="#trunkLayoutTestsdomhtmllevel2htmlHTMLBodyElement11js">trunk/LayoutTests/dom/html/level2/html/HTMLBodyElement11.js</a></li>
<li><a href="#trunkLayoutTestsdomhtmllevel2htmlHTMLBodyElement12expectedtxt">trunk/LayoutTests/dom/html/level2/html/HTMLBodyElement12-expected.txt</a></li>
<li><a href="#trunkLayoutTestsdomhtmllevel2htmlHTMLBodyElement12html">trunk/LayoutTests/dom/html/level2/html/HTMLBodyElement12.html</a></li>
<li><a href="#trunkLayoutTestsdomhtmllevel2htmlHTMLBodyElement12js">trunk/LayoutTests/dom/html/level2/html/HTMLBodyElement12.js</a></li>
<li><a href="#trunkLayoutTestsdomhtmllevel2htmlHTMLDocument22expectedtxt">trunk/LayoutTests/dom/html/level2/html/HTMLDocument22-expected.txt</a></li>
<li><a href="#trunkLayoutTestsdomhtmllevel2htmlHTMLDocument22html">trunk/LayoutTests/dom/html/level2/html/HTMLDocument22.html</a></li>
<li><a href="#trunkLayoutTestsdomhtmllevel2htmlHTMLDocument22js">trunk/LayoutTests/dom/html/level2/html/HTMLDocument22.js</a></li>
<li><a href="#trunkLayoutTestsdomhtmllevel2htmlHTMLDocument23expectedtxt">trunk/LayoutTests/dom/html/level2/html/HTMLDocument23-expected.txt</a></li>
<li><a href="#trunkLayoutTestsdomhtmllevel2htmlHTMLDocument23html">trunk/LayoutTests/dom/html/level2/html/HTMLDocument23.html</a></li>
<li><a href="#trunkLayoutTestsdomhtmllevel2htmlHTMLDocument23js">trunk/LayoutTests/dom/html/level2/html/HTMLDocument23.js</a></li>
<li><a href="#trunkLayoutTestsdomhtmllevel2htmlHTMLDocument24expectedtxt">trunk/LayoutTests/dom/html/level2/html/HTMLDocument24-expected.txt</a></li>
<li><a href="#trunkLayoutTestsdomhtmllevel2htmlHTMLDocument24html">trunk/LayoutTests/dom/html/level2/html/HTMLDocument24.html</a></li>
<li><a href="#trunkLayoutTestsdomhtmllevel2htmlHTMLDocument24js">trunk/LayoutTests/dom/html/level2/html/HTMLDocument24.js</a></li>
<li><a href="#trunkLayoutTestsdomhtmllevel2htmlHTMLDocument25expectedtxt">trunk/LayoutTests/dom/html/level2/html/HTMLDocument25-expected.txt</a></li>
<li><a href="#trunkLayoutTestsdomhtmllevel2htmlHTMLDocument25html">trunk/LayoutTests/dom/html/level2/html/HTMLDocument25.html</a></li>
<li><a href="#trunkLayoutTestsdomhtmllevel2htmlHTMLDocument25js">trunk/LayoutTests/dom/html/level2/html/HTMLDocument25.js</a></li>
<li><a href="#trunkLayoutTestsdomhtmllevel2htmlHTMLDocument26expectedtxt">trunk/LayoutTests/dom/html/level2/html/HTMLDocument26-expected.txt</a></li>
<li><a href="#trunkLayoutTestsdomhtmllevel2htmlHTMLDocument26html">trunk/LayoutTests/dom/html/level2/html/HTMLDocument26.html</a></li>
<li><a href="#trunkLayoutTestsdomhtmllevel2htmlHTMLDocument26js">trunk/LayoutTests/dom/html/level2/html/HTMLDocument26.js</a></li>
<li><a href="#trunkLayoutTestsdomhtmllevel2htmlHTMLDocument27expectedtxt">trunk/LayoutTests/dom/html/level2/html/HTMLDocument27-expected.txt</a></li>
<li><a href="#trunkLayoutTestsdomhtmllevel2htmlHTMLDocument27html">trunk/LayoutTests/dom/html/level2/html/HTMLDocument27.html</a></li>
<li><a href="#trunkLayoutTestsdomhtmllevel2htmlHTMLDocument27js">trunk/LayoutTests/dom/html/level2/html/HTMLDocument27.js</a></li>
<li><a href="#trunkLayoutTestsdomsvglevel3xpathConformance_isSupported_3expectedtxt">trunk/LayoutTests/dom/svg/level3/xpath/Conformance_isSupported_3-expected.txt</a></li>
<li><a href="#trunkLayoutTestsdomsvglevel3xpathConformance_isSupported_3js">trunk/LayoutTests/dom/svg/level3/xpath/Conformance_isSupported_3.js</a></li>
<li><a href="#trunkLayoutTestsdomsvglevel3xpathConformance_isSupported_3svg">trunk/LayoutTests/dom/svg/level3/xpath/Conformance_isSupported_3.svg</a></li>
<li><a href="#trunkLayoutTestsdomsvglevel3xpathConformance_isSupported_emptyexpectedtxt">trunk/LayoutTests/dom/svg/level3/xpath/Conformance_isSupported_empty-expected.txt</a></li>
<li><a href="#trunkLayoutTestsdomsvglevel3xpathConformance_isSupported_emptyjs">trunk/LayoutTests/dom/svg/level3/xpath/Conformance_isSupported_empty.js</a></li>
<li><a href="#trunkLayoutTestsdomsvglevel3xpathConformance_isSupported_emptysvg">trunk/LayoutTests/dom/svg/level3/xpath/Conformance_isSupported_empty.svg</a></li>
<li><a href="#trunkLayoutTestsdomsvglevel3xpathConformance_isSupported_nullexpectedtxt">trunk/LayoutTests/dom/svg/level3/xpath/Conformance_isSupported_null-expected.txt</a></li>
<li><a href="#trunkLayoutTestsdomsvglevel3xpathConformance_isSupported_nulljs">trunk/LayoutTests/dom/svg/level3/xpath/Conformance_isSupported_null.js</a></li>
<li><a href="#trunkLayoutTestsdomsvglevel3xpathConformance_isSupported_nullsvg">trunk/LayoutTests/dom/svg/level3/xpath/Conformance_isSupported_null.svg</a></li>
<li><a href="#trunkLayoutTestsdomxhtmllevel2htmlHTMLBodyElement07expectedtxt">trunk/LayoutTests/dom/xhtml/level2/html/HTMLBodyElement07-expected.txt</a></li>
<li><a href="#trunkLayoutTestsdomxhtmllevel2htmlHTMLBodyElement07js">trunk/LayoutTests/dom/xhtml/level2/html/HTMLBodyElement07.js</a></li>
<li><a href="#trunkLayoutTestsdomxhtmllevel2htmlHTMLBodyElement07xhtml">trunk/LayoutTests/dom/xhtml/level2/html/HTMLBodyElement07.xhtml</a></li>
<li><a href="#trunkLayoutTestsdomxhtmllevel2htmlHTMLBodyElement08expectedtxt">trunk/LayoutTests/dom/xhtml/level2/html/HTMLBodyElement08-expected.txt</a></li>
<li><a href="#trunkLayoutTestsdomxhtmllevel2htmlHTMLBodyElement08js">trunk/LayoutTests/dom/xhtml/level2/html/HTMLBodyElement08.js</a></li>
<li><a href="#trunkLayoutTestsdomxhtmllevel2htmlHTMLBodyElement08xhtml">trunk/LayoutTests/dom/xhtml/level2/html/HTMLBodyElement08.xhtml</a></li>
<li><a href="#trunkLayoutTestsdomxhtmllevel2htmlHTMLBodyElement09expectedtxt">trunk/LayoutTests/dom/xhtml/level2/html/HTMLBodyElement09-expected.txt</a></li>
<li><a href="#trunkLayoutTestsdomxhtmllevel2htmlHTMLBodyElement09js">trunk/LayoutTests/dom/xhtml/level2/html/HTMLBodyElement09.js</a></li>
<li><a href="#trunkLayoutTestsdomxhtmllevel2htmlHTMLBodyElement09xhtml">trunk/LayoutTests/dom/xhtml/level2/html/HTMLBodyElement09.xhtml</a></li>
<li><a href="#trunkLayoutTestsdomxhtmllevel2htmlHTMLBodyElement10expectedtxt">trunk/LayoutTests/dom/xhtml/level2/html/HTMLBodyElement10-expected.txt</a></li>
<li><a href="#trunkLayoutTestsdomxhtmllevel2htmlHTMLBodyElement10js">trunk/LayoutTests/dom/xhtml/level2/html/HTMLBodyElement10.js</a></li>
<li><a href="#trunkLayoutTestsdomxhtmllevel2htmlHTMLBodyElement10xhtml">trunk/LayoutTests/dom/xhtml/level2/html/HTMLBodyElement10.xhtml</a></li>
<li><a href="#trunkLayoutTestsdomxhtmllevel2htmlHTMLBodyElement11expectedtxt">trunk/LayoutTests/dom/xhtml/level2/html/HTMLBodyElement11-expected.txt</a></li>
<li><a href="#trunkLayoutTestsdomxhtmllevel2htmlHTMLBodyElement11js">trunk/LayoutTests/dom/xhtml/level2/html/HTMLBodyElement11.js</a></li>
<li><a href="#trunkLayoutTestsdomxhtmllevel2htmlHTMLBodyElement11xhtml">trunk/LayoutTests/dom/xhtml/level2/html/HTMLBodyElement11.xhtml</a></li>
<li><a href="#trunkLayoutTestsdomxhtmllevel2htmlHTMLBodyElement12expectedtxt">trunk/LayoutTests/dom/xhtml/level2/html/HTMLBodyElement12-expected.txt</a></li>
<li><a href="#trunkLayoutTestsdomxhtmllevel2htmlHTMLBodyElement12js">trunk/LayoutTests/dom/xhtml/level2/html/HTMLBodyElement12.js</a></li>
<li><a href="#trunkLayoutTestsdomxhtmllevel2htmlHTMLBodyElement12xhtml">trunk/LayoutTests/dom/xhtml/level2/html/HTMLBodyElement12.xhtml</a></li>
<li><a href="#trunkLayoutTestsdomxhtmllevel2htmlHTMLDocument22expectedtxt">trunk/LayoutTests/dom/xhtml/level2/html/HTMLDocument22-expected.txt</a></li>
<li><a href="#trunkLayoutTestsdomxhtmllevel2htmlHTMLDocument22js">trunk/LayoutTests/dom/xhtml/level2/html/HTMLDocument22.js</a></li>
<li><a href="#trunkLayoutTestsdomxhtmllevel2htmlHTMLDocument22xhtml">trunk/LayoutTests/dom/xhtml/level2/html/HTMLDocument22.xhtml</a></li>
<li><a href="#trunkLayoutTestsdomxhtmllevel2htmlHTMLDocument23expectedtxt">trunk/LayoutTests/dom/xhtml/level2/html/HTMLDocument23-expected.txt</a></li>
<li><a href="#trunkLayoutTestsdomxhtmllevel2htmlHTMLDocument23js">trunk/LayoutTests/dom/xhtml/level2/html/HTMLDocument23.js</a></li>
<li><a href="#trunkLayoutTestsdomxhtmllevel2htmlHTMLDocument23xhtml">trunk/LayoutTests/dom/xhtml/level2/html/HTMLDocument23.xhtml</a></li>
<li><a href="#trunkLayoutTestsdomxhtmllevel2htmlHTMLDocument24expectedtxt">trunk/LayoutTests/dom/xhtml/level2/html/HTMLDocument24-expected.txt</a></li>
<li><a href="#trunkLayoutTestsdomxhtmllevel2htmlHTMLDocument24js">trunk/LayoutTests/dom/xhtml/level2/html/HTMLDocument24.js</a></li>
<li><a href="#trunkLayoutTestsdomxhtmllevel2htmlHTMLDocument24xhtml">trunk/LayoutTests/dom/xhtml/level2/html/HTMLDocument24.xhtml</a></li>
<li><a href="#trunkLayoutTestsdomxhtmllevel2htmlHTMLDocument25expectedtxt">trunk/LayoutTests/dom/xhtml/level2/html/HTMLDocument25-expected.txt</a></li>
<li><a href="#trunkLayoutTestsdomxhtmllevel2htmlHTMLDocument25js">trunk/LayoutTests/dom/xhtml/level2/html/HTMLDocument25.js</a></li>
<li><a href="#trunkLayoutTestsdomxhtmllevel2htmlHTMLDocument25xhtml">trunk/LayoutTests/dom/xhtml/level2/html/HTMLDocument25.xhtml</a></li>
<li><a href="#trunkLayoutTestsdomxhtmllevel2htmlHTMLDocument26expectedtxt">trunk/LayoutTests/dom/xhtml/level2/html/HTMLDocument26-expected.txt</a></li>
<li><a href="#trunkLayoutTestsdomxhtmllevel2htmlHTMLDocument26js">trunk/LayoutTests/dom/xhtml/level2/html/HTMLDocument26.js</a></li>
<li><a href="#trunkLayoutTestsdomxhtmllevel2htmlHTMLDocument26xhtml">trunk/LayoutTests/dom/xhtml/level2/html/HTMLDocument26.xhtml</a></li>
<li><a href="#trunkLayoutTestsdomxhtmllevel2htmlHTMLDocument27expectedtxt">trunk/LayoutTests/dom/xhtml/level2/html/HTMLDocument27-expected.txt</a></li>
<li><a href="#trunkLayoutTestsdomxhtmllevel2htmlHTMLDocument27js">trunk/LayoutTests/dom/xhtml/level2/html/HTMLDocument27.js</a></li>
<li><a href="#trunkLayoutTestsdomxhtmllevel2htmlHTMLDocument27xhtml">trunk/LayoutTests/dom/xhtml/level2/html/HTMLDocument27.xhtml</a></li>
</ul>

</div>
<div id="patch">
<h3>Diff</h3>
<a id="trunkLayoutTestsChangeLog"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/ChangeLog (195354 => 195355)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/ChangeLog        2016-01-20 13:25:19 UTC (rev 195354)
+++ trunk/LayoutTests/ChangeLog        2016-01-20 17:16:34 UTC (rev 195355)
</span><span class="lines">@@ -1,3 +1,96 @@
</span><ins>+2016-01-20  Chris Dumez  &lt;cdumez@apple.com&gt;
+
+        Drop support for obsolete Node.isSupported()
+        https://bugs.webkit.org/show_bug.cgi?id=153164
+
+        Reviewed by Darin Adler.
+
+        Drop obsolete DOM tests.
+
+        * dom/html/level2/html/HTMLBodyElement07-expected.txt: Removed.
+        * dom/html/level2/html/HTMLBodyElement07.html: Removed.
+        * dom/html/level2/html/HTMLBodyElement07.js: Removed.
+        * dom/html/level2/html/HTMLBodyElement08-expected.txt: Removed.
+        * dom/html/level2/html/HTMLBodyElement08.html: Removed.
+        * dom/html/level2/html/HTMLBodyElement08.js: Removed.
+        * dom/html/level2/html/HTMLBodyElement09-expected.txt: Removed.
+        * dom/html/level2/html/HTMLBodyElement09.html: Removed.
+        * dom/html/level2/html/HTMLBodyElement09.js: Removed.
+        * dom/html/level2/html/HTMLBodyElement10-expected.txt: Removed.
+        * dom/html/level2/html/HTMLBodyElement10.html: Removed.
+        * dom/html/level2/html/HTMLBodyElement10.js: Removed.
+        * dom/html/level2/html/HTMLBodyElement11-expected.txt: Removed.
+        * dom/html/level2/html/HTMLBodyElement11.html: Removed.
+        * dom/html/level2/html/HTMLBodyElement11.js: Removed.
+        * dom/html/level2/html/HTMLBodyElement12-expected.txt: Removed.
+        * dom/html/level2/html/HTMLBodyElement12.html: Removed.
+        * dom/html/level2/html/HTMLBodyElement12.js: Removed.
+        * dom/html/level2/html/HTMLDocument22-expected.txt: Removed.
+        * dom/html/level2/html/HTMLDocument22.html: Removed.
+        * dom/html/level2/html/HTMLDocument22.js: Removed.
+        * dom/html/level2/html/HTMLDocument23-expected.txt: Removed.
+        * dom/html/level2/html/HTMLDocument23.html: Removed.
+        * dom/html/level2/html/HTMLDocument23.js: Removed.
+        * dom/html/level2/html/HTMLDocument24-expected.txt: Removed.
+        * dom/html/level2/html/HTMLDocument24.html: Removed.
+        * dom/html/level2/html/HTMLDocument24.js: Removed.
+        * dom/html/level2/html/HTMLDocument25-expected.txt: Removed.
+        * dom/html/level2/html/HTMLDocument25.html: Removed.
+        * dom/html/level2/html/HTMLDocument25.js: Removed.
+        * dom/html/level2/html/HTMLDocument26-expected.txt: Removed.
+        * dom/html/level2/html/HTMLDocument26.html: Removed.
+        * dom/html/level2/html/HTMLDocument26.js: Removed.
+        * dom/html/level2/html/HTMLDocument27-expected.txt: Removed.
+        * dom/html/level2/html/HTMLDocument27.html: Removed.
+        * dom/html/level2/html/HTMLDocument27.js: Removed.
+        * dom/svg/level3/xpath/Conformance_isSupported_3-expected.txt: Removed.
+        * dom/svg/level3/xpath/Conformance_isSupported_3.js: Removed.
+        * dom/svg/level3/xpath/Conformance_isSupported_3.svg: Removed.
+        * dom/svg/level3/xpath/Conformance_isSupported_empty-expected.txt: Removed.
+        * dom/svg/level3/xpath/Conformance_isSupported_empty.js: Removed.
+        * dom/svg/level3/xpath/Conformance_isSupported_empty.svg: Removed.
+        * dom/svg/level3/xpath/Conformance_isSupported_null-expected.txt: Removed.
+        * dom/svg/level3/xpath/Conformance_isSupported_null.js: Removed.
+        * dom/svg/level3/xpath/Conformance_isSupported_null.svg: Removed.
+        * dom/xhtml/level2/html/HTMLBodyElement07-expected.txt: Removed.
+        * dom/xhtml/level2/html/HTMLBodyElement07.js: Removed.
+        * dom/xhtml/level2/html/HTMLBodyElement07.xhtml: Removed.
+        * dom/xhtml/level2/html/HTMLBodyElement08-expected.txt: Removed.
+        * dom/xhtml/level2/html/HTMLBodyElement08.js: Removed.
+        * dom/xhtml/level2/html/HTMLBodyElement08.xhtml: Removed.
+        * dom/xhtml/level2/html/HTMLBodyElement09-expected.txt: Removed.
+        * dom/xhtml/level2/html/HTMLBodyElement09.js: Removed.
+        * dom/xhtml/level2/html/HTMLBodyElement09.xhtml: Removed.
+        * dom/xhtml/level2/html/HTMLBodyElement10-expected.txt: Removed.
+        * dom/xhtml/level2/html/HTMLBodyElement10.js: Removed.
+        * dom/xhtml/level2/html/HTMLBodyElement10.xhtml: Removed.
+        * dom/xhtml/level2/html/HTMLBodyElement11-expected.txt: Removed.
+        * dom/xhtml/level2/html/HTMLBodyElement11.js: Removed.
+        * dom/xhtml/level2/html/HTMLBodyElement11.xhtml: Removed.
+        * dom/xhtml/level2/html/HTMLBodyElement12-expected.txt: Removed.
+        * dom/xhtml/level2/html/HTMLBodyElement12.js: Removed.
+        * dom/xhtml/level2/html/HTMLBodyElement12.xhtml: Removed.
+        * dom/xhtml/level2/html/HTMLDocument22-expected.txt: Removed.
+        * dom/xhtml/level2/html/HTMLDocument22.js: Removed.
+        * dom/xhtml/level2/html/HTMLDocument22.xhtml: Removed.
+        * dom/xhtml/level2/html/HTMLDocument23-expected.txt: Removed.
+        * dom/xhtml/level2/html/HTMLDocument23.js: Removed.
+        * dom/xhtml/level2/html/HTMLDocument23.xhtml: Removed.
+        * dom/xhtml/level2/html/HTMLDocument24-expected.txt: Removed.
+        * dom/xhtml/level2/html/HTMLDocument24.js: Removed.
+        * dom/xhtml/level2/html/HTMLDocument24.xhtml: Removed.
+        * dom/xhtml/level2/html/HTMLDocument25-expected.txt: Removed.
+        * dom/xhtml/level2/html/HTMLDocument25.js: Removed.
+        * dom/xhtml/level2/html/HTMLDocument25.xhtml: Removed.
+        * dom/xhtml/level2/html/HTMLDocument26-expected.txt: Removed.
+        * dom/xhtml/level2/html/HTMLDocument26.js: Removed.
+        * dom/xhtml/level2/html/HTMLDocument26.xhtml: Removed.
+        * dom/xhtml/level2/html/HTMLDocument27-expected.txt: Removed.
+        * dom/xhtml/level2/html/HTMLDocument27.js: Removed.
+        * dom/xhtml/level2/html/HTMLDocument27.xhtml: Removed.
+        * fast/dom/features-expected.txt:
+        * fast/dom/features.html:
+
</ins><span class="cx"> 2016-01-19  Nikita Vasilyev  &lt;nvasilyev@apple.com&gt;
</span><span class="cx"> 
</span><span class="cx">         Web Inspector: Fix inspector/model/remote-object.html test
</span></span></pre></div>
<a id="trunkLayoutTestsdomhtmllevel2htmlHTMLBodyElement07expectedtxt"></a>
<div class="delfile"><h4>Deleted: trunk/LayoutTests/dom/html/level2/html/HTMLBodyElement07-expected.txt (195354 => 195355)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/dom/html/level2/html/HTMLBodyElement07-expected.txt        2016-01-20 13:25:19 UTC (rev 195354)
+++ trunk/LayoutTests/dom/html/level2/html/HTMLBodyElement07-expected.txt        2016-01-20 17:16:34 UTC (rev 195355)
</span><span class="lines">@@ -1,2 +0,0 @@
</span><del>-Test:        http://www.w3.org/2001/DOM-Test-Suite/level2/html/HTMLBodyElement07
-Status:        Success
</del></span></pre></div>
<a id="trunkLayoutTestsdomhtmllevel2htmlHTMLBodyElement07html"></a>
<div class="delfile"><h4>Deleted: trunk/LayoutTests/dom/html/level2/html/HTMLBodyElement07.html (195354 => 195355)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/dom/html/level2/html/HTMLBodyElement07.html        2016-01-20 13:25:19 UTC (rev 195354)
+++ trunk/LayoutTests/dom/html/level2/html/HTMLBodyElement07.html        2016-01-20 17:16:34 UTC (rev 195355)
</span><span class="lines">@@ -1,36 +0,0 @@
</span><del>-&lt;!DOCTYPE HTML PUBLIC &quot;-//W3C//DTD HTML 4.01 Transitional//EN&quot;&gt;
-&lt;HTML&gt;
-&lt;HEAD&gt;
-&lt;META HTTP-EQUIV=&quot;Content-Type&quot; CONTENT=&quot;text/html; CHARSET=utf-8&quot;&gt;
-&lt;TITLE&gt;NIST DOM HTML Test - DOCUMENT&lt;/TITLE&gt;
-&lt;script type='text/javascript' src='selfhtml.js'&gt;&lt;/script&gt;&lt;script charset='UTF-8' type='text/javascript' src='HTMLBodyElement07.js'&gt;&lt;/script&gt;&lt;script type='text/javascript'&gt;function loadComplete() { startTest(); }&lt;/script&gt;&lt;/HEAD&gt;
-&lt;BODY onload=&quot;loadComplete()&quot; ID=&quot;TEST-BODY&quot;&gt; 
-&lt;FORM ID=&quot;form1&quot; ACCEPT-CHARSET=&quot;US-ASCII&quot; ACTION=&quot;./files/getData.pl&quot; ENCTYPE=&quot;application/x-www-form-urlencoded&quot; METHOD=&quot;post&quot;&gt;
-&lt;P&gt;
-&lt;TEXTAREA NAME=&quot;text1&quot; COLS=&quot;20&quot; ROWS=&quot;7&quot;&gt;&lt;/TEXTAREA&gt;
-&lt;INPUT TYPE=&quot;submit&quot; NAME=&quot;submit&quot; VALUE=&quot;Submit&quot; /&gt;
-&lt;INPUT TYPE=&quot;reset&quot; NAME=&quot;reset&quot; VALUE=&quot;Reset&quot; /&gt;
-&lt;/P&gt;
-&lt;/FORM&gt;
-&lt;P&gt;
-&lt;MAP NAME=&quot;mapid&quot; ID=&quot;mapid&quot;&gt;
-&lt;AREA TABINDEX=&quot;10&quot; ACCESSKEY=&quot;a&quot; SHAPE=&quot;rect&quot; ALT=&quot;Domain&quot; COORDS=&quot;0,2,45,45&quot; HREF=&quot;./files/dletter.html&quot; TITLE=&quot;Domain1&quot;&gt;
-&lt;AREA TABINDEX=&quot;10&quot; ACCESSKEY=&quot;a&quot; SHAPE=&quot;rect&quot; ALT=&quot;Domain&quot; COORDS=&quot;0,2,45,45&quot; HREF=&quot;./files/dletter.html&quot; TITLE=&quot;Domain2&quot;&gt;
-&lt;/MAP&gt;
-&lt;/P&gt;
-&lt;P&gt;
-&lt;IMG ID=&quot;IMAGE-1&quot; NAME=&quot;IMAGE-1&quot; SRC=&quot;./pix/dts.gif&quot; ALT=&quot;DTS IMAGE LOGO&quot; LONGDESC=&quot;./files/desc.html&quot; USEMAP=&quot;#DTS-MAP&quot; WIDTH=&quot;115&quot;/&gt;
-&lt;/P&gt;
-&lt;P&gt;
-&lt;OBJECT DATA=&quot;./pix/line.gif&quot; CODETYPE=&quot;image/gif&quot; HEIGHT=&quot;10&quot;&gt;
-&lt;APPLET ALT=&quot;Applet Number 1&quot; CODE=&quot;applet1.class&quot;&gt;&lt;/APPLET&gt;
-&lt;/OBJECT&gt;
-&lt;OBJECT DATA=&quot;./pix/logo.gif&quot; type=&quot;image/gif&quot;&gt;
-&lt;APPLET ALT=&quot;Applet Number 2&quot; CODE=&quot;applet2.class&quot;&gt;&lt;/APPLET&gt;
-&lt;/OBJECT&gt;
-&lt;/P&gt;
-&lt;P&gt;
-&lt;A ID=&quot;Anchor&quot; DIR=&quot;LTR&quot; HREF=&quot;./pix/submit.gif&quot; ACCESSKEY=&quot;g&quot; TYPE=&quot;image/gif&quot; COORDS=&quot;0,0,100,100&quot; SHAPE=&quot;rect&quot; REL=&quot;GLOSSARY&quot; REV=&quot;STYLESHEET&quot; HREFLANG=&quot;en&quot; CHARSET=&quot;US-ASCII&quot; TABINDEX=&quot;22&quot; NAME=&quot;Anchor&quot;&gt;View Submit Button&lt;/A&gt;
-&lt;/P&gt;
-&lt;/BODY&gt;
-&lt;/HTML&gt;
</del></span></pre></div>
<a id="trunkLayoutTestsdomhtmllevel2htmlHTMLBodyElement07js"></a>
<div class="delfile"><h4>Deleted: trunk/LayoutTests/dom/html/level2/html/HTMLBodyElement07.js (195354 => 195355)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/dom/html/level2/html/HTMLBodyElement07.js        2016-01-20 13:25:19 UTC (rev 195354)
+++ trunk/LayoutTests/dom/html/level2/html/HTMLBodyElement07.js        2016-01-20 17:16:34 UTC (rev 195355)
</span><span class="lines">@@ -1,110 +0,0 @@
</span><del>-
-/*
-Copyright Â© 2001-2004 World Wide Web Consortium, 
-(Massachusetts Institute of Technology, European Research Consortium 
-for Informatics and Mathematics, Keio University). All 
-Rights Reserved. This work is distributed under the W3C® Software License [1] in the 
-hope that it will be useful, but WITHOUT ANY WARRANTY; without even 
-the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. 
-
-[1] http://www.w3.org/Consortium/Legal/2002/copyright-software-20021231
-*/
-
-
-
-   /**
-    *  Gets URI that identifies the test.
-    *  @return uri identifier of test
-    */
-function getTargetURI() {
-      return &quot;http://www.w3.org/2001/DOM-Test-Suite/level2/html/HTMLBodyElement07&quot;;
-   }
-
-var docsLoaded = -1000000;
-var builder = null;
-
-//
-//   This function is called by the testing framework before
-//      running the test suite.
-//
-//   If there are no configuration exceptions, asynchronous
-//        document loading is started.  Otherwise, the status
-//        is set to complete and the exception is immediately
-//        raised when entering the body of the test.
-//
-function setUpPage() {
-   setUpPageStatus = 'running';
-   try {
-     //
-     //   creates test document builder, may throw exception
-     //
-     builder = createConfiguredBuilder();
-
-      docsLoaded = 0;
-      
-      var docRef = null;
-      if (typeof(this.doc) != 'undefined') {
-        docRef = this.doc;
-      }
-      docsLoaded += preload(docRef, &quot;doc&quot;, &quot;document&quot;);
-        
-       if (docsLoaded == 1) {
-          setUpPageStatus = 'complete';
-       }
-    } catch(ex) {
-            catchInitializationError(builder, ex);
-        setUpPageStatus = 'complete';
-    }
-}
-
-
-
-//
-//   This method is called on the completion of 
-//      each asychronous load started in setUpTests.
-//
-//   When every synchronous loaded document has completed,
-//      the page status is changed which allows the
-//      body of the test to be executed.
-function loadComplete() {
-    if (++docsLoaded == 1) {
-        setUpPageStatus = 'complete';
-    }
-}
-
-
-/**
-* 
-Checks that Node.isSupported(&quot;hTmL&quot;, null) returns true.
-
-* @author Curt Arnold
-* @see http://www.w3.org/TR/DOM-Level-2-Core/core#Level-2-Core-Node-supports
-* @see http://www.w3.org/TR/DOM-Level-2-HTML/html#ID-62018039
-*/
-function HTMLBodyElement07() {
-   var success;
-    if(checkInitialization(builder, &quot;HTMLBodyElement07&quot;) != null) return;
-    var doc;
-      var body;
-      var state;
-      var version = null;
-
-      
-      var docRef = null;
-      if (typeof(this.doc) != 'undefined') {
-        docRef = this.doc;
-      }
-      doc = load(docRef, &quot;doc&quot;, &quot;document&quot;);
-      body = doc.body;
-
-      state = body.isSupported(&quot;hTmL&quot;,version);
-      assertTrue(&quot;isSupportedHTML&quot;,state);
-
-}
-
-
-
-
-function runTest() {
-   HTMLBodyElement07();
-}
</del></span></pre></div>
<a id="trunkLayoutTestsdomhtmllevel2htmlHTMLBodyElement08expectedtxt"></a>
<div class="delfile"><h4>Deleted: trunk/LayoutTests/dom/html/level2/html/HTMLBodyElement08-expected.txt (195354 => 195355)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/dom/html/level2/html/HTMLBodyElement08-expected.txt        2016-01-20 13:25:19 UTC (rev 195354)
+++ trunk/LayoutTests/dom/html/level2/html/HTMLBodyElement08-expected.txt        2016-01-20 17:16:34 UTC (rev 195355)
</span><span class="lines">@@ -1,2 +0,0 @@
</span><del>-Test:        http://www.w3.org/2001/DOM-Test-Suite/level2/html/HTMLBodyElement08
-Status:        Success
</del></span></pre></div>
<a id="trunkLayoutTestsdomhtmllevel2htmlHTMLBodyElement08html"></a>
<div class="delfile"><h4>Deleted: trunk/LayoutTests/dom/html/level2/html/HTMLBodyElement08.html (195354 => 195355)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/dom/html/level2/html/HTMLBodyElement08.html        2016-01-20 13:25:19 UTC (rev 195354)
+++ trunk/LayoutTests/dom/html/level2/html/HTMLBodyElement08.html        2016-01-20 17:16:34 UTC (rev 195355)
</span><span class="lines">@@ -1,36 +0,0 @@
</span><del>-&lt;!DOCTYPE HTML PUBLIC &quot;-//W3C//DTD HTML 4.01 Transitional//EN&quot;&gt;
-&lt;HTML&gt;
-&lt;HEAD&gt;
-&lt;META HTTP-EQUIV=&quot;Content-Type&quot; CONTENT=&quot;text/html; CHARSET=utf-8&quot;&gt;
-&lt;TITLE&gt;NIST DOM HTML Test - DOCUMENT&lt;/TITLE&gt;
-&lt;script type='text/javascript' src='selfhtml.js'&gt;&lt;/script&gt;&lt;script charset='UTF-8' type='text/javascript' src='HTMLBodyElement08.js'&gt;&lt;/script&gt;&lt;script type='text/javascript'&gt;function loadComplete() { startTest(); }&lt;/script&gt;&lt;/HEAD&gt;
-&lt;BODY onload=&quot;loadComplete()&quot; ID=&quot;TEST-BODY&quot;&gt; 
-&lt;FORM ID=&quot;form1&quot; ACCEPT-CHARSET=&quot;US-ASCII&quot; ACTION=&quot;./files/getData.pl&quot; ENCTYPE=&quot;application/x-www-form-urlencoded&quot; METHOD=&quot;post&quot;&gt;
-&lt;P&gt;
-&lt;TEXTAREA NAME=&quot;text1&quot; COLS=&quot;20&quot; ROWS=&quot;7&quot;&gt;&lt;/TEXTAREA&gt;
-&lt;INPUT TYPE=&quot;submit&quot; NAME=&quot;submit&quot; VALUE=&quot;Submit&quot; /&gt;
-&lt;INPUT TYPE=&quot;reset&quot; NAME=&quot;reset&quot; VALUE=&quot;Reset&quot; /&gt;
-&lt;/P&gt;
-&lt;/FORM&gt;
-&lt;P&gt;
-&lt;MAP NAME=&quot;mapid&quot; ID=&quot;mapid&quot;&gt;
-&lt;AREA TABINDEX=&quot;10&quot; ACCESSKEY=&quot;a&quot; SHAPE=&quot;rect&quot; ALT=&quot;Domain&quot; COORDS=&quot;0,2,45,45&quot; HREF=&quot;./files/dletter.html&quot; TITLE=&quot;Domain1&quot;&gt;
-&lt;AREA TABINDEX=&quot;10&quot; ACCESSKEY=&quot;a&quot; SHAPE=&quot;rect&quot; ALT=&quot;Domain&quot; COORDS=&quot;0,2,45,45&quot; HREF=&quot;./files/dletter.html&quot; TITLE=&quot;Domain2&quot;&gt;
-&lt;/MAP&gt;
-&lt;/P&gt;
-&lt;P&gt;
-&lt;IMG ID=&quot;IMAGE-1&quot; NAME=&quot;IMAGE-1&quot; SRC=&quot;./pix/dts.gif&quot; ALT=&quot;DTS IMAGE LOGO&quot; LONGDESC=&quot;./files/desc.html&quot; USEMAP=&quot;#DTS-MAP&quot; WIDTH=&quot;115&quot;/&gt;
-&lt;/P&gt;
-&lt;P&gt;
-&lt;OBJECT DATA=&quot;./pix/line.gif&quot; CODETYPE=&quot;image/gif&quot; HEIGHT=&quot;10&quot;&gt;
-&lt;APPLET ALT=&quot;Applet Number 1&quot; CODE=&quot;applet1.class&quot;&gt;&lt;/APPLET&gt;
-&lt;/OBJECT&gt;
-&lt;OBJECT DATA=&quot;./pix/logo.gif&quot; type=&quot;image/gif&quot;&gt;
-&lt;APPLET ALT=&quot;Applet Number 2&quot; CODE=&quot;applet2.class&quot;&gt;&lt;/APPLET&gt;
-&lt;/OBJECT&gt;
-&lt;/P&gt;
-&lt;P&gt;
-&lt;A ID=&quot;Anchor&quot; DIR=&quot;LTR&quot; HREF=&quot;./pix/submit.gif&quot; ACCESSKEY=&quot;g&quot; TYPE=&quot;image/gif&quot; COORDS=&quot;0,0,100,100&quot; SHAPE=&quot;rect&quot; REL=&quot;GLOSSARY&quot; REV=&quot;STYLESHEET&quot; HREFLANG=&quot;en&quot; CHARSET=&quot;US-ASCII&quot; TABINDEX=&quot;22&quot; NAME=&quot;Anchor&quot;&gt;View Submit Button&lt;/A&gt;
-&lt;/P&gt;
-&lt;/BODY&gt;
-&lt;/HTML&gt;
</del></span></pre></div>
<a id="trunkLayoutTestsdomhtmllevel2htmlHTMLBodyElement08js"></a>
<div class="delfile"><h4>Deleted: trunk/LayoutTests/dom/html/level2/html/HTMLBodyElement08.js (195354 => 195355)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/dom/html/level2/html/HTMLBodyElement08.js        2016-01-20 13:25:19 UTC (rev 195354)
+++ trunk/LayoutTests/dom/html/level2/html/HTMLBodyElement08.js        2016-01-20 17:16:34 UTC (rev 195355)
</span><span class="lines">@@ -1,109 +0,0 @@
</span><del>-
-/*
-Copyright Â© 2001-2004 World Wide Web Consortium, 
-(Massachusetts Institute of Technology, European Research Consortium 
-for Informatics and Mathematics, Keio University). All 
-Rights Reserved. This work is distributed under the W3C® Software License [1] in the 
-hope that it will be useful, but WITHOUT ANY WARRANTY; without even 
-the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. 
-
-[1] http://www.w3.org/Consortium/Legal/2002/copyright-software-20021231
-*/
-
-
-
-   /**
-    *  Gets URI that identifies the test.
-    *  @return uri identifier of test
-    */
-function getTargetURI() {
-      return &quot;http://www.w3.org/2001/DOM-Test-Suite/level2/html/HTMLBodyElement08&quot;;
-   }
-
-var docsLoaded = -1000000;
-var builder = null;
-
-//
-//   This function is called by the testing framework before
-//      running the test suite.
-//
-//   If there are no configuration exceptions, asynchronous
-//        document loading is started.  Otherwise, the status
-//        is set to complete and the exception is immediately
-//        raised when entering the body of the test.
-//
-function setUpPage() {
-   setUpPageStatus = 'running';
-   try {
-     //
-     //   creates test document builder, may throw exception
-     //
-     builder = createConfiguredBuilder();
-
-      docsLoaded = 0;
-      
-      var docRef = null;
-      if (typeof(this.doc) != 'undefined') {
-        docRef = this.doc;
-      }
-      docsLoaded += preload(docRef, &quot;doc&quot;, &quot;document&quot;);
-        
-       if (docsLoaded == 1) {
-          setUpPageStatus = 'complete';
-       }
-    } catch(ex) {
-            catchInitializationError(builder, ex);
-        setUpPageStatus = 'complete';
-    }
-}
-
-
-
-//
-//   This method is called on the completion of 
-//      each asychronous load started in setUpTests.
-//
-//   When every synchronous loaded document has completed,
-//      the page status is changed which allows the
-//      body of the test to be executed.
-function loadComplete() {
-    if (++docsLoaded == 1) {
-        setUpPageStatus = 'complete';
-    }
-}
-
-
-/**
-* 
-Checks that Node.isSupported(&quot;hTmL&quot;, &quot;2.0&quot;) returns true.
-
-* @author Curt Arnold
-* @see http://www.w3.org/TR/DOM-Level-2-Core/core#Level-2-Core-Node-supports
-* @see http://www.w3.org/TR/DOM-Level-2-HTML/html#ID-62018039
-*/
-function HTMLBodyElement08() {
-   var success;
-    if(checkInitialization(builder, &quot;HTMLBodyElement08&quot;) != null) return;
-    var doc;
-      var body;
-      var state;
-      var version = &quot;2.0&quot;;
-      
-      var docRef = null;
-      if (typeof(this.doc) != 'undefined') {
-        docRef = this.doc;
-      }
-      doc = load(docRef, &quot;doc&quot;, &quot;document&quot;);
-      body = doc.body;
-
-      state = body.isSupported(&quot;hTmL&quot;,version);
-      assertTrue(&quot;isSupportedHTML&quot;,state);
-
-}
-
-
-
-
-function runTest() {
-   HTMLBodyElement08();
-}
</del></span></pre></div>
<a id="trunkLayoutTestsdomhtmllevel2htmlHTMLBodyElement09expectedtxt"></a>
<div class="delfile"><h4>Deleted: trunk/LayoutTests/dom/html/level2/html/HTMLBodyElement09-expected.txt (195354 => 195355)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/dom/html/level2/html/HTMLBodyElement09-expected.txt        2016-01-20 13:25:19 UTC (rev 195354)
+++ trunk/LayoutTests/dom/html/level2/html/HTMLBodyElement09-expected.txt        2016-01-20 17:16:34 UTC (rev 195355)
</span><span class="lines">@@ -1,2 +0,0 @@
</span><del>-Test:        http://www.w3.org/2001/DOM-Test-Suite/level2/html/HTMLBodyElement09
-Status:        Success
</del></span></pre></div>
<a id="trunkLayoutTestsdomhtmllevel2htmlHTMLBodyElement09html"></a>
<div class="delfile"><h4>Deleted: trunk/LayoutTests/dom/html/level2/html/HTMLBodyElement09.html (195354 => 195355)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/dom/html/level2/html/HTMLBodyElement09.html        2016-01-20 13:25:19 UTC (rev 195354)
+++ trunk/LayoutTests/dom/html/level2/html/HTMLBodyElement09.html        2016-01-20 17:16:34 UTC (rev 195355)
</span><span class="lines">@@ -1,36 +0,0 @@
</span><del>-&lt;!DOCTYPE HTML PUBLIC &quot;-//W3C//DTD HTML 4.01 Transitional//EN&quot;&gt;
-&lt;HTML&gt;
-&lt;HEAD&gt;
-&lt;META HTTP-EQUIV=&quot;Content-Type&quot; CONTENT=&quot;text/html; CHARSET=utf-8&quot;&gt;
-&lt;TITLE&gt;NIST DOM HTML Test - DOCUMENT&lt;/TITLE&gt;
-&lt;script type='text/javascript' src='selfhtml.js'&gt;&lt;/script&gt;&lt;script charset='UTF-8' type='text/javascript' src='HTMLBodyElement09.js'&gt;&lt;/script&gt;&lt;script type='text/javascript'&gt;function loadComplete() { startTest(); }&lt;/script&gt;&lt;/HEAD&gt;
-&lt;BODY onload=&quot;loadComplete()&quot; ID=&quot;TEST-BODY&quot;&gt; 
-&lt;FORM ID=&quot;form1&quot; ACCEPT-CHARSET=&quot;US-ASCII&quot; ACTION=&quot;./files/getData.pl&quot; ENCTYPE=&quot;application/x-www-form-urlencoded&quot; METHOD=&quot;post&quot;&gt;
-&lt;P&gt;
-&lt;TEXTAREA NAME=&quot;text1&quot; COLS=&quot;20&quot; ROWS=&quot;7&quot;&gt;&lt;/TEXTAREA&gt;
-&lt;INPUT TYPE=&quot;submit&quot; NAME=&quot;submit&quot; VALUE=&quot;Submit&quot; /&gt;
-&lt;INPUT TYPE=&quot;reset&quot; NAME=&quot;reset&quot; VALUE=&quot;Reset&quot; /&gt;
-&lt;/P&gt;
-&lt;/FORM&gt;
-&lt;P&gt;
-&lt;MAP NAME=&quot;mapid&quot; ID=&quot;mapid&quot;&gt;
-&lt;AREA TABINDEX=&quot;10&quot; ACCESSKEY=&quot;a&quot; SHAPE=&quot;rect&quot; ALT=&quot;Domain&quot; COORDS=&quot;0,2,45,45&quot; HREF=&quot;./files/dletter.html&quot; TITLE=&quot;Domain1&quot;&gt;
-&lt;AREA TABINDEX=&quot;10&quot; ACCESSKEY=&quot;a&quot; SHAPE=&quot;rect&quot; ALT=&quot;Domain&quot; COORDS=&quot;0,2,45,45&quot; HREF=&quot;./files/dletter.html&quot; TITLE=&quot;Domain2&quot;&gt;
-&lt;/MAP&gt;
-&lt;/P&gt;
-&lt;P&gt;
-&lt;IMG ID=&quot;IMAGE-1&quot; NAME=&quot;IMAGE-1&quot; SRC=&quot;./pix/dts.gif&quot; ALT=&quot;DTS IMAGE LOGO&quot; LONGDESC=&quot;./files/desc.html&quot; USEMAP=&quot;#DTS-MAP&quot; WIDTH=&quot;115&quot;/&gt;
-&lt;/P&gt;
-&lt;P&gt;
-&lt;OBJECT DATA=&quot;./pix/line.gif&quot; CODETYPE=&quot;image/gif&quot; HEIGHT=&quot;10&quot;&gt;
-&lt;APPLET ALT=&quot;Applet Number 1&quot; CODE=&quot;applet1.class&quot;&gt;&lt;/APPLET&gt;
-&lt;/OBJECT&gt;
-&lt;OBJECT DATA=&quot;./pix/logo.gif&quot; type=&quot;image/gif&quot;&gt;
-&lt;APPLET ALT=&quot;Applet Number 2&quot; CODE=&quot;applet2.class&quot;&gt;&lt;/APPLET&gt;
-&lt;/OBJECT&gt;
-&lt;/P&gt;
-&lt;P&gt;
-&lt;A ID=&quot;Anchor&quot; DIR=&quot;LTR&quot; HREF=&quot;./pix/submit.gif&quot; ACCESSKEY=&quot;g&quot; TYPE=&quot;image/gif&quot; COORDS=&quot;0,0,100,100&quot; SHAPE=&quot;rect&quot; REL=&quot;GLOSSARY&quot; REV=&quot;STYLESHEET&quot; HREFLANG=&quot;en&quot; CHARSET=&quot;US-ASCII&quot; TABINDEX=&quot;22&quot; NAME=&quot;Anchor&quot;&gt;View Submit Button&lt;/A&gt;
-&lt;/P&gt;
-&lt;/BODY&gt;
-&lt;/HTML&gt;
</del></span></pre></div>
<a id="trunkLayoutTestsdomhtmllevel2htmlHTMLBodyElement09js"></a>
<div class="delfile"><h4>Deleted: trunk/LayoutTests/dom/html/level2/html/HTMLBodyElement09.js (195354 => 195355)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/dom/html/level2/html/HTMLBodyElement09.js        2016-01-20 13:25:19 UTC (rev 195354)
+++ trunk/LayoutTests/dom/html/level2/html/HTMLBodyElement09.js        2016-01-20 17:16:34 UTC (rev 195355)
</span><span class="lines">@@ -1,112 +0,0 @@
</span><del>-
-/*
-Copyright Â© 2001-2004 World Wide Web Consortium, 
-(Massachusetts Institute of Technology, European Research Consortium 
-for Informatics and Mathematics, Keio University). All 
-Rights Reserved. This work is distributed under the W3C® Software License [1] in the 
-hope that it will be useful, but WITHOUT ANY WARRANTY; without even 
-the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. 
-
-[1] http://www.w3.org/Consortium/Legal/2002/copyright-software-20021231
-*/
-
-
-
-   /**
-    *  Gets URI that identifies the test.
-    *  @return uri identifier of test
-    */
-function getTargetURI() {
-      return &quot;http://www.w3.org/2001/DOM-Test-Suite/level2/html/HTMLBodyElement09&quot;;
-   }
-
-var docsLoaded = -1000000;
-var builder = null;
-
-//
-//   This function is called by the testing framework before
-//      running the test suite.
-//
-//   If there are no configuration exceptions, asynchronous
-//        document loading is started.  Otherwise, the status
-//        is set to complete and the exception is immediately
-//        raised when entering the body of the test.
-//
-function setUpPage() {
-   setUpPageStatus = 'running';
-   try {
-     //
-     //   creates test document builder, may throw exception
-     //
-     builder = createConfiguredBuilder();
-
-      docsLoaded = 0;
-      
-      var docRef = null;
-      if (typeof(this.doc) != 'undefined') {
-        docRef = this.doc;
-      }
-      docsLoaded += preload(docRef, &quot;doc&quot;, &quot;document&quot;);
-        
-       if (docsLoaded == 1) {
-          setUpPageStatus = 'complete';
-       }
-    } catch(ex) {
-            catchInitializationError(builder, ex);
-        setUpPageStatus = 'complete';
-    }
-}
-
-
-
-//
-//   This method is called on the completion of 
-//      each asychronous load started in setUpTests.
-//
-//   When every synchronous loaded document has completed,
-//      the page status is changed which allows the
-//      body of the test to be executed.
-function loadComplete() {
-    if (++docsLoaded == 1) {
-        setUpPageStatus = 'complete';
-    }
-}
-
-
-/**
-* 
-Checks that Node.isSupported(&quot;xhTmL&quot;, null) returns true if hasFeature(&quot;XML&quot;, null) is true.
-
-* @author Curt Arnold
-* @see http://www.w3.org/TR/DOM-Level-2-Core/core#Level-2-Core-Node-supports
-* @see http://www.w3.org/TR/DOM-Level-2-HTML/html#ID-62018039
-*/
-function HTMLBodyElement09() {
-   var success;
-    if(checkInitialization(builder, &quot;HTMLBodyElement09&quot;) != null) return;
-    var doc;
-      var body;
-      var state;
-      var hasXML;
-      var version = null;
-
-      
-      var docRef = null;
-      if (typeof(this.doc) != 'undefined') {
-        docRef = this.doc;
-      }
-      doc = load(docRef, &quot;doc&quot;, &quot;document&quot;);
-      body = doc.body;
-
-      hasXML = body.isSupported(&quot;XML&quot;,version);
-      state = body.isSupported(&quot;xhTmL&quot;,version);
-      assertEquals(&quot;isSupportedXHTML&quot;,hasXML,state);
-       
-}
-
-
-
-
-function runTest() {
-   HTMLBodyElement09();
-}
</del></span></pre></div>
<a id="trunkLayoutTestsdomhtmllevel2htmlHTMLBodyElement10expectedtxt"></a>
<div class="delfile"><h4>Deleted: trunk/LayoutTests/dom/html/level2/html/HTMLBodyElement10-expected.txt (195354 => 195355)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/dom/html/level2/html/HTMLBodyElement10-expected.txt        2016-01-20 13:25:19 UTC (rev 195354)
+++ trunk/LayoutTests/dom/html/level2/html/HTMLBodyElement10-expected.txt        2016-01-20 17:16:34 UTC (rev 195355)
</span><span class="lines">@@ -1,2 +0,0 @@
</span><del>-Test:        http://www.w3.org/2001/DOM-Test-Suite/level2/html/HTMLBodyElement10
-Status:        Success
</del></span></pre></div>
<a id="trunkLayoutTestsdomhtmllevel2htmlHTMLBodyElement10html"></a>
<div class="delfile"><h4>Deleted: trunk/LayoutTests/dom/html/level2/html/HTMLBodyElement10.html (195354 => 195355)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/dom/html/level2/html/HTMLBodyElement10.html        2016-01-20 13:25:19 UTC (rev 195354)
+++ trunk/LayoutTests/dom/html/level2/html/HTMLBodyElement10.html        2016-01-20 17:16:34 UTC (rev 195355)
</span><span class="lines">@@ -1,36 +0,0 @@
</span><del>-&lt;!DOCTYPE HTML PUBLIC &quot;-//W3C//DTD HTML 4.01 Transitional//EN&quot;&gt;
-&lt;HTML&gt;
-&lt;HEAD&gt;
-&lt;META HTTP-EQUIV=&quot;Content-Type&quot; CONTENT=&quot;text/html; CHARSET=utf-8&quot;&gt;
-&lt;TITLE&gt;NIST DOM HTML Test - DOCUMENT&lt;/TITLE&gt;
-&lt;script type='text/javascript' src='selfhtml.js'&gt;&lt;/script&gt;&lt;script charset='UTF-8' type='text/javascript' src='HTMLBodyElement10.js'&gt;&lt;/script&gt;&lt;script type='text/javascript'&gt;function loadComplete() { startTest(); }&lt;/script&gt;&lt;/HEAD&gt;
-&lt;BODY onload=&quot;loadComplete()&quot; ID=&quot;TEST-BODY&quot;&gt; 
-&lt;FORM ID=&quot;form1&quot; ACCEPT-CHARSET=&quot;US-ASCII&quot; ACTION=&quot;./files/getData.pl&quot; ENCTYPE=&quot;application/x-www-form-urlencoded&quot; METHOD=&quot;post&quot;&gt;
-&lt;P&gt;
-&lt;TEXTAREA NAME=&quot;text1&quot; COLS=&quot;20&quot; ROWS=&quot;7&quot;&gt;&lt;/TEXTAREA&gt;
-&lt;INPUT TYPE=&quot;submit&quot; NAME=&quot;submit&quot; VALUE=&quot;Submit&quot; /&gt;
-&lt;INPUT TYPE=&quot;reset&quot; NAME=&quot;reset&quot; VALUE=&quot;Reset&quot; /&gt;
-&lt;/P&gt;
-&lt;/FORM&gt;
-&lt;P&gt;
-&lt;MAP NAME=&quot;mapid&quot; ID=&quot;mapid&quot;&gt;
-&lt;AREA TABINDEX=&quot;10&quot; ACCESSKEY=&quot;a&quot; SHAPE=&quot;rect&quot; ALT=&quot;Domain&quot; COORDS=&quot;0,2,45,45&quot; HREF=&quot;./files/dletter.html&quot; TITLE=&quot;Domain1&quot;&gt;
-&lt;AREA TABINDEX=&quot;10&quot; ACCESSKEY=&quot;a&quot; SHAPE=&quot;rect&quot; ALT=&quot;Domain&quot; COORDS=&quot;0,2,45,45&quot; HREF=&quot;./files/dletter.html&quot; TITLE=&quot;Domain2&quot;&gt;
-&lt;/MAP&gt;
-&lt;/P&gt;
-&lt;P&gt;
-&lt;IMG ID=&quot;IMAGE-1&quot; NAME=&quot;IMAGE-1&quot; SRC=&quot;./pix/dts.gif&quot; ALT=&quot;DTS IMAGE LOGO&quot; LONGDESC=&quot;./files/desc.html&quot; USEMAP=&quot;#DTS-MAP&quot; WIDTH=&quot;115&quot;/&gt;
-&lt;/P&gt;
-&lt;P&gt;
-&lt;OBJECT DATA=&quot;./pix/line.gif&quot; CODETYPE=&quot;image/gif&quot; HEIGHT=&quot;10&quot;&gt;
-&lt;APPLET ALT=&quot;Applet Number 1&quot; CODE=&quot;applet1.class&quot;&gt;&lt;/APPLET&gt;
-&lt;/OBJECT&gt;
-&lt;OBJECT DATA=&quot;./pix/logo.gif&quot; type=&quot;image/gif&quot;&gt;
-&lt;APPLET ALT=&quot;Applet Number 2&quot; CODE=&quot;applet2.class&quot;&gt;&lt;/APPLET&gt;
-&lt;/OBJECT&gt;
-&lt;/P&gt;
-&lt;P&gt;
-&lt;A ID=&quot;Anchor&quot; DIR=&quot;LTR&quot; HREF=&quot;./pix/submit.gif&quot; ACCESSKEY=&quot;g&quot; TYPE=&quot;image/gif&quot; COORDS=&quot;0,0,100,100&quot; SHAPE=&quot;rect&quot; REL=&quot;GLOSSARY&quot; REV=&quot;STYLESHEET&quot; HREFLANG=&quot;en&quot; CHARSET=&quot;US-ASCII&quot; TABINDEX=&quot;22&quot; NAME=&quot;Anchor&quot;&gt;View Submit Button&lt;/A&gt;
-&lt;/P&gt;
-&lt;/BODY&gt;
-&lt;/HTML&gt;
</del></span></pre></div>
<a id="trunkLayoutTestsdomhtmllevel2htmlHTMLBodyElement10js"></a>
<div class="delfile"><h4>Deleted: trunk/LayoutTests/dom/html/level2/html/HTMLBodyElement10.js (195354 => 195355)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/dom/html/level2/html/HTMLBodyElement10.js        2016-01-20 13:25:19 UTC (rev 195354)
+++ trunk/LayoutTests/dom/html/level2/html/HTMLBodyElement10.js        2016-01-20 17:16:34 UTC (rev 195355)
</span><span class="lines">@@ -1,111 +0,0 @@
</span><del>-
-/*
-Copyright Â© 2001-2004 World Wide Web Consortium, 
-(Massachusetts Institute of Technology, European Research Consortium 
-for Informatics and Mathematics, Keio University). All 
-Rights Reserved. This work is distributed under the W3C® Software License [1] in the 
-hope that it will be useful, but WITHOUT ANY WARRANTY; without even 
-the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. 
-
-[1] http://www.w3.org/Consortium/Legal/2002/copyright-software-20021231
-*/
-
-
-
-   /**
-    *  Gets URI that identifies the test.
-    *  @return uri identifier of test
-    */
-function getTargetURI() {
-      return &quot;http://www.w3.org/2001/DOM-Test-Suite/level2/html/HTMLBodyElement10&quot;;
-   }
-
-var docsLoaded = -1000000;
-var builder = null;
-
-//
-//   This function is called by the testing framework before
-//      running the test suite.
-//
-//   If there are no configuration exceptions, asynchronous
-//        document loading is started.  Otherwise, the status
-//        is set to complete and the exception is immediately
-//        raised when entering the body of the test.
-//
-function setUpPage() {
-   setUpPageStatus = 'running';
-   try {
-     //
-     //   creates test document builder, may throw exception
-     //
-     builder = createConfiguredBuilder();
-
-      docsLoaded = 0;
-      
-      var docRef = null;
-      if (typeof(this.doc) != 'undefined') {
-        docRef = this.doc;
-      }
-      docsLoaded += preload(docRef, &quot;doc&quot;, &quot;document&quot;);
-        
-       if (docsLoaded == 1) {
-          setUpPageStatus = 'complete';
-       }
-    } catch(ex) {
-            catchInitializationError(builder, ex);
-        setUpPageStatus = 'complete';
-    }
-}
-
-
-
-//
-//   This method is called on the completion of 
-//      each asychronous load started in setUpTests.
-//
-//   When every synchronous loaded document has completed,
-//      the page status is changed which allows the
-//      body of the test to be executed.
-function loadComplete() {
-    if (++docsLoaded == 1) {
-        setUpPageStatus = 'complete';
-    }
-}
-
-
-/**
-* 
-Checks that Node.isSupported(&quot;xhTmL&quot;, &quot;2.0&quot;) returns true if hasFeature(&quot;XML&quot;, &quot;2.0&quot;) is true.
-
-* @author Curt Arnold
-* @see http://www.w3.org/TR/DOM-Level-2-Core/core#Level-2-Core-Node-supports
-* @see http://www.w3.org/TR/DOM-Level-2-HTML/html#ID-62018039
-*/
-function HTMLBodyElement10() {
-   var success;
-    if(checkInitialization(builder, &quot;HTMLBodyElement10&quot;) != null) return;
-    var doc;
-      var body;
-      var state;
-      var hasXML;
-      var version = &quot;2.0&quot;;
-      
-      var docRef = null;
-      if (typeof(this.doc) != 'undefined') {
-        docRef = this.doc;
-      }
-      doc = load(docRef, &quot;doc&quot;, &quot;document&quot;);
-      body = doc.body;
-
-      hasXML = body.isSupported(&quot;XML&quot;,version);
-      state = body.isSupported(&quot;xhTmL&quot;,version);
-      assertEquals(&quot;isSupportedXHTML&quot;,hasXML,state);
-       
-}
-
-
-
-
-function runTest() {
-   HTMLBodyElement10();
-}
</del></span></pre></div>
<a id="trunkLayoutTestsdomhtmllevel2htmlHTMLBodyElement11expectedtxt"></a>
<div class="delfile"><h4>Deleted: trunk/LayoutTests/dom/html/level2/html/HTMLBodyElement11-expected.txt (195354 => 195355)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/dom/html/level2/html/HTMLBodyElement11-expected.txt        2016-01-20 13:25:19 UTC (rev 195354)
+++ trunk/LayoutTests/dom/html/level2/html/HTMLBodyElement11-expected.txt        2016-01-20 17:16:34 UTC (rev 195355)
</span><span class="lines">@@ -1,2 +0,0 @@
</span><del>-Test:        http://www.w3.org/2001/DOM-Test-Suite/level2/html/HTMLBodyElement11
-Status:        Success
</del></span></pre></div>
<a id="trunkLayoutTestsdomhtmllevel2htmlHTMLBodyElement11html"></a>
<div class="delfile"><h4>Deleted: trunk/LayoutTests/dom/html/level2/html/HTMLBodyElement11.html (195354 => 195355)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/dom/html/level2/html/HTMLBodyElement11.html        2016-01-20 13:25:19 UTC (rev 195354)
+++ trunk/LayoutTests/dom/html/level2/html/HTMLBodyElement11.html        2016-01-20 17:16:34 UTC (rev 195355)
</span><span class="lines">@@ -1,36 +0,0 @@
</span><del>-&lt;!DOCTYPE HTML PUBLIC &quot;-//W3C//DTD HTML 4.01 Transitional//EN&quot;&gt;
-&lt;HTML&gt;
-&lt;HEAD&gt;
-&lt;META HTTP-EQUIV=&quot;Content-Type&quot; CONTENT=&quot;text/html; CHARSET=utf-8&quot;&gt;
-&lt;TITLE&gt;NIST DOM HTML Test - DOCUMENT&lt;/TITLE&gt;
-&lt;script type='text/javascript' src='selfhtml.js'&gt;&lt;/script&gt;&lt;script charset='UTF-8' type='text/javascript' src='HTMLBodyElement11.js'&gt;&lt;/script&gt;&lt;script type='text/javascript'&gt;function loadComplete() { startTest(); }&lt;/script&gt;&lt;/HEAD&gt;
-&lt;BODY onload=&quot;loadComplete()&quot; ID=&quot;TEST-BODY&quot;&gt; 
-&lt;FORM ID=&quot;form1&quot; ACCEPT-CHARSET=&quot;US-ASCII&quot; ACTION=&quot;./files/getData.pl&quot; ENCTYPE=&quot;application/x-www-form-urlencoded&quot; METHOD=&quot;post&quot;&gt;
-&lt;P&gt;
-&lt;TEXTAREA NAME=&quot;text1&quot; COLS=&quot;20&quot; ROWS=&quot;7&quot;&gt;&lt;/TEXTAREA&gt;
-&lt;INPUT TYPE=&quot;submit&quot; NAME=&quot;submit&quot; VALUE=&quot;Submit&quot; /&gt;
-&lt;INPUT TYPE=&quot;reset&quot; NAME=&quot;reset&quot; VALUE=&quot;Reset&quot; /&gt;
-&lt;/P&gt;
-&lt;/FORM&gt;
-&lt;P&gt;
-&lt;MAP NAME=&quot;mapid&quot; ID=&quot;mapid&quot;&gt;
-&lt;AREA TABINDEX=&quot;10&quot; ACCESSKEY=&quot;a&quot; SHAPE=&quot;rect&quot; ALT=&quot;Domain&quot; COORDS=&quot;0,2,45,45&quot; HREF=&quot;./files/dletter.html&quot; TITLE=&quot;Domain1&quot;&gt;
-&lt;AREA TABINDEX=&quot;10&quot; ACCESSKEY=&quot;a&quot; SHAPE=&quot;rect&quot; ALT=&quot;Domain&quot; COORDS=&quot;0,2,45,45&quot; HREF=&quot;./files/dletter.html&quot; TITLE=&quot;Domain2&quot;&gt;
-&lt;/MAP&gt;
-&lt;/P&gt;
-&lt;P&gt;
-&lt;IMG ID=&quot;IMAGE-1&quot; NAME=&quot;IMAGE-1&quot; SRC=&quot;./pix/dts.gif&quot; ALT=&quot;DTS IMAGE LOGO&quot; LONGDESC=&quot;./files/desc.html&quot; USEMAP=&quot;#DTS-MAP&quot; WIDTH=&quot;115&quot;/&gt;
-&lt;/P&gt;
-&lt;P&gt;
-&lt;OBJECT DATA=&quot;./pix/line.gif&quot; CODETYPE=&quot;image/gif&quot; HEIGHT=&quot;10&quot;&gt;
-&lt;APPLET ALT=&quot;Applet Number 1&quot; CODE=&quot;applet1.class&quot;&gt;&lt;/APPLET&gt;
-&lt;/OBJECT&gt;
-&lt;OBJECT DATA=&quot;./pix/logo.gif&quot; type=&quot;image/gif&quot;&gt;
-&lt;APPLET ALT=&quot;Applet Number 2&quot; CODE=&quot;applet2.class&quot;&gt;&lt;/APPLET&gt;
-&lt;/OBJECT&gt;
-&lt;/P&gt;
-&lt;P&gt;
-&lt;A ID=&quot;Anchor&quot; DIR=&quot;LTR&quot; HREF=&quot;./pix/submit.gif&quot; ACCESSKEY=&quot;g&quot; TYPE=&quot;image/gif&quot; COORDS=&quot;0,0,100,100&quot; SHAPE=&quot;rect&quot; REL=&quot;GLOSSARY&quot; REV=&quot;STYLESHEET&quot; HREFLANG=&quot;en&quot; CHARSET=&quot;US-ASCII&quot; TABINDEX=&quot;22&quot; NAME=&quot;Anchor&quot;&gt;View Submit Button&lt;/A&gt;
-&lt;/P&gt;
-&lt;/BODY&gt;
-&lt;/HTML&gt;
</del></span></pre></div>
<a id="trunkLayoutTestsdomhtmllevel2htmlHTMLBodyElement11js"></a>
<div class="delfile"><h4>Deleted: trunk/LayoutTests/dom/html/level2/html/HTMLBodyElement11.js (195354 => 195355)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/dom/html/level2/html/HTMLBodyElement11.js        2016-01-20 13:25:19 UTC (rev 195354)
+++ trunk/LayoutTests/dom/html/level2/html/HTMLBodyElement11.js        2016-01-20 17:16:34 UTC (rev 195355)
</span><span class="lines">@@ -1,110 +0,0 @@
</span><del>-
-/*
-Copyright Â© 2001-2004 World Wide Web Consortium, 
-(Massachusetts Institute of Technology, European Research Consortium 
-for Informatics and Mathematics, Keio University). All 
-Rights Reserved. This work is distributed under the W3C® Software License [1] in the 
-hope that it will be useful, but WITHOUT ANY WARRANTY; without even 
-the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. 
-
-[1] http://www.w3.org/Consortium/Legal/2002/copyright-software-20021231
-*/
-
-
-
-   /**
-    *  Gets URI that identifies the test.
-    *  @return uri identifier of test
-    */
-function getTargetURI() {
-      return &quot;http://www.w3.org/2001/DOM-Test-Suite/level2/html/HTMLBodyElement11&quot;;
-   }
-
-var docsLoaded = -1000000;
-var builder = null;
-
-//
-//   This function is called by the testing framework before
-//      running the test suite.
-//
-//   If there are no configuration exceptions, asynchronous
-//        document loading is started.  Otherwise, the status
-//        is set to complete and the exception is immediately
-//        raised when entering the body of the test.
-//
-function setUpPage() {
-   setUpPageStatus = 'running';
-   try {
-     //
-     //   creates test document builder, may throw exception
-     //
-     builder = createConfiguredBuilder();
-
-      docsLoaded = 0;
-      
-      var docRef = null;
-      if (typeof(this.doc) != 'undefined') {
-        docRef = this.doc;
-      }
-      docsLoaded += preload(docRef, &quot;doc&quot;, &quot;document&quot;);
-        
-       if (docsLoaded == 1) {
-          setUpPageStatus = 'complete';
-       }
-    } catch(ex) {
-            catchInitializationError(builder, ex);
-        setUpPageStatus = 'complete';
-    }
-}
-
-
-
-//
-//   This method is called on the completion of 
-//      each asychronous load started in setUpTests.
-//
-//   When every synchronous loaded document has completed,
-//      the page status is changed which allows the
-//      body of the test to be executed.
-function loadComplete() {
-    if (++docsLoaded == 1) {
-        setUpPageStatus = 'complete';
-    }
-}
-
-
-/**
-* 
-Checks that Node.isSupported(&quot;cOrE&quot;, null) returns true.
-
-* @author Curt Arnold
-* @see http://www.w3.org/TR/DOM-Level-2-Core/core#Level-2-Core-Node-supports
-* @see http://www.w3.org/TR/DOM-Level-2-HTML/html#ID-62018039
-*/
-function HTMLBodyElement11() {
-   var success;
-    if(checkInitialization(builder, &quot;HTMLBodyElement11&quot;) != null) return;
-    var doc;
-      var body;
-      var state;
-      var version = null;
-
-      
-      var docRef = null;
-      if (typeof(this.doc) != 'undefined') {
-        docRef = this.doc;
-      }
-      doc = load(docRef, &quot;doc&quot;, &quot;document&quot;);
-      body = doc.body;
-
-      state = body.isSupported(&quot;cOrE&quot;,version);
-      assertTrue(&quot;isSupportedCore&quot;,state);
-
-}
-
-
-
-
-function runTest() {
-   HTMLBodyElement11();
-}
</del></span></pre></div>
<a id="trunkLayoutTestsdomhtmllevel2htmlHTMLBodyElement12expectedtxt"></a>
<div class="delfile"><h4>Deleted: trunk/LayoutTests/dom/html/level2/html/HTMLBodyElement12-expected.txt (195354 => 195355)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/dom/html/level2/html/HTMLBodyElement12-expected.txt        2016-01-20 13:25:19 UTC (rev 195354)
+++ trunk/LayoutTests/dom/html/level2/html/HTMLBodyElement12-expected.txt        2016-01-20 17:16:34 UTC (rev 195355)
</span><span class="lines">@@ -1,2 +0,0 @@
</span><del>-Test:        http://www.w3.org/2001/DOM-Test-Suite/level2/html/HTMLBodyElement12
-Status:        Success
</del></span></pre></div>
<a id="trunkLayoutTestsdomhtmllevel2htmlHTMLBodyElement12html"></a>
<div class="delfile"><h4>Deleted: trunk/LayoutTests/dom/html/level2/html/HTMLBodyElement12.html (195354 => 195355)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/dom/html/level2/html/HTMLBodyElement12.html        2016-01-20 13:25:19 UTC (rev 195354)
+++ trunk/LayoutTests/dom/html/level2/html/HTMLBodyElement12.html        2016-01-20 17:16:34 UTC (rev 195355)
</span><span class="lines">@@ -1,36 +0,0 @@
</span><del>-&lt;!DOCTYPE HTML PUBLIC &quot;-//W3C//DTD HTML 4.01 Transitional//EN&quot;&gt;
-&lt;HTML&gt;
-&lt;HEAD&gt;
-&lt;META HTTP-EQUIV=&quot;Content-Type&quot; CONTENT=&quot;text/html; CHARSET=utf-8&quot;&gt;
-&lt;TITLE&gt;NIST DOM HTML Test - DOCUMENT&lt;/TITLE&gt;
-&lt;script type='text/javascript' src='selfhtml.js'&gt;&lt;/script&gt;&lt;script charset='UTF-8' type='text/javascript' src='HTMLBodyElement12.js'&gt;&lt;/script&gt;&lt;script type='text/javascript'&gt;function loadComplete() { startTest(); }&lt;/script&gt;&lt;/HEAD&gt;
-&lt;BODY onload=&quot;loadComplete()&quot; ID=&quot;TEST-BODY&quot;&gt; 
-&lt;FORM ID=&quot;form1&quot; ACCEPT-CHARSET=&quot;US-ASCII&quot; ACTION=&quot;./files/getData.pl&quot; ENCTYPE=&quot;application/x-www-form-urlencoded&quot; METHOD=&quot;post&quot;&gt;
-&lt;P&gt;
-&lt;TEXTAREA NAME=&quot;text1&quot; COLS=&quot;20&quot; ROWS=&quot;7&quot;&gt;&lt;/TEXTAREA&gt;
-&lt;INPUT TYPE=&quot;submit&quot; NAME=&quot;submit&quot; VALUE=&quot;Submit&quot; /&gt;
-&lt;INPUT TYPE=&quot;reset&quot; NAME=&quot;reset&quot; VALUE=&quot;Reset&quot; /&gt;
-&lt;/P&gt;
-&lt;/FORM&gt;
-&lt;P&gt;
-&lt;MAP NAME=&quot;mapid&quot; ID=&quot;mapid&quot;&gt;
-&lt;AREA TABINDEX=&quot;10&quot; ACCESSKEY=&quot;a&quot; SHAPE=&quot;rect&quot; ALT=&quot;Domain&quot; COORDS=&quot;0,2,45,45&quot; HREF=&quot;./files/dletter.html&quot; TITLE=&quot;Domain1&quot;&gt;
-&lt;AREA TABINDEX=&quot;10&quot; ACCESSKEY=&quot;a&quot; SHAPE=&quot;rect&quot; ALT=&quot;Domain&quot; COORDS=&quot;0,2,45,45&quot; HREF=&quot;./files/dletter.html&quot; TITLE=&quot;Domain2&quot;&gt;
-&lt;/MAP&gt;
-&lt;/P&gt;
-&lt;P&gt;
-&lt;IMG ID=&quot;IMAGE-1&quot; NAME=&quot;IMAGE-1&quot; SRC=&quot;./pix/dts.gif&quot; ALT=&quot;DTS IMAGE LOGO&quot; LONGDESC=&quot;./files/desc.html&quot; USEMAP=&quot;#DTS-MAP&quot; WIDTH=&quot;115&quot;/&gt;
-&lt;/P&gt;
-&lt;P&gt;
-&lt;OBJECT DATA=&quot;./pix/line.gif&quot; CODETYPE=&quot;image/gif&quot; HEIGHT=&quot;10&quot;&gt;
-&lt;APPLET ALT=&quot;Applet Number 1&quot; CODE=&quot;applet1.class&quot;&gt;&lt;/APPLET&gt;
-&lt;/OBJECT&gt;
-&lt;OBJECT DATA=&quot;./pix/logo.gif&quot; type=&quot;image/gif&quot;&gt;
-&lt;APPLET ALT=&quot;Applet Number 2&quot; CODE=&quot;applet2.class&quot;&gt;&lt;/APPLET&gt;
-&lt;/OBJECT&gt;
-&lt;/P&gt;
-&lt;P&gt;
-&lt;A ID=&quot;Anchor&quot; DIR=&quot;LTR&quot; HREF=&quot;./pix/submit.gif&quot; ACCESSKEY=&quot;g&quot; TYPE=&quot;image/gif&quot; COORDS=&quot;0,0,100,100&quot; SHAPE=&quot;rect&quot; REL=&quot;GLOSSARY&quot; REV=&quot;STYLESHEET&quot; HREFLANG=&quot;en&quot; CHARSET=&quot;US-ASCII&quot; TABINDEX=&quot;22&quot; NAME=&quot;Anchor&quot;&gt;View Submit Button&lt;/A&gt;
-&lt;/P&gt;
-&lt;/BODY&gt;
-&lt;/HTML&gt;
</del></span></pre></div>
<a id="trunkLayoutTestsdomhtmllevel2htmlHTMLBodyElement12js"></a>
<div class="delfile"><h4>Deleted: trunk/LayoutTests/dom/html/level2/html/HTMLBodyElement12.js (195354 => 195355)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/dom/html/level2/html/HTMLBodyElement12.js        2016-01-20 13:25:19 UTC (rev 195354)
+++ trunk/LayoutTests/dom/html/level2/html/HTMLBodyElement12.js        2016-01-20 17:16:34 UTC (rev 195355)
</span><span class="lines">@@ -1,109 +0,0 @@
</span><del>-
-/*
-Copyright Â© 2001-2004 World Wide Web Consortium, 
-(Massachusetts Institute of Technology, European Research Consortium 
-for Informatics and Mathematics, Keio University). All 
-Rights Reserved. This work is distributed under the W3C® Software License [1] in the 
-hope that it will be useful, but WITHOUT ANY WARRANTY; without even 
-the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. 
-
-[1] http://www.w3.org/Consortium/Legal/2002/copyright-software-20021231
-*/
-
-
-
-   /**
-    *  Gets URI that identifies the test.
-    *  @return uri identifier of test
-    */
-function getTargetURI() {
-      return &quot;http://www.w3.org/2001/DOM-Test-Suite/level2/html/HTMLBodyElement12&quot;;
-   }
-
-var docsLoaded = -1000000;
-var builder = null;
-
-//
-//   This function is called by the testing framework before
-//      running the test suite.
-//
-//   If there are no configuration exceptions, asynchronous
-//        document loading is started.  Otherwise, the status
-//        is set to complete and the exception is immediately
-//        raised when entering the body of the test.
-//
-function setUpPage() {
-   setUpPageStatus = 'running';
-   try {
-     //
-     //   creates test document builder, may throw exception
-     //
-     builder = createConfiguredBuilder();
-
-      docsLoaded = 0;
-      
-      var docRef = null;
-      if (typeof(this.doc) != 'undefined') {
-        docRef = this.doc;
-      }
-      docsLoaded += preload(docRef, &quot;doc&quot;, &quot;document&quot;);
-        
-       if (docsLoaded == 1) {
-          setUpPageStatus = 'complete';
-       }
-    } catch(ex) {
-            catchInitializationError(builder, ex);
-        setUpPageStatus = 'complete';
-    }
-}
-
-
-
-//
-//   This method is called on the completion of 
-//      each asychronous load started in setUpTests.
-//
-//   When every synchronous loaded document has completed,
-//      the page status is changed which allows the
-//      body of the test to be executed.
-function loadComplete() {
-    if (++docsLoaded == 1) {
-        setUpPageStatus = 'complete';
-    }
-}
-
-
-/**
-* 
-Checks that Node.isSupported(&quot;cOrE&quot;, &quot;2.0&quot;) returns true.
-
-* @author Curt Arnold
-* @see http://www.w3.org/TR/DOM-Level-2-Core/core#Level-2-Core-Node-supports
-* @see http://www.w3.org/TR/DOM-Level-2-HTML/html#ID-62018039
-*/
-function HTMLBodyElement12() {
-   var success;
-    if(checkInitialization(builder, &quot;HTMLBodyElement12&quot;) != null) return;
-    var doc;
-      var body;
-      var state;
-      var version = &quot;2.0&quot;;
-      
-      var docRef = null;
-      if (typeof(this.doc) != 'undefined') {
-        docRef = this.doc;
-      }
-      doc = load(docRef, &quot;doc&quot;, &quot;document&quot;);
-      body = doc.body;
-
-      state = body.isSupported(&quot;cOrE&quot;,version);
-      assertTrue(&quot;isSupportedCore&quot;,state);
-
-}
-
-
-
-
-function runTest() {
-   HTMLBodyElement12();
-}
</del></span></pre></div>
<a id="trunkLayoutTestsdomhtmllevel2htmlHTMLDocument22expectedtxt"></a>
<div class="delfile"><h4>Deleted: trunk/LayoutTests/dom/html/level2/html/HTMLDocument22-expected.txt (195354 => 195355)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/dom/html/level2/html/HTMLDocument22-expected.txt        2016-01-20 13:25:19 UTC (rev 195354)
+++ trunk/LayoutTests/dom/html/level2/html/HTMLDocument22-expected.txt        2016-01-20 17:16:34 UTC (rev 195355)
</span><span class="lines">@@ -1,2 +0,0 @@
</span><del>-Test:        http://www.w3.org/2001/DOM-Test-Suite/level2/html/HTMLDocument22
-Status:        Success
</del></span></pre></div>
<a id="trunkLayoutTestsdomhtmllevel2htmlHTMLDocument22html"></a>
<div class="delfile"><h4>Deleted: trunk/LayoutTests/dom/html/level2/html/HTMLDocument22.html (195354 => 195355)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/dom/html/level2/html/HTMLDocument22.html        2016-01-20 13:25:19 UTC (rev 195354)
+++ trunk/LayoutTests/dom/html/level2/html/HTMLDocument22.html        2016-01-20 17:16:34 UTC (rev 195355)
</span><span class="lines">@@ -1,36 +0,0 @@
</span><del>-&lt;!DOCTYPE HTML PUBLIC &quot;-//W3C//DTD HTML 4.01 Transitional//EN&quot;&gt;
-&lt;HTML&gt;
-&lt;HEAD&gt;
-&lt;META HTTP-EQUIV=&quot;Content-Type&quot; CONTENT=&quot;text/html; CHARSET=utf-8&quot;&gt;
-&lt;TITLE&gt;NIST DOM HTML Test - DOCUMENT&lt;/TITLE&gt;
-&lt;script type='text/javascript' src='selfhtml.js'&gt;&lt;/script&gt;&lt;script charset='UTF-8' type='text/javascript' src='HTMLDocument22.js'&gt;&lt;/script&gt;&lt;script type='text/javascript'&gt;function loadComplete() { startTest(); }&lt;/script&gt;&lt;/HEAD&gt;
-&lt;BODY onload=&quot;loadComplete()&quot; ID=&quot;TEST-BODY&quot;&gt; 
-&lt;FORM ID=&quot;form1&quot; ACCEPT-CHARSET=&quot;US-ASCII&quot; ACTION=&quot;./files/getData.pl&quot; ENCTYPE=&quot;application/x-www-form-urlencoded&quot; METHOD=&quot;post&quot;&gt;
-&lt;P&gt;
-&lt;TEXTAREA NAME=&quot;text1&quot; COLS=&quot;20&quot; ROWS=&quot;7&quot;&gt;&lt;/TEXTAREA&gt;
-&lt;INPUT TYPE=&quot;submit&quot; NAME=&quot;submit&quot; VALUE=&quot;Submit&quot; /&gt;
-&lt;INPUT TYPE=&quot;reset&quot; NAME=&quot;reset&quot; VALUE=&quot;Reset&quot; /&gt;
-&lt;/P&gt;
-&lt;/FORM&gt;
-&lt;P&gt;
-&lt;MAP NAME=&quot;mapid&quot; ID=&quot;mapid&quot;&gt;
-&lt;AREA TABINDEX=&quot;10&quot; ACCESSKEY=&quot;a&quot; SHAPE=&quot;rect&quot; ALT=&quot;Domain&quot; COORDS=&quot;0,2,45,45&quot; HREF=&quot;./files/dletter.html&quot; TITLE=&quot;Domain1&quot;&gt;
-&lt;AREA TABINDEX=&quot;10&quot; ACCESSKEY=&quot;a&quot; SHAPE=&quot;rect&quot; ALT=&quot;Domain&quot; COORDS=&quot;0,2,45,45&quot; HREF=&quot;./files/dletter.html&quot; TITLE=&quot;Domain2&quot;&gt;
-&lt;/MAP&gt;
-&lt;/P&gt;
-&lt;P&gt;
-&lt;IMG ID=&quot;IMAGE-1&quot; NAME=&quot;IMAGE-1&quot; SRC=&quot;./pix/dts.gif&quot; ALT=&quot;DTS IMAGE LOGO&quot; LONGDESC=&quot;./files/desc.html&quot; USEMAP=&quot;#DTS-MAP&quot; WIDTH=&quot;115&quot;/&gt;
-&lt;/P&gt;
-&lt;P&gt;
-&lt;OBJECT DATA=&quot;./pix/line.gif&quot; CODETYPE=&quot;image/gif&quot; HEIGHT=&quot;10&quot;&gt;
-&lt;APPLET ALT=&quot;Applet Number 1&quot; CODE=&quot;applet1.class&quot;&gt;&lt;/APPLET&gt;
-&lt;/OBJECT&gt;
-&lt;OBJECT DATA=&quot;./pix/logo.gif&quot; type=&quot;image/gif&quot;&gt;
-&lt;APPLET ALT=&quot;Applet Number 2&quot; CODE=&quot;applet2.class&quot;&gt;&lt;/APPLET&gt;
-&lt;/OBJECT&gt;
-&lt;/P&gt;
-&lt;P&gt;
-&lt;A ID=&quot;Anchor&quot; DIR=&quot;LTR&quot; HREF=&quot;./pix/submit.gif&quot; ACCESSKEY=&quot;g&quot; TYPE=&quot;image/gif&quot; COORDS=&quot;0,0,100,100&quot; SHAPE=&quot;rect&quot; REL=&quot;GLOSSARY&quot; REV=&quot;STYLESHEET&quot; HREFLANG=&quot;en&quot; CHARSET=&quot;US-ASCII&quot; TABINDEX=&quot;22&quot; NAME=&quot;Anchor&quot;&gt;View Submit Button&lt;/A&gt;
-&lt;/P&gt;
-&lt;/BODY&gt;
-&lt;/HTML&gt;
</del></span></pre></div>
<a id="trunkLayoutTestsdomhtmllevel2htmlHTMLDocument22js"></a>
<div class="delfile"><h4>Deleted: trunk/LayoutTests/dom/html/level2/html/HTMLDocument22.js (195354 => 195355)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/dom/html/level2/html/HTMLDocument22.js        2016-01-20 13:25:19 UTC (rev 195354)
+++ trunk/LayoutTests/dom/html/level2/html/HTMLDocument22.js        2016-01-20 17:16:34 UTC (rev 195355)
</span><span class="lines">@@ -1,107 +0,0 @@
</span><del>-
-/*
-Copyright Â© 2001-2004 World Wide Web Consortium, 
-(Massachusetts Institute of Technology, European Research Consortium 
-for Informatics and Mathematics, Keio University). All 
-Rights Reserved. This work is distributed under the W3C® Software License [1] in the 
-hope that it will be useful, but WITHOUT ANY WARRANTY; without even 
-the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. 
-
-[1] http://www.w3.org/Consortium/Legal/2002/copyright-software-20021231
-*/
-
-
-
-   /**
-    *  Gets URI that identifies the test.
-    *  @return uri identifier of test
-    */
-function getTargetURI() {
-      return &quot;http://www.w3.org/2001/DOM-Test-Suite/level2/html/HTMLDocument22&quot;;
-   }
-
-var docsLoaded = -1000000;
-var builder = null;
-
-//
-//   This function is called by the testing framework before
-//      running the test suite.
-//
-//   If there are no configuration exceptions, asynchronous
-//        document loading is started.  Otherwise, the status
-//        is set to complete and the exception is immediately
-//        raised when entering the body of the test.
-//
-function setUpPage() {
-   setUpPageStatus = 'running';
-   try {
-     //
-     //   creates test document builder, may throw exception
-     //
-     builder = createConfiguredBuilder();
-
-      docsLoaded = 0;
-      
-      var docRef = null;
-      if (typeof(this.doc) != 'undefined') {
-        docRef = this.doc;
-      }
-      docsLoaded += preload(docRef, &quot;doc&quot;, &quot;document&quot;);
-        
-       if (docsLoaded == 1) {
-          setUpPageStatus = 'complete';
-       }
-    } catch(ex) {
-            catchInitializationError(builder, ex);
-        setUpPageStatus = 'complete';
-    }
-}
-
-
-
-//
-//   This method is called on the completion of 
-//      each asychronous load started in setUpTests.
-//
-//   When every synchronous loaded document has completed,
-//      the page status is changed which allows the
-//      body of the test to be executed.
-function loadComplete() {
-    if (++docsLoaded == 1) {
-        setUpPageStatus = 'complete';
-    }
-}
-
-
-/**
-* 
-Checks that Node.isSupported(&quot;hTmL&quot;, null) returns true.
-
-* @author Curt Arnold
-* @see http://www.w3.org/TR/DOM-Level-2-Core/core#Level-2-Core-Node-supports
-* @see http://www.w3.org/TR/DOM-Level-2-HTML/html#ID-26809268
-*/
-function HTMLDocument22() {
-   var success;
-    if(checkInitialization(builder, &quot;HTMLDocument22&quot;) != null) return;
-    var doc;
-      var state;
-      var version = null;
-
-      
-      var docRef = null;
-      if (typeof(this.doc) != 'undefined') {
-        docRef = this.doc;
-      }
-      doc = load(docRef, &quot;doc&quot;, &quot;document&quot;);
-      state = doc.isSupported(&quot;hTmL&quot;,version);
-      assertTrue(&quot;isSupportedHTML&quot;,state);
-
-}
-
-
-
-
-function runTest() {
-   HTMLDocument22();
-}
</del></span></pre></div>
<a id="trunkLayoutTestsdomhtmllevel2htmlHTMLDocument23expectedtxt"></a>
<div class="delfile"><h4>Deleted: trunk/LayoutTests/dom/html/level2/html/HTMLDocument23-expected.txt (195354 => 195355)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/dom/html/level2/html/HTMLDocument23-expected.txt        2016-01-20 13:25:19 UTC (rev 195354)
+++ trunk/LayoutTests/dom/html/level2/html/HTMLDocument23-expected.txt        2016-01-20 17:16:34 UTC (rev 195355)
</span><span class="lines">@@ -1,2 +0,0 @@
</span><del>-Test:        http://www.w3.org/2001/DOM-Test-Suite/level2/html/HTMLDocument23
-Status:        Success
</del></span></pre></div>
<a id="trunkLayoutTestsdomhtmllevel2htmlHTMLDocument23html"></a>
<div class="delfile"><h4>Deleted: trunk/LayoutTests/dom/html/level2/html/HTMLDocument23.html (195354 => 195355)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/dom/html/level2/html/HTMLDocument23.html        2016-01-20 13:25:19 UTC (rev 195354)
+++ trunk/LayoutTests/dom/html/level2/html/HTMLDocument23.html        2016-01-20 17:16:34 UTC (rev 195355)
</span><span class="lines">@@ -1,36 +0,0 @@
</span><del>-&lt;!DOCTYPE HTML PUBLIC &quot;-//W3C//DTD HTML 4.01 Transitional//EN&quot;&gt;
-&lt;HTML&gt;
-&lt;HEAD&gt;
-&lt;META HTTP-EQUIV=&quot;Content-Type&quot; CONTENT=&quot;text/html; CHARSET=utf-8&quot;&gt;
-&lt;TITLE&gt;NIST DOM HTML Test - DOCUMENT&lt;/TITLE&gt;
-&lt;script type='text/javascript' src='selfhtml.js'&gt;&lt;/script&gt;&lt;script charset='UTF-8' type='text/javascript' src='HTMLDocument23.js'&gt;&lt;/script&gt;&lt;script type='text/javascript'&gt;function loadComplete() { startTest(); }&lt;/script&gt;&lt;/HEAD&gt;
-&lt;BODY onload=&quot;loadComplete()&quot; ID=&quot;TEST-BODY&quot;&gt; 
-&lt;FORM ID=&quot;form1&quot; ACCEPT-CHARSET=&quot;US-ASCII&quot; ACTION=&quot;./files/getData.pl&quot; ENCTYPE=&quot;application/x-www-form-urlencoded&quot; METHOD=&quot;post&quot;&gt;
-&lt;P&gt;
-&lt;TEXTAREA NAME=&quot;text1&quot; COLS=&quot;20&quot; ROWS=&quot;7&quot;&gt;&lt;/TEXTAREA&gt;
-&lt;INPUT TYPE=&quot;submit&quot; NAME=&quot;submit&quot; VALUE=&quot;Submit&quot; /&gt;
-&lt;INPUT TYPE=&quot;reset&quot; NAME=&quot;reset&quot; VALUE=&quot;Reset&quot; /&gt;
-&lt;/P&gt;
-&lt;/FORM&gt;
-&lt;P&gt;
-&lt;MAP NAME=&quot;mapid&quot; ID=&quot;mapid&quot;&gt;
-&lt;AREA TABINDEX=&quot;10&quot; ACCESSKEY=&quot;a&quot; SHAPE=&quot;rect&quot; ALT=&quot;Domain&quot; COORDS=&quot;0,2,45,45&quot; HREF=&quot;./files/dletter.html&quot; TITLE=&quot;Domain1&quot;&gt;
-&lt;AREA TABINDEX=&quot;10&quot; ACCESSKEY=&quot;a&quot; SHAPE=&quot;rect&quot; ALT=&quot;Domain&quot; COORDS=&quot;0,2,45,45&quot; HREF=&quot;./files/dletter.html&quot; TITLE=&quot;Domain2&quot;&gt;
-&lt;/MAP&gt;
-&lt;/P&gt;
-&lt;P&gt;
-&lt;IMG ID=&quot;IMAGE-1&quot; NAME=&quot;IMAGE-1&quot; SRC=&quot;./pix/dts.gif&quot; ALT=&quot;DTS IMAGE LOGO&quot; LONGDESC=&quot;./files/desc.html&quot; USEMAP=&quot;#DTS-MAP&quot; WIDTH=&quot;115&quot;/&gt;
-&lt;/P&gt;
-&lt;P&gt;
-&lt;OBJECT DATA=&quot;./pix/line.gif&quot; CODETYPE=&quot;image/gif&quot; HEIGHT=&quot;10&quot;&gt;
-&lt;APPLET ALT=&quot;Applet Number 1&quot; CODE=&quot;applet1.class&quot;&gt;&lt;/APPLET&gt;
-&lt;/OBJECT&gt;
-&lt;OBJECT DATA=&quot;./pix/logo.gif&quot; type=&quot;image/gif&quot;&gt;
-&lt;APPLET ALT=&quot;Applet Number 2&quot; CODE=&quot;applet2.class&quot;&gt;&lt;/APPLET&gt;
-&lt;/OBJECT&gt;
-&lt;/P&gt;
-&lt;P&gt;
-&lt;A ID=&quot;Anchor&quot; DIR=&quot;LTR&quot; HREF=&quot;./pix/submit.gif&quot; ACCESSKEY=&quot;g&quot; TYPE=&quot;image/gif&quot; COORDS=&quot;0,0,100,100&quot; SHAPE=&quot;rect&quot; REL=&quot;GLOSSARY&quot; REV=&quot;STYLESHEET&quot; HREFLANG=&quot;en&quot; CHARSET=&quot;US-ASCII&quot; TABINDEX=&quot;22&quot; NAME=&quot;Anchor&quot;&gt;View Submit Button&lt;/A&gt;
-&lt;/P&gt;
-&lt;/BODY&gt;
-&lt;/HTML&gt;
</del></span></pre></div>
<a id="trunkLayoutTestsdomhtmllevel2htmlHTMLDocument23js"></a>
<div class="delfile"><h4>Deleted: trunk/LayoutTests/dom/html/level2/html/HTMLDocument23.js (195354 => 195355)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/dom/html/level2/html/HTMLDocument23.js        2016-01-20 13:25:19 UTC (rev 195354)
+++ trunk/LayoutTests/dom/html/level2/html/HTMLDocument23.js        2016-01-20 17:16:34 UTC (rev 195355)
</span><span class="lines">@@ -1,106 +0,0 @@
</span><del>-
-/*
-Copyright Â© 2001-2004 World Wide Web Consortium, 
-(Massachusetts Institute of Technology, European Research Consortium 
-for Informatics and Mathematics, Keio University). All 
-Rights Reserved. This work is distributed under the W3C® Software License [1] in the 
-hope that it will be useful, but WITHOUT ANY WARRANTY; without even 
-the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. 
-
-[1] http://www.w3.org/Consortium/Legal/2002/copyright-software-20021231
-*/
-
-
-
-   /**
-    *  Gets URI that identifies the test.
-    *  @return uri identifier of test
-    */
-function getTargetURI() {
-      return &quot;http://www.w3.org/2001/DOM-Test-Suite/level2/html/HTMLDocument23&quot;;
-   }
-
-var docsLoaded = -1000000;
-var builder = null;
-
-//
-//   This function is called by the testing framework before
-//      running the test suite.
-//
-//   If there are no configuration exceptions, asynchronous
-//        document loading is started.  Otherwise, the status
-//        is set to complete and the exception is immediately
-//        raised when entering the body of the test.
-//
-function setUpPage() {
-   setUpPageStatus = 'running';
-   try {
-     //
-     //   creates test document builder, may throw exception
-     //
-     builder = createConfiguredBuilder();
-
-      docsLoaded = 0;
-      
-      var docRef = null;
-      if (typeof(this.doc) != 'undefined') {
-        docRef = this.doc;
-      }
-      docsLoaded += preload(docRef, &quot;doc&quot;, &quot;document&quot;);
-        
-       if (docsLoaded == 1) {
-          setUpPageStatus = 'complete';
-       }
-    } catch(ex) {
-            catchInitializationError(builder, ex);
-        setUpPageStatus = 'complete';
-    }
-}
-
-
-
-//
-//   This method is called on the completion of 
-//      each asychronous load started in setUpTests.
-//
-//   When every synchronous loaded document has completed,
-//      the page status is changed which allows the
-//      body of the test to be executed.
-function loadComplete() {
-    if (++docsLoaded == 1) {
-        setUpPageStatus = 'complete';
-    }
-}
-
-
-/**
-* 
-Checks that Node.isSupported(&quot;hTmL&quot;, &quot;2.0&quot;) returns true.
-
-* @author Curt Arnold
-* @see http://www.w3.org/TR/DOM-Level-2-Core/core#Level-2-Core-Node-supports
-* @see http://www.w3.org/TR/DOM-Level-2-HTML/html#ID-26809268
-*/
-function HTMLDocument23() {
-   var success;
-    if(checkInitialization(builder, &quot;HTMLDocument23&quot;) != null) return;
-    var doc;
-      var state;
-      var version = &quot;2.0&quot;;
-      
-      var docRef = null;
-      if (typeof(this.doc) != 'undefined') {
-        docRef = this.doc;
-      }
-      doc = load(docRef, &quot;doc&quot;, &quot;document&quot;);
-      state = doc.isSupported(&quot;hTmL&quot;,version);
-      assertTrue(&quot;isSupportedHTML&quot;,state);
-
-}
-
-
-
-
-function runTest() {
-   HTMLDocument23();
-}
</del></span></pre></div>
<a id="trunkLayoutTestsdomhtmllevel2htmlHTMLDocument24expectedtxt"></a>
<div class="delfile"><h4>Deleted: trunk/LayoutTests/dom/html/level2/html/HTMLDocument24-expected.txt (195354 => 195355)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/dom/html/level2/html/HTMLDocument24-expected.txt        2016-01-20 13:25:19 UTC (rev 195354)
+++ trunk/LayoutTests/dom/html/level2/html/HTMLDocument24-expected.txt        2016-01-20 17:16:34 UTC (rev 195355)
</span><span class="lines">@@ -1,2 +0,0 @@
</span><del>-Test:        http://www.w3.org/2001/DOM-Test-Suite/level2/html/HTMLDocument24
-Status:        Success
</del></span></pre></div>
<a id="trunkLayoutTestsdomhtmllevel2htmlHTMLDocument24html"></a>
<div class="delfile"><h4>Deleted: trunk/LayoutTests/dom/html/level2/html/HTMLDocument24.html (195354 => 195355)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/dom/html/level2/html/HTMLDocument24.html        2016-01-20 13:25:19 UTC (rev 195354)
+++ trunk/LayoutTests/dom/html/level2/html/HTMLDocument24.html        2016-01-20 17:16:34 UTC (rev 195355)
</span><span class="lines">@@ -1,36 +0,0 @@
</span><del>-&lt;!DOCTYPE HTML PUBLIC &quot;-//W3C//DTD HTML 4.01 Transitional//EN&quot;&gt;
-&lt;HTML&gt;
-&lt;HEAD&gt;
-&lt;META HTTP-EQUIV=&quot;Content-Type&quot; CONTENT=&quot;text/html; CHARSET=utf-8&quot;&gt;
-&lt;TITLE&gt;NIST DOM HTML Test - DOCUMENT&lt;/TITLE&gt;
-&lt;script type='text/javascript' src='selfhtml.js'&gt;&lt;/script&gt;&lt;script charset='UTF-8' type='text/javascript' src='HTMLDocument24.js'&gt;&lt;/script&gt;&lt;script type='text/javascript'&gt;function loadComplete() { startTest(); }&lt;/script&gt;&lt;/HEAD&gt;
-&lt;BODY onload=&quot;loadComplete()&quot; ID=&quot;TEST-BODY&quot;&gt; 
-&lt;FORM ID=&quot;form1&quot; ACCEPT-CHARSET=&quot;US-ASCII&quot; ACTION=&quot;./files/getData.pl&quot; ENCTYPE=&quot;application/x-www-form-urlencoded&quot; METHOD=&quot;post&quot;&gt;
-&lt;P&gt;
-&lt;TEXTAREA NAME=&quot;text1&quot; COLS=&quot;20&quot; ROWS=&quot;7&quot;&gt;&lt;/TEXTAREA&gt;
-&lt;INPUT TYPE=&quot;submit&quot; NAME=&quot;submit&quot; VALUE=&quot;Submit&quot; /&gt;
-&lt;INPUT TYPE=&quot;reset&quot; NAME=&quot;reset&quot; VALUE=&quot;Reset&quot; /&gt;
-&lt;/P&gt;
-&lt;/FORM&gt;
-&lt;P&gt;
-&lt;MAP NAME=&quot;mapid&quot; ID=&quot;mapid&quot;&gt;
-&lt;AREA TABINDEX=&quot;10&quot; ACCESSKEY=&quot;a&quot; SHAPE=&quot;rect&quot; ALT=&quot;Domain&quot; COORDS=&quot;0,2,45,45&quot; HREF=&quot;./files/dletter.html&quot; TITLE=&quot;Domain1&quot;&gt;
-&lt;AREA TABINDEX=&quot;10&quot; ACCESSKEY=&quot;a&quot; SHAPE=&quot;rect&quot; ALT=&quot;Domain&quot; COORDS=&quot;0,2,45,45&quot; HREF=&quot;./files/dletter.html&quot; TITLE=&quot;Domain2&quot;&gt;
-&lt;/MAP&gt;
-&lt;/P&gt;
-&lt;P&gt;
-&lt;IMG ID=&quot;IMAGE-1&quot; NAME=&quot;IMAGE-1&quot; SRC=&quot;./pix/dts.gif&quot; ALT=&quot;DTS IMAGE LOGO&quot; LONGDESC=&quot;./files/desc.html&quot; USEMAP=&quot;#DTS-MAP&quot; WIDTH=&quot;115&quot;/&gt;
-&lt;/P&gt;
-&lt;P&gt;
-&lt;OBJECT DATA=&quot;./pix/line.gif&quot; CODETYPE=&quot;image/gif&quot; HEIGHT=&quot;10&quot;&gt;
-&lt;APPLET ALT=&quot;Applet Number 1&quot; CODE=&quot;applet1.class&quot;&gt;&lt;/APPLET&gt;
-&lt;/OBJECT&gt;
-&lt;OBJECT DATA=&quot;./pix/logo.gif&quot; type=&quot;image/gif&quot;&gt;
-&lt;APPLET ALT=&quot;Applet Number 2&quot; CODE=&quot;applet2.class&quot;&gt;&lt;/APPLET&gt;
-&lt;/OBJECT&gt;
-&lt;/P&gt;
-&lt;P&gt;
-&lt;A ID=&quot;Anchor&quot; DIR=&quot;LTR&quot; HREF=&quot;./pix/submit.gif&quot; ACCESSKEY=&quot;g&quot; TYPE=&quot;image/gif&quot; COORDS=&quot;0,0,100,100&quot; SHAPE=&quot;rect&quot; REL=&quot;GLOSSARY&quot; REV=&quot;STYLESHEET&quot; HREFLANG=&quot;en&quot; CHARSET=&quot;US-ASCII&quot; TABINDEX=&quot;22&quot; NAME=&quot;Anchor&quot;&gt;View Submit Button&lt;/A&gt;
-&lt;/P&gt;
-&lt;/BODY&gt;
-&lt;/HTML&gt;
</del></span></pre></div>
<a id="trunkLayoutTestsdomhtmllevel2htmlHTMLDocument24js"></a>
<div class="delfile"><h4>Deleted: trunk/LayoutTests/dom/html/level2/html/HTMLDocument24.js (195354 => 195355)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/dom/html/level2/html/HTMLDocument24.js        2016-01-20 13:25:19 UTC (rev 195354)
+++ trunk/LayoutTests/dom/html/level2/html/HTMLDocument24.js        2016-01-20 17:16:34 UTC (rev 195355)
</span><span class="lines">@@ -1,109 +0,0 @@
</span><del>-
-/*
-Copyright Â© 2001-2004 World Wide Web Consortium, 
-(Massachusetts Institute of Technology, European Research Consortium 
-for Informatics and Mathematics, Keio University). All 
-Rights Reserved. This work is distributed under the W3C® Software License [1] in the 
-hope that it will be useful, but WITHOUT ANY WARRANTY; without even 
-the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. 
-
-[1] http://www.w3.org/Consortium/Legal/2002/copyright-software-20021231
-*/
-
-
-
-   /**
-    *  Gets URI that identifies the test.
-    *  @return uri identifier of test
-    */
-function getTargetURI() {
-      return &quot;http://www.w3.org/2001/DOM-Test-Suite/level2/html/HTMLDocument24&quot;;
-   }
-
-var docsLoaded = -1000000;
-var builder = null;
-
-//
-//   This function is called by the testing framework before
-//      running the test suite.
-//
-//   If there are no configuration exceptions, asynchronous
-//        document loading is started.  Otherwise, the status
-//        is set to complete and the exception is immediately
-//        raised when entering the body of the test.
-//
-function setUpPage() {
-   setUpPageStatus = 'running';
-   try {
-     //
-     //   creates test document builder, may throw exception
-     //
-     builder = createConfiguredBuilder();
-
-      docsLoaded = 0;
-      
-      var docRef = null;
-      if (typeof(this.doc) != 'undefined') {
-        docRef = this.doc;
-      }
-      docsLoaded += preload(docRef, &quot;doc&quot;, &quot;document&quot;);
-        
-       if (docsLoaded == 1) {
-          setUpPageStatus = 'complete';
-       }
-    } catch(ex) {
-            catchInitializationError(builder, ex);
-        setUpPageStatus = 'complete';
-    }
-}
-
-
-
-//
-//   This method is called on the completion of 
-//      each asychronous load started in setUpTests.
-//
-//   When every synchronous loaded document has completed,
-//      the page status is changed which allows the
-//      body of the test to be executed.
-function loadComplete() {
-    if (++docsLoaded == 1) {
-        setUpPageStatus = 'complete';
-    }
-}
-
-
-/**
-* 
-Checks that Node.isSupported(&quot;xhTmL&quot;, null) returns true if hasFeature(&quot;XML&quot;, null) is true.
-
-* @author Curt Arnold
-* @see http://www.w3.org/TR/DOM-Level-2-Core/core#Level-2-Core-Node-supports
-* @see http://www.w3.org/TR/DOM-Level-2-HTML/html#ID-26809268
-*/
-function HTMLDocument24() {
-   var success;
-    if(checkInitialization(builder, &quot;HTMLDocument24&quot;) != null) return;
-    var doc;
-      var state;
-      var hasXML;
-      var version = null;
-
-      
-      var docRef = null;
-      if (typeof(this.doc) != 'undefined') {
-        docRef = this.doc;
-      }
-      doc = load(docRef, &quot;doc&quot;, &quot;document&quot;);
-      hasXML = doc.isSupported(&quot;XML&quot;,version);
-      state = doc.isSupported(&quot;xhTmL&quot;,version);
-      assertEquals(&quot;isSupportedXHTML&quot;,hasXML,state);
-       
-}
-
-
-
-
-function runTest() {
-   HTMLDocument24();
-}
</del></span></pre></div>
<a id="trunkLayoutTestsdomhtmllevel2htmlHTMLDocument25expectedtxt"></a>
<div class="delfile"><h4>Deleted: trunk/LayoutTests/dom/html/level2/html/HTMLDocument25-expected.txt (195354 => 195355)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/dom/html/level2/html/HTMLDocument25-expected.txt        2016-01-20 13:25:19 UTC (rev 195354)
+++ trunk/LayoutTests/dom/html/level2/html/HTMLDocument25-expected.txt        2016-01-20 17:16:34 UTC (rev 195355)
</span><span class="lines">@@ -1,2 +0,0 @@
</span><del>-Test:        http://www.w3.org/2001/DOM-Test-Suite/level2/html/HTMLDocument25
-Status:        Success
</del></span></pre></div>
<a id="trunkLayoutTestsdomhtmllevel2htmlHTMLDocument25html"></a>
<div class="delfile"><h4>Deleted: trunk/LayoutTests/dom/html/level2/html/HTMLDocument25.html (195354 => 195355)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/dom/html/level2/html/HTMLDocument25.html        2016-01-20 13:25:19 UTC (rev 195354)
+++ trunk/LayoutTests/dom/html/level2/html/HTMLDocument25.html        2016-01-20 17:16:34 UTC (rev 195355)
</span><span class="lines">@@ -1,36 +0,0 @@
</span><del>-&lt;!DOCTYPE HTML PUBLIC &quot;-//W3C//DTD HTML 4.01 Transitional//EN&quot;&gt;
-&lt;HTML&gt;
-&lt;HEAD&gt;
-&lt;META HTTP-EQUIV=&quot;Content-Type&quot; CONTENT=&quot;text/html; CHARSET=utf-8&quot;&gt;
-&lt;TITLE&gt;NIST DOM HTML Test - DOCUMENT&lt;/TITLE&gt;
-&lt;script type='text/javascript' src='selfhtml.js'&gt;&lt;/script&gt;&lt;script charset='UTF-8' type='text/javascript' src='HTMLDocument25.js'&gt;&lt;/script&gt;&lt;script type='text/javascript'&gt;function loadComplete() { startTest(); }&lt;/script&gt;&lt;/HEAD&gt;
-&lt;BODY onload=&quot;loadComplete()&quot; ID=&quot;TEST-BODY&quot;&gt; 
-&lt;FORM ID=&quot;form1&quot; ACCEPT-CHARSET=&quot;US-ASCII&quot; ACTION=&quot;./files/getData.pl&quot; ENCTYPE=&quot;application/x-www-form-urlencoded&quot; METHOD=&quot;post&quot;&gt;
-&lt;P&gt;
-&lt;TEXTAREA NAME=&quot;text1&quot; COLS=&quot;20&quot; ROWS=&quot;7&quot;&gt;&lt;/TEXTAREA&gt;
-&lt;INPUT TYPE=&quot;submit&quot; NAME=&quot;submit&quot; VALUE=&quot;Submit&quot; /&gt;
-&lt;INPUT TYPE=&quot;reset&quot; NAME=&quot;reset&quot; VALUE=&quot;Reset&quot; /&gt;
-&lt;/P&gt;
-&lt;/FORM&gt;
-&lt;P&gt;
-&lt;MAP NAME=&quot;mapid&quot; ID=&quot;mapid&quot;&gt;
-&lt;AREA TABINDEX=&quot;10&quot; ACCESSKEY=&quot;a&quot; SHAPE=&quot;rect&quot; ALT=&quot;Domain&quot; COORDS=&quot;0,2,45,45&quot; HREF=&quot;./files/dletter.html&quot; TITLE=&quot;Domain1&quot;&gt;
-&lt;AREA TABINDEX=&quot;10&quot; ACCESSKEY=&quot;a&quot; SHAPE=&quot;rect&quot; ALT=&quot;Domain&quot; COORDS=&quot;0,2,45,45&quot; HREF=&quot;./files/dletter.html&quot; TITLE=&quot;Domain2&quot;&gt;
-&lt;/MAP&gt;
-&lt;/P&gt;
-&lt;P&gt;
-&lt;IMG ID=&quot;IMAGE-1&quot; NAME=&quot;IMAGE-1&quot; SRC=&quot;./pix/dts.gif&quot; ALT=&quot;DTS IMAGE LOGO&quot; LONGDESC=&quot;./files/desc.html&quot; USEMAP=&quot;#DTS-MAP&quot; WIDTH=&quot;115&quot;/&gt;
-&lt;/P&gt;
-&lt;P&gt;
-&lt;OBJECT DATA=&quot;./pix/line.gif&quot; CODETYPE=&quot;image/gif&quot; HEIGHT=&quot;10&quot;&gt;
-&lt;APPLET ALT=&quot;Applet Number 1&quot; CODE=&quot;applet1.class&quot;&gt;&lt;/APPLET&gt;
-&lt;/OBJECT&gt;
-&lt;OBJECT DATA=&quot;./pix/logo.gif&quot; type=&quot;image/gif&quot;&gt;
-&lt;APPLET ALT=&quot;Applet Number 2&quot; CODE=&quot;applet2.class&quot;&gt;&lt;/APPLET&gt;
-&lt;/OBJECT&gt;
-&lt;/P&gt;
-&lt;P&gt;
-&lt;A ID=&quot;Anchor&quot; DIR=&quot;LTR&quot; HREF=&quot;./pix/submit.gif&quot; ACCESSKEY=&quot;g&quot; TYPE=&quot;image/gif&quot; COORDS=&quot;0,0,100,100&quot; SHAPE=&quot;rect&quot; REL=&quot;GLOSSARY&quot; REV=&quot;STYLESHEET&quot; HREFLANG=&quot;en&quot; CHARSET=&quot;US-ASCII&quot; TABINDEX=&quot;22&quot; NAME=&quot;Anchor&quot;&gt;View Submit Button&lt;/A&gt;
-&lt;/P&gt;
-&lt;/BODY&gt;
-&lt;/HTML&gt;
</del></span></pre></div>
<a id="trunkLayoutTestsdomhtmllevel2htmlHTMLDocument25js"></a>
<div class="delfile"><h4>Deleted: trunk/LayoutTests/dom/html/level2/html/HTMLDocument25.js (195354 => 195355)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/dom/html/level2/html/HTMLDocument25.js        2016-01-20 13:25:19 UTC (rev 195354)
+++ trunk/LayoutTests/dom/html/level2/html/HTMLDocument25.js        2016-01-20 17:16:34 UTC (rev 195355)
</span><span class="lines">@@ -1,108 +0,0 @@
</span><del>-
-/*
-Copyright Â© 2001-2004 World Wide Web Consortium, 
-(Massachusetts Institute of Technology, European Research Consortium 
-for Informatics and Mathematics, Keio University). All 
-Rights Reserved. This work is distributed under the W3C® Software License [1] in the 
-hope that it will be useful, but WITHOUT ANY WARRANTY; without even 
-the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. 
-
-[1] http://www.w3.org/Consortium/Legal/2002/copyright-software-20021231
-*/
-
-
-
-   /**
-    *  Gets URI that identifies the test.
-    *  @return uri identifier of test
-    */
-function getTargetURI() {
-      return &quot;http://www.w3.org/2001/DOM-Test-Suite/level2/html/HTMLDocument25&quot;;
-   }
-
-var docsLoaded = -1000000;
-var builder = null;
-
-//
-//   This function is called by the testing framework before
-//      running the test suite.
-//
-//   If there are no configuration exceptions, asynchronous
-//        document loading is started.  Otherwise, the status
-//        is set to complete and the exception is immediately
-//        raised when entering the body of the test.
-//
-function setUpPage() {
-   setUpPageStatus = 'running';
-   try {
-     //
-     //   creates test document builder, may throw exception
-     //
-     builder = createConfiguredBuilder();
-
-      docsLoaded = 0;
-      
-      var docRef = null;
-      if (typeof(this.doc) != 'undefined') {
-        docRef = this.doc;
-      }
-      docsLoaded += preload(docRef, &quot;doc&quot;, &quot;document&quot;);
-        
-       if (docsLoaded == 1) {
-          setUpPageStatus = 'complete';
-       }
-    } catch(ex) {
-            catchInitializationError(builder, ex);
-        setUpPageStatus = 'complete';
-    }
-}
-
-
-
-//
-//   This method is called on the completion of 
-//      each asychronous load started in setUpTests.
-//
-//   When every synchronous loaded document has completed,
-//      the page status is changed which allows the
-//      body of the test to be executed.
-function loadComplete() {
-    if (++docsLoaded == 1) {
-        setUpPageStatus = 'complete';
-    }
-}
-
-
-/**
-* 
-Checks that Node.isSupported(&quot;xhTmL&quot;, &quot;2.0&quot;) returns true if hasFeature(&quot;XML&quot;, &quot;2.0&quot;) is true.
-
-* @author Curt Arnold
-* @see http://www.w3.org/TR/DOM-Level-2-Core/core#Level-2-Core-Node-supports
-* @see http://www.w3.org/TR/DOM-Level-2-HTML/html#ID-26809268
-*/
-function HTMLDocument25() {
-   var success;
-    if(checkInitialization(builder, &quot;HTMLDocument25&quot;) != null) return;
-    var doc;
-      var state;
-      var hasXML;
-      var version = &quot;2.0&quot;;
-      
-      var docRef = null;
-      if (typeof(this.doc) != 'undefined') {
-        docRef = this.doc;
-      }
-      doc = load(docRef, &quot;doc&quot;, &quot;document&quot;);
-      hasXML = doc.isSupported(&quot;XML&quot;,version);
-      state = doc.isSupported(&quot;xhTmL&quot;,version);
-      assertEquals(&quot;isSupportedXHTML&quot;,hasXML,state);
-       
-}
-
-
-
-
-function runTest() {
-   HTMLDocument25();
-}
</del></span></pre></div>
<a id="trunkLayoutTestsdomhtmllevel2htmlHTMLDocument26expectedtxt"></a>
<div class="delfile"><h4>Deleted: trunk/LayoutTests/dom/html/level2/html/HTMLDocument26-expected.txt (195354 => 195355)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/dom/html/level2/html/HTMLDocument26-expected.txt        2016-01-20 13:25:19 UTC (rev 195354)
+++ trunk/LayoutTests/dom/html/level2/html/HTMLDocument26-expected.txt        2016-01-20 17:16:34 UTC (rev 195355)
</span><span class="lines">@@ -1,2 +0,0 @@
</span><del>-Test:        http://www.w3.org/2001/DOM-Test-Suite/level2/html/HTMLDocument26
-Status:        Success
</del></span></pre></div>
<a id="trunkLayoutTestsdomhtmllevel2htmlHTMLDocument26html"></a>
<div class="delfile"><h4>Deleted: trunk/LayoutTests/dom/html/level2/html/HTMLDocument26.html (195354 => 195355)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/dom/html/level2/html/HTMLDocument26.html        2016-01-20 13:25:19 UTC (rev 195354)
+++ trunk/LayoutTests/dom/html/level2/html/HTMLDocument26.html        2016-01-20 17:16:34 UTC (rev 195355)
</span><span class="lines">@@ -1,36 +0,0 @@
</span><del>-&lt;!DOCTYPE HTML PUBLIC &quot;-//W3C//DTD HTML 4.01 Transitional//EN&quot;&gt;
-&lt;HTML&gt;
-&lt;HEAD&gt;
-&lt;META HTTP-EQUIV=&quot;Content-Type&quot; CONTENT=&quot;text/html; CHARSET=utf-8&quot;&gt;
-&lt;TITLE&gt;NIST DOM HTML Test - DOCUMENT&lt;/TITLE&gt;
-&lt;script type='text/javascript' src='selfhtml.js'&gt;&lt;/script&gt;&lt;script charset='UTF-8' type='text/javascript' src='HTMLDocument26.js'&gt;&lt;/script&gt;&lt;script type='text/javascript'&gt;function loadComplete() { startTest(); }&lt;/script&gt;&lt;/HEAD&gt;
-&lt;BODY onload=&quot;loadComplete()&quot; ID=&quot;TEST-BODY&quot;&gt; 
-&lt;FORM ID=&quot;form1&quot; ACCEPT-CHARSET=&quot;US-ASCII&quot; ACTION=&quot;./files/getData.pl&quot; ENCTYPE=&quot;application/x-www-form-urlencoded&quot; METHOD=&quot;post&quot;&gt;
-&lt;P&gt;
-&lt;TEXTAREA NAME=&quot;text1&quot; COLS=&quot;20&quot; ROWS=&quot;7&quot;&gt;&lt;/TEXTAREA&gt;
-&lt;INPUT TYPE=&quot;submit&quot; NAME=&quot;submit&quot; VALUE=&quot;Submit&quot; /&gt;
-&lt;INPUT TYPE=&quot;reset&quot; NAME=&quot;reset&quot; VALUE=&quot;Reset&quot; /&gt;
-&lt;/P&gt;
-&lt;/FORM&gt;
-&lt;P&gt;
-&lt;MAP NAME=&quot;mapid&quot; ID=&quot;mapid&quot;&gt;
-&lt;AREA TABINDEX=&quot;10&quot; ACCESSKEY=&quot;a&quot; SHAPE=&quot;rect&quot; ALT=&quot;Domain&quot; COORDS=&quot;0,2,45,45&quot; HREF=&quot;./files/dletter.html&quot; TITLE=&quot;Domain1&quot;&gt;
-&lt;AREA TABINDEX=&quot;10&quot; ACCESSKEY=&quot;a&quot; SHAPE=&quot;rect&quot; ALT=&quot;Domain&quot; COORDS=&quot;0,2,45,45&quot; HREF=&quot;./files/dletter.html&quot; TITLE=&quot;Domain2&quot;&gt;
-&lt;/MAP&gt;
-&lt;/P&gt;
-&lt;P&gt;
-&lt;IMG ID=&quot;IMAGE-1&quot; NAME=&quot;IMAGE-1&quot; SRC=&quot;./pix/dts.gif&quot; ALT=&quot;DTS IMAGE LOGO&quot; LONGDESC=&quot;./files/desc.html&quot; USEMAP=&quot;#DTS-MAP&quot; WIDTH=&quot;115&quot;/&gt;
-&lt;/P&gt;
-&lt;P&gt;
-&lt;OBJECT DATA=&quot;./pix/line.gif&quot; CODETYPE=&quot;image/gif&quot; HEIGHT=&quot;10&quot;&gt;
-&lt;APPLET ALT=&quot;Applet Number 1&quot; CODE=&quot;applet1.class&quot;&gt;&lt;/APPLET&gt;
-&lt;/OBJECT&gt;
-&lt;OBJECT DATA=&quot;./pix/logo.gif&quot; type=&quot;image/gif&quot;&gt;
-&lt;APPLET ALT=&quot;Applet Number 2&quot; CODE=&quot;applet2.class&quot;&gt;&lt;/APPLET&gt;
-&lt;/OBJECT&gt;
-&lt;/P&gt;
-&lt;P&gt;
-&lt;A ID=&quot;Anchor&quot; DIR=&quot;LTR&quot; HREF=&quot;./pix/submit.gif&quot; ACCESSKEY=&quot;g&quot; TYPE=&quot;image/gif&quot; COORDS=&quot;0,0,100,100&quot; SHAPE=&quot;rect&quot; REL=&quot;GLOSSARY&quot; REV=&quot;STYLESHEET&quot; HREFLANG=&quot;en&quot; CHARSET=&quot;US-ASCII&quot; TABINDEX=&quot;22&quot; NAME=&quot;Anchor&quot;&gt;View Submit Button&lt;/A&gt;
-&lt;/P&gt;
-&lt;/BODY&gt;
-&lt;/HTML&gt;
</del></span></pre></div>
<a id="trunkLayoutTestsdomhtmllevel2htmlHTMLDocument26js"></a>
<div class="delfile"><h4>Deleted: trunk/LayoutTests/dom/html/level2/html/HTMLDocument26.js (195354 => 195355)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/dom/html/level2/html/HTMLDocument26.js        2016-01-20 13:25:19 UTC (rev 195354)
+++ trunk/LayoutTests/dom/html/level2/html/HTMLDocument26.js        2016-01-20 17:16:34 UTC (rev 195355)
</span><span class="lines">@@ -1,107 +0,0 @@
</span><del>-
-/*
-Copyright Â© 2001-2004 World Wide Web Consortium, 
-(Massachusetts Institute of Technology, European Research Consortium 
-for Informatics and Mathematics, Keio University). All 
-Rights Reserved. This work is distributed under the W3C® Software License [1] in the 
-hope that it will be useful, but WITHOUT ANY WARRANTY; without even 
-the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. 
-
-[1] http://www.w3.org/Consortium/Legal/2002/copyright-software-20021231
-*/
-
-
-
-   /**
-    *  Gets URI that identifies the test.
-    *  @return uri identifier of test
-    */
-function getTargetURI() {
-      return &quot;http://www.w3.org/2001/DOM-Test-Suite/level2/html/HTMLDocument26&quot;;
-   }
-
-var docsLoaded = -1000000;
-var builder = null;
-
-//
-//   This function is called by the testing framework before
-//      running the test suite.
-//
-//   If there are no configuration exceptions, asynchronous
-//        document loading is started.  Otherwise, the status
-//        is set to complete and the exception is immediately
-//        raised when entering the body of the test.
-//
-function setUpPage() {
-   setUpPageStatus = 'running';
-   try {
-     //
-     //   creates test document builder, may throw exception
-     //
-     builder = createConfiguredBuilder();
-
-      docsLoaded = 0;
-      
-      var docRef = null;
-      if (typeof(this.doc) != 'undefined') {
-        docRef = this.doc;
-      }
-      docsLoaded += preload(docRef, &quot;doc&quot;, &quot;document&quot;);
-        
-       if (docsLoaded == 1) {
-          setUpPageStatus = 'complete';
-       }
-    } catch(ex) {
-            catchInitializationError(builder, ex);
-        setUpPageStatus = 'complete';
-    }
-}
-
-
-
-//
-//   This method is called on the completion of 
-//      each asychronous load started in setUpTests.
-//
-//   When every synchronous loaded document has completed,
-//      the page status is changed which allows the
-//      body of the test to be executed.
-function loadComplete() {
-    if (++docsLoaded == 1) {
-        setUpPageStatus = 'complete';
-    }
-}
-
-
-/**
-* 
-Checks that Node.isSupported(&quot;cOrE&quot;, null) returns true.
-
-* @author Curt Arnold
-* @see http://www.w3.org/TR/DOM-Level-2-Core/core#Level-2-Core-Node-supports
-* @see http://www.w3.org/TR/DOM-Level-2-HTML/html#ID-26809268
-*/
-function HTMLDocument26() {
-   var success;
-    if(checkInitialization(builder, &quot;HTMLDocument26&quot;) != null) return;
-    var doc;
-      var state;
-      var version = null;
-
-      
-      var docRef = null;
-      if (typeof(this.doc) != 'undefined') {
-        docRef = this.doc;
-      }
-      doc = load(docRef, &quot;doc&quot;, &quot;document&quot;);
-      state = doc.isSupported(&quot;cOrE&quot;,version);
-      assertTrue(&quot;isSupportedCore&quot;,state);
-
-}
-
-
-
-
-function runTest() {
-   HTMLDocument26();
-}
</del></span></pre></div>
<a id="trunkLayoutTestsdomhtmllevel2htmlHTMLDocument27expectedtxt"></a>
<div class="delfile"><h4>Deleted: trunk/LayoutTests/dom/html/level2/html/HTMLDocument27-expected.txt (195354 => 195355)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/dom/html/level2/html/HTMLDocument27-expected.txt        2016-01-20 13:25:19 UTC (rev 195354)
+++ trunk/LayoutTests/dom/html/level2/html/HTMLDocument27-expected.txt        2016-01-20 17:16:34 UTC (rev 195355)
</span><span class="lines">@@ -1,2 +0,0 @@
</span><del>-Test:        http://www.w3.org/2001/DOM-Test-Suite/level2/html/HTMLDocument27
-Status:        Success
</del></span></pre></div>
<a id="trunkLayoutTestsdomhtmllevel2htmlHTMLDocument27html"></a>
<div class="delfile"><h4>Deleted: trunk/LayoutTests/dom/html/level2/html/HTMLDocument27.html (195354 => 195355)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/dom/html/level2/html/HTMLDocument27.html        2016-01-20 13:25:19 UTC (rev 195354)
+++ trunk/LayoutTests/dom/html/level2/html/HTMLDocument27.html        2016-01-20 17:16:34 UTC (rev 195355)
</span><span class="lines">@@ -1,36 +0,0 @@
</span><del>-&lt;!DOCTYPE HTML PUBLIC &quot;-//W3C//DTD HTML 4.01 Transitional//EN&quot;&gt;
-&lt;HTML&gt;
-&lt;HEAD&gt;
-&lt;META HTTP-EQUIV=&quot;Content-Type&quot; CONTENT=&quot;text/html; CHARSET=utf-8&quot;&gt;
-&lt;TITLE&gt;NIST DOM HTML Test - DOCUMENT&lt;/TITLE&gt;
-&lt;script type='text/javascript' src='selfhtml.js'&gt;&lt;/script&gt;&lt;script charset='UTF-8' type='text/javascript' src='HTMLDocument27.js'&gt;&lt;/script&gt;&lt;script type='text/javascript'&gt;function loadComplete() { startTest(); }&lt;/script&gt;&lt;/HEAD&gt;
-&lt;BODY onload=&quot;loadComplete()&quot; ID=&quot;TEST-BODY&quot;&gt; 
-&lt;FORM ID=&quot;form1&quot; ACCEPT-CHARSET=&quot;US-ASCII&quot; ACTION=&quot;./files/getData.pl&quot; ENCTYPE=&quot;application/x-www-form-urlencoded&quot; METHOD=&quot;post&quot;&gt;
-&lt;P&gt;
-&lt;TEXTAREA NAME=&quot;text1&quot; COLS=&quot;20&quot; ROWS=&quot;7&quot;&gt;&lt;/TEXTAREA&gt;
-&lt;INPUT TYPE=&quot;submit&quot; NAME=&quot;submit&quot; VALUE=&quot;Submit&quot; /&gt;
-&lt;INPUT TYPE=&quot;reset&quot; NAME=&quot;reset&quot; VALUE=&quot;Reset&quot; /&gt;
-&lt;/P&gt;
-&lt;/FORM&gt;
-&lt;P&gt;
-&lt;MAP NAME=&quot;mapid&quot; ID=&quot;mapid&quot;&gt;
-&lt;AREA TABINDEX=&quot;10&quot; ACCESSKEY=&quot;a&quot; SHAPE=&quot;rect&quot; ALT=&quot;Domain&quot; COORDS=&quot;0,2,45,45&quot; HREF=&quot;./files/dletter.html&quot; TITLE=&quot;Domain1&quot;&gt;
-&lt;AREA TABINDEX=&quot;10&quot; ACCESSKEY=&quot;a&quot; SHAPE=&quot;rect&quot; ALT=&quot;Domain&quot; COORDS=&quot;0,2,45,45&quot; HREF=&quot;./files/dletter.html&quot; TITLE=&quot;Domain2&quot;&gt;
-&lt;/MAP&gt;
-&lt;/P&gt;
-&lt;P&gt;
-&lt;IMG ID=&quot;IMAGE-1&quot; NAME=&quot;IMAGE-1&quot; SRC=&quot;./pix/dts.gif&quot; ALT=&quot;DTS IMAGE LOGO&quot; LONGDESC=&quot;./files/desc.html&quot; USEMAP=&quot;#DTS-MAP&quot; WIDTH=&quot;115&quot;/&gt;
-&lt;/P&gt;
-&lt;P&gt;
-&lt;OBJECT DATA=&quot;./pix/line.gif&quot; CODETYPE=&quot;image/gif&quot; HEIGHT=&quot;10&quot;&gt;
-&lt;APPLET ALT=&quot;Applet Number 1&quot; CODE=&quot;applet1.class&quot;&gt;&lt;/APPLET&gt;
-&lt;/OBJECT&gt;
-&lt;OBJECT DATA=&quot;./pix/logo.gif&quot; type=&quot;image/gif&quot;&gt;
-&lt;APPLET ALT=&quot;Applet Number 2&quot; CODE=&quot;applet2.class&quot;&gt;&lt;/APPLET&gt;
-&lt;/OBJECT&gt;
-&lt;/P&gt;
-&lt;P&gt;
-&lt;A ID=&quot;Anchor&quot; DIR=&quot;LTR&quot; HREF=&quot;./pix/submit.gif&quot; ACCESSKEY=&quot;g&quot; TYPE=&quot;image/gif&quot; COORDS=&quot;0,0,100,100&quot; SHAPE=&quot;rect&quot; REL=&quot;GLOSSARY&quot; REV=&quot;STYLESHEET&quot; HREFLANG=&quot;en&quot; CHARSET=&quot;US-ASCII&quot; TABINDEX=&quot;22&quot; NAME=&quot;Anchor&quot;&gt;View Submit Button&lt;/A&gt;
-&lt;/P&gt;
-&lt;/BODY&gt;
-&lt;/HTML&gt;
</del></span></pre></div>
<a id="trunkLayoutTestsdomhtmllevel2htmlHTMLDocument27js"></a>
<div class="delfile"><h4>Deleted: trunk/LayoutTests/dom/html/level2/html/HTMLDocument27.js (195354 => 195355)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/dom/html/level2/html/HTMLDocument27.js        2016-01-20 13:25:19 UTC (rev 195354)
+++ trunk/LayoutTests/dom/html/level2/html/HTMLDocument27.js        2016-01-20 17:16:34 UTC (rev 195355)
</span><span class="lines">@@ -1,106 +0,0 @@
</span><del>-
-/*
-Copyright Â© 2001-2004 World Wide Web Consortium, 
-(Massachusetts Institute of Technology, European Research Consortium 
-for Informatics and Mathematics, Keio University). All 
-Rights Reserved. This work is distributed under the W3C® Software License [1] in the 
-hope that it will be useful, but WITHOUT ANY WARRANTY; without even 
-the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. 
-
-[1] http://www.w3.org/Consortium/Legal/2002/copyright-software-20021231
-*/
-
-
-
-   /**
-    *  Gets URI that identifies the test.
-    *  @return uri identifier of test
-    */
-function getTargetURI() {
-      return &quot;http://www.w3.org/2001/DOM-Test-Suite/level2/html/HTMLDocument27&quot;;
-   }
-
-var docsLoaded = -1000000;
-var builder = null;
-
-//
-//   This function is called by the testing framework before
-//      running the test suite.
-//
-//   If there are no configuration exceptions, asynchronous
-//        document loading is started.  Otherwise, the status
-//        is set to complete and the exception is immediately
-//        raised when entering the body of the test.
-//
-function setUpPage() {
-   setUpPageStatus = 'running';
-   try {
-     //
-     //   creates test document builder, may throw exception
-     //
-     builder = createConfiguredBuilder();
-
-      docsLoaded = 0;
-      
-      var docRef = null;
-      if (typeof(this.doc) != 'undefined') {
-        docRef = this.doc;
-      }
-      docsLoaded += preload(docRef, &quot;doc&quot;, &quot;document&quot;);
-        
-       if (docsLoaded == 1) {
-          setUpPageStatus = 'complete';
-       }
-    } catch(ex) {
-            catchInitializationError(builder, ex);
-        setUpPageStatus = 'complete';
-    }
-}
-
-
-
-//
-//   This method is called on the completion of 
-//      each asychronous load started in setUpTests.
-//
-//   When every synchronous loaded document has completed,
-//      the page status is changed which allows the
-//      body of the test to be executed.
-function loadComplete() {
-    if (++docsLoaded == 1) {
-        setUpPageStatus = 'complete';
-    }
-}
-
-
-/**
-* 
-Checks that Node.isSupported(&quot;cOrE&quot;, &quot;2.0&quot;) returns true.
-
-* @author Curt Arnold
-* @see http://www.w3.org/TR/DOM-Level-2-Core/core#Level-2-Core-Node-supports
-* @see http://www.w3.org/TR/DOM-Level-2-HTML/html#ID-26809268
-*/
-function HTMLDocument27() {
-   var success;
-    if(checkInitialization(builder, &quot;HTMLDocument27&quot;) != null) return;
-    var doc;
-      var state;
-      var version = &quot;2.0&quot;;
-      
-      var docRef = null;
-      if (typeof(this.doc) != 'undefined') {
-        docRef = this.doc;
-      }
-      doc = load(docRef, &quot;doc&quot;, &quot;document&quot;);
-      state = doc.isSupported(&quot;cOrE&quot;,version);
-      assertTrue(&quot;isSupportedCore&quot;,state);
-
-}
-
-
-
-
-function runTest() {
-   HTMLDocument27();
-}
</del></span></pre></div>
<a id="trunkLayoutTestsdomsvglevel3xpathConformance_isSupported_3expectedtxt"></a>
<div class="delfile"><h4>Deleted: trunk/LayoutTests/dom/svg/level3/xpath/Conformance_isSupported_3-expected.txt (195354 => 195355)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/dom/svg/level3/xpath/Conformance_isSupported_3-expected.txt        2016-01-20 13:25:19 UTC (rev 195354)
+++ trunk/LayoutTests/dom/svg/level3/xpath/Conformance_isSupported_3-expected.txt        2016-01-20 17:16:34 UTC (rev 195355)
</span><span class="lines">@@ -1 +0,0 @@
</span><del>-Conformance_isSupported_3: Success
</del></span></pre></div>
<a id="trunkLayoutTestsdomsvglevel3xpathConformance_isSupported_3js"></a>
<div class="delfile"><h4>Deleted: trunk/LayoutTests/dom/svg/level3/xpath/Conformance_isSupported_3.js (195354 => 195355)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/dom/svg/level3/xpath/Conformance_isSupported_3.js        2016-01-20 13:25:19 UTC (rev 195354)
+++ trunk/LayoutTests/dom/svg/level3/xpath/Conformance_isSupported_3.js        2016-01-20 17:16:34 UTC (rev 195355)
</span><span class="lines">@@ -1,110 +0,0 @@
</span><del>-
-/*
-Copyright Â© 2001-2004 World Wide Web Consortium, 
-(Massachusetts Institute of Technology, European Research Consortium 
-for Informatics and Mathematics, Keio University). All 
-Rights Reserved. This work is distributed under the W3C® Software License [1] in the 
-hope that it will be useful, but WITHOUT ANY WARRANTY; without even 
-the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. 
-
-[1] http://www.w3.org/Consortium/Legal/2002/copyright-software-20021231
-*/
-
-
-// expose test function names
-function exposeTestFunctionNames()
-{
-return ['Conformance_isSupported_3'];
-}
-
-var docsLoaded = -1000000;
-var builder = null;
-
-//
-//   This function is called by the testing framework before
-//      running the test suite.
-//
-//   If there are no configuration exceptions, asynchronous
-//        document loading is started.  Otherwise, the status
-//        is set to complete and the exception is immediately
-//        raised when entering the body of the test.
-//
-function setUpPage() {
-   setUpPageStatus = 'running';
-   try {
-     //
-     //   creates test document builder, may throw exception
-     //
-     builder = createConfiguredBuilder();
-
-      docsLoaded = 0;
-      
-      var docRef = null;
-      if (typeof(this.doc) != 'undefined') {
-        docRef = this.doc;
-      }
-      docsLoaded += preload(docRef, &quot;doc&quot;, &quot;staffNS&quot;);
-        
-       if (docsLoaded == 1) {
-          setUpPageStatus = 'complete';
-       }
-    } catch(ex) {
-            catchInitializationError(builder, ex);
-        setUpPageStatus = 'complete';
-    }
-}
-
-
-
-//
-//   This method is called on the completion of 
-//      each asychronous load started in setUpTests.
-//
-//   When every synchronous loaded document has completed,
-//      the page status is changed which allows the
-//      body of the test to be executed.
-function loadComplete() {
-    if (++docsLoaded == 1) {
-        setUpPageStatus = 'complete';
-    }
-}
-
-
-/**
-* 
-      1.3 Conformance - The &quot;feature&quot; parameter in the 
-      &quot;Node.isSupported(feature,version)&quot;
-      method is the name of the feature and the version is the version
-      number of the feature to test.  XPath is the legal value for the
-      XPath module.  The method should return &quot;true&quot;.
-      
-      Retrieve the DOM document on which the
-      &quot;isSupported(feature,version)&quot; method is invoked with &quot;feature&quot;
-      equal to &quot;XPath&quot; and version to &quot;3.0&quot;.  The method should return a
-      boolean &quot;true&quot;.
-    
-* @author Philippe Le Hégaret
-* @see http://www.w3.org/TR/2003/CR-DOM-Level-3-XPath-20030331/xpath#Conformance
-*/
-function Conformance_isSupported_3() {
-   var success;
-    if(checkInitialization(builder, &quot;Conformance_isSupported_3&quot;) != null) return;
-    var doc;
-      var state;
-      
-      var docRef = null;
-      if (typeof(this.doc) != 'undefined') {
-        docRef = this.doc;
-      }
-      doc = load(docRef, &quot;doc&quot;, &quot;staffNS&quot;);
-      state = doc.isSupported(&quot;xpATH&quot;,&quot;3.0&quot;);
-      assertTrue(&quot;isSupported-XPath-3.0&quot;,state);
-
-}
-
-
-
-
-function runTest() {
-   Conformance_isSupported_3();
-}
</del></span></pre></div>
<a id="trunkLayoutTestsdomsvglevel3xpathConformance_isSupported_3svg"></a>
<div class="delfile"><h4>Deleted: trunk/LayoutTests/dom/svg/level3/xpath/Conformance_isSupported_3.svg (195354 => 195355)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/dom/svg/level3/xpath/Conformance_isSupported_3.svg        2016-01-20 13:25:19 UTC (rev 195354)
+++ trunk/LayoutTests/dom/svg/level3/xpath/Conformance_isSupported_3.svg        2016-01-20 17:16:34 UTC (rev 195355)
</span><span class="lines">@@ -1,4 +0,0 @@
</span><del>-&lt;svg xmlns=&quot;http://www.w3.org/2000/svg&quot; xmlns:nist=&quot;http://www.nist.gov&quot;&gt;&lt;rect x=&quot;0&quot; y=&quot;0&quot; width=&quot;100&quot; height=&quot;100&quot;/&gt;
-&lt;script xmlns=&quot;http://www.w3.org/1999/xhtml&quot; src=&quot;Conformance_isSupported_3.js&quot;/&gt;
-&lt;script xmlns=&quot;http://www.w3.org/1999/xhtml&quot; src=&quot;svgunit.js&quot;/&gt;
-&lt;/svg&gt;
</del></span></pre></div>
<a id="trunkLayoutTestsdomsvglevel3xpathConformance_isSupported_emptyexpectedtxt"></a>
<div class="delfile"><h4>Deleted: trunk/LayoutTests/dom/svg/level3/xpath/Conformance_isSupported_empty-expected.txt (195354 => 195355)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/dom/svg/level3/xpath/Conformance_isSupported_empty-expected.txt        2016-01-20 13:25:19 UTC (rev 195354)
+++ trunk/LayoutTests/dom/svg/level3/xpath/Conformance_isSupported_empty-expected.txt        2016-01-20 17:16:34 UTC (rev 195355)
</span><span class="lines">@@ -1 +0,0 @@
</span><del>-Conformance_isSupported_empty: Success
</del></span></pre></div>
<a id="trunkLayoutTestsdomsvglevel3xpathConformance_isSupported_emptyjs"></a>
<div class="delfile"><h4>Deleted: trunk/LayoutTests/dom/svg/level3/xpath/Conformance_isSupported_empty.js (195354 => 195355)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/dom/svg/level3/xpath/Conformance_isSupported_empty.js        2016-01-20 13:25:19 UTC (rev 195354)
+++ trunk/LayoutTests/dom/svg/level3/xpath/Conformance_isSupported_empty.js        2016-01-20 17:16:34 UTC (rev 195355)
</span><span class="lines">@@ -1,112 +0,0 @@
</span><del>-
-/*
-Copyright Â© 2001-2004 World Wide Web Consortium, 
-(Massachusetts Institute of Technology, European Research Consortium 
-for Informatics and Mathematics, Keio University). All 
-Rights Reserved. This work is distributed under the W3C® Software License [1] in the 
-hope that it will be useful, but WITHOUT ANY WARRANTY; without even 
-the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. 
-
-[1] http://www.w3.org/Consortium/Legal/2002/copyright-software-20021231
-*/
-
-
-// expose test function names
-function exposeTestFunctionNames()
-{
-return ['Conformance_isSupported_empty'];
-}
-
-var docsLoaded = -1000000;
-var builder = null;
-
-//
-//   This function is called by the testing framework before
-//      running the test suite.
-//
-//   If there are no configuration exceptions, asynchronous
-//        document loading is started.  Otherwise, the status
-//        is set to complete and the exception is immediately
-//        raised when entering the body of the test.
-//
-function setUpPage() {
-   setUpPageStatus = 'running';
-   try {
-     //
-     //   creates test document builder, may throw exception
-     //
-     builder = createConfiguredBuilder();
-
-      docsLoaded = 0;
-      
-      var docRef = null;
-      if (typeof(this.doc) != 'undefined') {
-        docRef = this.doc;
-      }
-      docsLoaded += preload(docRef, &quot;doc&quot;, &quot;staffNS&quot;);
-        
-       if (docsLoaded == 1) {
-          setUpPageStatus = 'complete';
-       }
-    } catch(ex) {
-            catchInitializationError(builder, ex);
-        setUpPageStatus = 'complete';
-    }
-}
-
-
-
-//
-//   This method is called on the completion of 
-//      each asychronous load started in setUpTests.
-//
-//   When every synchronous loaded document has completed,
-//      the page status is changed which allows the
-//      body of the test to be executed.
-function loadComplete() {
-    if (++docsLoaded == 1) {
-        setUpPageStatus = 'complete';
-    }
-}
-
-
-/**
-* 
-      1.3 Conformance - The &quot;feature&quot; parameter in the 
-      &quot;Node.isSupported(feature,version)&quot;
-      method is the name of the feature and the version is the version
-      number of the feature to test.  XPath is the legal value for the
-      XPath module.  The method should return &quot;true&quot;.
-      
-      Retrieve the DOM document on which the
-      &quot;isSupported(feature,version)&quot; method is invoked with &quot;feature&quot;
-      equal to &quot;XPath&quot; and version to the empty string &quot;&quot;.  The method 
-      should return a boolean &quot;true&quot; if the implementation claims support 
-      for some version for XPath.
-    
-* @author Philippe Le Hégaret
-* @author Bob Clary
-* @see http://www.w3.org/TR/2003/CR-DOM-Level-3-XPath-20030331/xpath#Conformance
-*/
-function Conformance_isSupported_empty() {
-   var success;
-    if(checkInitialization(builder, &quot;Conformance_isSupported_empty&quot;) != null) return;
-    var doc;
-      var state;
-      
-      var docRef = null;
-      if (typeof(this.doc) != 'undefined') {
-        docRef = this.doc;
-      }
-      doc = load(docRef, &quot;doc&quot;, &quot;staffNS&quot;);
-      state = doc.isSupported(&quot;xpATH&quot;,&quot;&quot;);
-      assertTrue(&quot;isSupported-XPath-empty&quot;,state);
-
-}
-
-
-
-
-function runTest() {
-   Conformance_isSupported_empty();
-}
</del></span></pre></div>
<a id="trunkLayoutTestsdomsvglevel3xpathConformance_isSupported_emptysvg"></a>
<div class="delfile"><h4>Deleted: trunk/LayoutTests/dom/svg/level3/xpath/Conformance_isSupported_empty.svg (195354 => 195355)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/dom/svg/level3/xpath/Conformance_isSupported_empty.svg        2016-01-20 13:25:19 UTC (rev 195354)
+++ trunk/LayoutTests/dom/svg/level3/xpath/Conformance_isSupported_empty.svg        2016-01-20 17:16:34 UTC (rev 195355)
</span><span class="lines">@@ -1,4 +0,0 @@
</span><del>-&lt;svg xmlns=&quot;http://www.w3.org/2000/svg&quot; xmlns:nist=&quot;http://www.nist.gov&quot;&gt;&lt;rect x=&quot;0&quot; y=&quot;0&quot; width=&quot;100&quot; height=&quot;100&quot;/&gt;
-&lt;script xmlns=&quot;http://www.w3.org/1999/xhtml&quot; src=&quot;Conformance_isSupported_empty.js&quot;/&gt;
-&lt;script xmlns=&quot;http://www.w3.org/1999/xhtml&quot; src=&quot;svgunit.js&quot;/&gt;
-&lt;/svg&gt;
</del></span></pre></div>
<a id="trunkLayoutTestsdomsvglevel3xpathConformance_isSupported_nullexpectedtxt"></a>
<div class="delfile"><h4>Deleted: trunk/LayoutTests/dom/svg/level3/xpath/Conformance_isSupported_null-expected.txt (195354 => 195355)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/dom/svg/level3/xpath/Conformance_isSupported_null-expected.txt        2016-01-20 13:25:19 UTC (rev 195354)
+++ trunk/LayoutTests/dom/svg/level3/xpath/Conformance_isSupported_null-expected.txt        2016-01-20 17:16:34 UTC (rev 195355)
</span><span class="lines">@@ -1 +0,0 @@
</span><del>-Conformance_isSupported_null: Success
</del></span></pre></div>
<a id="trunkLayoutTestsdomsvglevel3xpathConformance_isSupported_nulljs"></a>
<div class="delfile"><h4>Deleted: trunk/LayoutTests/dom/svg/level3/xpath/Conformance_isSupported_null.js (195354 => 195355)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/dom/svg/level3/xpath/Conformance_isSupported_null.js        2016-01-20 13:25:19 UTC (rev 195354)
+++ trunk/LayoutTests/dom/svg/level3/xpath/Conformance_isSupported_null.js        2016-01-20 17:16:34 UTC (rev 195355)
</span><span class="lines">@@ -1,105 +0,0 @@
</span><del>-
-/*
-Copyright Â© 2001-2004 World Wide Web Consortium, 
-(Massachusetts Institute of Technology, European Research Consortium 
-for Informatics and Mathematics, Keio University). All 
-Rights Reserved. This work is distributed under the W3C® Software License [1] in the 
-hope that it will be useful, but WITHOUT ANY WARRANTY; without even 
-the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. 
-
-[1] http://www.w3.org/Consortium/Legal/2002/copyright-software-20021231
-*/
-
-
-// expose test function names
-function exposeTestFunctionNames()
-{
-return ['Conformance_isSupported_null'];
-}
-
-var docsLoaded = -1000000;
-var builder = null;
-
-//
-//   This function is called by the testing framework before
-//      running the test suite.
-//
-//   If there are no configuration exceptions, asynchronous
-//        document loading is started.  Otherwise, the status
-//        is set to complete and the exception is immediately
-//        raised when entering the body of the test.
-//
-function setUpPage() {
-   setUpPageStatus = 'running';
-   try {
-     //
-     //   creates test document builder, may throw exception
-     //
-     builder = createConfiguredBuilder();
-
-      docsLoaded = 0;
-      
-      var docRef = null;
-      if (typeof(this.doc) != 'undefined') {
-        docRef = this.doc;
-      }
-      docsLoaded += preload(docRef, &quot;doc&quot;, &quot;staffNS&quot;);
-        
-       if (docsLoaded == 1) {
-          setUpPageStatus = 'complete';
-       }
-    } catch(ex) {
-            catchInitializationError(builder, ex);
-        setUpPageStatus = 'complete';
-    }
-}
-
-
-
-//
-//   This method is called on the completion of 
-//      each asychronous load started in setUpTests.
-//
-//   When every synchronous loaded document has completed,
-//      the page status is changed which allows the
-//      body of the test to be executed.
-function loadComplete() {
-    if (++docsLoaded == 1) {
-        setUpPageStatus = 'complete';
-    }
-}
-
-
-/**
-* 
-      1.3 Conformance - Test if 
-      Document.isSupported('XPath', null) returns true
-    
-* @author Philippe Le Hégaret
-* @author Bob Clary
-* @see http://www.w3.org/TR/2003/CR-DOM-Level-3-XPath-20030331/xpath#Conformance
-*/
-function Conformance_isSupported_null() {
-   var success;
-    if(checkInitialization(builder, &quot;Conformance_isSupported_null&quot;) != null) return;
-    var doc;
-      var state;
-      var nullValue = null;
-
-      
-      var docRef = null;
-      if (typeof(this.doc) != 'undefined') {
-        docRef = this.doc;
-      }
-      doc = load(docRef, &quot;doc&quot;, &quot;staffNS&quot;);
-      state = doc.isSupported(&quot;xpATH&quot;,nullValue);
-      assertTrue(&quot;isSupported-XPath-null&quot;,state);
-
-}
-
-
-
-
-function runTest() {
-   Conformance_isSupported_null();
-}
</del></span></pre></div>
<a id="trunkLayoutTestsdomsvglevel3xpathConformance_isSupported_nullsvg"></a>
<div class="delfile"><h4>Deleted: trunk/LayoutTests/dom/svg/level3/xpath/Conformance_isSupported_null.svg (195354 => 195355)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/dom/svg/level3/xpath/Conformance_isSupported_null.svg        2016-01-20 13:25:19 UTC (rev 195354)
+++ trunk/LayoutTests/dom/svg/level3/xpath/Conformance_isSupported_null.svg        2016-01-20 17:16:34 UTC (rev 195355)
</span><span class="lines">@@ -1,4 +0,0 @@
</span><del>-&lt;svg xmlns=&quot;http://www.w3.org/2000/svg&quot; xmlns:nist=&quot;http://www.nist.gov&quot;&gt;&lt;rect x=&quot;0&quot; y=&quot;0&quot; width=&quot;100&quot; height=&quot;100&quot;/&gt;
-&lt;script xmlns=&quot;http://www.w3.org/1999/xhtml&quot; src=&quot;Conformance_isSupported_null.js&quot;/&gt;
-&lt;script xmlns=&quot;http://www.w3.org/1999/xhtml&quot; src=&quot;svgunit.js&quot;/&gt;
-&lt;/svg&gt;
</del></span></pre></div>
<a id="trunkLayoutTestsdomxhtmllevel2htmlHTMLBodyElement07expectedtxt"></a>
<div class="delfile"><h4>Deleted: trunk/LayoutTests/dom/xhtml/level2/html/HTMLBodyElement07-expected.txt (195354 => 195355)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/dom/xhtml/level2/html/HTMLBodyElement07-expected.txt        2016-01-20 13:25:19 UTC (rev 195354)
+++ trunk/LayoutTests/dom/xhtml/level2/html/HTMLBodyElement07-expected.txt        2016-01-20 17:16:34 UTC (rev 195355)
</span><span class="lines">@@ -1,2 +0,0 @@
</span><del>-Test        http://www.w3.org/2001/DOM-Test-Suite/level2/html/HTMLBodyElement07
-Status        Success
</del></span></pre></div>
<a id="trunkLayoutTestsdomxhtmllevel2htmlHTMLBodyElement07js"></a>
<div class="delfile"><h4>Deleted: trunk/LayoutTests/dom/xhtml/level2/html/HTMLBodyElement07.js (195354 => 195355)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/dom/xhtml/level2/html/HTMLBodyElement07.js        2016-01-20 13:25:19 UTC (rev 195354)
+++ trunk/LayoutTests/dom/xhtml/level2/html/HTMLBodyElement07.js        2016-01-20 17:16:34 UTC (rev 195355)
</span><span class="lines">@@ -1,110 +0,0 @@
</span><del>-
-/*
-Copyright Â© 2001-2004 World Wide Web Consortium, 
-(Massachusetts Institute of Technology, European Research Consortium 
-for Informatics and Mathematics, Keio University). All 
-Rights Reserved. This work is distributed under the W3C® Software License [1] in the 
-hope that it will be useful, but WITHOUT ANY WARRANTY; without even 
-the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. 
-
-[1] http://www.w3.org/Consortium/Legal/2002/copyright-software-20021231
-*/
-
-
-
-   /**
-    *  Gets URI that identifies the test.
-    *  @return uri identifier of test
-    */
-function getTargetURI() {
-      return &quot;http://www.w3.org/2001/DOM-Test-Suite/level2/html/HTMLBodyElement07&quot;;
-   }
-
-var docsLoaded = -1000000;
-var builder = null;
-
-//
-//   This function is called by the testing framework before
-//      running the test suite.
-//
-//   If there are no configuration exceptions, asynchronous
-//        document loading is started.  Otherwise, the status
-//        is set to complete and the exception is immediately
-//        raised when entering the body of the test.
-//
-function setUpPage() {
-   setUpPageStatus = 'running';
-   try {
-     //
-     //   creates test document builder, may throw exception
-     //
-     builder = createConfiguredBuilder();
-
-      docsLoaded = 0;
-      
-      var docRef = null;
-      if (typeof(this.doc) != 'undefined') {
-        docRef = this.doc;
-      }
-      docsLoaded += preload(docRef, &quot;doc&quot;, &quot;document&quot;);
-        
-       if (docsLoaded == 1) {
-          setUpPageStatus = 'complete';
-       }
-    } catch(ex) {
-            catchInitializationError(builder, ex);
-        setUpPageStatus = 'complete';
-    }
-}
-
-
-
-//
-//   This method is called on the completion of 
-//      each asychronous load started in setUpTests.
-//
-//   When every synchronous loaded document has completed,
-//      the page status is changed which allows the
-//      body of the test to be executed.
-function loadComplete() {
-    if (++docsLoaded == 1) {
-        setUpPageStatus = 'complete';
-    }
-}
-
-
-/**
-* 
-Checks that Node.isSupported(&quot;hTmL&quot;, null) returns true.
-
-* @author Curt Arnold
-* @see http://www.w3.org/TR/DOM-Level-2-Core/core#Level-2-Core-Node-supports
-* @see http://www.w3.org/TR/DOM-Level-2-HTML/html#ID-62018039
-*/
-function HTMLBodyElement07() {
-   var success;
-    if(checkInitialization(builder, &quot;HTMLBodyElement07&quot;) != null) return;
-    var doc;
-      var body;
-      var state;
-      var version = null;
-
-      
-      var docRef = null;
-      if (typeof(this.doc) != 'undefined') {
-        docRef = this.doc;
-      }
-      doc = load(docRef, &quot;doc&quot;, &quot;document&quot;);
-      body = doc.body;
-
-      state = body.isSupported(&quot;hTmL&quot;,version);
-      assertTrue(&quot;isSupportedHTML&quot;,state);
-
-}
-
-
-
-
-function runTest() {
-   HTMLBodyElement07();
-}
</del></span></pre></div>
<a id="trunkLayoutTestsdomxhtmllevel2htmlHTMLBodyElement07xhtml"></a>
<div class="delfile"><h4>Deleted: trunk/LayoutTests/dom/xhtml/level2/html/HTMLBodyElement07.xhtml (195354 => 195355)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/dom/xhtml/level2/html/HTMLBodyElement07.xhtml        2016-01-20 13:25:19 UTC (rev 195354)
+++ trunk/LayoutTests/dom/xhtml/level2/html/HTMLBodyElement07.xhtml        2016-01-20 17:16:34 UTC (rev 195355)
</span><span class="lines">@@ -1,39 +0,0 @@
</span><del>-&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot;?&gt;
-&lt;!DOCTYPE html
-   PUBLIC &quot;-//W3C//DTD XHTML 1.0 Transitional//EN&quot;
-   &quot;xhtml1-transitional.dtd&quot;&gt;
-&lt;html xmlns='http://www.w3.org/1999/xhtml'&gt;
-&lt;head&gt;
-&lt;title&gt;NIST DOM HTML Test - DOCUMENT&lt;/title&gt;
-&lt;script type='text/javascript' src='selfxhtml.js'&gt;&lt;/script&gt;&lt;script charset='UTF-8' type='text/javascript' src='HTMLBodyElement07.js'&gt;&lt;/script&gt;&lt;script type='text/javascript'&gt;function loadComplete() { startTest(); }&lt;/script&gt;&lt;/head&gt;
-&lt;body onload=&quot;loadComplete()&quot; id=&quot;TEST-BODY&quot;&gt; 
-&lt;form id=&quot;form1&quot; accept-charset=&quot;US-ASCII&quot; action=&quot;./files/getData.pl&quot; enctype=&quot;application/x-www-form-urlencoded&quot; method=&quot;post&quot;&gt;
-&lt;p&gt;
-&lt;textarea name=&quot;text1&quot; cols=&quot;20&quot; rows=&quot;7&quot;&gt;&lt;/textarea&gt;
-&lt;input type=&quot;submit&quot; name=&quot;submit1&quot; value=&quot;Submit&quot; /&gt;
-&lt;input type=&quot;reset&quot; name=&quot;submit2&quot; value=&quot;Reset&quot; /&gt;
-&lt;/p&gt;
-&lt;/form&gt;
-&lt;p&gt;
-&lt;map name=&quot;mapid&quot; id=&quot;mapid&quot;&gt;
-&lt;area tabindex=&quot;10&quot; accesskey=&quot;a&quot; shape=&quot;rect&quot; alt=&quot;Domain&quot; coords=&quot;0,2,45,45&quot; href=&quot;./files/dletter.html&quot; title=&quot;Domain1&quot; /&gt;
-&lt;area tabindex=&quot;10&quot; accesskey=&quot;a&quot; shape=&quot;rect&quot; alt=&quot;Domain&quot; coords=&quot;0,2,45,45&quot; href=&quot;./files/dletter.html&quot; title=&quot;Domain2&quot; /&gt;
-&lt;/map&gt;
-&lt;/p&gt;
-&lt;p&gt;
-&lt;img id=&quot;IMAGE-1&quot; src=&quot;./pix/dts.gif&quot; alt=&quot;DTS IMAGE LOGO&quot; longdesc=&quot;./files/desc.html&quot; usemap=&quot;#DTS-MAP&quot; width=&quot;115&quot;/&gt;
-&lt;/p&gt;
-&lt;p&gt;
-&lt;object data=&quot;./pix/line.gif&quot; codetype=&quot;image/gif&quot; height=&quot;10&quot;&gt;
-&lt;applet alt=&quot;Applet Number 1&quot; code=&quot;applet1.class&quot; width=&quot;10&quot; height=&quot;10&quot;&gt;&lt;/applet&gt;
-&lt;/object&gt;
-&lt;object data=&quot;./pix/logo.gif&quot; type=&quot;image/gif&quot;&gt;
-&lt;applet alt=&quot;Applet Number 2&quot; code=&quot;applet2.class&quot; width=&quot;10&quot; height=&quot;10&quot;&gt;&lt;/applet&gt;
-&lt;/object&gt;
-&lt;/p&gt;
-&lt;p&gt;
-&lt;a id=&quot;Anchor&quot; dir=&quot;ltr&quot; href=&quot;./pix/submit.gif&quot; accesskey=&quot;g&quot; type=&quot;image/gif&quot; coords=&quot;0,0,100,100&quot; shape=&quot;rect&quot; rel=&quot;GLOSSARY&quot; rev=&quot;STYLESHEET&quot; hreflang=&quot;en&quot; charset=&quot;US-ASCII&quot; tabindex=&quot;22&quot; name=&quot;Anchor&quot;&gt;View Submit Button&lt;/a&gt;
-&lt;/p&gt;
-&lt;/body&gt;
-&lt;/html&gt;
-
</del></span></pre></div>
<a id="trunkLayoutTestsdomxhtmllevel2htmlHTMLBodyElement08expectedtxt"></a>
<div class="delfile"><h4>Deleted: trunk/LayoutTests/dom/xhtml/level2/html/HTMLBodyElement08-expected.txt (195354 => 195355)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/dom/xhtml/level2/html/HTMLBodyElement08-expected.txt        2016-01-20 13:25:19 UTC (rev 195354)
+++ trunk/LayoutTests/dom/xhtml/level2/html/HTMLBodyElement08-expected.txt        2016-01-20 17:16:34 UTC (rev 195355)
</span><span class="lines">@@ -1,2 +0,0 @@
</span><del>-Test        http://www.w3.org/2001/DOM-Test-Suite/level2/html/HTMLBodyElement08
-Status        Success
</del></span></pre></div>
<a id="trunkLayoutTestsdomxhtmllevel2htmlHTMLBodyElement08js"></a>
<div class="delfile"><h4>Deleted: trunk/LayoutTests/dom/xhtml/level2/html/HTMLBodyElement08.js (195354 => 195355)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/dom/xhtml/level2/html/HTMLBodyElement08.js        2016-01-20 13:25:19 UTC (rev 195354)
+++ trunk/LayoutTests/dom/xhtml/level2/html/HTMLBodyElement08.js        2016-01-20 17:16:34 UTC (rev 195355)
</span><span class="lines">@@ -1,109 +0,0 @@
</span><del>-
-/*
-Copyright Â© 2001-2004 World Wide Web Consortium, 
-(Massachusetts Institute of Technology, European Research Consortium 
-for Informatics and Mathematics, Keio University). All 
-Rights Reserved. This work is distributed under the W3C® Software License [1] in the 
-hope that it will be useful, but WITHOUT ANY WARRANTY; without even 
-the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. 
-
-[1] http://www.w3.org/Consortium/Legal/2002/copyright-software-20021231
-*/
-
-
-
-   /**
-    *  Gets URI that identifies the test.
-    *  @return uri identifier of test
-    */
-function getTargetURI() {
-      return &quot;http://www.w3.org/2001/DOM-Test-Suite/level2/html/HTMLBodyElement08&quot;;
-   }
-
-var docsLoaded = -1000000;
-var builder = null;
-
-//
-//   This function is called by the testing framework before
-//      running the test suite.
-//
-//   If there are no configuration exceptions, asynchronous
-//        document loading is started.  Otherwise, the status
-//        is set to complete and the exception is immediately
-//        raised when entering the body of the test.
-//
-function setUpPage() {
-   setUpPageStatus = 'running';
-   try {
-     //
-     //   creates test document builder, may throw exception
-     //
-     builder = createConfiguredBuilder();
-
-      docsLoaded = 0;
-      
-      var docRef = null;
-      if (typeof(this.doc) != 'undefined') {
-        docRef = this.doc;
-      }
-      docsLoaded += preload(docRef, &quot;doc&quot;, &quot;document&quot;);
-        
-       if (docsLoaded == 1) {
-          setUpPageStatus = 'complete';
-       }
-    } catch(ex) {
-            catchInitializationError(builder, ex);
-        setUpPageStatus = 'complete';
-    }
-}
-
-
-
-//
-//   This method is called on the completion of 
-//      each asychronous load started in setUpTests.
-//
-//   When every synchronous loaded document has completed,
-//      the page status is changed which allows the
-//      body of the test to be executed.
-function loadComplete() {
-    if (++docsLoaded == 1) {
-        setUpPageStatus = 'complete';
-    }
-}
-
-
-/**
-* 
-Checks that Node.isSupported(&quot;hTmL&quot;, &quot;2.0&quot;) returns true.
-
-* @author Curt Arnold
-* @see http://www.w3.org/TR/DOM-Level-2-Core/core#Level-2-Core-Node-supports
-* @see http://www.w3.org/TR/DOM-Level-2-HTML/html#ID-62018039
-*/
-function HTMLBodyElement08() {
-   var success;
-    if(checkInitialization(builder, &quot;HTMLBodyElement08&quot;) != null) return;
-    var doc;
-      var body;
-      var state;
-      var version = &quot;2.0&quot;;
-      
-      var docRef = null;
-      if (typeof(this.doc) != 'undefined') {
-        docRef = this.doc;
-      }
-      doc = load(docRef, &quot;doc&quot;, &quot;document&quot;);
-      body = doc.body;
-
-      state = body.isSupported(&quot;hTmL&quot;,version);
-      assertTrue(&quot;isSupportedHTML&quot;,state);
-
-}
-
-
-
-
-function runTest() {
-   HTMLBodyElement08();
-}
</del></span></pre></div>
<a id="trunkLayoutTestsdomxhtmllevel2htmlHTMLBodyElement08xhtml"></a>
<div class="delfile"><h4>Deleted: trunk/LayoutTests/dom/xhtml/level2/html/HTMLBodyElement08.xhtml (195354 => 195355)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/dom/xhtml/level2/html/HTMLBodyElement08.xhtml        2016-01-20 13:25:19 UTC (rev 195354)
+++ trunk/LayoutTests/dom/xhtml/level2/html/HTMLBodyElement08.xhtml        2016-01-20 17:16:34 UTC (rev 195355)
</span><span class="lines">@@ -1,39 +0,0 @@
</span><del>-&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot;?&gt;
-&lt;!DOCTYPE html
-   PUBLIC &quot;-//W3C//DTD XHTML 1.0 Transitional//EN&quot;
-   &quot;xhtml1-transitional.dtd&quot;&gt;
-&lt;html xmlns='http://www.w3.org/1999/xhtml'&gt;
-&lt;head&gt;
-&lt;title&gt;NIST DOM HTML Test - DOCUMENT&lt;/title&gt;
-&lt;script type='text/javascript' src='selfxhtml.js'&gt;&lt;/script&gt;&lt;script charset='UTF-8' type='text/javascript' src='HTMLBodyElement08.js'&gt;&lt;/script&gt;&lt;script type='text/javascript'&gt;function loadComplete() { startTest(); }&lt;/script&gt;&lt;/head&gt;
-&lt;body onload=&quot;loadComplete()&quot; id=&quot;TEST-BODY&quot;&gt; 
-&lt;form id=&quot;form1&quot; accept-charset=&quot;US-ASCII&quot; action=&quot;./files/getData.pl&quot; enctype=&quot;application/x-www-form-urlencoded&quot; method=&quot;post&quot;&gt;
-&lt;p&gt;
-&lt;textarea name=&quot;text1&quot; cols=&quot;20&quot; rows=&quot;7&quot;&gt;&lt;/textarea&gt;
-&lt;input type=&quot;submit&quot; name=&quot;submit1&quot; value=&quot;Submit&quot; /&gt;
-&lt;input type=&quot;reset&quot; name=&quot;submit2&quot; value=&quot;Reset&quot; /&gt;
-&lt;/p&gt;
-&lt;/form&gt;
-&lt;p&gt;
-&lt;map name=&quot;mapid&quot; id=&quot;mapid&quot;&gt;
-&lt;area tabindex=&quot;10&quot; accesskey=&quot;a&quot; shape=&quot;rect&quot; alt=&quot;Domain&quot; coords=&quot;0,2,45,45&quot; href=&quot;./files/dletter.html&quot; title=&quot;Domain1&quot; /&gt;
-&lt;area tabindex=&quot;10&quot; accesskey=&quot;a&quot; shape=&quot;rect&quot; alt=&quot;Domain&quot; coords=&quot;0,2,45,45&quot; href=&quot;./files/dletter.html&quot; title=&quot;Domain2&quot; /&gt;
-&lt;/map&gt;
-&lt;/p&gt;
-&lt;p&gt;
-&lt;img id=&quot;IMAGE-1&quot; src=&quot;./pix/dts.gif&quot; alt=&quot;DTS IMAGE LOGO&quot; longdesc=&quot;./files/desc.html&quot; usemap=&quot;#DTS-MAP&quot; width=&quot;115&quot;/&gt;
-&lt;/p&gt;
-&lt;p&gt;
-&lt;object data=&quot;./pix/line.gif&quot; codetype=&quot;image/gif&quot; height=&quot;10&quot;&gt;
-&lt;applet alt=&quot;Applet Number 1&quot; code=&quot;applet1.class&quot; width=&quot;10&quot; height=&quot;10&quot;&gt;&lt;/applet&gt;
-&lt;/object&gt;
-&lt;object data=&quot;./pix/logo.gif&quot; type=&quot;image/gif&quot;&gt;
-&lt;applet alt=&quot;Applet Number 2&quot; code=&quot;applet2.class&quot; width=&quot;10&quot; height=&quot;10&quot;&gt;&lt;/applet&gt;
-&lt;/object&gt;
-&lt;/p&gt;
-&lt;p&gt;
-&lt;a id=&quot;Anchor&quot; dir=&quot;ltr&quot; href=&quot;./pix/submit.gif&quot; accesskey=&quot;g&quot; type=&quot;image/gif&quot; coords=&quot;0,0,100,100&quot; shape=&quot;rect&quot; rel=&quot;GLOSSARY&quot; rev=&quot;STYLESHEET&quot; hreflang=&quot;en&quot; charset=&quot;US-ASCII&quot; tabindex=&quot;22&quot; name=&quot;Anchor&quot;&gt;View Submit Button&lt;/a&gt;
-&lt;/p&gt;
-&lt;/body&gt;
-&lt;/html&gt;
-
</del></span></pre></div>
<a id="trunkLayoutTestsdomxhtmllevel2htmlHTMLBodyElement09expectedtxt"></a>
<div class="delfile"><h4>Deleted: trunk/LayoutTests/dom/xhtml/level2/html/HTMLBodyElement09-expected.txt (195354 => 195355)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/dom/xhtml/level2/html/HTMLBodyElement09-expected.txt        2016-01-20 13:25:19 UTC (rev 195354)
+++ trunk/LayoutTests/dom/xhtml/level2/html/HTMLBodyElement09-expected.txt        2016-01-20 17:16:34 UTC (rev 195355)
</span><span class="lines">@@ -1,2 +0,0 @@
</span><del>-Test        http://www.w3.org/2001/DOM-Test-Suite/level2/html/HTMLBodyElement09
-Status        Success
</del></span></pre></div>
<a id="trunkLayoutTestsdomxhtmllevel2htmlHTMLBodyElement09js"></a>
<div class="delfile"><h4>Deleted: trunk/LayoutTests/dom/xhtml/level2/html/HTMLBodyElement09.js (195354 => 195355)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/dom/xhtml/level2/html/HTMLBodyElement09.js        2016-01-20 13:25:19 UTC (rev 195354)
+++ trunk/LayoutTests/dom/xhtml/level2/html/HTMLBodyElement09.js        2016-01-20 17:16:34 UTC (rev 195355)
</span><span class="lines">@@ -1,112 +0,0 @@
</span><del>-
-/*
-Copyright Â© 2001-2004 World Wide Web Consortium, 
-(Massachusetts Institute of Technology, European Research Consortium 
-for Informatics and Mathematics, Keio University). All 
-Rights Reserved. This work is distributed under the W3C® Software License [1] in the 
-hope that it will be useful, but WITHOUT ANY WARRANTY; without even 
-the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. 
-
-[1] http://www.w3.org/Consortium/Legal/2002/copyright-software-20021231
-*/
-
-
-
-   /**
-    *  Gets URI that identifies the test.
-    *  @return uri identifier of test
-    */
-function getTargetURI() {
-      return &quot;http://www.w3.org/2001/DOM-Test-Suite/level2/html/HTMLBodyElement09&quot;;
-   }
-
-var docsLoaded = -1000000;
-var builder = null;
-
-//
-//   This function is called by the testing framework before
-//      running the test suite.
-//
-//   If there are no configuration exceptions, asynchronous
-//        document loading is started.  Otherwise, the status
-//        is set to complete and the exception is immediately
-//        raised when entering the body of the test.
-//
-function setUpPage() {
-   setUpPageStatus = 'running';
-   try {
-     //
-     //   creates test document builder, may throw exception
-     //
-     builder = createConfiguredBuilder();
-
-      docsLoaded = 0;
-      
-      var docRef = null;
-      if (typeof(this.doc) != 'undefined') {
-        docRef = this.doc;
-      }
-      docsLoaded += preload(docRef, &quot;doc&quot;, &quot;document&quot;);
-        
-       if (docsLoaded == 1) {
-          setUpPageStatus = 'complete';
-       }
-    } catch(ex) {
-            catchInitializationError(builder, ex);
-        setUpPageStatus = 'complete';
-    }
-}
-
-
-
-//
-//   This method is called on the completion of 
-//      each asychronous load started in setUpTests.
-//
-//   When every synchronous loaded document has completed,
-//      the page status is changed which allows the
-//      body of the test to be executed.
-function loadComplete() {
-    if (++docsLoaded == 1) {
-        setUpPageStatus = 'complete';
-    }
-}
-
-
-/**
-* 
-Checks that Node.isSupported(&quot;xhTmL&quot;, null) returns true if hasFeature(&quot;XML&quot;, null) is true.
-
-* @author Curt Arnold
-* @see http://www.w3.org/TR/DOM-Level-2-Core/core#Level-2-Core-Node-supports
-* @see http://www.w3.org/TR/DOM-Level-2-HTML/html#ID-62018039
-*/
-function HTMLBodyElement09() {
-   var success;
-    if(checkInitialization(builder, &quot;HTMLBodyElement09&quot;) != null) return;
-    var doc;
-      var body;
-      var state;
-      var hasXML;
-      var version = null;
-
-      
-      var docRef = null;
-      if (typeof(this.doc) != 'undefined') {
-        docRef = this.doc;
-      }
-      doc = load(docRef, &quot;doc&quot;, &quot;document&quot;);
-      body = doc.body;
-
-      hasXML = body.isSupported(&quot;XML&quot;,version);
-      state = body.isSupported(&quot;xhTmL&quot;,version);
-      assertEquals(&quot;isSupportedXHTML&quot;,hasXML,state);
-       
-}
-
-
-
-
-function runTest() {
-   HTMLBodyElement09();
-}
</del></span></pre></div>
<a id="trunkLayoutTestsdomxhtmllevel2htmlHTMLBodyElement09xhtml"></a>
<div class="delfile"><h4>Deleted: trunk/LayoutTests/dom/xhtml/level2/html/HTMLBodyElement09.xhtml (195354 => 195355)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/dom/xhtml/level2/html/HTMLBodyElement09.xhtml        2016-01-20 13:25:19 UTC (rev 195354)
+++ trunk/LayoutTests/dom/xhtml/level2/html/HTMLBodyElement09.xhtml        2016-01-20 17:16:34 UTC (rev 195355)
</span><span class="lines">@@ -1,39 +0,0 @@
</span><del>-&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot;?&gt;
-&lt;!DOCTYPE html
-   PUBLIC &quot;-//W3C//DTD XHTML 1.0 Transitional//EN&quot;
-   &quot;xhtml1-transitional.dtd&quot;&gt;
-&lt;html xmlns='http://www.w3.org/1999/xhtml'&gt;
-&lt;head&gt;
-&lt;title&gt;NIST DOM HTML Test - DOCUMENT&lt;/title&gt;
-&lt;script type='text/javascript' src='selfxhtml.js'&gt;&lt;/script&gt;&lt;script charset='UTF-8' type='text/javascript' src='HTMLBodyElement09.js'&gt;&lt;/script&gt;&lt;script type='text/javascript'&gt;function loadComplete() { startTest(); }&lt;/script&gt;&lt;/head&gt;
-&lt;body onload=&quot;loadComplete()&quot; id=&quot;TEST-BODY&quot;&gt; 
-&lt;form id=&quot;form1&quot; accept-charset=&quot;US-ASCII&quot; action=&quot;./files/getData.pl&quot; enctype=&quot;application/x-www-form-urlencoded&quot; method=&quot;post&quot;&gt;
-&lt;p&gt;
-&lt;textarea name=&quot;text1&quot; cols=&quot;20&quot; rows=&quot;7&quot;&gt;&lt;/textarea&gt;
-&lt;input type=&quot;submit&quot; name=&quot;submit1&quot; value=&quot;Submit&quot; /&gt;
-&lt;input type=&quot;reset&quot; name=&quot;submit2&quot; value=&quot;Reset&quot; /&gt;
-&lt;/p&gt;
-&lt;/form&gt;
-&lt;p&gt;
-&lt;map name=&quot;mapid&quot; id=&quot;mapid&quot;&gt;
-&lt;area tabindex=&quot;10&quot; accesskey=&quot;a&quot; shape=&quot;rect&quot; alt=&quot;Domain&quot; coords=&quot;0,2,45,45&quot; href=&quot;./files/dletter.html&quot; title=&quot;Domain1&quot; /&gt;
-&lt;area tabindex=&quot;10&quot; accesskey=&quot;a&quot; shape=&quot;rect&quot; alt=&quot;Domain&quot; coords=&quot;0,2,45,45&quot; href=&quot;./files/dletter.html&quot; title=&quot;Domain2&quot; /&gt;
-&lt;/map&gt;
-&lt;/p&gt;
-&lt;p&gt;
-&lt;img id=&quot;IMAGE-1&quot; src=&quot;./pix/dts.gif&quot; alt=&quot;DTS IMAGE LOGO&quot; longdesc=&quot;./files/desc.html&quot; usemap=&quot;#DTS-MAP&quot; width=&quot;115&quot;/&gt;
-&lt;/p&gt;
-&lt;p&gt;
-&lt;object data=&quot;./pix/line.gif&quot; codetype=&quot;image/gif&quot; height=&quot;10&quot;&gt;
-&lt;applet alt=&quot;Applet Number 1&quot; code=&quot;applet1.class&quot; width=&quot;10&quot; height=&quot;10&quot;&gt;&lt;/applet&gt;
-&lt;/object&gt;
-&lt;object data=&quot;./pix/logo.gif&quot; type=&quot;image/gif&quot;&gt;
-&lt;applet alt=&quot;Applet Number 2&quot; code=&quot;applet2.class&quot; width=&quot;10&quot; height=&quot;10&quot;&gt;&lt;/applet&gt;
-&lt;/object&gt;
-&lt;/p&gt;
-&lt;p&gt;
-&lt;a id=&quot;Anchor&quot; dir=&quot;ltr&quot; href=&quot;./pix/submit.gif&quot; accesskey=&quot;g&quot; type=&quot;image/gif&quot; coords=&quot;0,0,100,100&quot; shape=&quot;rect&quot; rel=&quot;GLOSSARY&quot; rev=&quot;STYLESHEET&quot; hreflang=&quot;en&quot; charset=&quot;US-ASCII&quot; tabindex=&quot;22&quot; name=&quot;Anchor&quot;&gt;View Submit Button&lt;/a&gt;
-&lt;/p&gt;
-&lt;/body&gt;
-&lt;/html&gt;
-
</del></span></pre></div>
<a id="trunkLayoutTestsdomxhtmllevel2htmlHTMLBodyElement10expectedtxt"></a>
<div class="delfile"><h4>Deleted: trunk/LayoutTests/dom/xhtml/level2/html/HTMLBodyElement10-expected.txt (195354 => 195355)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/dom/xhtml/level2/html/HTMLBodyElement10-expected.txt        2016-01-20 13:25:19 UTC (rev 195354)
+++ trunk/LayoutTests/dom/xhtml/level2/html/HTMLBodyElement10-expected.txt        2016-01-20 17:16:34 UTC (rev 195355)
</span><span class="lines">@@ -1,2 +0,0 @@
</span><del>-Test        http://www.w3.org/2001/DOM-Test-Suite/level2/html/HTMLBodyElement10
-Status        Success
</del></span></pre></div>
<a id="trunkLayoutTestsdomxhtmllevel2htmlHTMLBodyElement10js"></a>
<div class="delfile"><h4>Deleted: trunk/LayoutTests/dom/xhtml/level2/html/HTMLBodyElement10.js (195354 => 195355)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/dom/xhtml/level2/html/HTMLBodyElement10.js        2016-01-20 13:25:19 UTC (rev 195354)
+++ trunk/LayoutTests/dom/xhtml/level2/html/HTMLBodyElement10.js        2016-01-20 17:16:34 UTC (rev 195355)
</span><span class="lines">@@ -1,111 +0,0 @@
</span><del>-
-/*
-Copyright Â© 2001-2004 World Wide Web Consortium, 
-(Massachusetts Institute of Technology, European Research Consortium 
-for Informatics and Mathematics, Keio University). All 
-Rights Reserved. This work is distributed under the W3C® Software License [1] in the 
-hope that it will be useful, but WITHOUT ANY WARRANTY; without even 
-the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. 
-
-[1] http://www.w3.org/Consortium/Legal/2002/copyright-software-20021231
-*/
-
-
-
-   /**
-    *  Gets URI that identifies the test.
-    *  @return uri identifier of test
-    */
-function getTargetURI() {
-      return &quot;http://www.w3.org/2001/DOM-Test-Suite/level2/html/HTMLBodyElement10&quot;;
-   }
-
-var docsLoaded = -1000000;
-var builder = null;
-
-//
-//   This function is called by the testing framework before
-//      running the test suite.
-//
-//   If there are no configuration exceptions, asynchronous
-//        document loading is started.  Otherwise, the status
-//        is set to complete and the exception is immediately
-//        raised when entering the body of the test.
-//
-function setUpPage() {
-   setUpPageStatus = 'running';
-   try {
-     //
-     //   creates test document builder, may throw exception
-     //
-     builder = createConfiguredBuilder();
-
-      docsLoaded = 0;
-      
-      var docRef = null;
-      if (typeof(this.doc) != 'undefined') {
-        docRef = this.doc;
-      }
-      docsLoaded += preload(docRef, &quot;doc&quot;, &quot;document&quot;);
-        
-       if (docsLoaded == 1) {
-          setUpPageStatus = 'complete';
-       }
-    } catch(ex) {
-            catchInitializationError(builder, ex);
-        setUpPageStatus = 'complete';
-    }
-}
-
-
-
-//
-//   This method is called on the completion of 
-//      each asychronous load started in setUpTests.
-//
-//   When every synchronous loaded document has completed,
-//      the page status is changed which allows the
-//      body of the test to be executed.
-function loadComplete() {
-    if (++docsLoaded == 1) {
-        setUpPageStatus = 'complete';
-    }
-}
-
-
-/**
-* 
-Checks that Node.isSupported(&quot;xhTmL&quot;, &quot;2.0&quot;) returns true if hasFeature(&quot;XML&quot;, &quot;2.0&quot;) is true.
-
-* @author Curt Arnold
-* @see http://www.w3.org/TR/DOM-Level-2-Core/core#Level-2-Core-Node-supports
-* @see http://www.w3.org/TR/DOM-Level-2-HTML/html#ID-62018039
-*/
-function HTMLBodyElement10() {
-   var success;
-    if(checkInitialization(builder, &quot;HTMLBodyElement10&quot;) != null) return;
-    var doc;
-      var body;
-      var state;
-      var hasXML;
-      var version = &quot;2.0&quot;;
-      
-      var docRef = null;
-      if (typeof(this.doc) != 'undefined') {
-        docRef = this.doc;
-      }
-      doc = load(docRef, &quot;doc&quot;, &quot;document&quot;);
-      body = doc.body;
-
-      hasXML = body.isSupported(&quot;XML&quot;,version);
-      state = body.isSupported(&quot;xhTmL&quot;,version);
-      assertEquals(&quot;isSupportedXHTML&quot;,hasXML,state);
-       
-}
-
-
-
-
-function runTest() {
-   HTMLBodyElement10();
-}
</del></span></pre></div>
<a id="trunkLayoutTestsdomxhtmllevel2htmlHTMLBodyElement10xhtml"></a>
<div class="delfile"><h4>Deleted: trunk/LayoutTests/dom/xhtml/level2/html/HTMLBodyElement10.xhtml (195354 => 195355)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/dom/xhtml/level2/html/HTMLBodyElement10.xhtml        2016-01-20 13:25:19 UTC (rev 195354)
+++ trunk/LayoutTests/dom/xhtml/level2/html/HTMLBodyElement10.xhtml        2016-01-20 17:16:34 UTC (rev 195355)
</span><span class="lines">@@ -1,39 +0,0 @@
</span><del>-&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot;?&gt;
-&lt;!DOCTYPE html
-   PUBLIC &quot;-//W3C//DTD XHTML 1.0 Transitional//EN&quot;
-   &quot;xhtml1-transitional.dtd&quot;&gt;
-&lt;html xmlns='http://www.w3.org/1999/xhtml'&gt;
-&lt;head&gt;
-&lt;title&gt;NIST DOM HTML Test - DOCUMENT&lt;/title&gt;
-&lt;script type='text/javascript' src='selfxhtml.js'&gt;&lt;/script&gt;&lt;script charset='UTF-8' type='text/javascript' src='HTMLBodyElement10.js'&gt;&lt;/script&gt;&lt;script type='text/javascript'&gt;function loadComplete() { startTest(); }&lt;/script&gt;&lt;/head&gt;
-&lt;body onload=&quot;loadComplete()&quot; id=&quot;TEST-BODY&quot;&gt; 
-&lt;form id=&quot;form1&quot; accept-charset=&quot;US-ASCII&quot; action=&quot;./files/getData.pl&quot; enctype=&quot;application/x-www-form-urlencoded&quot; method=&quot;post&quot;&gt;
-&lt;p&gt;
-&lt;textarea name=&quot;text1&quot; cols=&quot;20&quot; rows=&quot;7&quot;&gt;&lt;/textarea&gt;
-&lt;input type=&quot;submit&quot; name=&quot;submit1&quot; value=&quot;Submit&quot; /&gt;
-&lt;input type=&quot;reset&quot; name=&quot;submit2&quot; value=&quot;Reset&quot; /&gt;
-&lt;/p&gt;
-&lt;/form&gt;
-&lt;p&gt;
-&lt;map name=&quot;mapid&quot; id=&quot;mapid&quot;&gt;
-&lt;area tabindex=&quot;10&quot; accesskey=&quot;a&quot; shape=&quot;rect&quot; alt=&quot;Domain&quot; coords=&quot;0,2,45,45&quot; href=&quot;./files/dletter.html&quot; title=&quot;Domain1&quot; /&gt;
-&lt;area tabindex=&quot;10&quot; accesskey=&quot;a&quot; shape=&quot;rect&quot; alt=&quot;Domain&quot; coords=&quot;0,2,45,45&quot; href=&quot;./files/dletter.html&quot; title=&quot;Domain2&quot; /&gt;
-&lt;/map&gt;
-&lt;/p&gt;
-&lt;p&gt;
-&lt;img id=&quot;IMAGE-1&quot; src=&quot;./pix/dts.gif&quot; alt=&quot;DTS IMAGE LOGO&quot; longdesc=&quot;./files/desc.html&quot; usemap=&quot;#DTS-MAP&quot; width=&quot;115&quot;/&gt;
-&lt;/p&gt;
-&lt;p&gt;
-&lt;object data=&quot;./pix/line.gif&quot; codetype=&quot;image/gif&quot; height=&quot;10&quot;&gt;
-&lt;applet alt=&quot;Applet Number 1&quot; code=&quot;applet1.class&quot; width=&quot;10&quot; height=&quot;10&quot;&gt;&lt;/applet&gt;
-&lt;/object&gt;
-&lt;object data=&quot;./pix/logo.gif&quot; type=&quot;image/gif&quot;&gt;
-&lt;applet alt=&quot;Applet Number 2&quot; code=&quot;applet2.class&quot; width=&quot;10&quot; height=&quot;10&quot;&gt;&lt;/applet&gt;
-&lt;/object&gt;
-&lt;/p&gt;
-&lt;p&gt;
-&lt;a id=&quot;Anchor&quot; dir=&quot;ltr&quot; href=&quot;./pix/submit.gif&quot; accesskey=&quot;g&quot; type=&quot;image/gif&quot; coords=&quot;0,0,100,100&quot; shape=&quot;rect&quot; rel=&quot;GLOSSARY&quot; rev=&quot;STYLESHEET&quot; hreflang=&quot;en&quot; charset=&quot;US-ASCII&quot; tabindex=&quot;22&quot; name=&quot;Anchor&quot;&gt;View Submit Button&lt;/a&gt;
-&lt;/p&gt;
-&lt;/body&gt;
-&lt;/html&gt;
-
</del></span></pre></div>
<a id="trunkLayoutTestsdomxhtmllevel2htmlHTMLBodyElement11expectedtxt"></a>
<div class="delfile"><h4>Deleted: trunk/LayoutTests/dom/xhtml/level2/html/HTMLBodyElement11-expected.txt (195354 => 195355)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/dom/xhtml/level2/html/HTMLBodyElement11-expected.txt        2016-01-20 13:25:19 UTC (rev 195354)
+++ trunk/LayoutTests/dom/xhtml/level2/html/HTMLBodyElement11-expected.txt        2016-01-20 17:16:34 UTC (rev 195355)
</span><span class="lines">@@ -1,2 +0,0 @@
</span><del>-Test        http://www.w3.org/2001/DOM-Test-Suite/level2/html/HTMLBodyElement11
-Status        Success
</del></span></pre></div>
<a id="trunkLayoutTestsdomxhtmllevel2htmlHTMLBodyElement11js"></a>
<div class="delfile"><h4>Deleted: trunk/LayoutTests/dom/xhtml/level2/html/HTMLBodyElement11.js (195354 => 195355)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/dom/xhtml/level2/html/HTMLBodyElement11.js        2016-01-20 13:25:19 UTC (rev 195354)
+++ trunk/LayoutTests/dom/xhtml/level2/html/HTMLBodyElement11.js        2016-01-20 17:16:34 UTC (rev 195355)
</span><span class="lines">@@ -1,110 +0,0 @@
</span><del>-
-/*
-Copyright Â© 2001-2004 World Wide Web Consortium, 
-(Massachusetts Institute of Technology, European Research Consortium 
-for Informatics and Mathematics, Keio University). All 
-Rights Reserved. This work is distributed under the W3C® Software License [1] in the 
-hope that it will be useful, but WITHOUT ANY WARRANTY; without even 
-the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. 
-
-[1] http://www.w3.org/Consortium/Legal/2002/copyright-software-20021231
-*/
-
-
-
-   /**
-    *  Gets URI that identifies the test.
-    *  @return uri identifier of test
-    */
-function getTargetURI() {
-      return &quot;http://www.w3.org/2001/DOM-Test-Suite/level2/html/HTMLBodyElement11&quot;;
-   }
-
-var docsLoaded = -1000000;
-var builder = null;
-
-//
-//   This function is called by the testing framework before
-//      running the test suite.
-//
-//   If there are no configuration exceptions, asynchronous
-//        document loading is started.  Otherwise, the status
-//        is set to complete and the exception is immediately
-//        raised when entering the body of the test.
-//
-function setUpPage() {
-   setUpPageStatus = 'running';
-   try {
-     //
-     //   creates test document builder, may throw exception
-     //
-     builder = createConfiguredBuilder();
-
-      docsLoaded = 0;
-      
-      var docRef = null;
-      if (typeof(this.doc) != 'undefined') {
-        docRef = this.doc;
-      }
-      docsLoaded += preload(docRef, &quot;doc&quot;, &quot;document&quot;);
-        
-       if (docsLoaded == 1) {
-          setUpPageStatus = 'complete';
-       }
-    } catch(ex) {
-            catchInitializationError(builder, ex);
-        setUpPageStatus = 'complete';
-    }
-}
-
-
-
-//
-//   This method is called on the completion of 
-//      each asychronous load started in setUpTests.
-//
-//   When every synchronous loaded document has completed,
-//      the page status is changed which allows the
-//      body of the test to be executed.
-function loadComplete() {
-    if (++docsLoaded == 1) {
-        setUpPageStatus = 'complete';
-    }
-}
-
-
-/**
-* 
-Checks that Node.isSupported(&quot;cOrE&quot;, null) returns true.
-
-* @author Curt Arnold
-* @see http://www.w3.org/TR/DOM-Level-2-Core/core#Level-2-Core-Node-supports
-* @see http://www.w3.org/TR/DOM-Level-2-HTML/html#ID-62018039
-*/
-function HTMLBodyElement11() {
-   var success;
-    if(checkInitialization(builder, &quot;HTMLBodyElement11&quot;) != null) return;
-    var doc;
-      var body;
-      var state;
-      var version = null;
-
-      
-      var docRef = null;
-      if (typeof(this.doc) != 'undefined') {
-        docRef = this.doc;
-      }
-      doc = load(docRef, &quot;doc&quot;, &quot;document&quot;);
-      body = doc.body;
-
-      state = body.isSupported(&quot;cOrE&quot;,version);
-      assertTrue(&quot;isSupportedCore&quot;,state);
-
-}
-
-
-
-
-function runTest() {
-   HTMLBodyElement11();
-}
</del></span></pre></div>
<a id="trunkLayoutTestsdomxhtmllevel2htmlHTMLBodyElement11xhtml"></a>
<div class="delfile"><h4>Deleted: trunk/LayoutTests/dom/xhtml/level2/html/HTMLBodyElement11.xhtml (195354 => 195355)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/dom/xhtml/level2/html/HTMLBodyElement11.xhtml        2016-01-20 13:25:19 UTC (rev 195354)
+++ trunk/LayoutTests/dom/xhtml/level2/html/HTMLBodyElement11.xhtml        2016-01-20 17:16:34 UTC (rev 195355)
</span><span class="lines">@@ -1,39 +0,0 @@
</span><del>-&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot;?&gt;
-&lt;!DOCTYPE html
-   PUBLIC &quot;-//W3C//DTD XHTML 1.0 Transitional//EN&quot;
-   &quot;xhtml1-transitional.dtd&quot;&gt;
-&lt;html xmlns='http://www.w3.org/1999/xhtml'&gt;
-&lt;head&gt;
-&lt;title&gt;NIST DOM HTML Test - DOCUMENT&lt;/title&gt;
-&lt;script type='text/javascript' src='selfxhtml.js'&gt;&lt;/script&gt;&lt;script charset='UTF-8' type='text/javascript' src='HTMLBodyElement11.js'&gt;&lt;/script&gt;&lt;script type='text/javascript'&gt;function loadComplete() { startTest(); }&lt;/script&gt;&lt;/head&gt;
-&lt;body onload=&quot;loadComplete()&quot; id=&quot;TEST-BODY&quot;&gt; 
-&lt;form id=&quot;form1&quot; accept-charset=&quot;US-ASCII&quot; action=&quot;./files/getData.pl&quot; enctype=&quot;application/x-www-form-urlencoded&quot; method=&quot;post&quot;&gt;
-&lt;p&gt;
-&lt;textarea name=&quot;text1&quot; cols=&quot;20&quot; rows=&quot;7&quot;&gt;&lt;/textarea&gt;
-&lt;input type=&quot;submit&quot; name=&quot;submit1&quot; value=&quot;Submit&quot; /&gt;
-&lt;input type=&quot;reset&quot; name=&quot;submit2&quot; value=&quot;Reset&quot; /&gt;
-&lt;/p&gt;
-&lt;/form&gt;
-&lt;p&gt;
-&lt;map name=&quot;mapid&quot; id=&quot;mapid&quot;&gt;
-&lt;area tabindex=&quot;10&quot; accesskey=&quot;a&quot; shape=&quot;rect&quot; alt=&quot;Domain&quot; coords=&quot;0,2,45,45&quot; href=&quot;./files/dletter.html&quot; title=&quot;Domain1&quot; /&gt;
-&lt;area tabindex=&quot;10&quot; accesskey=&quot;a&quot; shape=&quot;rect&quot; alt=&quot;Domain&quot; coords=&quot;0,2,45,45&quot; href=&quot;./files/dletter.html&quot; title=&quot;Domain2&quot; /&gt;
-&lt;/map&gt;
-&lt;/p&gt;
-&lt;p&gt;
-&lt;img id=&quot;IMAGE-1&quot; src=&quot;./pix/dts.gif&quot; alt=&quot;DTS IMAGE LOGO&quot; longdesc=&quot;./files/desc.html&quot; usemap=&quot;#DTS-MAP&quot; width=&quot;115&quot;/&gt;
-&lt;/p&gt;
-&lt;p&gt;
-&lt;object data=&quot;./pix/line.gif&quot; codetype=&quot;image/gif&quot; height=&quot;10&quot;&gt;
-&lt;applet alt=&quot;Applet Number 1&quot; code=&quot;applet1.class&quot; width=&quot;10&quot; height=&quot;10&quot;&gt;&lt;/applet&gt;
-&lt;/object&gt;
-&lt;object data=&quot;./pix/logo.gif&quot; type=&quot;image/gif&quot;&gt;
-&lt;applet alt=&quot;Applet Number 2&quot; code=&quot;applet2.class&quot; width=&quot;10&quot; height=&quot;10&quot;&gt;&lt;/applet&gt;
-&lt;/object&gt;
-&lt;/p&gt;
-&lt;p&gt;
-&lt;a id=&quot;Anchor&quot; dir=&quot;ltr&quot; href=&quot;./pix/submit.gif&quot; accesskey=&quot;g&quot; type=&quot;image/gif&quot; coords=&quot;0,0,100,100&quot; shape=&quot;rect&quot; rel=&quot;GLOSSARY&quot; rev=&quot;STYLESHEET&quot; hreflang=&quot;en&quot; charset=&quot;US-ASCII&quot; tabindex=&quot;22&quot; name=&quot;Anchor&quot;&gt;View Submit Button&lt;/a&gt;
-&lt;/p&gt;
-&lt;/body&gt;
-&lt;/html&gt;
-
</del></span></pre></div>
<a id="trunkLayoutTestsdomxhtmllevel2htmlHTMLBodyElement12expectedtxt"></a>
<div class="delfile"><h4>Deleted: trunk/LayoutTests/dom/xhtml/level2/html/HTMLBodyElement12-expected.txt (195354 => 195355)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/dom/xhtml/level2/html/HTMLBodyElement12-expected.txt        2016-01-20 13:25:19 UTC (rev 195354)
+++ trunk/LayoutTests/dom/xhtml/level2/html/HTMLBodyElement12-expected.txt        2016-01-20 17:16:34 UTC (rev 195355)
</span><span class="lines">@@ -1,2 +0,0 @@
</span><del>-Test        http://www.w3.org/2001/DOM-Test-Suite/level2/html/HTMLBodyElement12
-Status        Success
</del></span></pre></div>
<a id="trunkLayoutTestsdomxhtmllevel2htmlHTMLBodyElement12js"></a>
<div class="delfile"><h4>Deleted: trunk/LayoutTests/dom/xhtml/level2/html/HTMLBodyElement12.js (195354 => 195355)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/dom/xhtml/level2/html/HTMLBodyElement12.js        2016-01-20 13:25:19 UTC (rev 195354)
+++ trunk/LayoutTests/dom/xhtml/level2/html/HTMLBodyElement12.js        2016-01-20 17:16:34 UTC (rev 195355)
</span><span class="lines">@@ -1,109 +0,0 @@
</span><del>-
-/*
-Copyright Â© 2001-2004 World Wide Web Consortium, 
-(Massachusetts Institute of Technology, European Research Consortium 
-for Informatics and Mathematics, Keio University). All 
-Rights Reserved. This work is distributed under the W3C® Software License [1] in the 
-hope that it will be useful, but WITHOUT ANY WARRANTY; without even 
-the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. 
-
-[1] http://www.w3.org/Consortium/Legal/2002/copyright-software-20021231
-*/
-
-
-
-   /**
-    *  Gets URI that identifies the test.
-    *  @return uri identifier of test
-    */
-function getTargetURI() {
-      return &quot;http://www.w3.org/2001/DOM-Test-Suite/level2/html/HTMLBodyElement12&quot;;
-   }
-
-var docsLoaded = -1000000;
-var builder = null;
-
-//
-//   This function is called by the testing framework before
-//      running the test suite.
-//
-//   If there are no configuration exceptions, asynchronous
-//        document loading is started.  Otherwise, the status
-//        is set to complete and the exception is immediately
-//        raised when entering the body of the test.
-//
-function setUpPage() {
-   setUpPageStatus = 'running';
-   try {
-     //
-     //   creates test document builder, may throw exception
-     //
-     builder = createConfiguredBuilder();
-
-      docsLoaded = 0;
-      
-      var docRef = null;
-      if (typeof(this.doc) != 'undefined') {
-        docRef = this.doc;
-      }
-      docsLoaded += preload(docRef, &quot;doc&quot;, &quot;document&quot;);
-        
-       if (docsLoaded == 1) {
-          setUpPageStatus = 'complete';
-       }
-    } catch(ex) {
-            catchInitializationError(builder, ex);
-        setUpPageStatus = 'complete';
-    }
-}
-
-
-
-//
-//   This method is called on the completion of 
-//      each asychronous load started in setUpTests.
-//
-//   When every synchronous loaded document has completed,
-//      the page status is changed which allows the
-//      body of the test to be executed.
-function loadComplete() {
-    if (++docsLoaded == 1) {
-        setUpPageStatus = 'complete';
-    }
-}
-
-
-/**
-* 
-Checks that Node.isSupported(&quot;cOrE&quot;, &quot;2.0&quot;) returns true.
-
-* @author Curt Arnold
-* @see http://www.w3.org/TR/DOM-Level-2-Core/core#Level-2-Core-Node-supports
-* @see http://www.w3.org/TR/DOM-Level-2-HTML/html#ID-62018039
-*/
-function HTMLBodyElement12() {
-   var success;
-    if(checkInitialization(builder, &quot;HTMLBodyElement12&quot;) != null) return;
-    var doc;
-      var body;
-      var state;
-      var version = &quot;2.0&quot;;
-      
-      var docRef = null;
-      if (typeof(this.doc) != 'undefined') {
-        docRef = this.doc;
-      }
-      doc = load(docRef, &quot;doc&quot;, &quot;document&quot;);
-      body = doc.body;
-
-      state = body.isSupported(&quot;cOrE&quot;,version);
-      assertTrue(&quot;isSupportedCore&quot;,state);
-
-}
-
-
-
-
-function runTest() {
-   HTMLBodyElement12();
-}
</del></span></pre></div>
<a id="trunkLayoutTestsdomxhtmllevel2htmlHTMLBodyElement12xhtml"></a>
<div class="delfile"><h4>Deleted: trunk/LayoutTests/dom/xhtml/level2/html/HTMLBodyElement12.xhtml (195354 => 195355)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/dom/xhtml/level2/html/HTMLBodyElement12.xhtml        2016-01-20 13:25:19 UTC (rev 195354)
+++ trunk/LayoutTests/dom/xhtml/level2/html/HTMLBodyElement12.xhtml        2016-01-20 17:16:34 UTC (rev 195355)
</span><span class="lines">@@ -1,39 +0,0 @@
</span><del>-&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot;?&gt;
-&lt;!DOCTYPE html
-   PUBLIC &quot;-//W3C//DTD XHTML 1.0 Transitional//EN&quot;
-   &quot;xhtml1-transitional.dtd&quot;&gt;
-&lt;html xmlns='http://www.w3.org/1999/xhtml'&gt;
-&lt;head&gt;
-&lt;title&gt;NIST DOM HTML Test - DOCUMENT&lt;/title&gt;
-&lt;script type='text/javascript' src='selfxhtml.js'&gt;&lt;/script&gt;&lt;script charset='UTF-8' type='text/javascript' src='HTMLBodyElement12.js'&gt;&lt;/script&gt;&lt;script type='text/javascript'&gt;function loadComplete() { startTest(); }&lt;/script&gt;&lt;/head&gt;
-&lt;body onload=&quot;loadComplete()&quot; id=&quot;TEST-BODY&quot;&gt; 
-&lt;form id=&quot;form1&quot; accept-charset=&quot;US-ASCII&quot; action=&quot;./files/getData.pl&quot; enctype=&quot;application/x-www-form-urlencoded&quot; method=&quot;post&quot;&gt;
-&lt;p&gt;
-&lt;textarea name=&quot;text1&quot; cols=&quot;20&quot; rows=&quot;7&quot;&gt;&lt;/textarea&gt;
-&lt;input type=&quot;submit&quot; name=&quot;submit1&quot; value=&quot;Submit&quot; /&gt;
-&lt;input type=&quot;reset&quot; name=&quot;submit2&quot; value=&quot;Reset&quot; /&gt;
-&lt;/p&gt;
-&lt;/form&gt;
-&lt;p&gt;
-&lt;map name=&quot;mapid&quot; id=&quot;mapid&quot;&gt;
-&lt;area tabindex=&quot;10&quot; accesskey=&quot;a&quot; shape=&quot;rect&quot; alt=&quot;Domain&quot; coords=&quot;0,2,45,45&quot; href=&quot;./files/dletter.html&quot; title=&quot;Domain1&quot; /&gt;
-&lt;area tabindex=&quot;10&quot; accesskey=&quot;a&quot; shape=&quot;rect&quot; alt=&quot;Domain&quot; coords=&quot;0,2,45,45&quot; href=&quot;./files/dletter.html&quot; title=&quot;Domain2&quot; /&gt;
-&lt;/map&gt;
-&lt;/p&gt;
-&lt;p&gt;
-&lt;img id=&quot;IMAGE-1&quot; src=&quot;./pix/dts.gif&quot; alt=&quot;DTS IMAGE LOGO&quot; longdesc=&quot;./files/desc.html&quot; usemap=&quot;#DTS-MAP&quot; width=&quot;115&quot;/&gt;
-&lt;/p&gt;
-&lt;p&gt;
-&lt;object data=&quot;./pix/line.gif&quot; codetype=&quot;image/gif&quot; height=&quot;10&quot;&gt;
-&lt;applet alt=&quot;Applet Number 1&quot; code=&quot;applet1.class&quot; width=&quot;10&quot; height=&quot;10&quot;&gt;&lt;/applet&gt;
-&lt;/object&gt;
-&lt;object data=&quot;./pix/logo.gif&quot; type=&quot;image/gif&quot;&gt;
-&lt;applet alt=&quot;Applet Number 2&quot; code=&quot;applet2.class&quot; width=&quot;10&quot; height=&quot;10&quot;&gt;&lt;/applet&gt;
-&lt;/object&gt;
-&lt;/p&gt;
-&lt;p&gt;
-&lt;a id=&quot;Anchor&quot; dir=&quot;ltr&quot; href=&quot;./pix/submit.gif&quot; accesskey=&quot;g&quot; type=&quot;image/gif&quot; coords=&quot;0,0,100,100&quot; shape=&quot;rect&quot; rel=&quot;GLOSSARY&quot; rev=&quot;STYLESHEET&quot; hreflang=&quot;en&quot; charset=&quot;US-ASCII&quot; tabindex=&quot;22&quot; name=&quot;Anchor&quot;&gt;View Submit Button&lt;/a&gt;
-&lt;/p&gt;
-&lt;/body&gt;
-&lt;/html&gt;
-
</del></span></pre></div>
<a id="trunkLayoutTestsdomxhtmllevel2htmlHTMLDocument22expectedtxt"></a>
<div class="delfile"><h4>Deleted: trunk/LayoutTests/dom/xhtml/level2/html/HTMLDocument22-expected.txt (195354 => 195355)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/dom/xhtml/level2/html/HTMLDocument22-expected.txt        2016-01-20 13:25:19 UTC (rev 195354)
+++ trunk/LayoutTests/dom/xhtml/level2/html/HTMLDocument22-expected.txt        2016-01-20 17:16:34 UTC (rev 195355)
</span><span class="lines">@@ -1,2 +0,0 @@
</span><del>-Test        http://www.w3.org/2001/DOM-Test-Suite/level2/html/HTMLDocument22
-Status        Success
</del></span></pre></div>
<a id="trunkLayoutTestsdomxhtmllevel2htmlHTMLDocument22js"></a>
<div class="delfile"><h4>Deleted: trunk/LayoutTests/dom/xhtml/level2/html/HTMLDocument22.js (195354 => 195355)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/dom/xhtml/level2/html/HTMLDocument22.js        2016-01-20 13:25:19 UTC (rev 195354)
+++ trunk/LayoutTests/dom/xhtml/level2/html/HTMLDocument22.js        2016-01-20 17:16:34 UTC (rev 195355)
</span><span class="lines">@@ -1,107 +0,0 @@
</span><del>-
-/*
-Copyright Â© 2001-2004 World Wide Web Consortium, 
-(Massachusetts Institute of Technology, European Research Consortium 
-for Informatics and Mathematics, Keio University). All 
-Rights Reserved. This work is distributed under the W3C® Software License [1] in the 
-hope that it will be useful, but WITHOUT ANY WARRANTY; without even 
-the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. 
-
-[1] http://www.w3.org/Consortium/Legal/2002/copyright-software-20021231
-*/
-
-
-
-   /**
-    *  Gets URI that identifies the test.
-    *  @return uri identifier of test
-    */
-function getTargetURI() {
-      return &quot;http://www.w3.org/2001/DOM-Test-Suite/level2/html/HTMLDocument22&quot;;
-   }
-
-var docsLoaded = -1000000;
-var builder = null;
-
-//
-//   This function is called by the testing framework before
-//      running the test suite.
-//
-//   If there are no configuration exceptions, asynchronous
-//        document loading is started.  Otherwise, the status
-//        is set to complete and the exception is immediately
-//        raised when entering the body of the test.
-//
-function setUpPage() {
-   setUpPageStatus = 'running';
-   try {
-     //
-     //   creates test document builder, may throw exception
-     //
-     builder = createConfiguredBuilder();
-
-      docsLoaded = 0;
-      
-      var docRef = null;
-      if (typeof(this.doc) != 'undefined') {
-        docRef = this.doc;
-      }
-      docsLoaded += preload(docRef, &quot;doc&quot;, &quot;document&quot;);
-        
-       if (docsLoaded == 1) {
-          setUpPageStatus = 'complete';
-       }
-    } catch(ex) {
-            catchInitializationError(builder, ex);
-        setUpPageStatus = 'complete';
-    }
-}
-
-
-
-//
-//   This method is called on the completion of 
-//      each asychronous load started in setUpTests.
-//
-//   When every synchronous loaded document has completed,
-//      the page status is changed which allows the
-//      body of the test to be executed.
-function loadComplete() {
-    if (++docsLoaded == 1) {
-        setUpPageStatus = 'complete';
-    }
-}
-
-
-/**
-* 
-Checks that Node.isSupported(&quot;hTmL&quot;, null) returns true.
-
-* @author Curt Arnold
-* @see http://www.w3.org/TR/DOM-Level-2-Core/core#Level-2-Core-Node-supports
-* @see http://www.w3.org/TR/DOM-Level-2-HTML/html#ID-26809268
-*/
-function HTMLDocument22() {
-   var success;
-    if(checkInitialization(builder, &quot;HTMLDocument22&quot;) != null) return;
-    var doc;
-      var state;
-      var version = null;
-
-      
-      var docRef = null;
-      if (typeof(this.doc) != 'undefined') {
-        docRef = this.doc;
-      }
-      doc = load(docRef, &quot;doc&quot;, &quot;document&quot;);
-      state = doc.isSupported(&quot;hTmL&quot;,version);
-      assertTrue(&quot;isSupportedHTML&quot;,state);
-
-}
-
-
-
-
-function runTest() {
-   HTMLDocument22();
-}
</del></span></pre></div>
<a id="trunkLayoutTestsdomxhtmllevel2htmlHTMLDocument22xhtml"></a>
<div class="delfile"><h4>Deleted: trunk/LayoutTests/dom/xhtml/level2/html/HTMLDocument22.xhtml (195354 => 195355)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/dom/xhtml/level2/html/HTMLDocument22.xhtml        2016-01-20 13:25:19 UTC (rev 195354)
+++ trunk/LayoutTests/dom/xhtml/level2/html/HTMLDocument22.xhtml        2016-01-20 17:16:34 UTC (rev 195355)
</span><span class="lines">@@ -1,39 +0,0 @@
</span><del>-&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot;?&gt;
-&lt;!DOCTYPE html
-   PUBLIC &quot;-//W3C//DTD XHTML 1.0 Transitional//EN&quot;
-   &quot;xhtml1-transitional.dtd&quot;&gt;
-&lt;html xmlns='http://www.w3.org/1999/xhtml'&gt;
-&lt;head&gt;
-&lt;title&gt;NIST DOM HTML Test - DOCUMENT&lt;/title&gt;
-&lt;script type='text/javascript' src='selfxhtml.js'&gt;&lt;/script&gt;&lt;script charset='UTF-8' type='text/javascript' src='HTMLDocument22.js'&gt;&lt;/script&gt;&lt;script type='text/javascript'&gt;function loadComplete() { startTest(); }&lt;/script&gt;&lt;/head&gt;
-&lt;body onload=&quot;loadComplete()&quot; id=&quot;TEST-BODY&quot;&gt; 
-&lt;form id=&quot;form1&quot; accept-charset=&quot;US-ASCII&quot; action=&quot;./files/getData.pl&quot; enctype=&quot;application/x-www-form-urlencoded&quot; method=&quot;post&quot;&gt;
-&lt;p&gt;
-&lt;textarea name=&quot;text1&quot; cols=&quot;20&quot; rows=&quot;7&quot;&gt;&lt;/textarea&gt;
-&lt;input type=&quot;submit&quot; name=&quot;submit1&quot; value=&quot;Submit&quot; /&gt;
-&lt;input type=&quot;reset&quot; name=&quot;submit2&quot; value=&quot;Reset&quot; /&gt;
-&lt;/p&gt;
-&lt;/form&gt;
-&lt;p&gt;
-&lt;map name=&quot;mapid&quot; id=&quot;mapid&quot;&gt;
-&lt;area tabindex=&quot;10&quot; accesskey=&quot;a&quot; shape=&quot;rect&quot; alt=&quot;Domain&quot; coords=&quot;0,2,45,45&quot; href=&quot;./files/dletter.html&quot; title=&quot;Domain1&quot; /&gt;
-&lt;area tabindex=&quot;10&quot; accesskey=&quot;a&quot; shape=&quot;rect&quot; alt=&quot;Domain&quot; coords=&quot;0,2,45,45&quot; href=&quot;./files/dletter.html&quot; title=&quot;Domain2&quot; /&gt;
-&lt;/map&gt;
-&lt;/p&gt;
-&lt;p&gt;
-&lt;img id=&quot;IMAGE-1&quot; src=&quot;./pix/dts.gif&quot; alt=&quot;DTS IMAGE LOGO&quot; longdesc=&quot;./files/desc.html&quot; usemap=&quot;#DTS-MAP&quot; width=&quot;115&quot;/&gt;
-&lt;/p&gt;
-&lt;p&gt;
-&lt;object data=&quot;./pix/line.gif&quot; codetype=&quot;image/gif&quot; height=&quot;10&quot;&gt;
-&lt;applet alt=&quot;Applet Number 1&quot; code=&quot;applet1.class&quot; width=&quot;10&quot; height=&quot;10&quot;&gt;&lt;/applet&gt;
-&lt;/object&gt;
-&lt;object data=&quot;./pix/logo.gif&quot; type=&quot;image/gif&quot;&gt;
-&lt;applet alt=&quot;Applet Number 2&quot; code=&quot;applet2.class&quot; width=&quot;10&quot; height=&quot;10&quot;&gt;&lt;/applet&gt;
-&lt;/object&gt;
-&lt;/p&gt;
-&lt;p&gt;
-&lt;a id=&quot;Anchor&quot; dir=&quot;ltr&quot; href=&quot;./pix/submit.gif&quot; accesskey=&quot;g&quot; type=&quot;image/gif&quot; coords=&quot;0,0,100,100&quot; shape=&quot;rect&quot; rel=&quot;GLOSSARY&quot; rev=&quot;STYLESHEET&quot; hreflang=&quot;en&quot; charset=&quot;US-ASCII&quot; tabindex=&quot;22&quot; name=&quot;Anchor&quot;&gt;View Submit Button&lt;/a&gt;
-&lt;/p&gt;
-&lt;/body&gt;
-&lt;/html&gt;
-
</del></span></pre></div>
<a id="trunkLayoutTestsdomxhtmllevel2htmlHTMLDocument23expectedtxt"></a>
<div class="delfile"><h4>Deleted: trunk/LayoutTests/dom/xhtml/level2/html/HTMLDocument23-expected.txt (195354 => 195355)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/dom/xhtml/level2/html/HTMLDocument23-expected.txt        2016-01-20 13:25:19 UTC (rev 195354)
+++ trunk/LayoutTests/dom/xhtml/level2/html/HTMLDocument23-expected.txt        2016-01-20 17:16:34 UTC (rev 195355)
</span><span class="lines">@@ -1,2 +0,0 @@
</span><del>-Test        http://www.w3.org/2001/DOM-Test-Suite/level2/html/HTMLDocument23
-Status        Success
</del></span></pre></div>
<a id="trunkLayoutTestsdomxhtmllevel2htmlHTMLDocument23js"></a>
<div class="delfile"><h4>Deleted: trunk/LayoutTests/dom/xhtml/level2/html/HTMLDocument23.js (195354 => 195355)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/dom/xhtml/level2/html/HTMLDocument23.js        2016-01-20 13:25:19 UTC (rev 195354)
+++ trunk/LayoutTests/dom/xhtml/level2/html/HTMLDocument23.js        2016-01-20 17:16:34 UTC (rev 195355)
</span><span class="lines">@@ -1,106 +0,0 @@
</span><del>-
-/*
-Copyright Â© 2001-2004 World Wide Web Consortium, 
-(Massachusetts Institute of Technology, European Research Consortium 
-for Informatics and Mathematics, Keio University). All 
-Rights Reserved. This work is distributed under the W3C® Software License [1] in the 
-hope that it will be useful, but WITHOUT ANY WARRANTY; without even 
-the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. 
-
-[1] http://www.w3.org/Consortium/Legal/2002/copyright-software-20021231
-*/
-
-
-
-   /**
-    *  Gets URI that identifies the test.
-    *  @return uri identifier of test
-    */
-function getTargetURI() {
-      return &quot;http://www.w3.org/2001/DOM-Test-Suite/level2/html/HTMLDocument23&quot;;
-   }
-
-var docsLoaded = -1000000;
-var builder = null;
-
-//
-//   This function is called by the testing framework before
-//      running the test suite.
-//
-//   If there are no configuration exceptions, asynchronous
-//        document loading is started.  Otherwise, the status
-//        is set to complete and the exception is immediately
-//        raised when entering the body of the test.
-//
-function setUpPage() {
-   setUpPageStatus = 'running';
-   try {
-     //
-     //   creates test document builder, may throw exception
-     //
-     builder = createConfiguredBuilder();
-
-      docsLoaded = 0;
-      
-      var docRef = null;
-      if (typeof(this.doc) != 'undefined') {
-        docRef = this.doc;
-      }
-      docsLoaded += preload(docRef, &quot;doc&quot;, &quot;document&quot;);
-        
-       if (docsLoaded == 1) {
-          setUpPageStatus = 'complete';
-       }
-    } catch(ex) {
-            catchInitializationError(builder, ex);
-        setUpPageStatus = 'complete';
-    }
-}
-
-
-
-//
-//   This method is called on the completion of 
-//      each asychronous load started in setUpTests.
-//
-//   When every synchronous loaded document has completed,
-//      the page status is changed which allows the
-//      body of the test to be executed.
-function loadComplete() {
-    if (++docsLoaded == 1) {
-        setUpPageStatus = 'complete';
-    }
-}
-
-
-/**
-* 
-Checks that Node.isSupported(&quot;hTmL&quot;, &quot;2.0&quot;) returns true.
-
-* @author Curt Arnold
-* @see http://www.w3.org/TR/DOM-Level-2-Core/core#Level-2-Core-Node-supports
-* @see http://www.w3.org/TR/DOM-Level-2-HTML/html#ID-26809268
-*/
-function HTMLDocument23() {
-   var success;
-    if(checkInitialization(builder, &quot;HTMLDocument23&quot;) != null) return;
-    var doc;
-      var state;
-      var version = &quot;2.0&quot;;
-      
-      var docRef = null;
-      if (typeof(this.doc) != 'undefined') {
-        docRef = this.doc;
-      }
-      doc = load(docRef, &quot;doc&quot;, &quot;document&quot;);
-      state = doc.isSupported(&quot;hTmL&quot;,version);
-      assertTrue(&quot;isSupportedHTML&quot;,state);
-
-}
-
-
-
-
-function runTest() {
-   HTMLDocument23();
-}
</del></span></pre></div>
<a id="trunkLayoutTestsdomxhtmllevel2htmlHTMLDocument23xhtml"></a>
<div class="delfile"><h4>Deleted: trunk/LayoutTests/dom/xhtml/level2/html/HTMLDocument23.xhtml (195354 => 195355)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/dom/xhtml/level2/html/HTMLDocument23.xhtml        2016-01-20 13:25:19 UTC (rev 195354)
+++ trunk/LayoutTests/dom/xhtml/level2/html/HTMLDocument23.xhtml        2016-01-20 17:16:34 UTC (rev 195355)
</span><span class="lines">@@ -1,39 +0,0 @@
</span><del>-&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot;?&gt;
-&lt;!DOCTYPE html
-   PUBLIC &quot;-//W3C//DTD XHTML 1.0 Transitional//EN&quot;
-   &quot;xhtml1-transitional.dtd&quot;&gt;
-&lt;html xmlns='http://www.w3.org/1999/xhtml'&gt;
-&lt;head&gt;
-&lt;title&gt;NIST DOM HTML Test - DOCUMENT&lt;/title&gt;
-&lt;script type='text/javascript' src='selfxhtml.js'&gt;&lt;/script&gt;&lt;script charset='UTF-8' type='text/javascript' src='HTMLDocument23.js'&gt;&lt;/script&gt;&lt;script type='text/javascript'&gt;function loadComplete() { startTest(); }&lt;/script&gt;&lt;/head&gt;
-&lt;body onload=&quot;loadComplete()&quot; id=&quot;TEST-BODY&quot;&gt; 
-&lt;form id=&quot;form1&quot; accept-charset=&quot;US-ASCII&quot; action=&quot;./files/getData.pl&quot; enctype=&quot;application/x-www-form-urlencoded&quot; method=&quot;post&quot;&gt;
-&lt;p&gt;
-&lt;textarea name=&quot;text1&quot; cols=&quot;20&quot; rows=&quot;7&quot;&gt;&lt;/textarea&gt;
-&lt;input type=&quot;submit&quot; name=&quot;submit1&quot; value=&quot;Submit&quot; /&gt;
-&lt;input type=&quot;reset&quot; name=&quot;submit2&quot; value=&quot;Reset&quot; /&gt;
-&lt;/p&gt;
-&lt;/form&gt;
-&lt;p&gt;
-&lt;map name=&quot;mapid&quot; id=&quot;mapid&quot;&gt;
-&lt;area tabindex=&quot;10&quot; accesskey=&quot;a&quot; shape=&quot;rect&quot; alt=&quot;Domain&quot; coords=&quot;0,2,45,45&quot; href=&quot;./files/dletter.html&quot; title=&quot;Domain1&quot; /&gt;
-&lt;area tabindex=&quot;10&quot; accesskey=&quot;a&quot; shape=&quot;rect&quot; alt=&quot;Domain&quot; coords=&quot;0,2,45,45&quot; href=&quot;./files/dletter.html&quot; title=&quot;Domain2&quot; /&gt;
-&lt;/map&gt;
-&lt;/p&gt;
-&lt;p&gt;
-&lt;img id=&quot;IMAGE-1&quot; src=&quot;./pix/dts.gif&quot; alt=&quot;DTS IMAGE LOGO&quot; longdesc=&quot;./files/desc.html&quot; usemap=&quot;#DTS-MAP&quot; width=&quot;115&quot;/&gt;
-&lt;/p&gt;
-&lt;p&gt;
-&lt;object data=&quot;./pix/line.gif&quot; codetype=&quot;image/gif&quot; height=&quot;10&quot;&gt;
-&lt;applet alt=&quot;Applet Number 1&quot; code=&quot;applet1.class&quot; width=&quot;10&quot; height=&quot;10&quot;&gt;&lt;/applet&gt;
-&lt;/object&gt;
-&lt;object data=&quot;./pix/logo.gif&quot; type=&quot;image/gif&quot;&gt;
-&lt;applet alt=&quot;Applet Number 2&quot; code=&quot;applet2.class&quot; width=&quot;10&quot; height=&quot;10&quot;&gt;&lt;/applet&gt;
-&lt;/object&gt;
-&lt;/p&gt;
-&lt;p&gt;
-&lt;a id=&quot;Anchor&quot; dir=&quot;ltr&quot; href=&quot;./pix/submit.gif&quot; accesskey=&quot;g&quot; type=&quot;image/gif&quot; coords=&quot;0,0,100,100&quot; shape=&quot;rect&quot; rel=&quot;GLOSSARY&quot; rev=&quot;STYLESHEET&quot; hreflang=&quot;en&quot; charset=&quot;US-ASCII&quot; tabindex=&quot;22&quot; name=&quot;Anchor&quot;&gt;View Submit Button&lt;/a&gt;
-&lt;/p&gt;
-&lt;/body&gt;
-&lt;/html&gt;
-
</del></span></pre></div>
<a id="trunkLayoutTestsdomxhtmllevel2htmlHTMLDocument24expectedtxt"></a>
<div class="delfile"><h4>Deleted: trunk/LayoutTests/dom/xhtml/level2/html/HTMLDocument24-expected.txt (195354 => 195355)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/dom/xhtml/level2/html/HTMLDocument24-expected.txt        2016-01-20 13:25:19 UTC (rev 195354)
+++ trunk/LayoutTests/dom/xhtml/level2/html/HTMLDocument24-expected.txt        2016-01-20 17:16:34 UTC (rev 195355)
</span><span class="lines">@@ -1,2 +0,0 @@
</span><del>-Test        http://www.w3.org/2001/DOM-Test-Suite/level2/html/HTMLDocument24
-Status        Success
</del></span></pre></div>
<a id="trunkLayoutTestsdomxhtmllevel2htmlHTMLDocument24js"></a>
<div class="delfile"><h4>Deleted: trunk/LayoutTests/dom/xhtml/level2/html/HTMLDocument24.js (195354 => 195355)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/dom/xhtml/level2/html/HTMLDocument24.js        2016-01-20 13:25:19 UTC (rev 195354)
+++ trunk/LayoutTests/dom/xhtml/level2/html/HTMLDocument24.js        2016-01-20 17:16:34 UTC (rev 195355)
</span><span class="lines">@@ -1,109 +0,0 @@
</span><del>-
-/*
-Copyright Â© 2001-2004 World Wide Web Consortium, 
-(Massachusetts Institute of Technology, European Research Consortium 
-for Informatics and Mathematics, Keio University). All 
-Rights Reserved. This work is distributed under the W3C® Software License [1] in the 
-hope that it will be useful, but WITHOUT ANY WARRANTY; without even 
-the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. 
-
-[1] http://www.w3.org/Consortium/Legal/2002/copyright-software-20021231
-*/
-
-
-
-   /**
-    *  Gets URI that identifies the test.
-    *  @return uri identifier of test
-    */
-function getTargetURI() {
-      return &quot;http://www.w3.org/2001/DOM-Test-Suite/level2/html/HTMLDocument24&quot;;
-   }
-
-var docsLoaded = -1000000;
-var builder = null;
-
-//
-//   This function is called by the testing framework before
-//      running the test suite.
-//
-//   If there are no configuration exceptions, asynchronous
-//        document loading is started.  Otherwise, the status
-//        is set to complete and the exception is immediately
-//        raised when entering the body of the test.
-//
-function setUpPage() {
-   setUpPageStatus = 'running';
-   try {
-     //
-     //   creates test document builder, may throw exception
-     //
-     builder = createConfiguredBuilder();
-
-      docsLoaded = 0;
-      
-      var docRef = null;
-      if (typeof(this.doc) != 'undefined') {
-        docRef = this.doc;
-      }
-      docsLoaded += preload(docRef, &quot;doc&quot;, &quot;document&quot;);
-        
-       if (docsLoaded == 1) {
-          setUpPageStatus = 'complete';
-       }
-    } catch(ex) {
-            catchInitializationError(builder, ex);
-        setUpPageStatus = 'complete';
-    }
-}
-
-
-
-//
-//   This method is called on the completion of 
-//      each asychronous load started in setUpTests.
-//
-//   When every synchronous loaded document has completed,
-//      the page status is changed which allows the
-//      body of the test to be executed.
-function loadComplete() {
-    if (++docsLoaded == 1) {
-        setUpPageStatus = 'complete';
-    }
-}
-
-
-/**
-* 
-Checks that Node.isSupported(&quot;xhTmL&quot;, null) returns true if hasFeature(&quot;XML&quot;, null) is true.
-
-* @author Curt Arnold
-* @see http://www.w3.org/TR/DOM-Level-2-Core/core#Level-2-Core-Node-supports
-* @see http://www.w3.org/TR/DOM-Level-2-HTML/html#ID-26809268
-*/
-function HTMLDocument24() {
-   var success;
-    if(checkInitialization(builder, &quot;HTMLDocument24&quot;) != null) return;
-    var doc;
-      var state;
-      var hasXML;
-      var version = null;
-
-      
-      var docRef = null;
-      if (typeof(this.doc) != 'undefined') {
-        docRef = this.doc;
-      }
-      doc = load(docRef, &quot;doc&quot;, &quot;document&quot;);
-      hasXML = doc.isSupported(&quot;XML&quot;,version);
-      state = doc.isSupported(&quot;xhTmL&quot;,version);
-      assertEquals(&quot;isSupportedXHTML&quot;,hasXML,state);
-       
-}
-
-
-
-
-function runTest() {
-   HTMLDocument24();
-}
</del></span></pre></div>
<a id="trunkLayoutTestsdomxhtmllevel2htmlHTMLDocument24xhtml"></a>
<div class="delfile"><h4>Deleted: trunk/LayoutTests/dom/xhtml/level2/html/HTMLDocument24.xhtml (195354 => 195355)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/dom/xhtml/level2/html/HTMLDocument24.xhtml        2016-01-20 13:25:19 UTC (rev 195354)
+++ trunk/LayoutTests/dom/xhtml/level2/html/HTMLDocument24.xhtml        2016-01-20 17:16:34 UTC (rev 195355)
</span><span class="lines">@@ -1,39 +0,0 @@
</span><del>-&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot;?&gt;
-&lt;!DOCTYPE html
-   PUBLIC &quot;-//W3C//DTD XHTML 1.0 Transitional//EN&quot;
-   &quot;xhtml1-transitional.dtd&quot;&gt;
-&lt;html xmlns='http://www.w3.org/1999/xhtml'&gt;
-&lt;head&gt;
-&lt;title&gt;NIST DOM HTML Test - DOCUMENT&lt;/title&gt;
-&lt;script type='text/javascript' src='selfxhtml.js'&gt;&lt;/script&gt;&lt;script charset='UTF-8' type='text/javascript' src='HTMLDocument24.js'&gt;&lt;/script&gt;&lt;script type='text/javascript'&gt;function loadComplete() { startTest(); }&lt;/script&gt;&lt;/head&gt;
-&lt;body onload=&quot;loadComplete()&quot; id=&quot;TEST-BODY&quot;&gt; 
-&lt;form id=&quot;form1&quot; accept-charset=&quot;US-ASCII&quot; action=&quot;./files/getData.pl&quot; enctype=&quot;application/x-www-form-urlencoded&quot; method=&quot;post&quot;&gt;
-&lt;p&gt;
-&lt;textarea name=&quot;text1&quot; cols=&quot;20&quot; rows=&quot;7&quot;&gt;&lt;/textarea&gt;
-&lt;input type=&quot;submit&quot; name=&quot;submit1&quot; value=&quot;Submit&quot; /&gt;
-&lt;input type=&quot;reset&quot; name=&quot;submit2&quot; value=&quot;Reset&quot; /&gt;
-&lt;/p&gt;
-&lt;/form&gt;
-&lt;p&gt;
-&lt;map name=&quot;mapid&quot; id=&quot;mapid&quot;&gt;
-&lt;area tabindex=&quot;10&quot; accesskey=&quot;a&quot; shape=&quot;rect&quot; alt=&quot;Domain&quot; coords=&quot;0,2,45,45&quot; href=&quot;./files/dletter.html&quot; title=&quot;Domain1&quot; /&gt;
-&lt;area tabindex=&quot;10&quot; accesskey=&quot;a&quot; shape=&quot;rect&quot; alt=&quot;Domain&quot; coords=&quot;0,2,45,45&quot; href=&quot;./files/dletter.html&quot; title=&quot;Domain2&quot; /&gt;
-&lt;/map&gt;
-&lt;/p&gt;
-&lt;p&gt;
-&lt;img id=&quot;IMAGE-1&quot; src=&quot;./pix/dts.gif&quot; alt=&quot;DTS IMAGE LOGO&quot; longdesc=&quot;./files/desc.html&quot; usemap=&quot;#DTS-MAP&quot; width=&quot;115&quot;/&gt;
-&lt;/p&gt;
-&lt;p&gt;
-&lt;object data=&quot;./pix/line.gif&quot; codetype=&quot;image/gif&quot; height=&quot;10&quot;&gt;
-&lt;applet alt=&quot;Applet Number 1&quot; code=&quot;applet1.class&quot; width=&quot;10&quot; height=&quot;10&quot;&gt;&lt;/applet&gt;
-&lt;/object&gt;
-&lt;object data=&quot;./pix/logo.gif&quot; type=&quot;image/gif&quot;&gt;
-&lt;applet alt=&quot;Applet Number 2&quot; code=&quot;applet2.class&quot; width=&quot;10&quot; height=&quot;10&quot;&gt;&lt;/applet&gt;
-&lt;/object&gt;
-&lt;/p&gt;
-&lt;p&gt;
-&lt;a id=&quot;Anchor&quot; dir=&quot;ltr&quot; href=&quot;./pix/submit.gif&quot; accesskey=&quot;g&quot; type=&quot;image/gif&quot; coords=&quot;0,0,100,100&quot; shape=&quot;rect&quot; rel=&quot;GLOSSARY&quot; rev=&quot;STYLESHEET&quot; hreflang=&quot;en&quot; charset=&quot;US-ASCII&quot; tabindex=&quot;22&quot; name=&quot;Anchor&quot;&gt;View Submit Button&lt;/a&gt;
-&lt;/p&gt;
-&lt;/body&gt;
-&lt;/html&gt;
-
</del></span></pre></div>
<a id="trunkLayoutTestsdomxhtmllevel2htmlHTMLDocument25expectedtxt"></a>
<div class="delfile"><h4>Deleted: trunk/LayoutTests/dom/xhtml/level2/html/HTMLDocument25-expected.txt (195354 => 195355)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/dom/xhtml/level2/html/HTMLDocument25-expected.txt        2016-01-20 13:25:19 UTC (rev 195354)
+++ trunk/LayoutTests/dom/xhtml/level2/html/HTMLDocument25-expected.txt        2016-01-20 17:16:34 UTC (rev 195355)
</span><span class="lines">@@ -1,2 +0,0 @@
</span><del>-Test        http://www.w3.org/2001/DOM-Test-Suite/level2/html/HTMLDocument25
-Status        Success
</del></span></pre></div>
<a id="trunkLayoutTestsdomxhtmllevel2htmlHTMLDocument25js"></a>
<div class="delfile"><h4>Deleted: trunk/LayoutTests/dom/xhtml/level2/html/HTMLDocument25.js (195354 => 195355)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/dom/xhtml/level2/html/HTMLDocument25.js        2016-01-20 13:25:19 UTC (rev 195354)
+++ trunk/LayoutTests/dom/xhtml/level2/html/HTMLDocument25.js        2016-01-20 17:16:34 UTC (rev 195355)
</span><span class="lines">@@ -1,108 +0,0 @@
</span><del>-
-/*
-Copyright Â© 2001-2004 World Wide Web Consortium, 
-(Massachusetts Institute of Technology, European Research Consortium 
-for Informatics and Mathematics, Keio University). All 
-Rights Reserved. This work is distributed under the W3C® Software License [1] in the 
-hope that it will be useful, but WITHOUT ANY WARRANTY; without even 
-the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. 
-
-[1] http://www.w3.org/Consortium/Legal/2002/copyright-software-20021231
-*/
-
-
-
-   /**
-    *  Gets URI that identifies the test.
-    *  @return uri identifier of test
-    */
-function getTargetURI() {
-      return &quot;http://www.w3.org/2001/DOM-Test-Suite/level2/html/HTMLDocument25&quot;;
-   }
-
-var docsLoaded = -1000000;
-var builder = null;
-
-//
-//   This function is called by the testing framework before
-//      running the test suite.
-//
-//   If there are no configuration exceptions, asynchronous
-//        document loading is started.  Otherwise, the status
-//        is set to complete and the exception is immediately
-//        raised when entering the body of the test.
-//
-function setUpPage() {
-   setUpPageStatus = 'running';
-   try {
-     //
-     //   creates test document builder, may throw exception
-     //
-     builder = createConfiguredBuilder();
-
-      docsLoaded = 0;
-      
-      var docRef = null;
-      if (typeof(this.doc) != 'undefined') {
-        docRef = this.doc;
-      }
-      docsLoaded += preload(docRef, &quot;doc&quot;, &quot;document&quot;);
-        
-       if (docsLoaded == 1) {
-          setUpPageStatus = 'complete';
-       }
-    } catch(ex) {
-            catchInitializationError(builder, ex);
-        setUpPageStatus = 'complete';
-    }
-}
-
-
-
-//
-//   This method is called on the completion of 
-//      each asychronous load started in setUpTests.
-//
-//   When every synchronous loaded document has completed,
-//      the page status is changed which allows the
-//      body of the test to be executed.
-function loadComplete() {
-    if (++docsLoaded == 1) {
-        setUpPageStatus = 'complete';
-    }
-}
-
-
-/**
-* 
-Checks that Node.isSupported(&quot;xhTmL&quot;, &quot;2.0&quot;) returns true if hasFeature(&quot;XML&quot;, &quot;2.0&quot;) is true.
-
-* @author Curt Arnold
-* @see http://www.w3.org/TR/DOM-Level-2-Core/core#Level-2-Core-Node-supports
-* @see http://www.w3.org/TR/DOM-Level-2-HTML/html#ID-26809268
-*/
-function HTMLDocument25() {
-   var success;
-    if(checkInitialization(builder, &quot;HTMLDocument25&quot;) != null) return;
-    var doc;
-      var state;
-      var hasXML;
-      var version = &quot;2.0&quot;;
-      
-      var docRef = null;
-      if (typeof(this.doc) != 'undefined') {
-        docRef = this.doc;
-      }
-      doc = load(docRef, &quot;doc&quot;, &quot;document&quot;);
-      hasXML = doc.isSupported(&quot;XML&quot;,version);
-      state = doc.isSupported(&quot;xhTmL&quot;,version);
-      assertEquals(&quot;isSupportedXHTML&quot;,hasXML,state);
-       
-}
-
-
-
-
-function runTest() {
-   HTMLDocument25();
-}
</del></span></pre></div>
<a id="trunkLayoutTestsdomxhtmllevel2htmlHTMLDocument25xhtml"></a>
<div class="delfile"><h4>Deleted: trunk/LayoutTests/dom/xhtml/level2/html/HTMLDocument25.xhtml (195354 => 195355)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/dom/xhtml/level2/html/HTMLDocument25.xhtml        2016-01-20 13:25:19 UTC (rev 195354)
+++ trunk/LayoutTests/dom/xhtml/level2/html/HTMLDocument25.xhtml        2016-01-20 17:16:34 UTC (rev 195355)
</span><span class="lines">@@ -1,39 +0,0 @@
</span><del>-&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot;?&gt;
-&lt;!DOCTYPE html
-   PUBLIC &quot;-//W3C//DTD XHTML 1.0 Transitional//EN&quot;
-   &quot;xhtml1-transitional.dtd&quot;&gt;
-&lt;html xmlns='http://www.w3.org/1999/xhtml'&gt;
-&lt;head&gt;
-&lt;title&gt;NIST DOM HTML Test - DOCUMENT&lt;/title&gt;
-&lt;script type='text/javascript' src='selfxhtml.js'&gt;&lt;/script&gt;&lt;script charset='UTF-8' type='text/javascript' src='HTMLDocument25.js'&gt;&lt;/script&gt;&lt;script type='text/javascript'&gt;function loadComplete() { startTest(); }&lt;/script&gt;&lt;/head&gt;
-&lt;body onload=&quot;loadComplete()&quot; id=&quot;TEST-BODY&quot;&gt; 
-&lt;form id=&quot;form1&quot; accept-charset=&quot;US-ASCII&quot; action=&quot;./files/getData.pl&quot; enctype=&quot;application/x-www-form-urlencoded&quot; method=&quot;post&quot;&gt;
-&lt;p&gt;
-&lt;textarea name=&quot;text1&quot; cols=&quot;20&quot; rows=&quot;7&quot;&gt;&lt;/textarea&gt;
-&lt;input type=&quot;submit&quot; name=&quot;submit1&quot; value=&quot;Submit&quot; /&gt;
-&lt;input type=&quot;reset&quot; name=&quot;submit2&quot; value=&quot;Reset&quot; /&gt;
-&lt;/p&gt;
-&lt;/form&gt;
-&lt;p&gt;
-&lt;map name=&quot;mapid&quot; id=&quot;mapid&quot;&gt;
-&lt;area tabindex=&quot;10&quot; accesskey=&quot;a&quot; shape=&quot;rect&quot; alt=&quot;Domain&quot; coords=&quot;0,2,45,45&quot; href=&quot;./files/dletter.html&quot; title=&quot;Domain1&quot; /&gt;
-&lt;area tabindex=&quot;10&quot; accesskey=&quot;a&quot; shape=&quot;rect&quot; alt=&quot;Domain&quot; coords=&quot;0,2,45,45&quot; href=&quot;./files/dletter.html&quot; title=&quot;Domain2&quot; /&gt;
-&lt;/map&gt;
-&lt;/p&gt;
-&lt;p&gt;
-&lt;img id=&quot;IMAGE-1&quot; src=&quot;./pix/dts.gif&quot; alt=&quot;DTS IMAGE LOGO&quot; longdesc=&quot;./files/desc.html&quot; usemap=&quot;#DTS-MAP&quot; width=&quot;115&quot;/&gt;
-&lt;/p&gt;
-&lt;p&gt;
-&lt;object data=&quot;./pix/line.gif&quot; codetype=&quot;image/gif&quot; height=&quot;10&quot;&gt;
-&lt;applet alt=&quot;Applet Number 1&quot; code=&quot;applet1.class&quot; width=&quot;10&quot; height=&quot;10&quot;&gt;&lt;/applet&gt;
-&lt;/object&gt;
-&lt;object data=&quot;./pix/logo.gif&quot; type=&quot;image/gif&quot;&gt;
-&lt;applet alt=&quot;Applet Number 2&quot; code=&quot;applet2.class&quot; width=&quot;10&quot; height=&quot;10&quot;&gt;&lt;/applet&gt;
-&lt;/object&gt;
-&lt;/p&gt;
-&lt;p&gt;
-&lt;a id=&quot;Anchor&quot; dir=&quot;ltr&quot; href=&quot;./pix/submit.gif&quot; accesskey=&quot;g&quot; type=&quot;image/gif&quot; coords=&quot;0,0,100,100&quot; shape=&quot;rect&quot; rel=&quot;GLOSSARY&quot; rev=&quot;STYLESHEET&quot; hreflang=&quot;en&quot; charset=&quot;US-ASCII&quot; tabindex=&quot;22&quot; name=&quot;Anchor&quot;&gt;View Submit Button&lt;/a&gt;
-&lt;/p&gt;
-&lt;/body&gt;
-&lt;/html&gt;
-
</del></span></pre></div>
<a id="trunkLayoutTestsdomxhtmllevel2htmlHTMLDocument26expectedtxt"></a>
<div class="delfile"><h4>Deleted: trunk/LayoutTests/dom/xhtml/level2/html/HTMLDocument26-expected.txt (195354 => 195355)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/dom/xhtml/level2/html/HTMLDocument26-expected.txt        2016-01-20 13:25:19 UTC (rev 195354)
+++ trunk/LayoutTests/dom/xhtml/level2/html/HTMLDocument26-expected.txt        2016-01-20 17:16:34 UTC (rev 195355)
</span><span class="lines">@@ -1,2 +0,0 @@
</span><del>-Test        http://www.w3.org/2001/DOM-Test-Suite/level2/html/HTMLDocument26
-Status        Success
</del></span></pre></div>
<a id="trunkLayoutTestsdomxhtmllevel2htmlHTMLDocument26js"></a>
<div class="delfile"><h4>Deleted: trunk/LayoutTests/dom/xhtml/level2/html/HTMLDocument26.js (195354 => 195355)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/dom/xhtml/level2/html/HTMLDocument26.js        2016-01-20 13:25:19 UTC (rev 195354)
+++ trunk/LayoutTests/dom/xhtml/level2/html/HTMLDocument26.js        2016-01-20 17:16:34 UTC (rev 195355)
</span><span class="lines">@@ -1,107 +0,0 @@
</span><del>-
-/*
-Copyright Â© 2001-2004 World Wide Web Consortium, 
-(Massachusetts Institute of Technology, European Research Consortium 
-for Informatics and Mathematics, Keio University). All 
-Rights Reserved. This work is distributed under the W3C® Software License [1] in the 
-hope that it will be useful, but WITHOUT ANY WARRANTY; without even 
-the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. 
-
-[1] http://www.w3.org/Consortium/Legal/2002/copyright-software-20021231
-*/
-
-
-
-   /**
-    *  Gets URI that identifies the test.
-    *  @return uri identifier of test
-    */
-function getTargetURI() {
-      return &quot;http://www.w3.org/2001/DOM-Test-Suite/level2/html/HTMLDocument26&quot;;
-   }
-
-var docsLoaded = -1000000;
-var builder = null;
-
-//
-//   This function is called by the testing framework before
-//      running the test suite.
-//
-//   If there are no configuration exceptions, asynchronous
-//        document loading is started.  Otherwise, the status
-//        is set to complete and the exception is immediately
-//        raised when entering the body of the test.
-//
-function setUpPage() {
-   setUpPageStatus = 'running';
-   try {
-     //
-     //   creates test document builder, may throw exception
-     //
-     builder = createConfiguredBuilder();
-
-      docsLoaded = 0;
-      
-      var docRef = null;
-      if (typeof(this.doc) != 'undefined') {
-        docRef = this.doc;
-      }
-      docsLoaded += preload(docRef, &quot;doc&quot;, &quot;document&quot;);
-        
-       if (docsLoaded == 1) {
-          setUpPageStatus = 'complete';
-       }
-    } catch(ex) {
-            catchInitializationError(builder, ex);
-        setUpPageStatus = 'complete';
-    }
-}
-
-
-
-//
-//   This method is called on the completion of 
-//      each asychronous load started in setUpTests.
-//
-//   When every synchronous loaded document has completed,
-//      the page status is changed which allows the
-//      body of the test to be executed.
-function loadComplete() {
-    if (++docsLoaded == 1) {
-        setUpPageStatus = 'complete';
-    }
-}
-
-
-/**
-* 
-Checks that Node.isSupported(&quot;cOrE&quot;, null) returns true.
-
-* @author Curt Arnold
-* @see http://www.w3.org/TR/DOM-Level-2-Core/core#Level-2-Core-Node-supports
-* @see http://www.w3.org/TR/DOM-Level-2-HTML/html#ID-26809268
-*/
-function HTMLDocument26() {
-   var success;
-    if(checkInitialization(builder, &quot;HTMLDocument26&quot;) != null) return;
-    var doc;
-      var state;
-      var version = null;
-
-      
-      var docRef = null;
-      if (typeof(this.doc) != 'undefined') {
-        docRef = this.doc;
-      }
-      doc = load(docRef, &quot;doc&quot;, &quot;document&quot;);
-      state = doc.isSupported(&quot;cOrE&quot;,version);
-      assertTrue(&quot;isSupportedCore&quot;,state);
-
-}
-
-
-
-
-function runTest() {
-   HTMLDocument26();
-}
</del></span></pre></div>
<a id="trunkLayoutTestsdomxhtmllevel2htmlHTMLDocument26xhtml"></a>
<div class="delfile"><h4>Deleted: trunk/LayoutTests/dom/xhtml/level2/html/HTMLDocument26.xhtml (195354 => 195355)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/dom/xhtml/level2/html/HTMLDocument26.xhtml        2016-01-20 13:25:19 UTC (rev 195354)
+++ trunk/LayoutTests/dom/xhtml/level2/html/HTMLDocument26.xhtml        2016-01-20 17:16:34 UTC (rev 195355)
</span><span class="lines">@@ -1,39 +0,0 @@
</span><del>-&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot;?&gt;
-&lt;!DOCTYPE html
-   PUBLIC &quot;-//W3C//DTD XHTML 1.0 Transitional//EN&quot;
-   &quot;xhtml1-transitional.dtd&quot;&gt;
-&lt;html xmlns='http://www.w3.org/1999/xhtml'&gt;
-&lt;head&gt;
-&lt;title&gt;NIST DOM HTML Test - DOCUMENT&lt;/title&gt;
-&lt;script type='text/javascript' src='selfxhtml.js'&gt;&lt;/script&gt;&lt;script charset='UTF-8' type='text/javascript' src='HTMLDocument26.js'&gt;&lt;/script&gt;&lt;script type='text/javascript'&gt;function loadComplete() { startTest(); }&lt;/script&gt;&lt;/head&gt;
-&lt;body onload=&quot;loadComplete()&quot; id=&quot;TEST-BODY&quot;&gt; 
-&lt;form id=&quot;form1&quot; accept-charset=&quot;US-ASCII&quot; action=&quot;./files/getData.pl&quot; enctype=&quot;application/x-www-form-urlencoded&quot; method=&quot;post&quot;&gt;
-&lt;p&gt;
-&lt;textarea name=&quot;text1&quot; cols=&quot;20&quot; rows=&quot;7&quot;&gt;&lt;/textarea&gt;
-&lt;input type=&quot;submit&quot; name=&quot;submit1&quot; value=&quot;Submit&quot; /&gt;
-&lt;input type=&quot;reset&quot; name=&quot;submit2&quot; value=&quot;Reset&quot; /&gt;
-&lt;/p&gt;
-&lt;/form&gt;
-&lt;p&gt;
-&lt;map name=&quot;mapid&quot; id=&quot;mapid&quot;&gt;
-&lt;area tabindex=&quot;10&quot; accesskey=&quot;a&quot; shape=&quot;rect&quot; alt=&quot;Domain&quot; coords=&quot;0,2,45,45&quot; href=&quot;./files/dletter.html&quot; title=&quot;Domain1&quot; /&gt;
-&lt;area tabindex=&quot;10&quot; accesskey=&quot;a&quot; shape=&quot;rect&quot; alt=&quot;Domain&quot; coords=&quot;0,2,45,45&quot; href=&quot;./files/dletter.html&quot; title=&quot;Domain2&quot; /&gt;
-&lt;/map&gt;
-&lt;/p&gt;
-&lt;p&gt;
-&lt;img id=&quot;IMAGE-1&quot; src=&quot;./pix/dts.gif&quot; alt=&quot;DTS IMAGE LOGO&quot; longdesc=&quot;./files/desc.html&quot; usemap=&quot;#DTS-MAP&quot; width=&quot;115&quot;/&gt;
-&lt;/p&gt;
-&lt;p&gt;
-&lt;object data=&quot;./pix/line.gif&quot; codetype=&quot;image/gif&quot; height=&quot;10&quot;&gt;
-&lt;applet alt=&quot;Applet Number 1&quot; code=&quot;applet1.class&quot; width=&quot;10&quot; height=&quot;10&quot;&gt;&lt;/applet&gt;
-&lt;/object&gt;
-&lt;object data=&quot;./pix/logo.gif&quot; type=&quot;image/gif&quot;&gt;
-&lt;applet alt=&quot;Applet Number 2&quot; code=&quot;applet2.class&quot; width=&quot;10&quot; height=&quot;10&quot;&gt;&lt;/applet&gt;
-&lt;/object&gt;
-&lt;/p&gt;
-&lt;p&gt;
-&lt;a id=&quot;Anchor&quot; dir=&quot;ltr&quot; href=&quot;./pix/submit.gif&quot; accesskey=&quot;g&quot; type=&quot;image/gif&quot; coords=&quot;0,0,100,100&quot; shape=&quot;rect&quot; rel=&quot;GLOSSARY&quot; rev=&quot;STYLESHEET&quot; hreflang=&quot;en&quot; charset=&quot;US-ASCII&quot; tabindex=&quot;22&quot; name=&quot;Anchor&quot;&gt;View Submit Button&lt;/a&gt;
-&lt;/p&gt;
-&lt;/body&gt;
-&lt;/html&gt;
-
</del></span></pre></div>
<a id="trunkLayoutTestsdomxhtmllevel2htmlHTMLDocument27expectedtxt"></a>
<div class="delfile"><h4>Deleted: trunk/LayoutTests/dom/xhtml/level2/html/HTMLDocument27-expected.txt (195354 => 195355)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/dom/xhtml/level2/html/HTMLDocument27-expected.txt        2016-01-20 13:25:19 UTC (rev 195354)
+++ trunk/LayoutTests/dom/xhtml/level2/html/HTMLDocument27-expected.txt        2016-01-20 17:16:34 UTC (rev 195355)
</span><span class="lines">@@ -1,2 +0,0 @@
</span><del>-Test        http://www.w3.org/2001/DOM-Test-Suite/level2/html/HTMLDocument27
-Status        Success
</del></span></pre></div>
<a id="trunkLayoutTestsdomxhtmllevel2htmlHTMLDocument27js"></a>
<div class="delfile"><h4>Deleted: trunk/LayoutTests/dom/xhtml/level2/html/HTMLDocument27.js (195354 => 195355)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/dom/xhtml/level2/html/HTMLDocument27.js        2016-01-20 13:25:19 UTC (rev 195354)
+++ trunk/LayoutTests/dom/xhtml/level2/html/HTMLDocument27.js        2016-01-20 17:16:34 UTC (rev 195355)
</span><span class="lines">@@ -1,106 +0,0 @@
</span><del>-
-/*
-Copyright Â© 2001-2004 World Wide Web Consortium, 
-(Massachusetts Institute of Technology, European Research Consortium 
-for Informatics and Mathematics, Keio University). All 
-Rights Reserved. This work is distributed under the W3C® Software License [1] in the 
-hope that it will be useful, but WITHOUT ANY WARRANTY; without even 
-the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. 
-
-[1] http://www.w3.org/Consortium/Legal/2002/copyright-software-20021231
-*/
-
-
-
-   /**
-    *  Gets URI that identifies the test.
-    *  @return uri identifier of test
-    */
-function getTargetURI() {
-      return &quot;http://www.w3.org/2001/DOM-Test-Suite/level2/html/HTMLDocument27&quot;;
-   }
-
-var docsLoaded = -1000000;
-var builder = null;
-
-//
-//   This function is called by the testing framework before
-//      running the test suite.
-//
-//   If there are no configuration exceptions, asynchronous
-//        document loading is started.  Otherwise, the status
-//        is set to complete and the exception is immediately
-//        raised when entering the body of the test.
-//
-function setUpPage() {
-   setUpPageStatus = 'running';
-   try {
-     //
-     //   creates test document builder, may throw exception
-     //
-     builder = createConfiguredBuilder();
-
-      docsLoaded = 0;
-      
-      var docRef = null;
-      if (typeof(this.doc) != 'undefined') {
-        docRef = this.doc;
-      }
-      docsLoaded += preload(docRef, &quot;doc&quot;, &quot;document&quot;);
-        
-       if (docsLoaded == 1) {
-          setUpPageStatus = 'complete';
-       }
-    } catch(ex) {
-            catchInitializationError(builder, ex);
-        setUpPageStatus = 'complete';
-    }
-}
-
-
-
-//
-//   This method is called on the completion of 
-//      each asychronous load started in setUpTests.
-//
-//   When every synchronous loaded document has completed,
-//      the page status is changed which allows the
-//      body of the test to be executed.
-function loadComplete() {
-    if (++docsLoaded == 1) {
-        setUpPageStatus = 'complete';
-    }
-}
-
-
-/**
-* 
-Checks that Node.isSupported(&quot;cOrE&quot;, &quot;2.0&quot;) returns true.
-
-* @author Curt Arnold
-* @see http://www.w3.org/TR/DOM-Level-2-Core/core#Level-2-Core-Node-supports
-* @see http://www.w3.org/TR/DOM-Level-2-HTML/html#ID-26809268
-*/
-function HTMLDocument27() {
-   var success;
-    if(checkInitialization(builder, &quot;HTMLDocument27&quot;) != null) return;
-    var doc;
-      var state;
-      var version = &quot;2.0&quot;;
-      
-      var docRef = null;
-      if (typeof(this.doc) != 'undefined') {
-        docRef = this.doc;
-      }
-      doc = load(docRef, &quot;doc&quot;, &quot;document&quot;);
-      state = doc.isSupported(&quot;cOrE&quot;,version);
-      assertTrue(&quot;isSupportedCore&quot;,state);
-
-}
-
-
-
-
-function runTest() {
-   HTMLDocument27();
-}
</del></span></pre></div>
<a id="trunkLayoutTestsdomxhtmllevel2htmlHTMLDocument27xhtml"></a>
<div class="delfile"><h4>Deleted: trunk/LayoutTests/dom/xhtml/level2/html/HTMLDocument27.xhtml (195354 => 195355)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/dom/xhtml/level2/html/HTMLDocument27.xhtml        2016-01-20 13:25:19 UTC (rev 195354)
+++ trunk/LayoutTests/dom/xhtml/level2/html/HTMLDocument27.xhtml        2016-01-20 17:16:34 UTC (rev 195355)
</span><span class="lines">@@ -1,39 +0,0 @@
</span><del>-&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot;?&gt;
-&lt;!DOCTYPE html
-   PUBLIC &quot;-//W3C//DTD XHTML 1.0 Transitional//EN&quot;
-   &quot;xhtml1-transitional.dtd&quot;&gt;
-&lt;html xmlns='http://www.w3.org/1999/xhtml'&gt;
-&lt;head&gt;
-&lt;title&gt;NIST DOM HTML Test - DOCUMENT&lt;/title&gt;
-&lt;script type='text/javascript' src='selfxhtml.js'&gt;&lt;/script&gt;&lt;script charset='UTF-8' type='text/javascript' src='HTMLDocument27.js'&gt;&lt;/script&gt;&lt;script type='text/javascript'&gt;function loadComplete() { startTest(); }&lt;/script&gt;&lt;/head&gt;
-&lt;body onload=&quot;loadComplete()&quot; id=&quot;TEST-BODY&quot;&gt; 
-&lt;form id=&quot;form1&quot; accept-charset=&quot;US-ASCII&quot; action=&quot;./files/getData.pl&quot; enctype=&quot;application/x-www-form-urlencoded&quot; method=&quot;post&quot;&gt;
-&lt;p&gt;
-&lt;textarea name=&quot;text1&quot; cols=&quot;20&quot; rows=&quot;7&quot;&gt;&lt;/textarea&gt;
-&lt;input type=&quot;submit&quot; name=&quot;submit1&quot; value=&quot;Submit&quot; /&gt;
-&lt;input type=&quot;reset&quot; name=&quot;submit2&quot; value=&quot;Reset&quot; /&gt;
-&lt;/p&gt;
-&lt;/form&gt;
-&lt;p&gt;
-&lt;map name=&quot;mapid&quot; id=&quot;mapid&quot;&gt;
-&lt;area tabindex=&quot;10&quot; accesskey=&quot;a&quot; shape=&quot;rect&quot; alt=&quot;Domain&quot; coords=&quot;0,2,45,45&quot; href=&quot;./files/dletter.html&quot; title=&quot;Domain1&quot; /&gt;
-&lt;area tabindex=&quot;10&quot; accesskey=&quot;a&quot; shape=&quot;rect&quot; alt=&quot;Domain&quot; coords=&quot;0,2,45,45&quot; href=&quot;./files/dletter.html&quot; title=&quot;Domain2&quot; /&gt;
-&lt;/map&gt;
-&lt;/p&gt;
-&lt;p&gt;
-&lt;img id=&quot;IMAGE-1&quot; src=&quot;./pix/dts.gif&quot; alt=&quot;DTS IMAGE LOGO&quot; longdesc=&quot;./files/desc.html&quot; usemap=&quot;#DTS-MAP&quot; width=&quot;115&quot;/&gt;
-&lt;/p&gt;
-&lt;p&gt;
-&lt;object data=&quot;./pix/line.gif&quot; codetype=&quot;image/gif&quot; height=&quot;10&quot;&gt;
-&lt;applet alt=&quot;Applet Number 1&quot; code=&quot;applet1.class&quot; width=&quot;10&quot; height=&quot;10&quot;&gt;&lt;/applet&gt;
-&lt;/object&gt;
-&lt;object data=&quot;./pix/logo.gif&quot; type=&quot;image/gif&quot;&gt;
-&lt;applet alt=&quot;Applet Number 2&quot; code=&quot;applet2.class&quot; width=&quot;10&quot; height=&quot;10&quot;&gt;&lt;/applet&gt;
-&lt;/object&gt;
-&lt;/p&gt;
-&lt;p&gt;
-&lt;a id=&quot;Anchor&quot; dir=&quot;ltr&quot; href=&quot;./pix/submit.gif&quot; accesskey=&quot;g&quot; type=&quot;image/gif&quot; coords=&quot;0,0,100,100&quot; shape=&quot;rect&quot; rel=&quot;GLOSSARY&quot; rev=&quot;STYLESHEET&quot; hreflang=&quot;en&quot; charset=&quot;US-ASCII&quot; tabindex=&quot;22&quot; name=&quot;Anchor&quot;&gt;View Submit Button&lt;/a&gt;
-&lt;/p&gt;
-&lt;/body&gt;
-&lt;/html&gt;
-
</del></span></pre></div>
<a id="trunkLayoutTestsfastdomfeaturesexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/fast/dom/features-expected.txt (195354 => 195355)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/fast/dom/features-expected.txt        2016-01-20 13:25:19 UTC (rev 195354)
+++ trunk/LayoutTests/fast/dom/features-expected.txt        2016-01-20 17:16:34 UTC (rev 195355)
</span><span class="lines">@@ -1,126 +1,126 @@
</span><del>-&quot;Core&quot;, undefined: true, true
-&quot;HTML&quot;, undefined: true, true
-&quot;XML&quot;, undefined: true, true
-&quot;Views&quot;, undefined: true, true
-&quot;StyleSheets&quot;, undefined: true, true
-&quot;CSS&quot;, undefined: true, true
-&quot;CSS2&quot;, undefined: true, true
-&quot;CSS3&quot;, undefined: true, true
-&quot;Events&quot;, undefined: true, true
-&quot;UIEvents&quot;, undefined: true, true
-&quot;MouseEvents&quot;, undefined: true, true
-&quot;HTMLEvents&quot;, undefined: true, true
-&quot;MutationEvents&quot;, undefined: true, true
-&quot;Range&quot;, undefined: true, true
-&quot;Traversal&quot;, undefined: true, true
-&quot;Core&quot;, null: true, true
-&quot;HTML&quot;, null: true, true
-&quot;XML&quot;, null: true, true
-&quot;Views&quot;, null: true, true
-&quot;StyleSheets&quot;, null: true, true
-&quot;CSS&quot;, null: true, true
-&quot;CSS2&quot;, null: true, true
-&quot;CSS3&quot;, null: true, true
-&quot;Events&quot;, null: true, true
-&quot;UIEvents&quot;, null: true, true
-&quot;MouseEvents&quot;, null: true, true
-&quot;HTMLEvents&quot;, null: true, true
-&quot;MutationEvents&quot;, null: true, true
-&quot;Range&quot;, null: true, true
-&quot;Traversal&quot;, null: true, true
-&quot;Core&quot;, &quot;&quot;: true, true
-&quot;HTML&quot;, &quot;&quot;: true, true
-&quot;XML&quot;, &quot;&quot;: true, true
-&quot;Views&quot;, &quot;&quot;: true, true
-&quot;StyleSheets&quot;, &quot;&quot;: true, true
-&quot;CSS&quot;, &quot;&quot;: true, true
-&quot;CSS2&quot;, &quot;&quot;: true, true
-&quot;CSS3&quot;, &quot;&quot;: true, true
-&quot;Events&quot;, &quot;&quot;: true, true
-&quot;UIEvents&quot;, &quot;&quot;: true, true
-&quot;MouseEvents&quot;, &quot;&quot;: true, true
-&quot;HTMLEvents&quot;, &quot;&quot;: true, true
-&quot;MutationEvents&quot;, &quot;&quot;: true, true
-&quot;Range&quot;, &quot;&quot;: true, true
-&quot;Traversal&quot;, &quot;&quot;: true, true
-&quot;Core&quot;, &quot;1.0&quot;: true, true
-&quot;HTML&quot;, &quot;1.0&quot;: true, true
-&quot;XML&quot;, &quot;1.0&quot;: true, true
-&quot;Views&quot;, &quot;1.0&quot;: true, true
-&quot;StyleSheets&quot;, &quot;1.0&quot;: true, true
-&quot;CSS&quot;, &quot;1.0&quot;: true, true
-&quot;CSS2&quot;, &quot;1.0&quot;: true, true
-&quot;CSS3&quot;, &quot;1.0&quot;: true, true
-&quot;Events&quot;, &quot;1.0&quot;: true, true
-&quot;UIEvents&quot;, &quot;1.0&quot;: true, true
-&quot;MouseEvents&quot;, &quot;1.0&quot;: true, true
-&quot;HTMLEvents&quot;, &quot;1.0&quot;: true, true
-&quot;MutationEvents&quot;, &quot;1.0&quot;: true, true
-&quot;Range&quot;, &quot;1.0&quot;: true, true
-&quot;Traversal&quot;, &quot;1.0&quot;: true, true
-&quot;Core&quot;, &quot;2.0&quot;: true, true
-&quot;HTML&quot;, &quot;2.0&quot;: true, true
-&quot;XML&quot;, &quot;2.0&quot;: true, true
-&quot;Views&quot;, &quot;2.0&quot;: true, true
-&quot;StyleSheets&quot;, &quot;2.0&quot;: true, true
-&quot;CSS&quot;, &quot;2.0&quot;: true, true
-&quot;CSS2&quot;, &quot;2.0&quot;: true, true
-&quot;CSS3&quot;, &quot;2.0&quot;: true, true
-&quot;Events&quot;, &quot;2.0&quot;: true, true
-&quot;UIEvents&quot;, &quot;2.0&quot;: true, true
-&quot;MouseEvents&quot;, &quot;2.0&quot;: true, true
-&quot;HTMLEvents&quot;, &quot;2.0&quot;: true, true
-&quot;MutationEvents&quot;, &quot;2.0&quot;: true, true
-&quot;Range&quot;, &quot;2.0&quot;: true, true
-&quot;Traversal&quot;, &quot;2.0&quot;: true, true
-&quot;Core&quot;, &quot;3.0&quot;: true, true
-&quot;HTML&quot;, &quot;3.0&quot;: true, true
-&quot;XML&quot;, &quot;3.0&quot;: true, true
-&quot;Views&quot;, &quot;3.0&quot;: true, true
-&quot;StyleSheets&quot;, &quot;3.0&quot;: true, true
-&quot;CSS&quot;, &quot;3.0&quot;: true, true
-&quot;CSS2&quot;, &quot;3.0&quot;: true, true
-&quot;CSS3&quot;, &quot;3.0&quot;: true, true
-&quot;Events&quot;, &quot;3.0&quot;: true, true
-&quot;UIEvents&quot;, &quot;3.0&quot;: true, true
-&quot;MouseEvents&quot;, &quot;3.0&quot;: true, true
-&quot;HTMLEvents&quot;, &quot;3.0&quot;: true, true
-&quot;MutationEvents&quot;, &quot;3.0&quot;: true, true
-&quot;Range&quot;, &quot;3.0&quot;: true, true
-&quot;Traversal&quot;, &quot;3.0&quot;: true, true
-&quot;Core&quot;, &quot;nonsense&quot;: true, true
-&quot;HTML&quot;, &quot;nonsense&quot;: true, true
-&quot;XML&quot;, &quot;nonsense&quot;: true, true
-&quot;Views&quot;, &quot;nonsense&quot;: true, true
-&quot;StyleSheets&quot;, &quot;nonsense&quot;: true, true
-&quot;CSS&quot;, &quot;nonsense&quot;: true, true
-&quot;CSS2&quot;, &quot;nonsense&quot;: true, true
-&quot;CSS3&quot;, &quot;nonsense&quot;: true, true
-&quot;Events&quot;, &quot;nonsense&quot;: true, true
-&quot;UIEvents&quot;, &quot;nonsense&quot;: true, true
-&quot;MouseEvents&quot;, &quot;nonsense&quot;: true, true
-&quot;HTMLEvents&quot;, &quot;nonsense&quot;: true, true
-&quot;MutationEvents&quot;, &quot;nonsense&quot;: true, true
-&quot;Range&quot;, &quot;nonsense&quot;: true, true
-&quot;Traversal&quot;, &quot;nonsense&quot;: true, true
-undefined, &quot;&quot;: true, true
-undefined, &quot;1.0&quot;: true, true
-undefined, &quot;2.0&quot;: true, true
-undefined, &quot;3.0&quot;: true, true
-undefined, &quot;nonsense&quot;: true, true
-undefined, undefined: true, true
-undefined, null: true, true
-null, &quot;&quot;: true, true
-null, &quot;1.0&quot;: true, true
-null, &quot;2.0&quot;: true, true
-null, &quot;3.0&quot;: true, true
-null, &quot;nonsense&quot;: true, true
-null, undefined: true, true
-null, null: true, true
-&quot;nonsense&quot;, &quot;&quot;: true, true
-&quot;nonsense&quot;, &quot;1.0&quot;: true, true
-&quot;nonsense&quot;, &quot;2.0&quot;: true, true
-&quot;nonsense&quot;, &quot;3.0&quot;: true, true
-&quot;nonsense&quot;, &quot;nonsense&quot;: true, true
-&quot;nonsense&quot;, undefined: true, true
-&quot;nonsense&quot;, null: true, true
</del><ins>+&quot;Core&quot;, undefined: true
+&quot;HTML&quot;, undefined: true
+&quot;XML&quot;, undefined: true
+&quot;Views&quot;, undefined: true
+&quot;StyleSheets&quot;, undefined: true
+&quot;CSS&quot;, undefined: true
+&quot;CSS2&quot;, undefined: true
+&quot;CSS3&quot;, undefined: true
+&quot;Events&quot;, undefined: true
+&quot;UIEvents&quot;, undefined: true
+&quot;MouseEvents&quot;, undefined: true
+&quot;HTMLEvents&quot;, undefined: true
+&quot;MutationEvents&quot;, undefined: true
+&quot;Range&quot;, undefined: true
+&quot;Traversal&quot;, undefined: true
+&quot;Core&quot;, null: true
+&quot;HTML&quot;, null: true
+&quot;XML&quot;, null: true
+&quot;Views&quot;, null: true
+&quot;StyleSheets&quot;, null: true
+&quot;CSS&quot;, null: true
+&quot;CSS2&quot;, null: true
+&quot;CSS3&quot;, null: true
+&quot;Events&quot;, null: true
+&quot;UIEvents&quot;, null: true
+&quot;MouseEvents&quot;, null: true
+&quot;HTMLEvents&quot;, null: true
+&quot;MutationEvents&quot;, null: true
+&quot;Range&quot;, null: true
+&quot;Traversal&quot;, null: true
+&quot;Core&quot;, &quot;&quot;: true
+&quot;HTML&quot;, &quot;&quot;: true
+&quot;XML&quot;, &quot;&quot;: true
+&quot;Views&quot;, &quot;&quot;: true
+&quot;StyleSheets&quot;, &quot;&quot;: true
+&quot;CSS&quot;, &quot;&quot;: true
+&quot;CSS2&quot;, &quot;&quot;: true
+&quot;CSS3&quot;, &quot;&quot;: true
+&quot;Events&quot;, &quot;&quot;: true
+&quot;UIEvents&quot;, &quot;&quot;: true
+&quot;MouseEvents&quot;, &quot;&quot;: true
+&quot;HTMLEvents&quot;, &quot;&quot;: true
+&quot;MutationEvents&quot;, &quot;&quot;: true
+&quot;Range&quot;, &quot;&quot;: true
+&quot;Traversal&quot;, &quot;&quot;: true
+&quot;Core&quot;, &quot;1.0&quot;: true
+&quot;HTML&quot;, &quot;1.0&quot;: true
+&quot;XML&quot;, &quot;1.0&quot;: true
+&quot;Views&quot;, &quot;1.0&quot;: true
+&quot;StyleSheets&quot;, &quot;1.0&quot;: true
+&quot;CSS&quot;, &quot;1.0&quot;: true
+&quot;CSS2&quot;, &quot;1.0&quot;: true
+&quot;CSS3&quot;, &quot;1.0&quot;: true
+&quot;Events&quot;, &quot;1.0&quot;: true
+&quot;UIEvents&quot;, &quot;1.0&quot;: true
+&quot;MouseEvents&quot;, &quot;1.0&quot;: true
+&quot;HTMLEvents&quot;, &quot;1.0&quot;: true
+&quot;MutationEvents&quot;, &quot;1.0&quot;: true
+&quot;Range&quot;, &quot;1.0&quot;: true
+&quot;Traversal&quot;, &quot;1.0&quot;: true
+&quot;Core&quot;, &quot;2.0&quot;: true
+&quot;HTML&quot;, &quot;2.0&quot;: true
+&quot;XML&quot;, &quot;2.0&quot;: true
+&quot;Views&quot;, &quot;2.0&quot;: true
+&quot;StyleSheets&quot;, &quot;2.0&quot;: true
+&quot;CSS&quot;, &quot;2.0&quot;: true
+&quot;CSS2&quot;, &quot;2.0&quot;: true
+&quot;CSS3&quot;, &quot;2.0&quot;: true
+&quot;Events&quot;, &quot;2.0&quot;: true
+&quot;UIEvents&quot;, &quot;2.0&quot;: true
+&quot;MouseEvents&quot;, &quot;2.0&quot;: true
+&quot;HTMLEvents&quot;, &quot;2.0&quot;: true
+&quot;MutationEvents&quot;, &quot;2.0&quot;: true
+&quot;Range&quot;, &quot;2.0&quot;: true
+&quot;Traversal&quot;, &quot;2.0&quot;: true
+&quot;Core&quot;, &quot;3.0&quot;: true
+&quot;HTML&quot;, &quot;3.0&quot;: true
+&quot;XML&quot;, &quot;3.0&quot;: true
+&quot;Views&quot;, &quot;3.0&quot;: true
+&quot;StyleSheets&quot;, &quot;3.0&quot;: true
+&quot;CSS&quot;, &quot;3.0&quot;: true
+&quot;CSS2&quot;, &quot;3.0&quot;: true
+&quot;CSS3&quot;, &quot;3.0&quot;: true
+&quot;Events&quot;, &quot;3.0&quot;: true
+&quot;UIEvents&quot;, &quot;3.0&quot;: true
+&quot;MouseEvents&quot;, &quot;3.0&quot;: true
+&quot;HTMLEvents&quot;, &quot;3.0&quot;: true
+&quot;MutationEvents&quot;, &quot;3.0&quot;: true
+&quot;Range&quot;, &quot;3.0&quot;: true
+&quot;Traversal&quot;, &quot;3.0&quot;: true
+&quot;Core&quot;, &quot;nonsense&quot;: true
+&quot;HTML&quot;, &quot;nonsense&quot;: true
+&quot;XML&quot;, &quot;nonsense&quot;: true
+&quot;Views&quot;, &quot;nonsense&quot;: true
+&quot;StyleSheets&quot;, &quot;nonsense&quot;: true
+&quot;CSS&quot;, &quot;nonsense&quot;: true
+&quot;CSS2&quot;, &quot;nonsense&quot;: true
+&quot;CSS3&quot;, &quot;nonsense&quot;: true
+&quot;Events&quot;, &quot;nonsense&quot;: true
+&quot;UIEvents&quot;, &quot;nonsense&quot;: true
+&quot;MouseEvents&quot;, &quot;nonsense&quot;: true
+&quot;HTMLEvents&quot;, &quot;nonsense&quot;: true
+&quot;MutationEvents&quot;, &quot;nonsense&quot;: true
+&quot;Range&quot;, &quot;nonsense&quot;: true
+&quot;Traversal&quot;, &quot;nonsense&quot;: true
+undefined, &quot;&quot;: true
+undefined, &quot;1.0&quot;: true
+undefined, &quot;2.0&quot;: true
+undefined, &quot;3.0&quot;: true
+undefined, &quot;nonsense&quot;: true
+undefined, undefined: true
+undefined, null: true
+null, &quot;&quot;: true
+null, &quot;1.0&quot;: true
+null, &quot;2.0&quot;: true
+null, &quot;3.0&quot;: true
+null, &quot;nonsense&quot;: true
+null, undefined: true
+null, null: true
+&quot;nonsense&quot;, &quot;&quot;: true
+&quot;nonsense&quot;, &quot;1.0&quot;: true
+&quot;nonsense&quot;, &quot;2.0&quot;: true
+&quot;nonsense&quot;, &quot;3.0&quot;: true
+&quot;nonsense&quot;, &quot;nonsense&quot;: true
+&quot;nonsense&quot;, undefined: true
+&quot;nonsense&quot;, null: true
</ins></span></pre></div>
<a id="trunkLayoutTestsfastdomfeatureshtml"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/fast/dom/features.html (195354 => 195355)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/fast/dom/features.html        2016-01-20 13:25:19 UTC (rev 195354)
+++ trunk/LayoutTests/fast/dom/features.html        2016-01-20 17:16:34 UTC (rev 195355)
</span><span class="lines">@@ -147,13 +147,10 @@
</span><span class="cx">     for (var i = 0; i &lt; features.length; ++i)
</span><span class="cx">     {
</span><span class="cx">         var item = features[i];
</span><del>-        if (item[1] == &quot;omitted&quot;) {
</del><ins>+        if (item[1] == &quot;omitted&quot;)
</ins><span class="cx">             var hasFeature = document.implementation.hasFeature(item[0]);
</span><del>-            var isSupported = document.body.isSupported(item[0]);
-        } else {
</del><ins>+        else
</ins><span class="cx">             var hasFeature = document.implementation.hasFeature(item[0], item[1]);
</span><del>-            var isSupported = document.body.isSupported(item[0], item[1]);
-        }
</del><span class="cx"> 
</span><span class="cx">         var item0String = item[0];
</span><span class="cx">         if (typeof item0String == &quot;string&quot;)
</span><span class="lines">@@ -161,7 +158,7 @@
</span><span class="cx">         var item1String = item[1];
</span><span class="cx">         if (typeof item1String == &quot;string&quot; &amp;&amp; item[1] != &quot;omitted&quot;)
</span><span class="cx">             item1String = '&quot;' + item1String + '&quot;';
</span><del>-        var message = item0String + ', ' + item1String + ': ' + hasFeature + ', ' + isSupported;
</del><ins>+        var message = item0String + ', ' + item1String + ': ' + hasFeature;
</ins><span class="cx"> 
</span><span class="cx">         var div = document.createElement('div');
</span><span class="cx">         div.innerHTML = message;
</span></span></pre></div>
<a id="trunkLayoutTestsimportedw3cChangeLog"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/imported/w3c/ChangeLog (195354 => 195355)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/imported/w3c/ChangeLog        2016-01-20 13:25:19 UTC (rev 195354)
+++ trunk/LayoutTests/imported/w3c/ChangeLog        2016-01-20 17:16:34 UTC (rev 195355)
</span><span class="lines">@@ -1,3 +1,14 @@
</span><ins>+2016-01-20  Chris Dumez  &lt;cdumez@apple.com&gt;
+
+        Drop support for obsolete Node.isSupported()
+        https://bugs.webkit.org/show_bug.cgi?id=153164
+
+        Reviewed by Darin Adler.
+
+        Rebaseline W3C test now that one more check is passing.
+
+        * web-platform-tests/dom/historical-expected.txt:
+
</ins><span class="cx"> 2016-01-19  Chris Dumez  &lt;cdumez@apple.com&gt;
</span><span class="cx"> 
</span><span class="cx">         DocumentType.publicId / systemId should never return null
</span></span></pre></div>
<a id="trunkLayoutTestsimportedw3cwebplatformtestsdomhistoricalexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/imported/w3c/web-platform-tests/dom/historical-expected.txt (195354 => 195355)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/imported/w3c/web-platform-tests/dom/historical-expected.txt        2016-01-20 13:25:19 UTC (rev 195354)
+++ trunk/LayoutTests/imported/w3c/web-platform-tests/dom/historical-expected.txt        2016-01-20 17:16:34 UTC (rev 195355)
</span><span class="lines">@@ -47,9 +47,7 @@
</span><span class="cx"> FAIL Node member must be nuked: namespaceURI assert_equals: expected (undefined) undefined but got (object) null
</span><span class="cx"> FAIL Node member must be nuked: prefix assert_equals: expected (undefined) undefined but got (object) null
</span><span class="cx"> FAIL Node member must be nuked: localName assert_equals: expected (undefined) undefined but got (object) null
</span><del>-FAIL Node member must be nuked: isSupported assert_equals: expected (undefined) undefined but got (function) function &quot;function isSupported() {
-    [native code]
-}&quot;
</del><ins>+PASS Node member must be nuked: isSupported 
</ins><span class="cx"> PASS Node member must be nuked: getFeature 
</span><span class="cx"> PASS Node member must be nuked: getUserData 
</span><span class="cx"> PASS Node member must be nuked: setUserData 
</span></span></pre></div>
<a id="trunkLayoutTestssvgcustomsvgfeaturesexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/svg/custom/svg-features-expected.txt (195354 => 195355)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/svg/custom/svg-features-expected.txt        2016-01-20 13:25:19 UTC (rev 195354)
+++ trunk/LayoutTests/svg/custom/svg-features-expected.txt        2016-01-20 17:16:34 UTC (rev 195355)
</span><span class="lines">@@ -1,57 +1,57 @@
</span><del>-&quot;org.w3c.svg&quot;, &quot;1.0&quot;: true, true
-&quot;org.w3c.svg.static&quot;, &quot;1.0&quot;: true, true
-&quot;org.w3c.svg.animation&quot;, &quot;1.0&quot;: false, false
-&quot;org.w3c.svg.dynamic&quot;, &quot;1.0&quot;: false, false
-&quot;org.w3c.dom&quot;, &quot;1.0&quot;: true, true
-&quot;org.w3c.dom.svg&quot;, &quot;1.0&quot;: true, true
-&quot;org.w3c.dom.svg.static&quot;, &quot;1.0&quot;: true, true
-&quot;org.w3c.dom.svg.animation&quot;, &quot;1.0&quot;: false, false
-&quot;org.w3c.dom.svg.dynamic&quot;, &quot;1.0&quot;: false, false
-&quot;org.w3c.svg.all&quot;, &quot;1.0&quot;: false, false
-&quot;org.w3c.dom.svg.all&quot;, &quot;1.0&quot;: false, false
-&quot;http://www.w3.org/TR/SVG11/feature#SVG&quot;, &quot;1.1&quot;: true, true
-&quot;http://www.w3.org/TR/SVG11/feature#SVGDOM&quot;, &quot;1.1&quot;: true, true
-&quot;http://www.w3.org/TR/SVG11/feature#SVG-static&quot;, &quot;1.1&quot;: true, true
-&quot;http://www.w3.org/TR/SVG11/feature#SVGDOM-static&quot;, &quot;1.1&quot;: true, true
-&quot;http://www.w3.org/TR/SVG11/feature#SVG-animation&quot;, &quot;1.1&quot;: true, true
-&quot;http://www.w3.org/TR/SVG11/feature#SVGDOM-animation&quot;, &quot;1.1&quot;: true, true
-&quot;http://www.w3.org/TR/SVG11/feature#SVG-dynamic&quot;, &quot;1.1&quot;: false, false
-&quot;http://www.w3.org/TR/SVG11/feature#SVGDOM-dynamic&quot;, &quot;1.1&quot;: false, false
-&quot;http://www.w3.org/TR/SVG11/feature#CoreAttribute&quot;, &quot;1.1&quot;: true, true
-&quot;http://www.w3.org/TR/SVG11/feature#Structure&quot;, &quot;1.1&quot;: true, true
-&quot;http://www.w3.org/TR/SVG11/feature#BasicStructure&quot;, &quot;1.1&quot;: true, true
-&quot;http://www.w3.org/TR/SVG11/feature#ContainerAttribute&quot;, &quot;1.1&quot;: true, true
-&quot;http://www.w3.org/TR/SVG11/feature#ConditionalProcessing&quot;, &quot;1.1&quot;: true, true
-&quot;http://www.w3.org/TR/SVG11/feature#Image&quot;, &quot;1.1&quot;: true, true
-&quot;http://www.w3.org/TR/SVG11/feature#Style&quot;, &quot;1.1&quot;: true, true
-&quot;http://www.w3.org/TR/SVG11/feature#ViewportAttribute&quot;, &quot;1.1&quot;: true, true
-&quot;http://www.w3.org/TR/SVG11/feature#Shape&quot;, &quot;1.1&quot;: true, true
-&quot;http://www.w3.org/TR/SVG11/feature#Text&quot;, &quot;1.1&quot;: true, true
-&quot;http://www.w3.org/TR/SVG11/feature#BasicText&quot;, &quot;1.1&quot;: true, true
-&quot;http://www.w3.org/TR/SVG11/feature#PaintAttribute&quot;, &quot;1.1&quot;: true, true
-&quot;http://www.w3.org/TR/SVG11/feature#BasicPaintAttribute&quot;, &quot;1.1&quot;: true, true
-&quot;http://www.w3.org/TR/SVG11/feature#OpacityAttribute&quot;, &quot;1.1&quot;: true, true
-&quot;http://www.w3.org/TR/SVG11/feature#GraphicsAttribute&quot;, &quot;1.1&quot;: true, true
-&quot;http://www.w3.org/TR/SVG11/feature#BaseGraphicsAttribute&quot;, &quot;1.1&quot;: true, true
-&quot;http://www.w3.org/TR/SVG11/feature#Marker&quot;, &quot;1.1&quot;: true, true
-&quot;http://www.w3.org/TR/SVG11/feature#ColorProfile&quot;, &quot;1.1&quot;: false, false
-&quot;http://www.w3.org/TR/SVG11/feature#Gradient&quot;, &quot;1.1&quot;: true, true
-&quot;http://www.w3.org/TR/SVG11/feature#Pattern&quot;, &quot;1.1&quot;: true, true
-&quot;http://www.w3.org/TR/SVG11/feature#Clip&quot;, &quot;1.1&quot;: true, true
-&quot;http://www.w3.org/TR/SVG11/feature#BasicClip&quot;, &quot;1.1&quot;: true, true
-&quot;http://www.w3.org/TR/SVG11/feature#Mask&quot;, &quot;1.1&quot;: true, true
-&quot;http://www.w3.org/TR/SVG11/feature#Filter&quot;, &quot;1.1&quot;: true, true
-&quot;http://www.w3.org/TR/SVG11/feature#BasicFilter&quot;, &quot;1.1&quot;: true, true
-&quot;http://www.w3.org/TR/SVG11/feature#DocumentEventsAttribute&quot;, &quot;1.1&quot;: true, true
-&quot;http://www.w3.org/TR/SVG11/feature#GraphicalEventsAttribute&quot;, &quot;1.1&quot;: true, true
-&quot;http://www.w3.org/TR/SVG11/feature#AnimationEventsAttribute&quot;, &quot;1.1&quot;: false, false
-&quot;http://www.w3.org/TR/SVG11/feature#Cursor&quot;, &quot;1.1&quot;: true, true
-&quot;http://www.w3.org/TR/SVG11/feature#Hyperlinking&quot;, &quot;1.1&quot;: true, true
-&quot;http://www.w3.org/TR/SVG11/feature#XlinkAttribute&quot;, &quot;1.1&quot;: true, true
-&quot;http://www.w3.org/TR/SVG11/feature#ExternalResourcesRequired&quot;, &quot;1.1&quot;: true, true
-&quot;http://www.w3.org/TR/SVG11/feature#View&quot;, &quot;1.1&quot;: true, true
-&quot;http://www.w3.org/TR/SVG11/feature#Script&quot;, &quot;1.1&quot;: true, true
-&quot;http://www.w3.org/TR/SVG11/feature#Animation&quot;, &quot;1.1&quot;: true, true
-&quot;http://www.w3.org/TR/SVG11/feature#Font&quot;, &quot;1.1&quot;: true, true
-&quot;http://www.w3.org/TR/SVG11/feature#BasicFont&quot;, &quot;1.1&quot;: true, true
-&quot;http://www.w3.org/TR/SVG11/feature#Extensibility&quot;, &quot;1.1&quot;: true, true
</del><ins>+&quot;org.w3c.svg&quot;, &quot;1.0&quot;: true
+&quot;org.w3c.svg.static&quot;, &quot;1.0&quot;: true
+&quot;org.w3c.svg.animation&quot;, &quot;1.0&quot;: false
+&quot;org.w3c.svg.dynamic&quot;, &quot;1.0&quot;: false
+&quot;org.w3c.dom&quot;, &quot;1.0&quot;: true
+&quot;org.w3c.dom.svg&quot;, &quot;1.0&quot;: true
+&quot;org.w3c.dom.svg.static&quot;, &quot;1.0&quot;: true
+&quot;org.w3c.dom.svg.animation&quot;, &quot;1.0&quot;: false
+&quot;org.w3c.dom.svg.dynamic&quot;, &quot;1.0&quot;: false
+&quot;org.w3c.svg.all&quot;, &quot;1.0&quot;: false
+&quot;org.w3c.dom.svg.all&quot;, &quot;1.0&quot;: false
+&quot;http://www.w3.org/TR/SVG11/feature#SVG&quot;, &quot;1.1&quot;: true
+&quot;http://www.w3.org/TR/SVG11/feature#SVGDOM&quot;, &quot;1.1&quot;: true
+&quot;http://www.w3.org/TR/SVG11/feature#SVG-static&quot;, &quot;1.1&quot;: true
+&quot;http://www.w3.org/TR/SVG11/feature#SVGDOM-static&quot;, &quot;1.1&quot;: true
+&quot;http://www.w3.org/TR/SVG11/feature#SVG-animation&quot;, &quot;1.1&quot;: true
+&quot;http://www.w3.org/TR/SVG11/feature#SVGDOM-animation&quot;, &quot;1.1&quot;: true
+&quot;http://www.w3.org/TR/SVG11/feature#SVG-dynamic&quot;, &quot;1.1&quot;: false
+&quot;http://www.w3.org/TR/SVG11/feature#SVGDOM-dynamic&quot;, &quot;1.1&quot;: false
+&quot;http://www.w3.org/TR/SVG11/feature#CoreAttribute&quot;, &quot;1.1&quot;: true
+&quot;http://www.w3.org/TR/SVG11/feature#Structure&quot;, &quot;1.1&quot;: true
+&quot;http://www.w3.org/TR/SVG11/feature#BasicStructure&quot;, &quot;1.1&quot;: true
+&quot;http://www.w3.org/TR/SVG11/feature#ContainerAttribute&quot;, &quot;1.1&quot;: true
+&quot;http://www.w3.org/TR/SVG11/feature#ConditionalProcessing&quot;, &quot;1.1&quot;: true
+&quot;http://www.w3.org/TR/SVG11/feature#Image&quot;, &quot;1.1&quot;: true
+&quot;http://www.w3.org/TR/SVG11/feature#Style&quot;, &quot;1.1&quot;: true
+&quot;http://www.w3.org/TR/SVG11/feature#ViewportAttribute&quot;, &quot;1.1&quot;: true
+&quot;http://www.w3.org/TR/SVG11/feature#Shape&quot;, &quot;1.1&quot;: true
+&quot;http://www.w3.org/TR/SVG11/feature#Text&quot;, &quot;1.1&quot;: true
+&quot;http://www.w3.org/TR/SVG11/feature#BasicText&quot;, &quot;1.1&quot;: true
+&quot;http://www.w3.org/TR/SVG11/feature#PaintAttribute&quot;, &quot;1.1&quot;: true
+&quot;http://www.w3.org/TR/SVG11/feature#BasicPaintAttribute&quot;, &quot;1.1&quot;: true
+&quot;http://www.w3.org/TR/SVG11/feature#OpacityAttribute&quot;, &quot;1.1&quot;: true
+&quot;http://www.w3.org/TR/SVG11/feature#GraphicsAttribute&quot;, &quot;1.1&quot;: true
+&quot;http://www.w3.org/TR/SVG11/feature#BaseGraphicsAttribute&quot;, &quot;1.1&quot;: true
+&quot;http://www.w3.org/TR/SVG11/feature#Marker&quot;, &quot;1.1&quot;: true
+&quot;http://www.w3.org/TR/SVG11/feature#ColorProfile&quot;, &quot;1.1&quot;: false
+&quot;http://www.w3.org/TR/SVG11/feature#Gradient&quot;, &quot;1.1&quot;: true
+&quot;http://www.w3.org/TR/SVG11/feature#Pattern&quot;, &quot;1.1&quot;: true
+&quot;http://www.w3.org/TR/SVG11/feature#Clip&quot;, &quot;1.1&quot;: true
+&quot;http://www.w3.org/TR/SVG11/feature#BasicClip&quot;, &quot;1.1&quot;: true
+&quot;http://www.w3.org/TR/SVG11/feature#Mask&quot;, &quot;1.1&quot;: true
+&quot;http://www.w3.org/TR/SVG11/feature#Filter&quot;, &quot;1.1&quot;: true
+&quot;http://www.w3.org/TR/SVG11/feature#BasicFilter&quot;, &quot;1.1&quot;: true
+&quot;http://www.w3.org/TR/SVG11/feature#DocumentEventsAttribute&quot;, &quot;1.1&quot;: true
+&quot;http://www.w3.org/TR/SVG11/feature#GraphicalEventsAttribute&quot;, &quot;1.1&quot;: true
+&quot;http://www.w3.org/TR/SVG11/feature#AnimationEventsAttribute&quot;, &quot;1.1&quot;: false
+&quot;http://www.w3.org/TR/SVG11/feature#Cursor&quot;, &quot;1.1&quot;: true
+&quot;http://www.w3.org/TR/SVG11/feature#Hyperlinking&quot;, &quot;1.1&quot;: true
+&quot;http://www.w3.org/TR/SVG11/feature#XlinkAttribute&quot;, &quot;1.1&quot;: true
+&quot;http://www.w3.org/TR/SVG11/feature#ExternalResourcesRequired&quot;, &quot;1.1&quot;: true
+&quot;http://www.w3.org/TR/SVG11/feature#View&quot;, &quot;1.1&quot;: true
+&quot;http://www.w3.org/TR/SVG11/feature#Script&quot;, &quot;1.1&quot;: true
+&quot;http://www.w3.org/TR/SVG11/feature#Animation&quot;, &quot;1.1&quot;: true
+&quot;http://www.w3.org/TR/SVG11/feature#Font&quot;, &quot;1.1&quot;: true
+&quot;http://www.w3.org/TR/SVG11/feature#BasicFont&quot;, &quot;1.1&quot;: true
+&quot;http://www.w3.org/TR/SVG11/feature#Extensibility&quot;, &quot;1.1&quot;: true
</ins></span></pre></div>
<a id="trunkLayoutTestssvgcustomsvgfeatureshtml"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/svg/custom/svg-features.html (195354 => 195355)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/svg/custom/svg-features.html        2016-01-20 13:25:19 UTC (rev 195354)
+++ trunk/LayoutTests/svg/custom/svg-features.html        2016-01-20 17:16:34 UTC (rev 195355)
</span><span class="lines">@@ -69,13 +69,10 @@
</span><span class="cx">     for (var i = 0; i &lt; features.length; ++i)
</span><span class="cx">     {
</span><span class="cx">         var item = features[i];
</span><del>-        if (item[1] == &quot;omitted&quot;) {
</del><ins>+        if (item[1] == &quot;omitted&quot;)
</ins><span class="cx">             var hasFeature = document.implementation.hasFeature(item[0]);
</span><del>-            var isSupported = document.body.isSupported(item[0]);
-        } else {
</del><ins>+        else
</ins><span class="cx">             var hasFeature = document.implementation.hasFeature(item[0], item[1]);
</span><del>-            var isSupported = document.body.isSupported(item[0], item[1]);
-        }
</del><span class="cx"> 
</span><span class="cx">         var item0String = item[0];
</span><span class="cx">         if (typeof item0String == &quot;string&quot;)
</span><span class="lines">@@ -83,7 +80,7 @@
</span><span class="cx">         var item1String = item[1];
</span><span class="cx">         if (typeof item1String == &quot;string&quot; &amp;&amp; item[1] != &quot;omitted&quot;)
</span><span class="cx">             item1String = '&quot;' + item1String + '&quot;';
</span><del>-        var message = item0String + ', ' + item1String + ': ' + hasFeature + ', ' + isSupported;
</del><ins>+        var message = item0String + ', ' + item1String + ': ' + hasFeature;
</ins><span class="cx"> 
</span><span class="cx">         var div = document.createElement('div');
</span><span class="cx">         div.innerHTML = message;
</span></span></pre></div>
<a id="trunkSourceWebCoreChangeLog"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/ChangeLog (195354 => 195355)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/ChangeLog        2016-01-20 13:25:19 UTC (rev 195354)
+++ trunk/Source/WebCore/ChangeLog        2016-01-20 17:16:34 UTC (rev 195355)
</span><span class="lines">@@ -1,3 +1,20 @@
</span><ins>+2016-01-20  Chris Dumez  &lt;cdumez@apple.com&gt;
+
+        Drop support for obsolete Node.isSupported()
+        https://bugs.webkit.org/show_bug.cgi?id=153164
+
+        Reviewed by Darin Adler.
+
+        Drop support for obsolete Node.isSupported(). Chrome and Firefox already
+        dropped it.
+
+        No new tests, already covered by existing test.
+
+        * dom/Node.cpp:
+        (WebCore::Node::isSupportedForBindings):
+        * dom/Node.h:
+        * dom/Node.idl:
+
</ins><span class="cx"> 2016-01-20  Carlos Garcia Campos  &lt;cgarcia@igalia.com&gt;
</span><span class="cx"> 
</span><span class="cx">         Unreviewed. Fix compile warning when building with GTK+ &lt; 3.14.
</span></span></pre></div>
<a id="trunkSourceWebCoredomNodecpp"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/dom/Node.cpp (195354 => 195355)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/dom/Node.cpp        2016-01-20 13:25:19 UTC (rev 195354)
+++ trunk/Source/WebCore/dom/Node.cpp        2016-01-20 17:16:34 UTC (rev 195355)
</span><span class="lines">@@ -83,7 +83,7 @@
</span><span class="cx"> 
</span><span class="cx"> using namespace HTMLNames;
</span><span class="cx"> 
</span><del>-bool Node::isSupported(const String&amp; feature, const String&amp; version)
</del><ins>+bool Node::isSupportedForBindings(const String&amp; feature, const String&amp; version)
</ins><span class="cx"> {
</span><span class="cx">     return DOMImplementation::hasFeature(feature, version);
</span><span class="cx"> }
</span></span></pre></div>
<a id="trunkSourceWebCoredomNodeh"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/dom/Node.h (195354 => 195355)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/dom/Node.h        2016-01-20 13:25:19 UTC (rev 195354)
+++ trunk/Source/WebCore/dom/Node.h        2016-01-20 17:16:34 UTC (rev 195355)
</span><span class="lines">@@ -146,7 +146,8 @@
</span><span class="cx">         DOCUMENT_POSITION_IMPLEMENTATION_SPECIFIC = 0x20,
</span><span class="cx">     };
</span><span class="cx"> 
</span><del>-    static bool isSupported(const String&amp; feature, const String&amp; version);
</del><ins>+    // Only used by ObjC / GObject bindings.
+    static bool isSupportedForBindings(const String&amp; feature, const String&amp; version);
</ins><span class="cx"> 
</span><span class="cx">     WEBCORE_EXPORT static void startIgnoringLeaks();
</span><span class="cx">     WEBCORE_EXPORT static void stopIgnoringLeaks();
</span></span></pre></div>
<a id="trunkSourceWebCoredomNodeidl"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/dom/Node.idl (195354 => 195355)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/dom/Node.idl        2016-01-20 13:25:19 UTC (rev 195354)
+++ trunk/Source/WebCore/dom/Node.idl        2016-01-20 17:16:34 UTC (rev 195355)
</span><span class="lines">@@ -73,8 +73,10 @@
</span><span class="cx"> 
</span><span class="cx">     // Introduced in DOM Level 2:
</span><span class="cx"> 
</span><del>-    [ObjCLegacyUnnamedParameters] boolean isSupported([Default=Undefined] optional DOMString feature, 
</del><ins>+#if !defined(LANGUAGE_JAVASCRIPT) || !LANGUAGE_JAVASCRIPT
+    [ObjCLegacyUnnamedParameters, ImplementedAs=isSupportedForBindings] boolean isSupported([Default=Undefined] optional DOMString feature,
</ins><span class="cx">                                        [TreatNullAs=NullString,Default=Undefined] optional DOMString version);
</span><ins>+#endif
</ins><span class="cx"> 
</span><span class="cx">     [TreatReturnedNullStringAs=Null] readonly attribute DOMString        namespaceURI;
</span><span class="cx">     [TreatReturnedNullStringAs=Null, TreatNullAs=NullString, SetterRaisesException] attribute DOMString prefix;
</span></span></pre>
</div>
</div>

</body>
</html>