<!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>[206131] 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/206131">206131</a></dd>
<dt>Author</dt> <dd>cdumez@apple.com</dd>
<dt>Date</dt> <dd>2016-09-19 16:45:24 -0700 (Mon, 19 Sep 2016)</dd>
</dl>

<h3>Log Message</h3>
<pre>Align HTMLAppletElement with the specification
https://bugs.webkit.org/show_bug.cgi?id=162240

Reviewed by Alex Christensen.

LayoutTests/imported/w3c:

Rebaseline W3C test now that all checks are passing.

* web-platform-tests/html/dom/reflection-obsolete-expected.txt:

Source/WebCore:

Align HTMLAppletElement with the specification:
- https://html.spec.whatwg.org/#htmlappletelement

In particular:
- space / vspace should be of type &quot;unsigned long&quot;, not DOMString
- codeBase and object should reflect as URLs

Firefox agree with the specification. Chrome does not have
HTMLAppletElement anymore.

No new tests, rebaselined existing test.

* html/HTMLAppletElement.cpp:
(WebCore::HTMLAppletElement::isURLAttribute):
* html/HTMLAppletElement.h:
* html/HTMLAppletElement.idl:

LayoutTests:

Drop outdated tests. Update existing tests to reflect behavior change.

* dom/html/level2/html/HTMLAppletElement11-expected.txt: Removed.
* dom/html/level2/html/HTMLAppletElement11.html: Removed.
* dom/html/level2/html/HTMLAppletElement11.js: Removed.
* dom/xhtml/level2/html/HTMLAppletElement11-expected.txt: Removed.
* dom/xhtml/level2/html/HTMLAppletElement11.js: Removed.
* dom/xhtml/level2/html/HTMLAppletElement11.xhtml: Removed.
* fast/dom/element-attribute-js-null-expected.txt:
* fast/dom/element-attribute-js-null.html:</pre>

<h3>Modified Paths</h3>
<ul>
<li><a href="#trunkLayoutTestsChangeLog">trunk/LayoutTests/ChangeLog</a></li>
<li><a href="#trunkLayoutTestsfastdomelementattributejsnullexpectedtxt">trunk/LayoutTests/fast/dom/element-attribute-js-null-expected.txt</a></li>
<li><a href="#trunkLayoutTestsfastdomelementattributejsnullhtml">trunk/LayoutTests/fast/dom/element-attribute-js-null.html</a></li>
<li><a href="#trunkLayoutTestsimportedw3cChangeLog">trunk/LayoutTests/imported/w3c/ChangeLog</a></li>
<li><a href="#trunkLayoutTestsimportedw3cwebplatformtestshtmldomreflectionobsoleteexpectedtxt">trunk/LayoutTests/imported/w3c/web-platform-tests/html/dom/reflection-obsolete-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformwk2TestExpectations">trunk/LayoutTests/platform/wk2/TestExpectations</a></li>
<li><a href="#trunkSourceWebCoreChangeLog">trunk/Source/WebCore/ChangeLog</a></li>
<li><a href="#trunkSourceWebCorehtmlHTMLAppletElementcpp">trunk/Source/WebCore/html/HTMLAppletElement.cpp</a></li>
<li><a href="#trunkSourceWebCorehtmlHTMLAppletElementh">trunk/Source/WebCore/html/HTMLAppletElement.h</a></li>
<li><a href="#trunkSourceWebCorehtmlHTMLAppletElementidl">trunk/Source/WebCore/html/HTMLAppletElement.idl</a></li>
</ul>

<h3>Removed Paths</h3>
<ul>
<li><a href="#trunkLayoutTestsdomhtmllevel2htmlHTMLAppletElement05expectedtxt">trunk/LayoutTests/dom/html/level2/html/HTMLAppletElement05-expected.txt</a></li>
<li><a href="#trunkLayoutTestsdomhtmllevel2htmlHTMLAppletElement05html">trunk/LayoutTests/dom/html/level2/html/HTMLAppletElement05.html</a></li>
<li><a href="#trunkLayoutTestsdomhtmllevel2htmlHTMLAppletElement05js">trunk/LayoutTests/dom/html/level2/html/HTMLAppletElement05.js</a></li>
<li><a href="#trunkLayoutTestsdomhtmllevel2htmlHTMLAppletElement11expectedtxt">trunk/LayoutTests/dom/html/level2/html/HTMLAppletElement11-expected.txt</a></li>
<li><a href="#trunkLayoutTestsdomhtmllevel2htmlHTMLAppletElement11html">trunk/LayoutTests/dom/html/level2/html/HTMLAppletElement11.html</a></li>
<li><a href="#trunkLayoutTestsdomhtmllevel2htmlHTMLAppletElement11js">trunk/LayoutTests/dom/html/level2/html/HTMLAppletElement11.js</a></li>
<li><a href="#trunkLayoutTestsdomxhtmllevel2htmlHTMLAppletElement05expectedtxt">trunk/LayoutTests/dom/xhtml/level2/html/HTMLAppletElement05-expected.txt</a></li>
<li><a href="#trunkLayoutTestsdomxhtmllevel2htmlHTMLAppletElement05js">trunk/LayoutTests/dom/xhtml/level2/html/HTMLAppletElement05.js</a></li>
<li><a href="#trunkLayoutTestsdomxhtmllevel2htmlHTMLAppletElement05xhtml">trunk/LayoutTests/dom/xhtml/level2/html/HTMLAppletElement05.xhtml</a></li>
<li><a href="#trunkLayoutTestsdomxhtmllevel2htmlHTMLAppletElement11expectedtxt">trunk/LayoutTests/dom/xhtml/level2/html/HTMLAppletElement11-expected.txt</a></li>
<li><a href="#trunkLayoutTestsdomxhtmllevel2htmlHTMLAppletElement11js">trunk/LayoutTests/dom/xhtml/level2/html/HTMLAppletElement11.js</a></li>
<li><a href="#trunkLayoutTestsdomxhtmllevel2htmlHTMLAppletElement11xhtml">trunk/LayoutTests/dom/xhtml/level2/html/HTMLAppletElement11.xhtml</a></li>
</ul>

</div>
<div id="patch">
<h3>Diff</h3>
<a id="trunkLayoutTestsChangeLog"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/ChangeLog (206130 => 206131)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/ChangeLog        2016-09-19 23:36:26 UTC (rev 206130)
+++ trunk/LayoutTests/ChangeLog        2016-09-19 23:45:24 UTC (rev 206131)
</span><span class="lines">@@ -1,3 +1,21 @@
</span><ins>+2016-09-19  Chris Dumez  &lt;cdumez@apple.com&gt;
+
+        Align HTMLAppletElement with the specification
+        https://bugs.webkit.org/show_bug.cgi?id=162240
+
+        Reviewed by Alex Christensen.
+
+        Drop outdated tests. Update existing tests to reflect behavior change.
+
+        * dom/html/level2/html/HTMLAppletElement11-expected.txt: Removed.
+        * dom/html/level2/html/HTMLAppletElement11.html: Removed.
+        * dom/html/level2/html/HTMLAppletElement11.js: Removed.
+        * dom/xhtml/level2/html/HTMLAppletElement11-expected.txt: Removed.
+        * dom/xhtml/level2/html/HTMLAppletElement11.js: Removed.
+        * dom/xhtml/level2/html/HTMLAppletElement11.xhtml: Removed.
+        * fast/dom/element-attribute-js-null-expected.txt:
+        * fast/dom/element-attribute-js-null.html:
+
</ins><span class="cx"> 2016-09-19  Devin Rousso  &lt;dcrousso+webkit@gmail.com&gt;
</span><span class="cx"> 
</span><span class="cx">         Web Inspector: adopt Object.awaitEvent in LayoutTests/http/tests/inspector
</span></span></pre></div>
<a id="trunkLayoutTestsdomhtmllevel2htmlHTMLAppletElement05expectedtxt"></a>
<div class="delfile"><h4>Deleted: trunk/LayoutTests/dom/html/level2/html/HTMLAppletElement05-expected.txt (206130 => 206131)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/dom/html/level2/html/HTMLAppletElement05-expected.txt        2016-09-19 23:36:26 UTC (rev 206130)
+++ trunk/LayoutTests/dom/html/level2/html/HTMLAppletElement05-expected.txt        2016-09-19 23:45:24 UTC (rev 206131)
</span><span class="lines">@@ -1,2 +0,0 @@
</span><del>-Test:        http://www.w3.org/2001/DOM-Test-Suite/level2/html/HTMLAppletElement05
-Status:        Success
</del></span></pre></div>
<a id="trunkLayoutTestsdomhtmllevel2htmlHTMLAppletElement05html"></a>
<div class="delfile"><h4>Deleted: trunk/LayoutTests/dom/html/level2/html/HTMLAppletElement05.html (206130 => 206131)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/dom/html/level2/html/HTMLAppletElement05.html        2016-09-19 23:36:26 UTC (rev 206130)
+++ trunk/LayoutTests/dom/html/level2/html/HTMLAppletElement05.html        2016-09-19 23:45:24 UTC (rev 206131)
</span><span class="lines">@@ -1,12 +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 - Applet&lt;/TITLE&gt;
-&lt;script type='text/javascript' src='selfhtml.js'&gt;&lt;/script&gt;&lt;script charset='UTF-8' type='text/javascript' src='HTMLAppletElement05.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;&gt;
-&lt;P&gt;
-&lt;APPLET ALIGN=&quot;bottom&quot; ALT=&quot;Applet Number 1&quot; ARCHIVE=&quot;&quot; CODE=&quot;org/w3c/domts/DOMTSApplet.class&quot; CODEBASE=&quot;applets&quot; HEIGHT=&quot;306&quot; HSPACE=&quot;0&quot; NAME=&quot;applet1&quot; VSPACE=&quot;0&quot; WIDTH=&quot;301&quot;&gt;&lt;/APPLET&gt;
-&lt;/P&gt;
-&lt;/BODY&gt;
-&lt;/HTML&gt;
</del></span></pre></div>
<a id="trunkLayoutTestsdomhtmllevel2htmlHTMLAppletElement05js"></a>
<div class="delfile"><h4>Deleted: trunk/LayoutTests/dom/html/level2/html/HTMLAppletElement05.js (206130 => 206131)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/dom/html/level2/html/HTMLAppletElement05.js        2016-09-19 23:36:26 UTC (rev 206130)
+++ trunk/LayoutTests/dom/html/level2/html/HTMLAppletElement05.js        2016-09-19 23:45:24 UTC (rev 206131)
</span><span class="lines">@@ -1,113 +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/HTMLAppletElement05&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;applet&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';
-    }
-}
-
-
-/**
-* 
-    The codeBase attribute specifies an optional base URI for the applet.
-
-    Retrieve the codeBase attribute and examine its value.  
-
-* @author NIST
-* @author Mary Brady
-* @see http://www.w3.org/TR/1998/REC-DOM-Level-1-19981001/level-one-html#ID-6581160
-*/
-function HTMLAppletElement05() {
-   var success;
-    if(checkInitialization(builder, &quot;HTMLAppletElement05&quot;) != null) return;
-    var nodeList;
-      var testNode;
-      var vcodebase;
-      var doc;
-      
-      var docRef = null;
-      if (typeof(this.doc) != 'undefined') {
-        docRef = this.doc;
-      }
-      doc = load(docRef, &quot;doc&quot;, &quot;applet&quot;);
-      nodeList = doc.getElementsByTagName(&quot;applet&quot;);
-      assertSize(&quot;Asize&quot;,1,nodeList);
-testNode = nodeList.item(0);
-      vcodebase = testNode.codeBase;
-
-      assertEquals(&quot;codebase&quot;,&quot;applets&quot;,vcodebase);
-       
-}
-
-
-
-
-function runTest() {
-   HTMLAppletElement05();
-}
</del></span></pre></div>
<a id="trunkLayoutTestsdomhtmllevel2htmlHTMLAppletElement11expectedtxt"></a>
<div class="delfile"><h4>Deleted: trunk/LayoutTests/dom/html/level2/html/HTMLAppletElement11-expected.txt (206130 => 206131)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/dom/html/level2/html/HTMLAppletElement11-expected.txt        2016-09-19 23:36:26 UTC (rev 206130)
+++ trunk/LayoutTests/dom/html/level2/html/HTMLAppletElement11-expected.txt        2016-09-19 23:45:24 UTC (rev 206131)
</span><span class="lines">@@ -1,2 +0,0 @@
</span><del>-Test:        http://www.w3.org/2001/DOM-Test-Suite/level2/html/HTMLAppletElement11
-Status:        Success
</del></span></pre></div>
<a id="trunkLayoutTestsdomhtmllevel2htmlHTMLAppletElement11html"></a>
<div class="delfile"><h4>Deleted: trunk/LayoutTests/dom/html/level2/html/HTMLAppletElement11.html (206130 => 206131)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/dom/html/level2/html/HTMLAppletElement11.html        2016-09-19 23:36:26 UTC (rev 206130)
+++ trunk/LayoutTests/dom/html/level2/html/HTMLAppletElement11.html        2016-09-19 23:45:24 UTC (rev 206131)
</span><span class="lines">@@ -1,12 +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 - Applet&lt;/TITLE&gt;
-&lt;script type='text/javascript' src='selfhtml.js'&gt;&lt;/script&gt;&lt;script charset='UTF-8' type='text/javascript' src='HTMLAppletElement11.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;&gt;
-&lt;P&gt;
-&lt;APPLET ALIGN=&quot;bottom&quot; ALT=&quot;Applet Number 1&quot; ARCHIVE=&quot;&quot; OBJECT=&quot;DOMTSApplet.dat&quot; CODEBASE=&quot;applets&quot; HEIGHT=&quot;306&quot; HSPACE=&quot;0&quot; NAME=&quot;applet1&quot; VSPACE=&quot;0&quot; WIDTH=&quot;301&quot;&gt;&lt;/APPLET&gt;
-&lt;/P&gt;
-&lt;/BODY&gt;
-&lt;/HTML&gt;
</del></span></pre></div>
<a id="trunkLayoutTestsdomhtmllevel2htmlHTMLAppletElement11js"></a>
<div class="delfile"><h4>Deleted: trunk/LayoutTests/dom/html/level2/html/HTMLAppletElement11.js (206130 => 206131)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/dom/html/level2/html/HTMLAppletElement11.js        2016-09-19 23:36:26 UTC (rev 206130)
+++ trunk/LayoutTests/dom/html/level2/html/HTMLAppletElement11.js        2016-09-19 23:45:24 UTC (rev 206131)
</span><span class="lines">@@ -1,114 +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/HTMLAppletElement11&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;applet2&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';
-    }
-}
-
-
-/**
-* 
-    The object attribute specifies the serialized applet file.
-
-    Retrieve the object attribute and examine its value.  
-
-* @author NIST
-* @author Rick Rivello
-* @author Curt Arnold
-* @see http://www.w3.org/TR/1998/REC-DOM-Level-1-19981001/level-one-html#ID-93681523
-*/
-function HTMLAppletElement11() {
-   var success;
-    if(checkInitialization(builder, &quot;HTMLAppletElement11&quot;) != null) return;
-    var nodeList;
-      var testNode;
-      var vobject;
-      var doc;
-      
-      var docRef = null;
-      if (typeof(this.doc) != 'undefined') {
-        docRef = this.doc;
-      }
-      doc = load(docRef, &quot;doc&quot;, &quot;applet2&quot;);
-      nodeList = doc.getElementsByTagName(&quot;applet&quot;);
-      assertSize(&quot;Asize&quot;,1,nodeList);
-testNode = nodeList.item(0);
-      vobject = testNode.object;
-
-      assertEquals(&quot;object&quot;,&quot;DOMTSApplet.dat&quot;,vobject);
-       
-}
-
-
-
-
-function runTest() {
-   HTMLAppletElement11();
-}
</del></span></pre></div>
<a id="trunkLayoutTestsdomxhtmllevel2htmlHTMLAppletElement05expectedtxt"></a>
<div class="delfile"><h4>Deleted: trunk/LayoutTests/dom/xhtml/level2/html/HTMLAppletElement05-expected.txt (206130 => 206131)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/dom/xhtml/level2/html/HTMLAppletElement05-expected.txt        2016-09-19 23:36:26 UTC (rev 206130)
+++ trunk/LayoutTests/dom/xhtml/level2/html/HTMLAppletElement05-expected.txt        2016-09-19 23:45:24 UTC (rev 206131)
</span><span class="lines">@@ -1,2 +0,0 @@
</span><del>-Test        http://www.w3.org/2001/DOM-Test-Suite/level2/html/HTMLAppletElement05
-Status        Success
</del></span></pre></div>
<a id="trunkLayoutTestsdomxhtmllevel2htmlHTMLAppletElement05js"></a>
<div class="delfile"><h4>Deleted: trunk/LayoutTests/dom/xhtml/level2/html/HTMLAppletElement05.js (206130 => 206131)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/dom/xhtml/level2/html/HTMLAppletElement05.js        2016-09-19 23:36:26 UTC (rev 206130)
+++ trunk/LayoutTests/dom/xhtml/level2/html/HTMLAppletElement05.js        2016-09-19 23:45:24 UTC (rev 206131)
</span><span class="lines">@@ -1,113 +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/HTMLAppletElement05&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;applet&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';
-    }
-}
-
-
-/**
-* 
-    The codeBase attribute specifies an optional base URI for the applet.
-
-    Retrieve the codeBase attribute and examine its value.  
-
-* @author NIST
-* @author Mary Brady
-* @see http://www.w3.org/TR/1998/REC-DOM-Level-1-19981001/level-one-html#ID-6581160
-*/
-function HTMLAppletElement05() {
-   var success;
-    if(checkInitialization(builder, &quot;HTMLAppletElement05&quot;) != null) return;
-    var nodeList;
-      var testNode;
-      var vcodebase;
-      var doc;
-      
-      var docRef = null;
-      if (typeof(this.doc) != 'undefined') {
-        docRef = this.doc;
-      }
-      doc = load(docRef, &quot;doc&quot;, &quot;applet&quot;);
-      nodeList = doc.getElementsByTagName(&quot;applet&quot;);
-      assertSize(&quot;Asize&quot;,1,nodeList);
-testNode = nodeList.item(0);
-      vcodebase = testNode.codeBase;
-
-      assertEquals(&quot;codebase&quot;,&quot;applets&quot;,vcodebase);
-       
-}
-
-
-
-
-function runTest() {
-   HTMLAppletElement05();
-}
</del></span></pre></div>
<a id="trunkLayoutTestsdomxhtmllevel2htmlHTMLAppletElement05xhtml"></a>
<div class="delfile"><h4>Deleted: trunk/LayoutTests/dom/xhtml/level2/html/HTMLAppletElement05.xhtml (206130 => 206131)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/dom/xhtml/level2/html/HTMLAppletElement05.xhtml        2016-09-19 23:36:26 UTC (rev 206130)
+++ trunk/LayoutTests/dom/xhtml/level2/html/HTMLAppletElement05.xhtml        2016-09-19 23:45:24 UTC (rev 206131)
</span><span class="lines">@@ -1,15 +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 - Applet&lt;/title&gt;
-&lt;script type='text/javascript' src='selfxhtml.js'&gt;&lt;/script&gt;&lt;script charset='UTF-8' type='text/javascript' src='HTMLAppletElement05.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;&gt;
-&lt;p&gt;
-&lt;applet align=&quot;bottom&quot; alt=&quot;Applet Number 1&quot; archive=&quot;&quot; code=&quot;org/w3c/domts/DOMTSApplet.class&quot; codebase=&quot;applets&quot; height=&quot;306&quot; hspace=&quot;0&quot; name=&quot;applet1&quot; vspace=&quot;0&quot; width=&quot;301&quot;&gt;&lt;/applet&gt;
-&lt;/p&gt;
-&lt;/body&gt;
-&lt;/html&gt;
-
</del></span></pre></div>
<a id="trunkLayoutTestsdomxhtmllevel2htmlHTMLAppletElement11expectedtxt"></a>
<div class="delfile"><h4>Deleted: trunk/LayoutTests/dom/xhtml/level2/html/HTMLAppletElement11-expected.txt (206130 => 206131)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/dom/xhtml/level2/html/HTMLAppletElement11-expected.txt        2016-09-19 23:36:26 UTC (rev 206130)
+++ trunk/LayoutTests/dom/xhtml/level2/html/HTMLAppletElement11-expected.txt        2016-09-19 23:45:24 UTC (rev 206131)
</span><span class="lines">@@ -1,2 +0,0 @@
</span><del>-Test        http://www.w3.org/2001/DOM-Test-Suite/level2/html/HTMLAppletElement11
-Status        Success
</del></span></pre></div>
<a id="trunkLayoutTestsdomxhtmllevel2htmlHTMLAppletElement11js"></a>
<div class="delfile"><h4>Deleted: trunk/LayoutTests/dom/xhtml/level2/html/HTMLAppletElement11.js (206130 => 206131)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/dom/xhtml/level2/html/HTMLAppletElement11.js        2016-09-19 23:36:26 UTC (rev 206130)
+++ trunk/LayoutTests/dom/xhtml/level2/html/HTMLAppletElement11.js        2016-09-19 23:45:24 UTC (rev 206131)
</span><span class="lines">@@ -1,114 +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/HTMLAppletElement11&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;applet2&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';
-    }
-}
-
-
-/**
-* 
-    The object attribute specifies the serialized applet file.
-
-    Retrieve the object attribute and examine its value.  
-
-* @author NIST
-* @author Rick Rivello
-* @author Curt Arnold
-* @see http://www.w3.org/TR/1998/REC-DOM-Level-1-19981001/level-one-html#ID-93681523
-*/
-function HTMLAppletElement11() {
-   var success;
-    if(checkInitialization(builder, &quot;HTMLAppletElement11&quot;) != null) return;
-    var nodeList;
-      var testNode;
-      var vobject;
-      var doc;
-      
-      var docRef = null;
-      if (typeof(this.doc) != 'undefined') {
-        docRef = this.doc;
-      }
-      doc = load(docRef, &quot;doc&quot;, &quot;applet2&quot;);
-      nodeList = doc.getElementsByTagName(&quot;applet&quot;);
-      assertSize(&quot;Asize&quot;,1,nodeList);
-testNode = nodeList.item(0);
-      vobject = testNode.object;
-
-      assertEquals(&quot;object&quot;,&quot;DOMTSApplet.dat&quot;,vobject);
-       
-}
-
-
-
-
-function runTest() {
-   HTMLAppletElement11();
-}
</del></span></pre></div>
<a id="trunkLayoutTestsdomxhtmllevel2htmlHTMLAppletElement11xhtml"></a>
<div class="delfile"><h4>Deleted: trunk/LayoutTests/dom/xhtml/level2/html/HTMLAppletElement11.xhtml (206130 => 206131)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/dom/xhtml/level2/html/HTMLAppletElement11.xhtml        2016-09-19 23:36:26 UTC (rev 206130)
+++ trunk/LayoutTests/dom/xhtml/level2/html/HTMLAppletElement11.xhtml        2016-09-19 23:45:24 UTC (rev 206131)
</span><span class="lines">@@ -1,15 +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 - Applet&lt;/title&gt;
-&lt;script type='text/javascript' src='selfxhtml.js'&gt;&lt;/script&gt;&lt;script charset='UTF-8' type='text/javascript' src='HTMLAppletElement11.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;&gt;
-&lt;p&gt;
-&lt;applet align=&quot;bottom&quot; alt=&quot;Applet Number 1&quot; archive=&quot;&quot; object=&quot;DOMTSApplet.dat&quot; codebase=&quot;applets&quot; height=&quot;306&quot; hspace=&quot;0&quot; name=&quot;applet1&quot; vspace=&quot;0&quot; width=&quot;301&quot;&gt;&lt;/applet&gt;
-&lt;/p&gt;
-&lt;/body&gt;
-&lt;/html&gt;
-
</del></span></pre></div>
<a id="trunkLayoutTestsfastdomelementattributejsnullexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/fast/dom/element-attribute-js-null-expected.txt (206130 => 206131)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/fast/dom/element-attribute-js-null-expected.txt        2016-09-19 23:36:26 UTC (rev 206130)
+++ trunk/LayoutTests/fast/dom/element-attribute-js-null-expected.txt        2016-09-19 23:45:24 UTC (rev 206131)
</span><span class="lines">@@ -28,12 +28,10 @@
</span><span class="cx"> TEST SUCCEEDED: The value was the string 'null'. [tested HTMLAppletElement.alt]
</span><span class="cx"> TEST SUCCEEDED: The value was the string 'null'. [tested HTMLAppletElement.archive]
</span><span class="cx"> TEST SUCCEEDED: The value was the string 'null'. [tested HTMLAppletElement.code]
</span><del>-TEST SUCCEEDED: The value was the string 'null'. [tested HTMLAppletElement.codeBase]
</del><span class="cx"> TEST SUCCEEDED: The value was the string 'null'. [tested HTMLAppletElement.height]
</span><del>-TEST SUCCEEDED: The value was the string 'null'. [tested HTMLAppletElement.hspace]
</del><ins>+TEST SUCCEEDED: The value was the string '0'. [tested HTMLAppletElement.hspace]
</ins><span class="cx"> TEST SUCCEEDED: The value was the string 'null'. [tested HTMLAppletElement.name]
</span><del>-TEST SUCCEEDED: The value was the string 'null'. [tested HTMLAppletElement.object]
-TEST SUCCEEDED: The value was the string 'null'. [tested HTMLAppletElement.vspace]
</del><ins>+TEST SUCCEEDED: The value was the string '0'. [tested HTMLAppletElement.vspace]
</ins><span class="cx"> TEST SUCCEEDED: The value was the string 'null'. [tested HTMLAppletElement.width]
</span><span class="cx"> 
</span><span class="cx"> TEST SUCCEEDED: The value was the string 'null'. [tested HTMLAreaElement.accessKey]
</span></span></pre></div>
<a id="trunkLayoutTestsfastdomelementattributejsnullhtml"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/fast/dom/element-attribute-js-null.html (206130 => 206131)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/fast/dom/element-attribute-js-null.html        2016-09-19 23:36:26 UTC (rev 206130)
+++ trunk/LayoutTests/fast/dom/element-attribute-js-null.html        2016-09-19 23:45:24 UTC (rev 206131)
</span><span class="lines">@@ -116,12 +116,10 @@
</span><span class="cx">                         {name: 'alt', expectedNull: 'null'},
</span><span class="cx">                         {name: 'archive', expectedNull: 'null'},
</span><span class="cx">                         {name: 'code', expectedNull: 'null'},
</span><del>-                        {name: 'codeBase', expectedNull: 'null'},
</del><span class="cx">                         {name: 'height', expectedNull: 'null'},
</span><del>-                        {name: 'hspace', expectedNull: 'null'},
</del><ins>+                        {name: 'hspace', expectedNull: 0},
</ins><span class="cx">                         {name: 'name', expectedNull: 'null'},
</span><del>-                        {name: 'object', expectedNull: 'null'},
-                        {name: 'vspace', expectedNull: 'null'},
</del><ins>+                        {name: 'vspace', expectedNull: 0},
</ins><span class="cx">                         {name: 'width', expectedNull: 'null'}
</span><span class="cx">                     ]
</span><span class="cx">                 },
</span></span></pre></div>
<a id="trunkLayoutTestsimportedw3cChangeLog"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/imported/w3c/ChangeLog (206130 => 206131)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/imported/w3c/ChangeLog        2016-09-19 23:36:26 UTC (rev 206130)
+++ trunk/LayoutTests/imported/w3c/ChangeLog        2016-09-19 23:45:24 UTC (rev 206131)
</span><span class="lines">@@ -1,3 +1,14 @@
</span><ins>+2016-09-19  Chris Dumez  &lt;cdumez@apple.com&gt;
+
+        Align HTMLAppletElement with the specification
+        https://bugs.webkit.org/show_bug.cgi?id=162240
+
+        Reviewed by Alex Christensen.
+
+        Rebaseline W3C test now that all checks are passing.
+
+        * web-platform-tests/html/dom/reflection-obsolete-expected.txt:
+
</ins><span class="cx"> 2016-09-19  Jer Noble  &lt;jer.noble@apple.com&gt;
</span><span class="cx"> 
</span><span class="cx">         Unreviewed gardening; update LayoutTests/media-source to the most recent version (5a011ca).
</span></span></pre></div>
<a id="trunkLayoutTestsimportedw3cwebplatformtestshtmldomreflectionobsoleteexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/imported/w3c/web-platform-tests/html/dom/reflection-obsolete-expected.txt (206130 => 206131)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/imported/w3c/web-platform-tests/html/dom/reflection-obsolete-expected.txt        2016-09-19 23:36:26 UTC (rev 206130)
+++ trunk/LayoutTests/imported/w3c/web-platform-tests/html/dom/reflection-obsolete-expected.txt        2016-09-19 23:45:24 UTC (rev 206131)
</span><span class="lines">@@ -903,95 +903,95 @@
</span><span class="cx"> PASS applet.codeBase: typeof IDL attribute 
</span><span class="cx"> PASS applet.codeBase: IDL get with DOM attribute unset 
</span><span class="cx"> PASS applet.codeBase: setAttribute() to &quot;&quot; followed by getAttribute() 
</span><del>-FAIL applet.codeBase: setAttribute() to &quot;&quot; followed by IDL get assert_equals: expected &quot;http://localhost:8800/html/dom/reflection-obsolete.html&quot; but got &quot;&quot;
</del><ins>+PASS applet.codeBase: setAttribute() to &quot;&quot; followed by IDL get 
</ins><span class="cx"> PASS applet.codeBase: setAttribute() to &quot; foo &quot; followed by getAttribute() 
</span><del>-FAIL applet.codeBase: setAttribute() to &quot; foo &quot; followed by IDL get assert_equals: expected &quot;http://localhost:8800/html/dom/foo&quot; but got &quot; foo &quot;
</del><ins>+PASS applet.codeBase: setAttribute() to &quot; foo &quot; followed by IDL get 
</ins><span class="cx"> PASS applet.codeBase: setAttribute() to &quot;http://site.example/&quot; followed by getAttribute() 
</span><span class="cx"> PASS applet.codeBase: setAttribute() to &quot;http://site.example/&quot; followed by IDL get 
</span><span class="cx"> PASS applet.codeBase: setAttribute() to &quot;//site.example/path???@#l&quot; followed by getAttribute() 
</span><del>-FAIL applet.codeBase: setAttribute() to &quot;//site.example/path???@#l&quot; followed by IDL get assert_equals: expected &quot;http://site.example/path???@#l&quot; but got &quot;//site.example/path???@#l&quot;
</del><ins>+PASS applet.codeBase: setAttribute() to &quot;//site.example/path???@#l&quot; followed by IDL get 
</ins><span class="cx"> PASS applet.codeBase: setAttribute() to &quot;\0\x01\x02\x03\x04\x05\x06\x07 \b\t\n\v\f\r\x0e\x0f \x10\x11\x12\x13\x14\x15\x16\x17 \x18\x19\x1a\x1b\x1c\x1d\x1e\x1f &quot; followed by getAttribute() 
</span><del>-FAIL applet.codeBase: setAttribute() to &quot;\0\x01\x02\x03\x04\x05\x06\x07 \b\t\n\v\f\r\x0e\x0f \x10\x11\x12\x13\x14\x15\x16\x17 \x18\x19\x1a\x1b\x1c\x1d\x1e\x1f &quot; followed by IDL get assert_equals: expected &quot;http://localhost:8800/html/dom/reflection-obsolete.html&quot; but got &quot;\0\x01\x02\x03\x04\x05\x06\x07 \b\t\n\v\f\r\x0e\x0f \x10\x11\x12\x13\x14\x15\x16\x17 \x18\x19\x1a\x1b\x1c\x1d\x1e\x1f &quot;
</del><ins>+PASS applet.codeBase: setAttribute() to &quot;\0\x01\x02\x03\x04\x05\x06\x07 \b\t\n\v\f\r\x0e\x0f \x10\x11\x12\x13\x14\x15\x16\x17 \x18\x19\x1a\x1b\x1c\x1d\x1e\x1f &quot; followed by IDL get 
</ins><span class="cx"> PASS applet.codeBase: setAttribute() to undefined followed by getAttribute() 
</span><del>-FAIL applet.codeBase: setAttribute() to undefined followed by IDL get assert_equals: expected &quot;http://localhost:8800/html/dom/undefined&quot; but got &quot;undefined&quot;
</del><ins>+PASS applet.codeBase: setAttribute() to undefined followed by IDL get 
</ins><span class="cx"> PASS applet.codeBase: setAttribute() to 7 followed by getAttribute() 
</span><del>-FAIL applet.codeBase: setAttribute() to 7 followed by IDL get assert_equals: expected &quot;http://localhost:8800/html/dom/7&quot; but got &quot;7&quot;
</del><ins>+PASS applet.codeBase: setAttribute() to 7 followed by IDL get 
</ins><span class="cx"> PASS applet.codeBase: setAttribute() to 1.5 followed by getAttribute() 
</span><del>-FAIL applet.codeBase: setAttribute() to 1.5 followed by IDL get assert_equals: expected &quot;http://localhost:8800/html/dom/1.5&quot; but got &quot;1.5&quot;
</del><ins>+PASS applet.codeBase: setAttribute() to 1.5 followed by IDL get 
</ins><span class="cx"> PASS applet.codeBase: setAttribute() to true followed by getAttribute() 
</span><del>-FAIL applet.codeBase: setAttribute() to true followed by IDL get assert_equals: expected &quot;http://localhost:8800/html/dom/true&quot; but got &quot;true&quot;
</del><ins>+PASS applet.codeBase: setAttribute() to true followed by IDL get 
</ins><span class="cx"> PASS applet.codeBase: setAttribute() to false followed by getAttribute() 
</span><del>-FAIL applet.codeBase: setAttribute() to false followed by IDL get assert_equals: expected &quot;http://localhost:8800/html/dom/false&quot; but got &quot;false&quot;
</del><ins>+PASS applet.codeBase: setAttribute() to false followed by IDL get 
</ins><span class="cx"> PASS applet.codeBase: setAttribute() to object &quot;[object Object]&quot; followed by getAttribute() 
</span><del>-FAIL applet.codeBase: setAttribute() to object &quot;[object Object]&quot; followed by IDL get assert_equals: expected &quot;http://localhost:8800/html/dom/[object%20Object]&quot; but got &quot;[object Object]&quot;
</del><ins>+PASS applet.codeBase: setAttribute() to object &quot;[object Object]&quot; followed by IDL get 
</ins><span class="cx"> PASS applet.codeBase: setAttribute() to NaN followed by getAttribute() 
</span><del>-FAIL applet.codeBase: setAttribute() to NaN followed by IDL get assert_equals: expected &quot;http://localhost:8800/html/dom/NaN&quot; but got &quot;NaN&quot;
</del><ins>+PASS applet.codeBase: setAttribute() to NaN followed by IDL get 
</ins><span class="cx"> PASS applet.codeBase: setAttribute() to Infinity followed by getAttribute() 
</span><del>-FAIL applet.codeBase: setAttribute() to Infinity followed by IDL get assert_equals: expected &quot;http://localhost:8800/html/dom/Infinity&quot; but got &quot;Infinity&quot;
</del><ins>+PASS applet.codeBase: setAttribute() to Infinity followed by IDL get 
</ins><span class="cx"> PASS applet.codeBase: setAttribute() to -Infinity followed by getAttribute() 
</span><del>-FAIL applet.codeBase: setAttribute() to -Infinity followed by IDL get assert_equals: expected &quot;http://localhost:8800/html/dom/-Infinity&quot; but got &quot;-Infinity&quot;
</del><ins>+PASS applet.codeBase: setAttribute() to -Infinity followed by IDL get 
</ins><span class="cx"> PASS applet.codeBase: setAttribute() to &quot;\0&quot; followed by getAttribute() 
</span><del>-FAIL applet.codeBase: setAttribute() to &quot;\0&quot; followed by IDL get assert_equals: expected &quot;http://localhost:8800/html/dom/reflection-obsolete.html&quot; but got &quot;\0&quot;
</del><ins>+PASS applet.codeBase: setAttribute() to &quot;\0&quot; followed by IDL get 
</ins><span class="cx"> PASS applet.codeBase: setAttribute() to null followed by getAttribute() 
</span><del>-FAIL applet.codeBase: setAttribute() to null followed by IDL get assert_equals: expected &quot;http://localhost:8800/html/dom/null&quot; but got &quot;null&quot;
</del><ins>+PASS applet.codeBase: setAttribute() to null followed by IDL get 
</ins><span class="cx"> PASS applet.codeBase: setAttribute() to object &quot;test-toString&quot; followed by getAttribute() 
</span><del>-FAIL applet.codeBase: setAttribute() to object &quot;test-toString&quot; followed by IDL get assert_equals: expected &quot;http://localhost:8800/html/dom/test-toString&quot; but got &quot;test-toString&quot;
</del><ins>+PASS applet.codeBase: setAttribute() to object &quot;test-toString&quot; followed by IDL get 
</ins><span class="cx"> PASS applet.codeBase: setAttribute() to object &quot;test-valueOf&quot; followed by getAttribute() 
</span><del>-FAIL applet.codeBase: setAttribute() to object &quot;test-valueOf&quot; followed by IDL get assert_equals: expected &quot;http://localhost:8800/html/dom/test-valueOf&quot; but got &quot;test-valueOf&quot;
</del><ins>+PASS applet.codeBase: setAttribute() to object &quot;test-valueOf&quot; followed by IDL get 
</ins><span class="cx"> PASS applet.codeBase: IDL set to &quot;&quot; should not throw 
</span><span class="cx"> PASS applet.codeBase: IDL set to &quot;&quot; followed by getAttribute() 
</span><del>-FAIL applet.codeBase: IDL set to &quot;&quot; followed by IDL get assert_equals: expected &quot;http://localhost:8800/html/dom/reflection-obsolete.html&quot; but got &quot;&quot;
</del><ins>+PASS applet.codeBase: IDL set to &quot;&quot; followed by IDL get 
</ins><span class="cx"> PASS applet.codeBase: IDL set to &quot; foo &quot; should not throw 
</span><span class="cx"> PASS applet.codeBase: IDL set to &quot; foo &quot; followed by getAttribute() 
</span><del>-FAIL applet.codeBase: IDL set to &quot; foo &quot; followed by IDL get assert_equals: expected &quot;http://localhost:8800/html/dom/foo&quot; but got &quot; foo &quot;
</del><ins>+PASS applet.codeBase: IDL set to &quot; foo &quot; followed by IDL get 
</ins><span class="cx"> PASS applet.codeBase: IDL set to &quot;http://site.example/&quot; should not throw 
</span><span class="cx"> PASS applet.codeBase: IDL set to &quot;http://site.example/&quot; followed by getAttribute() 
</span><span class="cx"> PASS applet.codeBase: IDL set to &quot;http://site.example/&quot; followed by IDL get 
</span><span class="cx"> PASS applet.codeBase: IDL set to &quot;//site.example/path???@#l&quot; should not throw 
</span><span class="cx"> PASS applet.codeBase: IDL set to &quot;//site.example/path???@#l&quot; followed by getAttribute() 
</span><del>-FAIL applet.codeBase: IDL set to &quot;//site.example/path???@#l&quot; followed by IDL get assert_equals: expected &quot;http://site.example/path???@#l&quot; but got &quot;//site.example/path???@#l&quot;
</del><ins>+PASS applet.codeBase: IDL set to &quot;//site.example/path???@#l&quot; followed by IDL get 
</ins><span class="cx"> PASS applet.codeBase: IDL set to &quot;\0\x01\x02\x03\x04\x05\x06\x07 \b\t\n\v\f\r\x0e\x0f \x10\x11\x12\x13\x14\x15\x16\x17 \x18\x19\x1a\x1b\x1c\x1d\x1e\x1f &quot; should not throw 
</span><span class="cx"> PASS applet.codeBase: IDL set to &quot;\0\x01\x02\x03\x04\x05\x06\x07 \b\t\n\v\f\r\x0e\x0f \x10\x11\x12\x13\x14\x15\x16\x17 \x18\x19\x1a\x1b\x1c\x1d\x1e\x1f &quot; followed by getAttribute() 
</span><del>-FAIL applet.codeBase: IDL set to &quot;\0\x01\x02\x03\x04\x05\x06\x07 \b\t\n\v\f\r\x0e\x0f \x10\x11\x12\x13\x14\x15\x16\x17 \x18\x19\x1a\x1b\x1c\x1d\x1e\x1f &quot; followed by IDL get assert_equals: expected &quot;http://localhost:8800/html/dom/reflection-obsolete.html&quot; but got &quot;\0\x01\x02\x03\x04\x05\x06\x07 \b\t\n\v\f\r\x0e\x0f \x10\x11\x12\x13\x14\x15\x16\x17 \x18\x19\x1a\x1b\x1c\x1d\x1e\x1f &quot;
</del><ins>+PASS applet.codeBase: IDL set to &quot;\0\x01\x02\x03\x04\x05\x06\x07 \b\t\n\v\f\r\x0e\x0f \x10\x11\x12\x13\x14\x15\x16\x17 \x18\x19\x1a\x1b\x1c\x1d\x1e\x1f &quot; followed by IDL get 
</ins><span class="cx"> PASS applet.codeBase: IDL set to undefined should not throw 
</span><span class="cx"> PASS applet.codeBase: IDL set to undefined followed by getAttribute() 
</span><del>-FAIL applet.codeBase: IDL set to undefined followed by IDL get assert_equals: expected &quot;http://localhost:8800/html/dom/undefined&quot; but got &quot;undefined&quot;
</del><ins>+PASS applet.codeBase: IDL set to undefined followed by IDL get 
</ins><span class="cx"> PASS applet.codeBase: IDL set to 7 should not throw 
</span><span class="cx"> PASS applet.codeBase: IDL set to 7 followed by getAttribute() 
</span><del>-FAIL applet.codeBase: IDL set to 7 followed by IDL get assert_equals: expected &quot;http://localhost:8800/html/dom/7&quot; but got &quot;7&quot;
</del><ins>+PASS applet.codeBase: IDL set to 7 followed by IDL get 
</ins><span class="cx"> PASS applet.codeBase: IDL set to 1.5 should not throw 
</span><span class="cx"> PASS applet.codeBase: IDL set to 1.5 followed by getAttribute() 
</span><del>-FAIL applet.codeBase: IDL set to 1.5 followed by IDL get assert_equals: expected &quot;http://localhost:8800/html/dom/1.5&quot; but got &quot;1.5&quot;
</del><ins>+PASS applet.codeBase: IDL set to 1.5 followed by IDL get 
</ins><span class="cx"> PASS applet.codeBase: IDL set to true should not throw 
</span><span class="cx"> PASS applet.codeBase: IDL set to true followed by getAttribute() 
</span><del>-FAIL applet.codeBase: IDL set to true followed by IDL get assert_equals: expected &quot;http://localhost:8800/html/dom/true&quot; but got &quot;true&quot;
</del><ins>+PASS applet.codeBase: IDL set to true followed by IDL get 
</ins><span class="cx"> PASS applet.codeBase: IDL set to false should not throw 
</span><span class="cx"> PASS applet.codeBase: IDL set to false followed by getAttribute() 
</span><del>-FAIL applet.codeBase: IDL set to false followed by IDL get assert_equals: expected &quot;http://localhost:8800/html/dom/false&quot; but got &quot;false&quot;
</del><ins>+PASS applet.codeBase: IDL set to false followed by IDL get 
</ins><span class="cx"> PASS applet.codeBase: IDL set to object &quot;[object Object]&quot; should not throw 
</span><span class="cx"> PASS applet.codeBase: IDL set to object &quot;[object Object]&quot; followed by getAttribute() 
</span><del>-FAIL applet.codeBase: IDL set to object &quot;[object Object]&quot; followed by IDL get assert_equals: expected &quot;http://localhost:8800/html/dom/[object%20Object]&quot; but got &quot;[object Object]&quot;
</del><ins>+PASS applet.codeBase: IDL set to object &quot;[object Object]&quot; followed by IDL get 
</ins><span class="cx"> PASS applet.codeBase: IDL set to NaN should not throw 
</span><span class="cx"> PASS applet.codeBase: IDL set to NaN followed by getAttribute() 
</span><del>-FAIL applet.codeBase: IDL set to NaN followed by IDL get assert_equals: expected &quot;http://localhost:8800/html/dom/NaN&quot; but got &quot;NaN&quot;
</del><ins>+PASS applet.codeBase: IDL set to NaN followed by IDL get 
</ins><span class="cx"> PASS applet.codeBase: IDL set to Infinity should not throw 
</span><span class="cx"> PASS applet.codeBase: IDL set to Infinity followed by getAttribute() 
</span><del>-FAIL applet.codeBase: IDL set to Infinity followed by IDL get assert_equals: expected &quot;http://localhost:8800/html/dom/Infinity&quot; but got &quot;Infinity&quot;
</del><ins>+PASS applet.codeBase: IDL set to Infinity followed by IDL get 
</ins><span class="cx"> PASS applet.codeBase: IDL set to -Infinity should not throw 
</span><span class="cx"> PASS applet.codeBase: IDL set to -Infinity followed by getAttribute() 
</span><del>-FAIL applet.codeBase: IDL set to -Infinity followed by IDL get assert_equals: expected &quot;http://localhost:8800/html/dom/-Infinity&quot; but got &quot;-Infinity&quot;
</del><ins>+PASS applet.codeBase: IDL set to -Infinity followed by IDL get 
</ins><span class="cx"> PASS applet.codeBase: IDL set to &quot;\0&quot; should not throw 
</span><span class="cx"> PASS applet.codeBase: IDL set to &quot;\0&quot; followed by getAttribute() 
</span><del>-FAIL applet.codeBase: IDL set to &quot;\0&quot; followed by IDL get assert_equals: expected &quot;http://localhost:8800/html/dom/reflection-obsolete.html&quot; but got &quot;\0&quot;
</del><ins>+PASS applet.codeBase: IDL set to &quot;\0&quot; followed by IDL get 
</ins><span class="cx"> PASS applet.codeBase: IDL set to null should not throw 
</span><span class="cx"> PASS applet.codeBase: IDL set to null followed by getAttribute() 
</span><del>-FAIL applet.codeBase: IDL set to null followed by IDL get assert_equals: expected &quot;http://localhost:8800/html/dom/null&quot; but got &quot;null&quot;
</del><ins>+PASS applet.codeBase: IDL set to null followed by IDL get 
</ins><span class="cx"> PASS applet.codeBase: IDL set to object &quot;test-toString&quot; should not throw 
</span><span class="cx"> PASS applet.codeBase: IDL set to object &quot;test-toString&quot; followed by getAttribute() 
</span><del>-FAIL applet.codeBase: IDL set to object &quot;test-toString&quot; followed by IDL get assert_equals: expected &quot;http://localhost:8800/html/dom/test-toString&quot; but got &quot;test-toString&quot;
</del><ins>+PASS applet.codeBase: IDL set to object &quot;test-toString&quot; followed by IDL get 
</ins><span class="cx"> PASS applet.codeBase: IDL set to object &quot;test-valueOf&quot; should not throw 
</span><span class="cx"> PASS applet.codeBase: IDL set to object &quot;test-valueOf&quot; followed by getAttribute() 
</span><del>-FAIL applet.codeBase: IDL set to object &quot;test-valueOf&quot; followed by IDL get assert_equals: expected &quot;http://localhost:8800/html/dom/test-valueOf&quot; but got &quot;test-valueOf&quot;
</del><ins>+PASS applet.codeBase: IDL set to object &quot;test-valueOf&quot; followed by IDL get 
</ins><span class="cx"> PASS applet.height: typeof IDL attribute 
</span><span class="cx"> PASS applet.height: IDL get with DOM attribute unset 
</span><span class="cx"> PASS applet.height: setAttribute() to &quot;&quot; followed by getAttribute() 
</span><span class="lines">@@ -1069,135 +1069,135 @@
</span><span class="cx"> PASS applet.height: IDL set to object &quot;test-valueOf&quot; should not throw 
</span><span class="cx"> PASS applet.height: IDL set to object &quot;test-valueOf&quot; followed by getAttribute() 
</span><span class="cx"> PASS applet.height: IDL set to object &quot;test-valueOf&quot; followed by IDL get 
</span><del>-FAIL applet.hspace: typeof IDL attribute assert_equals: expected &quot;number&quot; but got &quot;string&quot;
-FAIL applet.hspace: IDL get with DOM attribute unset assert_equals: expected (number) 0 but got (string) &quot;&quot;
</del><ins>+PASS applet.hspace: typeof IDL attribute 
+PASS applet.hspace: IDL get with DOM attribute unset 
</ins><span class="cx"> PASS applet.hspace: setAttribute() to -2147483649 followed by getAttribute() 
</span><del>-FAIL applet.hspace: setAttribute() to -2147483649 followed by IDL get assert_equals: expected (number) 0 but got (string) &quot;-2147483649&quot;
</del><ins>+PASS applet.hspace: setAttribute() to -2147483649 followed by IDL get 
</ins><span class="cx"> PASS applet.hspace: setAttribute() to -2147483648 followed by getAttribute() 
</span><del>-FAIL applet.hspace: setAttribute() to -2147483648 followed by IDL get assert_equals: expected (number) 0 but got (string) &quot;-2147483648&quot;
</del><ins>+PASS applet.hspace: setAttribute() to -2147483648 followed by IDL get 
</ins><span class="cx"> PASS applet.hspace: setAttribute() to -36 followed by getAttribute() 
</span><del>-FAIL applet.hspace: setAttribute() to -36 followed by IDL get assert_equals: expected (number) 0 but got (string) &quot;-36&quot;
</del><ins>+PASS applet.hspace: setAttribute() to -36 followed by IDL get 
</ins><span class="cx"> PASS applet.hspace: setAttribute() to -1 followed by getAttribute() 
</span><del>-FAIL applet.hspace: setAttribute() to -1 followed by IDL get assert_equals: expected (number) 0 but got (string) &quot;-1&quot;
</del><ins>+PASS applet.hspace: setAttribute() to -1 followed by IDL get 
</ins><span class="cx"> PASS applet.hspace: setAttribute() to 0 followed by getAttribute() 
</span><del>-FAIL applet.hspace: setAttribute() to 0 followed by IDL get assert_equals: expected (number) 0 but got (string) &quot;0&quot;
</del><ins>+PASS applet.hspace: setAttribute() to 0 followed by IDL get 
</ins><span class="cx"> PASS applet.hspace: setAttribute() to 1 followed by getAttribute() 
</span><del>-FAIL applet.hspace: setAttribute() to 1 followed by IDL get assert_equals: expected (number) 1 but got (string) &quot;1&quot;
</del><ins>+PASS applet.hspace: setAttribute() to 1 followed by IDL get 
</ins><span class="cx"> PASS applet.hspace: setAttribute() to 257 followed by getAttribute() 
</span><del>-FAIL applet.hspace: setAttribute() to 257 followed by IDL get assert_equals: expected (number) 257 but got (string) &quot;257&quot;
</del><ins>+PASS applet.hspace: setAttribute() to 257 followed by IDL get 
</ins><span class="cx"> PASS applet.hspace: setAttribute() to 2147483647 followed by getAttribute() 
</span><del>-FAIL applet.hspace: setAttribute() to 2147483647 followed by IDL get assert_equals: expected (number) 2147483647 but got (string) &quot;2147483647&quot;
</del><ins>+PASS applet.hspace: setAttribute() to 2147483647 followed by IDL get 
</ins><span class="cx"> PASS applet.hspace: setAttribute() to 2147483648 followed by getAttribute() 
</span><del>-FAIL applet.hspace: setAttribute() to 2147483648 followed by IDL get assert_equals: expected (number) 0 but got (string) &quot;2147483648&quot;
</del><ins>+PASS applet.hspace: setAttribute() to 2147483648 followed by IDL get 
</ins><span class="cx"> PASS applet.hspace: setAttribute() to 4294967295 followed by getAttribute() 
</span><del>-FAIL applet.hspace: setAttribute() to 4294967295 followed by IDL get assert_equals: expected (number) 0 but got (string) &quot;4294967295&quot;
</del><ins>+PASS applet.hspace: setAttribute() to 4294967295 followed by IDL get 
</ins><span class="cx"> PASS applet.hspace: setAttribute() to 4294967296 followed by getAttribute() 
</span><del>-FAIL applet.hspace: setAttribute() to 4294967296 followed by IDL get assert_equals: expected (number) 0 but got (string) &quot;4294967296&quot;
</del><ins>+PASS applet.hspace: setAttribute() to 4294967296 followed by IDL get 
</ins><span class="cx"> PASS applet.hspace: setAttribute() to &quot;&quot; followed by getAttribute() 
</span><del>-FAIL applet.hspace: setAttribute() to &quot;&quot; followed by IDL get assert_equals: expected (number) 0 but got (string) &quot;&quot;
</del><ins>+PASS applet.hspace: setAttribute() to &quot;&quot; followed by IDL get 
</ins><span class="cx"> PASS applet.hspace: setAttribute() to &quot;-1&quot; followed by getAttribute() 
</span><del>-FAIL applet.hspace: setAttribute() to &quot;-1&quot; followed by IDL get assert_equals: expected (number) 0 but got (string) &quot;-1&quot;
</del><ins>+PASS applet.hspace: setAttribute() to &quot;-1&quot; followed by IDL get 
</ins><span class="cx"> PASS applet.hspace: setAttribute() to &quot;-0&quot; followed by getAttribute() 
</span><del>-FAIL applet.hspace: setAttribute() to &quot;-0&quot; followed by IDL get assert_equals: expected (number) 0 but got (string) &quot;-0&quot;
</del><ins>+PASS applet.hspace: setAttribute() to &quot;-0&quot; followed by IDL get 
</ins><span class="cx"> PASS applet.hspace: setAttribute() to &quot;0&quot; followed by getAttribute() 
</span><del>-FAIL applet.hspace: setAttribute() to &quot;0&quot; followed by IDL get assert_equals: expected (number) 0 but got (string) &quot;0&quot;
</del><ins>+PASS applet.hspace: setAttribute() to &quot;0&quot; followed by IDL get 
</ins><span class="cx"> PASS applet.hspace: setAttribute() to &quot;1&quot; followed by getAttribute() 
</span><del>-FAIL applet.hspace: setAttribute() to &quot;1&quot; followed by IDL get assert_equals: expected (number) 1 but got (string) &quot;1&quot;
</del><ins>+PASS applet.hspace: setAttribute() to &quot;1&quot; followed by IDL get 
</ins><span class="cx"> PASS applet.hspace: setAttribute() to &quot;\t7&quot; followed by getAttribute() 
</span><del>-FAIL applet.hspace: setAttribute() to &quot;\t7&quot; followed by IDL get assert_equals: expected (number) 7 but got (string) &quot;\t7&quot;
</del><ins>+PASS applet.hspace: setAttribute() to &quot;\t7&quot; followed by IDL get 
</ins><span class="cx"> PASS applet.hspace: setAttribute() to &quot;\v7&quot; followed by getAttribute() 
</span><del>-FAIL applet.hspace: setAttribute() to &quot;\v7&quot; followed by IDL get assert_equals: expected (number) 0 but got (string) &quot;\v7&quot;
</del><ins>+PASS applet.hspace: setAttribute() to &quot;\v7&quot; followed by IDL get 
</ins><span class="cx"> PASS applet.hspace: setAttribute() to &quot;\f7&quot; followed by getAttribute() 
</span><del>-FAIL applet.hspace: setAttribute() to &quot;\f7&quot; followed by IDL get assert_equals: expected (number) 7 but got (string) &quot;\f7&quot;
</del><ins>+PASS applet.hspace: setAttribute() to &quot;\f7&quot; followed by IDL get 
</ins><span class="cx"> PASS applet.hspace: setAttribute() to &quot; 7&quot; followed by getAttribute() 
</span><del>-FAIL applet.hspace: setAttribute() to &quot; 7&quot; followed by IDL get assert_equals: expected (number) 7 but got (string) &quot; 7&quot;
</del><ins>+PASS applet.hspace: setAttribute() to &quot; 7&quot; followed by IDL get 
</ins><span class="cx"> PASS applet.hspace: setAttribute() to &quot; 7&quot; followed by getAttribute() 
</span><del>-FAIL applet.hspace: setAttribute() to &quot; 7&quot; followed by IDL get assert_equals: expected (number) 0 but got (string) &quot; 7&quot;
</del><ins>+PASS applet.hspace: setAttribute() to &quot; 7&quot; followed by IDL get 
</ins><span class="cx"> PASS applet.hspace: setAttribute() to &quot;7&quot; followed by getAttribute() 
</span><del>-FAIL applet.hspace: setAttribute() to &quot;7&quot; followed by IDL get assert_equals: expected (number) 0 but got (string) &quot;7&quot;
</del><ins>+PASS applet.hspace: setAttribute() to &quot;7&quot; followed by IDL get 
</ins><span class="cx"> PASS applet.hspace: setAttribute() to &quot;\n7&quot; followed by getAttribute() 
</span><del>-FAIL applet.hspace: setAttribute() to &quot;\n7&quot; followed by IDL get assert_equals: expected (number) 7 but got (string) &quot;\n7&quot;
</del><ins>+PASS applet.hspace: setAttribute() to &quot;\n7&quot; followed by IDL get 
</ins><span class="cx"> PASS applet.hspace: setAttribute() to &quot;\r7&quot; followed by getAttribute() 
</span><del>-FAIL applet.hspace: setAttribute() to &quot;\r7&quot; followed by IDL get assert_equals: expected (number) 7 but got (string) &quot;\r7&quot;
</del><ins>+PASS applet.hspace: setAttribute() to &quot;\r7&quot; followed by IDL get 
</ins><span class="cx"> PASS applet.hspace: setAttribute() to &quot;
7&quot; followed by getAttribute() 
</span><del>-FAIL applet.hspace: setAttribute() to &quot;
7&quot; followed by IDL get assert_equals: expected (number) 0 but got (string) &quot;
7&quot;
</del><ins>+PASS applet.hspace: setAttribute() to &quot;
7&quot; followed by IDL get 
</ins><span class="cx"> PASS applet.hspace: setAttribute() to &quot;
7&quot; followed by getAttribute() 
</span><del>-FAIL applet.hspace: setAttribute() to &quot;
7&quot; followed by IDL get assert_equals: expected (number) 0 but got (string) &quot;
7&quot;
</del><ins>+PASS applet.hspace: setAttribute() to &quot;
7&quot; followed by IDL get 
</ins><span class="cx"> PASS applet.hspace: setAttribute() to &quot; 7&quot; followed by getAttribute() 
</span><del>-FAIL applet.hspace: setAttribute() to &quot; 7&quot; followed by IDL get assert_equals: expected (number) 0 but got (string) &quot; 7&quot;
</del><ins>+PASS applet.hspace: setAttribute() to &quot; 7&quot; followed by IDL get 
</ins><span class="cx"> PASS applet.hspace: setAttribute() to &quot;᠎7&quot; followed by getAttribute() 
</span><del>-FAIL applet.hspace: setAttribute() to &quot;᠎7&quot; followed by IDL get assert_equals: expected (number) 0 but got (string) &quot;᠎7&quot;
</del><ins>+PASS applet.hspace: setAttribute() to &quot;᠎7&quot; followed by IDL get 
</ins><span class="cx"> PASS applet.hspace: setAttribute() to &quot; 7&quot; followed by getAttribute() 
</span><del>-FAIL applet.hspace: setAttribute() to &quot; 7&quot; followed by IDL get assert_equals: expected (number) 0 but got (string) &quot; 7&quot;
</del><ins>+PASS applet.hspace: setAttribute() to &quot; 7&quot; followed by IDL get 
</ins><span class="cx"> PASS applet.hspace: setAttribute() to &quot; 7&quot; followed by getAttribute() 
</span><del>-FAIL applet.hspace: setAttribute() to &quot; 7&quot; followed by IDL get assert_equals: expected (number) 0 but got (string) &quot; 7&quot;
</del><ins>+PASS applet.hspace: setAttribute() to &quot; 7&quot; followed by IDL get 
</ins><span class="cx"> PASS applet.hspace: setAttribute() to &quot; 7&quot; followed by getAttribute() 
</span><del>-FAIL applet.hspace: setAttribute() to &quot; 7&quot; followed by IDL get assert_equals: expected (number) 0 but got (string) &quot; 7&quot;
</del><ins>+PASS applet.hspace: setAttribute() to &quot; 7&quot; followed by IDL get 
</ins><span class="cx"> PASS applet.hspace: setAttribute() to &quot; 7&quot; followed by getAttribute() 
</span><del>-FAIL applet.hspace: setAttribute() to &quot; 7&quot; followed by IDL get assert_equals: expected (number) 0 but got (string) &quot; 7&quot;
</del><ins>+PASS applet.hspace: setAttribute() to &quot; 7&quot; followed by IDL get 
</ins><span class="cx"> PASS applet.hspace: setAttribute() to &quot; 7&quot; followed by getAttribute() 
</span><del>-FAIL applet.hspace: setAttribute() to &quot; 7&quot; followed by IDL get assert_equals: expected (number) 0 but got (string) &quot; 7&quot;
</del><ins>+PASS applet.hspace: setAttribute() to &quot; 7&quot; followed by IDL get 
</ins><span class="cx"> PASS applet.hspace: setAttribute() to &quot; 7&quot; followed by getAttribute() 
</span><del>-FAIL applet.hspace: setAttribute() to &quot; 7&quot; followed by IDL get assert_equals: expected (number) 0 but got (string) &quot; 7&quot;
</del><ins>+PASS applet.hspace: setAttribute() to &quot; 7&quot; followed by IDL get 
</ins><span class="cx"> PASS applet.hspace: setAttribute() to &quot; 7&quot; followed by getAttribute() 
</span><del>-FAIL applet.hspace: setAttribute() to &quot; 7&quot; followed by IDL get assert_equals: expected (number) 0 but got (string) &quot; 7&quot;
</del><ins>+PASS applet.hspace: setAttribute() to &quot; 7&quot; followed by IDL get 
</ins><span class="cx"> PASS applet.hspace: setAttribute() to &quot; 7&quot; followed by getAttribute() 
</span><del>-FAIL applet.hspace: setAttribute() to &quot; 7&quot; followed by IDL get assert_equals: expected (number) 0 but got (string) &quot; 7&quot;
</del><ins>+PASS applet.hspace: setAttribute() to &quot; 7&quot; followed by IDL get 
</ins><span class="cx"> PASS applet.hspace: setAttribute() to &quot; 7&quot; followed by getAttribute() 
</span><del>-FAIL applet.hspace: setAttribute() to &quot; 7&quot; followed by IDL get assert_equals: expected (number) 0 but got (string) &quot; 7&quot;
</del><ins>+PASS applet.hspace: setAttribute() to &quot; 7&quot; followed by IDL get 
</ins><span class="cx"> PASS applet.hspace: setAttribute() to &quot; 7&quot; followed by getAttribute() 
</span><del>-FAIL applet.hspace: setAttribute() to &quot; 7&quot; followed by IDL get assert_equals: expected (number) 0 but got (string) &quot; 7&quot;
</del><ins>+PASS applet.hspace: setAttribute() to &quot; 7&quot; followed by IDL get 
</ins><span class="cx"> PASS applet.hspace: setAttribute() to &quot; 7&quot; followed by getAttribute() 
</span><del>-FAIL applet.hspace: setAttribute() to &quot; 7&quot; followed by IDL get assert_equals: expected (number) 0 but got (string) &quot; 7&quot;
</del><ins>+PASS applet.hspace: setAttribute() to &quot; 7&quot; followed by IDL get 
</ins><span class="cx"> PASS applet.hspace: setAttribute() to &quot; 7&quot; followed by getAttribute() 
</span><del>-FAIL applet.hspace: setAttribute() to &quot; 7&quot; followed by IDL get assert_equals: expected (number) 0 but got (string) &quot; 7&quot;
</del><ins>+PASS applet.hspace: setAttribute() to &quot; 7&quot; followed by IDL get 
</ins><span class="cx"> PASS applet.hspace: setAttribute() to &quot; 7&quot; followed by getAttribute() 
</span><del>-FAIL applet.hspace: setAttribute() to &quot; 7&quot; followed by IDL get assert_equals: expected (number) 0 but got (string) &quot; 7&quot;
</del><ins>+PASS applet.hspace: setAttribute() to &quot; 7&quot; followed by IDL get 
</ins><span class="cx"> PASS applet.hspace: setAttribute() to &quot; \0\x01\x02\x03\x04\x05\x06\x07 \b\t\n\v\f\r\x0e\x0f \x10\x11\x12\x13\x14\x15\x16\x17 \x18\x19\x1a\x1b\x1c\x1d\x1e\x1f  foo &quot; followed by getAttribute() 
</span><del>-FAIL applet.hspace: setAttribute() to &quot; \0\x01\x02\x03\x04\x05\x06\x07 \b\t\n\v\f\r\x0e\x0f \x10\x11\x12\x13\x14\x15\x16\x17 \x18\x19\x1a\x1b\x1c\x1d\x1e\x1f  foo &quot; followed by IDL get assert_equals: expected (number) 0 but got (string) &quot; \0\x01\x02\x03\x04\x05\x06\x07 \b\t\n\v\f\r\x0e\x0f \x10\x11\x12\x13\x14\x15\x16\x17 \x18\x19\x1a\x1b\x1c\x1d\x1e\x1f  foo &quot;
</del><ins>+PASS applet.hspace: setAttribute() to &quot; \0\x01\x02\x03\x04\x05\x06\x07 \b\t\n\v\f\r\x0e\x0f \x10\x11\x12\x13\x14\x15\x16\x17 \x18\x19\x1a\x1b\x1c\x1d\x1e\x1f  foo &quot; followed by IDL get 
</ins><span class="cx"> PASS applet.hspace: setAttribute() to undefined followed by getAttribute() 
</span><del>-FAIL applet.hspace: setAttribute() to undefined followed by IDL get assert_equals: expected (number) 0 but got (string) &quot;undefined&quot;
</del><ins>+PASS applet.hspace: setAttribute() to undefined followed by IDL get 
</ins><span class="cx"> PASS applet.hspace: setAttribute() to 1.5 followed by getAttribute() 
</span><del>-FAIL applet.hspace: setAttribute() to 1.5 followed by IDL get assert_equals: expected (number) 1 but got (string) &quot;1.5&quot;
</del><ins>+PASS applet.hspace: setAttribute() to 1.5 followed by IDL get 
</ins><span class="cx"> PASS applet.hspace: setAttribute() to true followed by getAttribute() 
</span><del>-FAIL applet.hspace: setAttribute() to true followed by IDL get assert_equals: expected (number) 0 but got (string) &quot;true&quot;
</del><ins>+PASS applet.hspace: setAttribute() to true followed by IDL get 
</ins><span class="cx"> PASS applet.hspace: setAttribute() to false followed by getAttribute() 
</span><del>-FAIL applet.hspace: setAttribute() to false followed by IDL get assert_equals: expected (number) 0 but got (string) &quot;false&quot;
</del><ins>+PASS applet.hspace: setAttribute() to false followed by IDL get 
</ins><span class="cx"> PASS applet.hspace: setAttribute() to object &quot;[object Object]&quot; followed by getAttribute() 
</span><del>-FAIL applet.hspace: setAttribute() to object &quot;[object Object]&quot; followed by IDL get assert_equals: expected (number) 0 but got (string) &quot;[object Object]&quot;
</del><ins>+PASS applet.hspace: setAttribute() to object &quot;[object Object]&quot; followed by IDL get 
</ins><span class="cx"> PASS applet.hspace: setAttribute() to NaN followed by getAttribute() 
</span><del>-FAIL applet.hspace: setAttribute() to NaN followed by IDL get assert_equals: expected (number) 0 but got (string) &quot;NaN&quot;
</del><ins>+PASS applet.hspace: setAttribute() to NaN followed by IDL get 
</ins><span class="cx"> PASS applet.hspace: setAttribute() to Infinity followed by getAttribute() 
</span><del>-FAIL applet.hspace: setAttribute() to Infinity followed by IDL get assert_equals: expected (number) 0 but got (string) &quot;Infinity&quot;
</del><ins>+PASS applet.hspace: setAttribute() to Infinity followed by IDL get 
</ins><span class="cx"> PASS applet.hspace: setAttribute() to -Infinity followed by getAttribute() 
</span><del>-FAIL applet.hspace: setAttribute() to -Infinity followed by IDL get assert_equals: expected (number) 0 but got (string) &quot;-Infinity&quot;
</del><ins>+PASS applet.hspace: setAttribute() to -Infinity followed by IDL get 
</ins><span class="cx"> PASS applet.hspace: setAttribute() to &quot;\0&quot; followed by getAttribute() 
</span><del>-FAIL applet.hspace: setAttribute() to &quot;\0&quot; followed by IDL get assert_equals: expected (number) 0 but got (string) &quot;\0&quot;
</del><ins>+PASS applet.hspace: setAttribute() to &quot;\0&quot; followed by IDL get 
</ins><span class="cx"> PASS applet.hspace: setAttribute() to object &quot;2&quot; followed by getAttribute() 
</span><del>-FAIL applet.hspace: setAttribute() to object &quot;2&quot; followed by IDL get assert_equals: expected (number) 2 but got (string) &quot;2&quot;
</del><ins>+PASS applet.hspace: setAttribute() to object &quot;2&quot; followed by IDL get 
</ins><span class="cx"> PASS applet.hspace: setAttribute() to object &quot;3&quot; followed by getAttribute() 
</span><del>-FAIL applet.hspace: setAttribute() to object &quot;3&quot; followed by IDL get assert_equals: expected (number) 0 but got (string) &quot;[object Object]&quot;
</del><ins>+PASS applet.hspace: setAttribute() to object &quot;3&quot; followed by IDL get 
</ins><span class="cx"> PASS applet.hspace: IDL set to 0 should not throw 
</span><span class="cx"> PASS applet.hspace: IDL set to 0 followed by getAttribute() 
</span><del>-FAIL applet.hspace: IDL set to 0 followed by IDL get assert_equals: expected (number) 0 but got (string) &quot;0&quot;
</del><ins>+PASS applet.hspace: IDL set to 0 followed by IDL get 
</ins><span class="cx"> PASS applet.hspace: IDL set to 1 should not throw 
</span><span class="cx"> PASS applet.hspace: IDL set to 1 followed by getAttribute() 
</span><del>-FAIL applet.hspace: IDL set to 1 followed by IDL get assert_equals: expected (number) 1 but got (string) &quot;1&quot;
</del><ins>+PASS applet.hspace: IDL set to 1 followed by IDL get 
</ins><span class="cx"> PASS applet.hspace: IDL set to 257 should not throw 
</span><span class="cx"> PASS applet.hspace: IDL set to 257 followed by getAttribute() 
</span><del>-FAIL applet.hspace: IDL set to 257 followed by IDL get assert_equals: expected (number) 257 but got (string) &quot;257&quot;
</del><ins>+PASS applet.hspace: IDL set to 257 followed by IDL get 
</ins><span class="cx"> PASS applet.hspace: IDL set to 2147483647 should not throw 
</span><span class="cx"> PASS applet.hspace: IDL set to 2147483647 followed by getAttribute() 
</span><del>-FAIL applet.hspace: IDL set to 2147483647 followed by IDL get assert_equals: expected (number) 2147483647 but got (string) &quot;2147483647&quot;
</del><ins>+PASS applet.hspace: IDL set to 2147483647 followed by IDL get 
</ins><span class="cx"> PASS applet.hspace: IDL set to &quot;-0&quot; should not throw 
</span><del>-FAIL applet.hspace: IDL set to &quot;-0&quot; followed by getAttribute() assert_equals: expected &quot;0&quot; but got &quot;-0&quot;
-FAIL applet.hspace: IDL set to &quot;-0&quot; followed by IDL get assert_equals: expected (number) 0 but got (string) &quot;-0&quot;
</del><ins>+PASS applet.hspace: IDL set to &quot;-0&quot; followed by getAttribute() 
+PASS applet.hspace: IDL set to &quot;-0&quot; followed by IDL get 
</ins><span class="cx"> PASS applet.hspace: IDL set to 2147483648 should not throw 
</span><del>-FAIL applet.hspace: IDL set to 2147483648 followed by getAttribute() assert_equals: expected &quot;0&quot; but got &quot;2147483648&quot;
-FAIL applet.hspace: IDL set to 2147483648 followed by IDL get assert_equals: expected (number) 0 but got (string) &quot;2147483648&quot;
</del><ins>+PASS applet.hspace: IDL set to 2147483648 followed by getAttribute() 
+PASS applet.hspace: IDL set to 2147483648 followed by IDL get 
</ins><span class="cx"> PASS applet.hspace: IDL set to 4294967295 should not throw 
</span><del>-FAIL applet.hspace: IDL set to 4294967295 followed by getAttribute() assert_equals: expected &quot;0&quot; but got &quot;4294967295&quot;
-FAIL applet.hspace: IDL set to 4294967295 followed by IDL get assert_equals: expected (number) 0 but got (string) &quot;4294967295&quot;
</del><ins>+PASS applet.hspace: IDL set to 4294967295 followed by getAttribute() 
+PASS applet.hspace: IDL set to 4294967295 followed by IDL get 
</ins><span class="cx"> PASS applet.name: typeof IDL attribute 
</span><span class="cx"> PASS applet.name: IDL get with DOM attribute unset 
</span><span class="cx"> PASS applet.name: setAttribute() to &quot;&quot; followed by getAttribute() 
</span><span class="lines">@@ -1278,224 +1278,224 @@
</span><span class="cx"> PASS applet.object: typeof IDL attribute 
</span><span class="cx"> PASS applet.object: IDL get with DOM attribute unset 
</span><span class="cx"> PASS applet.object: setAttribute() to &quot;&quot; followed by getAttribute() 
</span><del>-FAIL applet.object: setAttribute() to &quot;&quot; followed by IDL get assert_equals: expected &quot;http://localhost:8800/html/dom/reflection-obsolete.html&quot; but got &quot;&quot;
</del><ins>+PASS applet.object: setAttribute() to &quot;&quot; followed by IDL get 
</ins><span class="cx"> PASS applet.object: setAttribute() to &quot; foo &quot; followed by getAttribute() 
</span><del>-FAIL applet.object: setAttribute() to &quot; foo &quot; followed by IDL get assert_equals: expected &quot;http://localhost:8800/html/dom/foo&quot; but got &quot; foo &quot;
</del><ins>+PASS applet.object: setAttribute() to &quot; foo &quot; followed by IDL get 
</ins><span class="cx"> PASS applet.object: setAttribute() to &quot;http://site.example/&quot; followed by getAttribute() 
</span><span class="cx"> PASS applet.object: setAttribute() to &quot;http://site.example/&quot; followed by IDL get 
</span><span class="cx"> PASS applet.object: setAttribute() to &quot;//site.example/path???@#l&quot; followed by getAttribute() 
</span><del>-FAIL applet.object: setAttribute() to &quot;//site.example/path???@#l&quot; followed by IDL get assert_equals: expected &quot;http://site.example/path???@#l&quot; but got &quot;//site.example/path???@#l&quot;
</del><ins>+PASS applet.object: setAttribute() to &quot;//site.example/path???@#l&quot; followed by IDL get 
</ins><span class="cx"> PASS applet.object: setAttribute() to &quot;\0\x01\x02\x03\x04\x05\x06\x07 \b\t\n\v\f\r\x0e\x0f \x10\x11\x12\x13\x14\x15\x16\x17 \x18\x19\x1a\x1b\x1c\x1d\x1e\x1f &quot; followed by getAttribute() 
</span><del>-FAIL applet.object: setAttribute() to &quot;\0\x01\x02\x03\x04\x05\x06\x07 \b\t\n\v\f\r\x0e\x0f \x10\x11\x12\x13\x14\x15\x16\x17 \x18\x19\x1a\x1b\x1c\x1d\x1e\x1f &quot; followed by IDL get assert_equals: expected &quot;http://localhost:8800/html/dom/reflection-obsolete.html&quot; but got &quot;\0\x01\x02\x03\x04\x05\x06\x07 \b\t\n\v\f\r\x0e\x0f \x10\x11\x12\x13\x14\x15\x16\x17 \x18\x19\x1a\x1b\x1c\x1d\x1e\x1f &quot;
</del><ins>+PASS applet.object: setAttribute() to &quot;\0\x01\x02\x03\x04\x05\x06\x07 \b\t\n\v\f\r\x0e\x0f \x10\x11\x12\x13\x14\x15\x16\x17 \x18\x19\x1a\x1b\x1c\x1d\x1e\x1f &quot; followed by IDL get 
</ins><span class="cx"> PASS applet.object: setAttribute() to undefined followed by getAttribute() 
</span><del>-FAIL applet.object: setAttribute() to undefined followed by IDL get assert_equals: expected &quot;http://localhost:8800/html/dom/undefined&quot; but got &quot;undefined&quot;
</del><ins>+PASS applet.object: setAttribute() to undefined followed by IDL get 
</ins><span class="cx"> PASS applet.object: setAttribute() to 7 followed by getAttribute() 
</span><del>-FAIL applet.object: setAttribute() to 7 followed by IDL get assert_equals: expected &quot;http://localhost:8800/html/dom/7&quot; but got &quot;7&quot;
</del><ins>+PASS applet.object: setAttribute() to 7 followed by IDL get 
</ins><span class="cx"> PASS applet.object: setAttribute() to 1.5 followed by getAttribute() 
</span><del>-FAIL applet.object: setAttribute() to 1.5 followed by IDL get assert_equals: expected &quot;http://localhost:8800/html/dom/1.5&quot; but got &quot;1.5&quot;
</del><ins>+PASS applet.object: setAttribute() to 1.5 followed by IDL get 
</ins><span class="cx"> PASS applet.object: setAttribute() to true followed by getAttribute() 
</span><del>-FAIL applet.object: setAttribute() to true followed by IDL get assert_equals: expected &quot;http://localhost:8800/html/dom/true&quot; but got &quot;true&quot;
</del><ins>+PASS applet.object: setAttribute() to true followed by IDL get 
</ins><span class="cx"> PASS applet.object: setAttribute() to false followed by getAttribute() 
</span><del>-FAIL applet.object: setAttribute() to false followed by IDL get assert_equals: expected &quot;http://localhost:8800/html/dom/false&quot; but got &quot;false&quot;
</del><ins>+PASS applet.object: setAttribute() to false followed by IDL get 
</ins><span class="cx"> PASS applet.object: setAttribute() to object &quot;[object Object]&quot; followed by getAttribute() 
</span><del>-FAIL applet.object: setAttribute() to object &quot;[object Object]&quot; followed by IDL get assert_equals: expected &quot;http://localhost:8800/html/dom/[object%20Object]&quot; but got &quot;[object Object]&quot;
</del><ins>+PASS applet.object: setAttribute() to object &quot;[object Object]&quot; followed by IDL get 
</ins><span class="cx"> PASS applet.object: setAttribute() to NaN followed by getAttribute() 
</span><del>-FAIL applet.object: setAttribute() to NaN followed by IDL get assert_equals: expected &quot;http://localhost:8800/html/dom/NaN&quot; but got &quot;NaN&quot;
</del><ins>+PASS applet.object: setAttribute() to NaN followed by IDL get 
</ins><span class="cx"> PASS applet.object: setAttribute() to Infinity followed by getAttribute() 
</span><del>-FAIL applet.object: setAttribute() to Infinity followed by IDL get assert_equals: expected &quot;http://localhost:8800/html/dom/Infinity&quot; but got &quot;Infinity&quot;
</del><ins>+PASS applet.object: setAttribute() to Infinity followed by IDL get 
</ins><span class="cx"> PASS applet.object: setAttribute() to -Infinity followed by getAttribute() 
</span><del>-FAIL applet.object: setAttribute() to -Infinity followed by IDL get assert_equals: expected &quot;http://localhost:8800/html/dom/-Infinity&quot; but got &quot;-Infinity&quot;
</del><ins>+PASS applet.object: setAttribute() to -Infinity followed by IDL get 
</ins><span class="cx"> PASS applet.object: setAttribute() to &quot;\0&quot; followed by getAttribute() 
</span><del>-FAIL applet.object: setAttribute() to &quot;\0&quot; followed by IDL get assert_equals: expected &quot;http://localhost:8800/html/dom/reflection-obsolete.html&quot; but got &quot;\0&quot;
</del><ins>+PASS applet.object: setAttribute() to &quot;\0&quot; followed by IDL get 
</ins><span class="cx"> PASS applet.object: setAttribute() to null followed by getAttribute() 
</span><del>-FAIL applet.object: setAttribute() to null followed by IDL get assert_equals: expected &quot;http://localhost:8800/html/dom/null&quot; but got &quot;null&quot;
</del><ins>+PASS applet.object: setAttribute() to null followed by IDL get 
</ins><span class="cx"> PASS applet.object: setAttribute() to object &quot;test-toString&quot; followed by getAttribute() 
</span><del>-FAIL applet.object: setAttribute() to object &quot;test-toString&quot; followed by IDL get assert_equals: expected &quot;http://localhost:8800/html/dom/test-toString&quot; but got &quot;test-toString&quot;
</del><ins>+PASS applet.object: setAttribute() to object &quot;test-toString&quot; followed by IDL get 
</ins><span class="cx"> PASS applet.object: setAttribute() to object &quot;test-valueOf&quot; followed by getAttribute() 
</span><del>-FAIL applet.object: setAttribute() to object &quot;test-valueOf&quot; followed by IDL get assert_equals: expected &quot;http://localhost:8800/html/dom/test-valueOf&quot; but got &quot;test-valueOf&quot;
</del><ins>+PASS applet.object: setAttribute() to object &quot;test-valueOf&quot; followed by IDL get 
</ins><span class="cx"> PASS applet.object: IDL set to &quot;&quot; should not throw 
</span><span class="cx"> PASS applet.object: IDL set to &quot;&quot; followed by getAttribute() 
</span><del>-FAIL applet.object: IDL set to &quot;&quot; followed by IDL get assert_equals: expected &quot;http://localhost:8800/html/dom/reflection-obsolete.html&quot; but got &quot;&quot;
</del><ins>+PASS applet.object: IDL set to &quot;&quot; followed by IDL get 
</ins><span class="cx"> PASS applet.object: IDL set to &quot; foo &quot; should not throw 
</span><span class="cx"> PASS applet.object: IDL set to &quot; foo &quot; followed by getAttribute() 
</span><del>-FAIL applet.object: IDL set to &quot; foo &quot; followed by IDL get assert_equals: expected &quot;http://localhost:8800/html/dom/foo&quot; but got &quot; foo &quot;
</del><ins>+PASS applet.object: IDL set to &quot; foo &quot; followed by IDL get 
</ins><span class="cx"> PASS applet.object: IDL set to &quot;http://site.example/&quot; should not throw 
</span><span class="cx"> PASS applet.object: IDL set to &quot;http://site.example/&quot; followed by getAttribute() 
</span><span class="cx"> PASS applet.object: IDL set to &quot;http://site.example/&quot; followed by IDL get 
</span><span class="cx"> PASS applet.object: IDL set to &quot;//site.example/path???@#l&quot; should not throw 
</span><span class="cx"> PASS applet.object: IDL set to &quot;//site.example/path???@#l&quot; followed by getAttribute() 
</span><del>-FAIL applet.object: IDL set to &quot;//site.example/path???@#l&quot; followed by IDL get assert_equals: expected &quot;http://site.example/path???@#l&quot; but got &quot;//site.example/path???@#l&quot;
</del><ins>+PASS applet.object: IDL set to &quot;//site.example/path???@#l&quot; followed by IDL get 
</ins><span class="cx"> PASS applet.object: IDL set to &quot;\0\x01\x02\x03\x04\x05\x06\x07 \b\t\n\v\f\r\x0e\x0f \x10\x11\x12\x13\x14\x15\x16\x17 \x18\x19\x1a\x1b\x1c\x1d\x1e\x1f &quot; should not throw 
</span><span class="cx"> PASS applet.object: IDL set to &quot;\0\x01\x02\x03\x04\x05\x06\x07 \b\t\n\v\f\r\x0e\x0f \x10\x11\x12\x13\x14\x15\x16\x17 \x18\x19\x1a\x1b\x1c\x1d\x1e\x1f &quot; followed by getAttribute() 
</span><del>-FAIL applet.object: IDL set to &quot;\0\x01\x02\x03\x04\x05\x06\x07 \b\t\n\v\f\r\x0e\x0f \x10\x11\x12\x13\x14\x15\x16\x17 \x18\x19\x1a\x1b\x1c\x1d\x1e\x1f &quot; followed by IDL get assert_equals: expected &quot;http://localhost:8800/html/dom/reflection-obsolete.html&quot; but got &quot;\0\x01\x02\x03\x04\x05\x06\x07 \b\t\n\v\f\r\x0e\x0f \x10\x11\x12\x13\x14\x15\x16\x17 \x18\x19\x1a\x1b\x1c\x1d\x1e\x1f &quot;
</del><ins>+PASS applet.object: IDL set to &quot;\0\x01\x02\x03\x04\x05\x06\x07 \b\t\n\v\f\r\x0e\x0f \x10\x11\x12\x13\x14\x15\x16\x17 \x18\x19\x1a\x1b\x1c\x1d\x1e\x1f &quot; followed by IDL get 
</ins><span class="cx"> PASS applet.object: IDL set to undefined should not throw 
</span><span class="cx"> PASS applet.object: IDL set to undefined followed by getAttribute() 
</span><del>-FAIL applet.object: IDL set to undefined followed by IDL get assert_equals: expected &quot;http://localhost:8800/html/dom/undefined&quot; but got &quot;undefined&quot;
</del><ins>+PASS applet.object: IDL set to undefined followed by IDL get 
</ins><span class="cx"> PASS applet.object: IDL set to 7 should not throw 
</span><span class="cx"> PASS applet.object: IDL set to 7 followed by getAttribute() 
</span><del>-FAIL applet.object: IDL set to 7 followed by IDL get assert_equals: expected &quot;http://localhost:8800/html/dom/7&quot; but got &quot;7&quot;
</del><ins>+PASS applet.object: IDL set to 7 followed by IDL get 
</ins><span class="cx"> PASS applet.object: IDL set to 1.5 should not throw 
</span><span class="cx"> PASS applet.object: IDL set to 1.5 followed by getAttribute() 
</span><del>-FAIL applet.object: IDL set to 1.5 followed by IDL get assert_equals: expected &quot;http://localhost:8800/html/dom/1.5&quot; but got &quot;1.5&quot;
</del><ins>+PASS applet.object: IDL set to 1.5 followed by IDL get 
</ins><span class="cx"> PASS applet.object: IDL set to true should not throw 
</span><span class="cx"> PASS applet.object: IDL set to true followed by getAttribute() 
</span><del>-FAIL applet.object: IDL set to true followed by IDL get assert_equals: expected &quot;http://localhost:8800/html/dom/true&quot; but got &quot;true&quot;
</del><ins>+PASS applet.object: IDL set to true followed by IDL get 
</ins><span class="cx"> PASS applet.object: IDL set to false should not throw 
</span><span class="cx"> PASS applet.object: IDL set to false followed by getAttribute() 
</span><del>-FAIL applet.object: IDL set to false followed by IDL get assert_equals: expected &quot;http://localhost:8800/html/dom/false&quot; but got &quot;false&quot;
</del><ins>+PASS applet.object: IDL set to false followed by IDL get 
</ins><span class="cx"> PASS applet.object: IDL set to object &quot;[object Object]&quot; should not throw 
</span><span class="cx"> PASS applet.object: IDL set to object &quot;[object Object]&quot; followed by getAttribute() 
</span><del>-FAIL applet.object: IDL set to object &quot;[object Object]&quot; followed by IDL get assert_equals: expected &quot;http://localhost:8800/html/dom/[object%20Object]&quot; but got &quot;[object Object]&quot;
</del><ins>+PASS applet.object: IDL set to object &quot;[object Object]&quot; followed by IDL get 
</ins><span class="cx"> PASS applet.object: IDL set to NaN should not throw 
</span><span class="cx"> PASS applet.object: IDL set to NaN followed by getAttribute() 
</span><del>-FAIL applet.object: IDL set to NaN followed by IDL get assert_equals: expected &quot;http://localhost:8800/html/dom/NaN&quot; but got &quot;NaN&quot;
</del><ins>+PASS applet.object: IDL set to NaN followed by IDL get 
</ins><span class="cx"> PASS applet.object: IDL set to Infinity should not throw 
</span><span class="cx"> PASS applet.object: IDL set to Infinity followed by getAttribute() 
</span><del>-FAIL applet.object: IDL set to Infinity followed by IDL get assert_equals: expected &quot;http://localhost:8800/html/dom/Infinity&quot; but got &quot;Infinity&quot;
</del><ins>+PASS applet.object: IDL set to Infinity followed by IDL get 
</ins><span class="cx"> PASS applet.object: IDL set to -Infinity should not throw 
</span><span class="cx"> PASS applet.object: IDL set to -Infinity followed by getAttribute() 
</span><del>-FAIL applet.object: IDL set to -Infinity followed by IDL get assert_equals: expected &quot;http://localhost:8800/html/dom/-Infinity&quot; but got &quot;-Infinity&quot;
</del><ins>+PASS applet.object: IDL set to -Infinity followed by IDL get 
</ins><span class="cx"> PASS applet.object: IDL set to &quot;\0&quot; should not throw 
</span><span class="cx"> PASS applet.object: IDL set to &quot;\0&quot; followed by getAttribute() 
</span><del>-FAIL applet.object: IDL set to &quot;\0&quot; followed by IDL get assert_equals: expected &quot;http://localhost:8800/html/dom/reflection-obsolete.html&quot; but got &quot;\0&quot;
</del><ins>+PASS applet.object: IDL set to &quot;\0&quot; followed by IDL get 
</ins><span class="cx"> PASS applet.object: IDL set to null should not throw 
</span><span class="cx"> PASS applet.object: IDL set to null followed by getAttribute() 
</span><del>-FAIL applet.object: IDL set to null followed by IDL get assert_equals: expected &quot;http://localhost:8800/html/dom/null&quot; but got &quot;null&quot;
</del><ins>+PASS applet.object: IDL set to null followed by IDL get 
</ins><span class="cx"> PASS applet.object: IDL set to object &quot;test-toString&quot; should not throw 
</span><span class="cx"> PASS applet.object: IDL set to object &quot;test-toString&quot; followed by getAttribute() 
</span><del>-FAIL applet.object: IDL set to object &quot;test-toString&quot; followed by IDL get assert_equals: expected &quot;http://localhost:8800/html/dom/test-toString&quot; but got &quot;test-toString&quot;
</del><ins>+PASS applet.object: IDL set to object &quot;test-toString&quot; followed by IDL get 
</ins><span class="cx"> PASS applet.object: IDL set to object &quot;test-valueOf&quot; should not throw 
</span><span class="cx"> PASS applet.object: IDL set to object &quot;test-valueOf&quot; followed by getAttribute() 
</span><del>-FAIL applet.object: IDL set to object &quot;test-valueOf&quot; followed by IDL get assert_equals: expected &quot;http://localhost:8800/html/dom/test-valueOf&quot; but got &quot;test-valueOf&quot;
-FAIL applet.vspace: typeof IDL attribute assert_equals: expected &quot;number&quot; but got &quot;string&quot;
-FAIL applet.vspace: IDL get with DOM attribute unset assert_equals: expected (number) 0 but got (string) &quot;&quot;
</del><ins>+PASS applet.object: IDL set to object &quot;test-valueOf&quot; followed by IDL get 
+PASS applet.vspace: typeof IDL attribute 
+PASS applet.vspace: IDL get with DOM attribute unset 
</ins><span class="cx"> PASS applet.vspace: setAttribute() to -2147483649 followed by getAttribute() 
</span><del>-FAIL applet.vspace: setAttribute() to -2147483649 followed by IDL get assert_equals: expected (number) 0 but got (string) &quot;-2147483649&quot;
</del><ins>+PASS applet.vspace: setAttribute() to -2147483649 followed by IDL get 
</ins><span class="cx"> PASS applet.vspace: setAttribute() to -2147483648 followed by getAttribute() 
</span><del>-FAIL applet.vspace: setAttribute() to -2147483648 followed by IDL get assert_equals: expected (number) 0 but got (string) &quot;-2147483648&quot;
</del><ins>+PASS applet.vspace: setAttribute() to -2147483648 followed by IDL get 
</ins><span class="cx"> PASS applet.vspace: setAttribute() to -36 followed by getAttribute() 
</span><del>-FAIL applet.vspace: setAttribute() to -36 followed by IDL get assert_equals: expected (number) 0 but got (string) &quot;-36&quot;
</del><ins>+PASS applet.vspace: setAttribute() to -36 followed by IDL get 
</ins><span class="cx"> PASS applet.vspace: setAttribute() to -1 followed by getAttribute() 
</span><del>-FAIL applet.vspace: setAttribute() to -1 followed by IDL get assert_equals: expected (number) 0 but got (string) &quot;-1&quot;
</del><ins>+PASS applet.vspace: setAttribute() to -1 followed by IDL get 
</ins><span class="cx"> PASS applet.vspace: setAttribute() to 0 followed by getAttribute() 
</span><del>-FAIL applet.vspace: setAttribute() to 0 followed by IDL get assert_equals: expected (number) 0 but got (string) &quot;0&quot;
</del><ins>+PASS applet.vspace: setAttribute() to 0 followed by IDL get 
</ins><span class="cx"> PASS applet.vspace: setAttribute() to 1 followed by getAttribute() 
</span><del>-FAIL applet.vspace: setAttribute() to 1 followed by IDL get assert_equals: expected (number) 1 but got (string) &quot;1&quot;
</del><ins>+PASS applet.vspace: setAttribute() to 1 followed by IDL get 
</ins><span class="cx"> PASS applet.vspace: setAttribute() to 257 followed by getAttribute() 
</span><del>-FAIL applet.vspace: setAttribute() to 257 followed by IDL get assert_equals: expected (number) 257 but got (string) &quot;257&quot;
</del><ins>+PASS applet.vspace: setAttribute() to 257 followed by IDL get 
</ins><span class="cx"> PASS applet.vspace: setAttribute() to 2147483647 followed by getAttribute() 
</span><del>-FAIL applet.vspace: setAttribute() to 2147483647 followed by IDL get assert_equals: expected (number) 2147483647 but got (string) &quot;2147483647&quot;
</del><ins>+PASS applet.vspace: setAttribute() to 2147483647 followed by IDL get 
</ins><span class="cx"> PASS applet.vspace: setAttribute() to 2147483648 followed by getAttribute() 
</span><del>-FAIL applet.vspace: setAttribute() to 2147483648 followed by IDL get assert_equals: expected (number) 0 but got (string) &quot;2147483648&quot;
</del><ins>+PASS applet.vspace: setAttribute() to 2147483648 followed by IDL get 
</ins><span class="cx"> PASS applet.vspace: setAttribute() to 4294967295 followed by getAttribute() 
</span><del>-FAIL applet.vspace: setAttribute() to 4294967295 followed by IDL get assert_equals: expected (number) 0 but got (string) &quot;4294967295&quot;
</del><ins>+PASS applet.vspace: setAttribute() to 4294967295 followed by IDL get 
</ins><span class="cx"> PASS applet.vspace: setAttribute() to 4294967296 followed by getAttribute() 
</span><del>-FAIL applet.vspace: setAttribute() to 4294967296 followed by IDL get assert_equals: expected (number) 0 but got (string) &quot;4294967296&quot;
</del><ins>+PASS applet.vspace: setAttribute() to 4294967296 followed by IDL get 
</ins><span class="cx"> PASS applet.vspace: setAttribute() to &quot;&quot; followed by getAttribute() 
</span><del>-FAIL applet.vspace: setAttribute() to &quot;&quot; followed by IDL get assert_equals: expected (number) 0 but got (string) &quot;&quot;
</del><ins>+PASS applet.vspace: setAttribute() to &quot;&quot; followed by IDL get 
</ins><span class="cx"> PASS applet.vspace: setAttribute() to &quot;-1&quot; followed by getAttribute() 
</span><del>-FAIL applet.vspace: setAttribute() to &quot;-1&quot; followed by IDL get assert_equals: expected (number) 0 but got (string) &quot;-1&quot;
</del><ins>+PASS applet.vspace: setAttribute() to &quot;-1&quot; followed by IDL get 
</ins><span class="cx"> PASS applet.vspace: setAttribute() to &quot;-0&quot; followed by getAttribute() 
</span><del>-FAIL applet.vspace: setAttribute() to &quot;-0&quot; followed by IDL get assert_equals: expected (number) 0 but got (string) &quot;-0&quot;
</del><ins>+PASS applet.vspace: setAttribute() to &quot;-0&quot; followed by IDL get 
</ins><span class="cx"> PASS applet.vspace: setAttribute() to &quot;0&quot; followed by getAttribute() 
</span><del>-FAIL applet.vspace: setAttribute() to &quot;0&quot; followed by IDL get assert_equals: expected (number) 0 but got (string) &quot;0&quot;
</del><ins>+PASS applet.vspace: setAttribute() to &quot;0&quot; followed by IDL get 
</ins><span class="cx"> PASS applet.vspace: setAttribute() to &quot;1&quot; followed by getAttribute() 
</span><del>-FAIL applet.vspace: setAttribute() to &quot;1&quot; followed by IDL get assert_equals: expected (number) 1 but got (string) &quot;1&quot;
</del><ins>+PASS applet.vspace: setAttribute() to &quot;1&quot; followed by IDL get 
</ins><span class="cx"> PASS applet.vspace: setAttribute() to &quot;\t7&quot; followed by getAttribute() 
</span><del>-FAIL applet.vspace: setAttribute() to &quot;\t7&quot; followed by IDL get assert_equals: expected (number) 7 but got (string) &quot;\t7&quot;
</del><ins>+PASS applet.vspace: setAttribute() to &quot;\t7&quot; followed by IDL get 
</ins><span class="cx"> PASS applet.vspace: setAttribute() to &quot;\v7&quot; followed by getAttribute() 
</span><del>-FAIL applet.vspace: setAttribute() to &quot;\v7&quot; followed by IDL get assert_equals: expected (number) 0 but got (string) &quot;\v7&quot;
</del><ins>+PASS applet.vspace: setAttribute() to &quot;\v7&quot; followed by IDL get 
</ins><span class="cx"> PASS applet.vspace: setAttribute() to &quot;\f7&quot; followed by getAttribute() 
</span><del>-FAIL applet.vspace: setAttribute() to &quot;\f7&quot; followed by IDL get assert_equals: expected (number) 7 but got (string) &quot;\f7&quot;
</del><ins>+PASS applet.vspace: setAttribute() to &quot;\f7&quot; followed by IDL get 
</ins><span class="cx"> PASS applet.vspace: setAttribute() to &quot; 7&quot; followed by getAttribute() 
</span><del>-FAIL applet.vspace: setAttribute() to &quot; 7&quot; followed by IDL get assert_equals: expected (number) 7 but got (string) &quot; 7&quot;
</del><ins>+PASS applet.vspace: setAttribute() to &quot; 7&quot; followed by IDL get 
</ins><span class="cx"> PASS applet.vspace: setAttribute() to &quot; 7&quot; followed by getAttribute() 
</span><del>-FAIL applet.vspace: setAttribute() to &quot; 7&quot; followed by IDL get assert_equals: expected (number) 0 but got (string) &quot; 7&quot;
</del><ins>+PASS applet.vspace: setAttribute() to &quot; 7&quot; followed by IDL get 
</ins><span class="cx"> PASS applet.vspace: setAttribute() to &quot;7&quot; followed by getAttribute() 
</span><del>-FAIL applet.vspace: setAttribute() to &quot;7&quot; followed by IDL get assert_equals: expected (number) 0 but got (string) &quot;7&quot;
</del><ins>+PASS applet.vspace: setAttribute() to &quot;7&quot; followed by IDL get 
</ins><span class="cx"> PASS applet.vspace: setAttribute() to &quot;\n7&quot; followed by getAttribute() 
</span><del>-FAIL applet.vspace: setAttribute() to &quot;\n7&quot; followed by IDL get assert_equals: expected (number) 7 but got (string) &quot;\n7&quot;
</del><ins>+PASS applet.vspace: setAttribute() to &quot;\n7&quot; followed by IDL get 
</ins><span class="cx"> PASS applet.vspace: setAttribute() to &quot;\r7&quot; followed by getAttribute() 
</span><del>-FAIL applet.vspace: setAttribute() to &quot;\r7&quot; followed by IDL get assert_equals: expected (number) 7 but got (string) &quot;\r7&quot;
</del><ins>+PASS applet.vspace: setAttribute() to &quot;\r7&quot; followed by IDL get 
</ins><span class="cx"> PASS applet.vspace: setAttribute() to &quot;
7&quot; followed by getAttribute() 
</span><del>-FAIL applet.vspace: setAttribute() to &quot;
7&quot; followed by IDL get assert_equals: expected (number) 0 but got (string) &quot;
7&quot;
</del><ins>+PASS applet.vspace: setAttribute() to &quot;
7&quot; followed by IDL get 
</ins><span class="cx"> PASS applet.vspace: setAttribute() to &quot;
7&quot; followed by getAttribute() 
</span><del>-FAIL applet.vspace: setAttribute() to &quot;
7&quot; followed by IDL get assert_equals: expected (number) 0 but got (string) &quot;
7&quot;
</del><ins>+PASS applet.vspace: setAttribute() to &quot;
7&quot; followed by IDL get 
</ins><span class="cx"> PASS applet.vspace: setAttribute() to &quot; 7&quot; followed by getAttribute() 
</span><del>-FAIL applet.vspace: setAttribute() to &quot; 7&quot; followed by IDL get assert_equals: expected (number) 0 but got (string) &quot; 7&quot;
</del><ins>+PASS applet.vspace: setAttribute() to &quot; 7&quot; followed by IDL get 
</ins><span class="cx"> PASS applet.vspace: setAttribute() to &quot;᠎7&quot; followed by getAttribute() 
</span><del>-FAIL applet.vspace: setAttribute() to &quot;᠎7&quot; followed by IDL get assert_equals: expected (number) 0 but got (string) &quot;᠎7&quot;
</del><ins>+PASS applet.vspace: setAttribute() to &quot;᠎7&quot; followed by IDL get 
</ins><span class="cx"> PASS applet.vspace: setAttribute() to &quot; 7&quot; followed by getAttribute() 
</span><del>-FAIL applet.vspace: setAttribute() to &quot; 7&quot; followed by IDL get assert_equals: expected (number) 0 but got (string) &quot; 7&quot;
</del><ins>+PASS applet.vspace: setAttribute() to &quot; 7&quot; followed by IDL get 
</ins><span class="cx"> PASS applet.vspace: setAttribute() to &quot; 7&quot; followed by getAttribute() 
</span><del>-FAIL applet.vspace: setAttribute() to &quot; 7&quot; followed by IDL get assert_equals: expected (number) 0 but got (string) &quot; 7&quot;
</del><ins>+PASS applet.vspace: setAttribute() to &quot; 7&quot; followed by IDL get 
</ins><span class="cx"> PASS applet.vspace: setAttribute() to &quot; 7&quot; followed by getAttribute() 
</span><del>-FAIL applet.vspace: setAttribute() to &quot; 7&quot; followed by IDL get assert_equals: expected (number) 0 but got (string) &quot; 7&quot;
</del><ins>+PASS applet.vspace: setAttribute() to &quot; 7&quot; followed by IDL get 
</ins><span class="cx"> PASS applet.vspace: setAttribute() to &quot; 7&quot; followed by getAttribute() 
</span><del>-FAIL applet.vspace: setAttribute() to &quot; 7&quot; followed by IDL get assert_equals: expected (number) 0 but got (string) &quot; 7&quot;
</del><ins>+PASS applet.vspace: setAttribute() to &quot; 7&quot; followed by IDL get 
</ins><span class="cx"> PASS applet.vspace: setAttribute() to &quot; 7&quot; followed by getAttribute() 
</span><del>-FAIL applet.vspace: setAttribute() to &quot; 7&quot; followed by IDL get assert_equals: expected (number) 0 but got (string) &quot; 7&quot;
</del><ins>+PASS applet.vspace: setAttribute() to &quot; 7&quot; followed by IDL get 
</ins><span class="cx"> PASS applet.vspace: setAttribute() to &quot; 7&quot; followed by getAttribute() 
</span><del>-FAIL applet.vspace: setAttribute() to &quot; 7&quot; followed by IDL get assert_equals: expected (number) 0 but got (string) &quot; 7&quot;
</del><ins>+PASS applet.vspace: setAttribute() to &quot; 7&quot; followed by IDL get 
</ins><span class="cx"> PASS applet.vspace: setAttribute() to &quot; 7&quot; followed by getAttribute() 
</span><del>-FAIL applet.vspace: setAttribute() to &quot; 7&quot; followed by IDL get assert_equals: expected (number) 0 but got (string) &quot; 7&quot;
</del><ins>+PASS applet.vspace: setAttribute() to &quot; 7&quot; followed by IDL get 
</ins><span class="cx"> PASS applet.vspace: setAttribute() to &quot; 7&quot; followed by getAttribute() 
</span><del>-FAIL applet.vspace: setAttribute() to &quot; 7&quot; followed by IDL get assert_equals: expected (number) 0 but got (string) &quot; 7&quot;
</del><ins>+PASS applet.vspace: setAttribute() to &quot; 7&quot; followed by IDL get 
</ins><span class="cx"> PASS applet.vspace: setAttribute() to &quot; 7&quot; followed by getAttribute() 
</span><del>-FAIL applet.vspace: setAttribute() to &quot; 7&quot; followed by IDL get assert_equals: expected (number) 0 but got (string) &quot; 7&quot;
</del><ins>+PASS applet.vspace: setAttribute() to &quot; 7&quot; followed by IDL get 
</ins><span class="cx"> PASS applet.vspace: setAttribute() to &quot; 7&quot; followed by getAttribute() 
</span><del>-FAIL applet.vspace: setAttribute() to &quot; 7&quot; followed by IDL get assert_equals: expected (number) 0 but got (string) &quot; 7&quot;
</del><ins>+PASS applet.vspace: setAttribute() to &quot; 7&quot; followed by IDL get 
</ins><span class="cx"> PASS applet.vspace: setAttribute() to &quot; 7&quot; followed by getAttribute() 
</span><del>-FAIL applet.vspace: setAttribute() to &quot; 7&quot; followed by IDL get assert_equals: expected (number) 0 but got (string) &quot; 7&quot;
</del><ins>+PASS applet.vspace: setAttribute() to &quot; 7&quot; followed by IDL get 
</ins><span class="cx"> PASS applet.vspace: setAttribute() to &quot; 7&quot; followed by getAttribute() 
</span><del>-FAIL applet.vspace: setAttribute() to &quot; 7&quot; followed by IDL get assert_equals: expected (number) 0 but got (string) &quot; 7&quot;
</del><ins>+PASS applet.vspace: setAttribute() to &quot; 7&quot; followed by IDL get 
</ins><span class="cx"> PASS applet.vspace: setAttribute() to &quot; 7&quot; followed by getAttribute() 
</span><del>-FAIL applet.vspace: setAttribute() to &quot; 7&quot; followed by IDL get assert_equals: expected (number) 0 but got (string) &quot; 7&quot;
</del><ins>+PASS applet.vspace: setAttribute() to &quot; 7&quot; followed by IDL get 
</ins><span class="cx"> PASS applet.vspace: setAttribute() to &quot; \0\x01\x02\x03\x04\x05\x06\x07 \b\t\n\v\f\r\x0e\x0f \x10\x11\x12\x13\x14\x15\x16\x17 \x18\x19\x1a\x1b\x1c\x1d\x1e\x1f  foo &quot; followed by getAttribute() 
</span><del>-FAIL applet.vspace: setAttribute() to &quot; \0\x01\x02\x03\x04\x05\x06\x07 \b\t\n\v\f\r\x0e\x0f \x10\x11\x12\x13\x14\x15\x16\x17 \x18\x19\x1a\x1b\x1c\x1d\x1e\x1f  foo &quot; followed by IDL get assert_equals: expected (number) 0 but got (string) &quot; \0\x01\x02\x03\x04\x05\x06\x07 \b\t\n\v\f\r\x0e\x0f \x10\x11\x12\x13\x14\x15\x16\x17 \x18\x19\x1a\x1b\x1c\x1d\x1e\x1f  foo &quot;
</del><ins>+PASS applet.vspace: setAttribute() to &quot; \0\x01\x02\x03\x04\x05\x06\x07 \b\t\n\v\f\r\x0e\x0f \x10\x11\x12\x13\x14\x15\x16\x17 \x18\x19\x1a\x1b\x1c\x1d\x1e\x1f  foo &quot; followed by IDL get 
</ins><span class="cx"> PASS applet.vspace: setAttribute() to undefined followed by getAttribute() 
</span><del>-FAIL applet.vspace: setAttribute() to undefined followed by IDL get assert_equals: expected (number) 0 but got (string) &quot;undefined&quot;
</del><ins>+PASS applet.vspace: setAttribute() to undefined followed by IDL get 
</ins><span class="cx"> PASS applet.vspace: setAttribute() to 1.5 followed by getAttribute() 
</span><del>-FAIL applet.vspace: setAttribute() to 1.5 followed by IDL get assert_equals: expected (number) 1 but got (string) &quot;1.5&quot;
</del><ins>+PASS applet.vspace: setAttribute() to 1.5 followed by IDL get 
</ins><span class="cx"> PASS applet.vspace: setAttribute() to true followed by getAttribute() 
</span><del>-FAIL applet.vspace: setAttribute() to true followed by IDL get assert_equals: expected (number) 0 but got (string) &quot;true&quot;
</del><ins>+PASS applet.vspace: setAttribute() to true followed by IDL get 
</ins><span class="cx"> PASS applet.vspace: setAttribute() to false followed by getAttribute() 
</span><del>-FAIL applet.vspace: setAttribute() to false followed by IDL get assert_equals: expected (number) 0 but got (string) &quot;false&quot;
</del><ins>+PASS applet.vspace: setAttribute() to false followed by IDL get 
</ins><span class="cx"> PASS applet.vspace: setAttribute() to object &quot;[object Object]&quot; followed by getAttribute() 
</span><del>-FAIL applet.vspace: setAttribute() to object &quot;[object Object]&quot; followed by IDL get assert_equals: expected (number) 0 but got (string) &quot;[object Object]&quot;
</del><ins>+PASS applet.vspace: setAttribute() to object &quot;[object Object]&quot; followed by IDL get 
</ins><span class="cx"> PASS applet.vspace: setAttribute() to NaN followed by getAttribute() 
</span><del>-FAIL applet.vspace: setAttribute() to NaN followed by IDL get assert_equals: expected (number) 0 but got (string) &quot;NaN&quot;
</del><ins>+PASS applet.vspace: setAttribute() to NaN followed by IDL get 
</ins><span class="cx"> PASS applet.vspace: setAttribute() to Infinity followed by getAttribute() 
</span><del>-FAIL applet.vspace: setAttribute() to Infinity followed by IDL get assert_equals: expected (number) 0 but got (string) &quot;Infinity&quot;
</del><ins>+PASS applet.vspace: setAttribute() to Infinity followed by IDL get 
</ins><span class="cx"> PASS applet.vspace: setAttribute() to -Infinity followed by getAttribute() 
</span><del>-FAIL applet.vspace: setAttribute() to -Infinity followed by IDL get assert_equals: expected (number) 0 but got (string) &quot;-Infinity&quot;
</del><ins>+PASS applet.vspace: setAttribute() to -Infinity followed by IDL get 
</ins><span class="cx"> PASS applet.vspace: setAttribute() to &quot;\0&quot; followed by getAttribute() 
</span><del>-FAIL applet.vspace: setAttribute() to &quot;\0&quot; followed by IDL get assert_equals: expected (number) 0 but got (string) &quot;\0&quot;
</del><ins>+PASS applet.vspace: setAttribute() to &quot;\0&quot; followed by IDL get 
</ins><span class="cx"> PASS applet.vspace: setAttribute() to object &quot;2&quot; followed by getAttribute() 
</span><del>-FAIL applet.vspace: setAttribute() to object &quot;2&quot; followed by IDL get assert_equals: expected (number) 2 but got (string) &quot;2&quot;
</del><ins>+PASS applet.vspace: setAttribute() to object &quot;2&quot; followed by IDL get 
</ins><span class="cx"> PASS applet.vspace: setAttribute() to object &quot;3&quot; followed by getAttribute() 
</span><del>-FAIL applet.vspace: setAttribute() to object &quot;3&quot; followed by IDL get assert_equals: expected (number) 0 but got (string) &quot;[object Object]&quot;
</del><ins>+PASS applet.vspace: setAttribute() to object &quot;3&quot; followed by IDL get 
</ins><span class="cx"> PASS applet.vspace: IDL set to 0 should not throw 
</span><span class="cx"> PASS applet.vspace: IDL set to 0 followed by getAttribute() 
</span><del>-FAIL applet.vspace: IDL set to 0 followed by IDL get assert_equals: expected (number) 0 but got (string) &quot;0&quot;
</del><ins>+PASS applet.vspace: IDL set to 0 followed by IDL get 
</ins><span class="cx"> PASS applet.vspace: IDL set to 1 should not throw 
</span><span class="cx"> PASS applet.vspace: IDL set to 1 followed by getAttribute() 
</span><del>-FAIL applet.vspace: IDL set to 1 followed by IDL get assert_equals: expected (number) 1 but got (string) &quot;1&quot;
</del><ins>+PASS applet.vspace: IDL set to 1 followed by IDL get 
</ins><span class="cx"> PASS applet.vspace: IDL set to 257 should not throw 
</span><span class="cx"> PASS applet.vspace: IDL set to 257 followed by getAttribute() 
</span><del>-FAIL applet.vspace: IDL set to 257 followed by IDL get assert_equals: expected (number) 257 but got (string) &quot;257&quot;
</del><ins>+PASS applet.vspace: IDL set to 257 followed by IDL get 
</ins><span class="cx"> PASS applet.vspace: IDL set to 2147483647 should not throw 
</span><span class="cx"> PASS applet.vspace: IDL set to 2147483647 followed by getAttribute() 
</span><del>-FAIL applet.vspace: IDL set to 2147483647 followed by IDL get assert_equals: expected (number) 2147483647 but got (string) &quot;2147483647&quot;
</del><ins>+PASS applet.vspace: IDL set to 2147483647 followed by IDL get 
</ins><span class="cx"> PASS applet.vspace: IDL set to &quot;-0&quot; should not throw 
</span><del>-FAIL applet.vspace: IDL set to &quot;-0&quot; followed by getAttribute() assert_equals: expected &quot;0&quot; but got &quot;-0&quot;
-FAIL applet.vspace: IDL set to &quot;-0&quot; followed by IDL get assert_equals: expected (number) 0 but got (string) &quot;-0&quot;
</del><ins>+PASS applet.vspace: IDL set to &quot;-0&quot; followed by getAttribute() 
+PASS applet.vspace: IDL set to &quot;-0&quot; followed by IDL get 
</ins><span class="cx"> PASS applet.vspace: IDL set to 2147483648 should not throw 
</span><del>-FAIL applet.vspace: IDL set to 2147483648 followed by getAttribute() assert_equals: expected &quot;0&quot; but got &quot;2147483648&quot;
-FAIL applet.vspace: IDL set to 2147483648 followed by IDL get assert_equals: expected (number) 0 but got (string) &quot;2147483648&quot;
</del><ins>+PASS applet.vspace: IDL set to 2147483648 followed by getAttribute() 
+PASS applet.vspace: IDL set to 2147483648 followed by IDL get 
</ins><span class="cx"> PASS applet.vspace: IDL set to 4294967295 should not throw 
</span><del>-FAIL applet.vspace: IDL set to 4294967295 followed by getAttribute() assert_equals: expected &quot;0&quot; but got &quot;4294967295&quot;
-FAIL applet.vspace: IDL set to 4294967295 followed by IDL get assert_equals: expected (number) 0 but got (string) &quot;4294967295&quot;
</del><ins>+PASS applet.vspace: IDL set to 4294967295 followed by getAttribute() 
+PASS applet.vspace: IDL set to 4294967295 followed by IDL get 
</ins><span class="cx"> PASS applet.width: typeof IDL attribute 
</span><span class="cx"> PASS applet.width: IDL get with DOM attribute unset 
</span><span class="cx"> PASS applet.width: setAttribute() to &quot;&quot; followed by getAttribute() 
</span></span></pre></div>
<a id="trunkLayoutTestsplatformwk2TestExpectations"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/wk2/TestExpectations (206130 => 206131)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/wk2/TestExpectations        2016-09-19 23:36:26 UTC (rev 206130)
+++ trunk/LayoutTests/platform/wk2/TestExpectations        2016-09-19 23:45:24 UTC (rev 206131)
</span><span class="lines">@@ -328,7 +328,6 @@
</span><span class="cx"> dom/html/level2/html/HTMLAppletElement02.html
</span><span class="cx"> dom/html/level2/html/HTMLAppletElement03.html
</span><span class="cx"> dom/html/level2/html/HTMLAppletElement04.html
</span><del>-dom/html/level2/html/HTMLAppletElement05.html
</del><span class="cx"> dom/html/level2/html/HTMLAppletElement06.html
</span><span class="cx"> dom/html/level2/html/HTMLAppletElement07.html
</span><span class="cx"> dom/html/level2/html/HTMLAppletElement08.html
</span><span class="lines">@@ -338,7 +337,6 @@
</span><span class="cx"> dom/xhtml/level2/html/HTMLAppletElement02.xhtml
</span><span class="cx"> dom/xhtml/level2/html/HTMLAppletElement03.xhtml
</span><span class="cx"> dom/xhtml/level2/html/HTMLAppletElement04.xhtml
</span><del>-dom/xhtml/level2/html/HTMLAppletElement05.xhtml
</del><span class="cx"> dom/xhtml/level2/html/HTMLAppletElement06.xhtml
</span><span class="cx"> dom/xhtml/level2/html/HTMLAppletElement07.xhtml
</span><span class="cx"> dom/xhtml/level2/html/HTMLAppletElement08.xhtml
</span></span></pre></div>
<a id="trunkSourceWebCoreChangeLog"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/ChangeLog (206130 => 206131)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/ChangeLog        2016-09-19 23:36:26 UTC (rev 206130)
+++ trunk/Source/WebCore/ChangeLog        2016-09-19 23:45:24 UTC (rev 206131)
</span><span class="lines">@@ -1,3 +1,27 @@
</span><ins>+2016-09-19  Chris Dumez  &lt;cdumez@apple.com&gt;
+
+        Align HTMLAppletElement with the specification
+        https://bugs.webkit.org/show_bug.cgi?id=162240
+
+        Reviewed by Alex Christensen.
+
+        Align HTMLAppletElement with the specification:
+        - https://html.spec.whatwg.org/#htmlappletelement
+
+        In particular:
+        - space / vspace should be of type &quot;unsigned long&quot;, not DOMString
+        - codeBase and object should reflect as URLs
+
+        Firefox agree with the specification. Chrome does not have
+        HTMLAppletElement anymore.
+
+        No new tests, rebaselined existing test.
+
+        * html/HTMLAppletElement.cpp:
+        (WebCore::HTMLAppletElement::isURLAttribute):
+        * html/HTMLAppletElement.h:
+        * html/HTMLAppletElement.idl:
+
</ins><span class="cx"> 2016-09-16  Jer Noble  &lt;jer.noble@apple.com&gt;
</span><span class="cx"> 
</span><span class="cx">         [media-source] Fix imported/w3c/web-platform-tests/media-source/mediasource-avtracks.html
</span></span></pre></div>
<a id="trunkSourceWebCorehtmlHTMLAppletElementcpp"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/html/HTMLAppletElement.cpp (206130 => 206131)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/html/HTMLAppletElement.cpp        2016-09-19 23:36:26 UTC (rev 206130)
+++ trunk/Source/WebCore/html/HTMLAppletElement.cpp        2016-09-19 23:45:24 UTC (rev 206131)
</span><span class="lines">@@ -68,6 +68,13 @@
</span><span class="cx">     HTMLPlugInImageElement::parseAttribute(name, value);
</span><span class="cx"> }
</span><span class="cx"> 
</span><ins>+bool HTMLAppletElement::isURLAttribute(const Attribute&amp; attribute) const
+{
+    return attribute.name().localName() == codebaseAttr
+        || attribute.name().localName() == objectAttr
+        || HTMLPlugInImageElement::isURLAttribute(attribute);
+}
+
</ins><span class="cx"> bool HTMLAppletElement::rendererIsNeeded(const RenderStyle&amp; style)
</span><span class="cx"> {
</span><span class="cx">     if (!hasAttributeWithoutSynchronization(codeAttr))
</span></span></pre></div>
<a id="trunkSourceWebCorehtmlHTMLAppletElementh"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/html/HTMLAppletElement.h (206130 => 206131)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/html/HTMLAppletElement.h        2016-09-19 23:36:26 UTC (rev 206130)
+++ trunk/Source/WebCore/html/HTMLAppletElement.h        2016-09-19 23:45:24 UTC (rev 206131)
</span><span class="lines">@@ -35,6 +35,7 @@
</span><span class="cx">     HTMLAppletElement(const QualifiedName&amp;, Document&amp;, bool createdByParser);
</span><span class="cx"> 
</span><span class="cx">     void parseAttribute(const QualifiedName&amp;, const AtomicString&amp;) final;
</span><ins>+    bool isURLAttribute(const Attribute&amp;) const final;
</ins><span class="cx">     
</span><span class="cx">     bool rendererIsNeeded(const RenderStyle&amp;) final;
</span><span class="cx">     RenderPtr&lt;RenderElement&gt; createElementRenderer(RenderStyle&amp;&amp;, const RenderTreePosition&amp;) final;
</span></span></pre></div>
<a id="trunkSourceWebCorehtmlHTMLAppletElementidl"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/html/HTMLAppletElement.idl (206130 => 206131)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/html/HTMLAppletElement.idl        2016-09-19 23:36:26 UTC (rev 206130)
+++ trunk/Source/WebCore/html/HTMLAppletElement.idl        2016-09-19 23:45:24 UTC (rev 206131)
</span><span class="lines">@@ -27,11 +27,11 @@
</span><span class="cx">     [Reflect] attribute DOMString alt;
</span><span class="cx">     [Reflect] attribute DOMString archive;
</span><span class="cx">     [Reflect] attribute DOMString code;
</span><del>-    [Reflect] attribute USVString codeBase;
</del><ins>+    [Reflect, URL] attribute USVString codeBase;
</ins><span class="cx">     [Reflect] attribute DOMString height;
</span><del>-    [Reflect] attribute DOMString hspace;
</del><ins>+    [Reflect] attribute unsigned long hspace;
</ins><span class="cx">     [Reflect] attribute DOMString name;
</span><del>-    [Reflect] attribute USVString object;
-    [Reflect] attribute DOMString vspace;
</del><ins>+    [Reflect, URL] attribute USVString object;
+    [Reflect] attribute unsigned long vspace;
</ins><span class="cx">     [Reflect] attribute DOMString width;
</span><span class="cx"> };
</span></span></pre>
</div>
</div>

</body>
</html>