<!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>[211011] trunk/LayoutTests/imported/w3c</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/211011">211011</a></dd>
<dt>Author</dt> <dd>cdumez@apple.com</dd>
<dt>Date</dt> <dd>2017-01-20 22:36:25 -0800 (Fri, 20 Jan 2017)</dd>
</dl>

<h3>Log Message</h3>
<pre>Unreviewed, rebaseline html/dom/interfaces.html.

* web-platform-tests/html/dom/interfaces-expected.txt:</pre>

<h3>Modified Paths</h3>
<ul>
<li><a href="#trunkLayoutTestsimportedw3cChangeLog">trunk/LayoutTests/imported/w3c/ChangeLog</a></li>
<li><a href="#trunkLayoutTestsimportedw3cwebplatformtestshtmldominterfacesexpectedtxt">trunk/LayoutTests/imported/w3c/web-platform-tests/html/dom/interfaces-expected.txt</a></li>
</ul>

</div>
<div id="patch">
<h3>Diff</h3>
<a id="trunkLayoutTestsimportedw3cChangeLog"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/imported/w3c/ChangeLog (211010 => 211011)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/imported/w3c/ChangeLog        2017-01-21 04:51:39 UTC (rev 211010)
+++ trunk/LayoutTests/imported/w3c/ChangeLog        2017-01-21 06:36:25 UTC (rev 211011)
</span><span class="lines">@@ -1,3 +1,9 @@
</span><ins>+2017-01-20  Chris Dumez  &lt;cdumez@apple.com&gt;
+
+        Unreviewed, rebaseline html/dom/interfaces.html.
+
+        * web-platform-tests/html/dom/interfaces-expected.txt:
+
</ins><span class="cx"> 2017-01-20  Joseph Pecoraro  &lt;pecoraro@apple.com&gt;
</span><span class="cx"> 
</span><span class="cx">         Cleanup RuntimeEnabledFeatures
</span></span></pre></div>
<a id="trunkLayoutTestsimportedw3cwebplatformtestshtmldominterfacesexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/imported/w3c/web-platform-tests/html/dom/interfaces-expected.txt (211010 => 211011)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/imported/w3c/web-platform-tests/html/dom/interfaces-expected.txt        2017-01-21 04:51:39 UTC (rev 211010)
+++ trunk/LayoutTests/imported/w3c/web-platform-tests/html/dom/interfaces-expected.txt        2017-01-21 06:36:25 UTC (rev 211011)
</span><span class="lines">@@ -58,6 +58,7 @@
</span><span class="cx"> FAIL Document interface: operation releaseEvents() assert_own_property: interface prototype object missing non-static operation expected property &quot;releaseEvents&quot; missing
</span><span class="cx"> FAIL Document interface: attribute all assert_true: The prototype object must have a property &quot;all&quot; expected true got false
</span><span class="cx"> PASS Document interface: attribute onabort 
</span><ins>+FAIL Document interface: attribute onauxclick assert_true: The prototype object must have a property &quot;onauxclick&quot; expected true got false
</ins><span class="cx"> PASS Document interface: attribute onblur 
</span><span class="cx"> FAIL Document interface: attribute oncancel assert_true: The prototype object must have a property &quot;oncancel&quot; expected true got false
</span><span class="cx"> PASS Document interface: attribute oncanplay 
</span><span class="lines">@@ -244,68 +245,69 @@
</span><span class="cx"> PASS Document interface: iframe.contentDocument must inherit property &quot;querySelectorAll&quot; with the proper type (89) 
</span><span class="cx"> PASS Document interface: calling querySelectorAll(DOMString) on iframe.contentDocument with too few arguments must throw TypeError 
</span><span class="cx"> PASS Document interface: iframe.contentDocument must inherit property &quot;onabort&quot; with the proper type (90) 
</span><del>-PASS Document interface: iframe.contentDocument must inherit property &quot;onblur&quot; with the proper type (91) 
-FAIL Document interface: iframe.contentDocument must inherit property &quot;oncancel&quot; with the proper type (92) assert_inherits: property &quot;oncancel&quot; not found in prototype chain
-PASS Document interface: iframe.contentDocument must inherit property &quot;oncanplay&quot; with the proper type (93) 
-PASS Document interface: iframe.contentDocument must inherit property &quot;oncanplaythrough&quot; with the proper type (94) 
-PASS Document interface: iframe.contentDocument must inherit property &quot;onchange&quot; with the proper type (95) 
-PASS Document interface: iframe.contentDocument must inherit property &quot;onclick&quot; with the proper type (96) 
-FAIL Document interface: iframe.contentDocument must inherit property &quot;onclose&quot; with the proper type (97) assert_inherits: property &quot;onclose&quot; not found in prototype chain
-PASS Document interface: iframe.contentDocument must inherit property &quot;oncontextmenu&quot; with the proper type (98) 
-PASS Document interface: iframe.contentDocument must inherit property &quot;oncuechange&quot; with the proper type (99) 
-PASS Document interface: iframe.contentDocument must inherit property &quot;ondblclick&quot; with the proper type (100) 
-PASS Document interface: iframe.contentDocument must inherit property &quot;ondrag&quot; with the proper type (101) 
-PASS Document interface: iframe.contentDocument must inherit property &quot;ondragend&quot; with the proper type (102) 
-PASS Document interface: iframe.contentDocument must inherit property &quot;ondragenter&quot; with the proper type (103) 
-FAIL Document interface: iframe.contentDocument must inherit property &quot;ondragexit&quot; with the proper type (104) assert_inherits: property &quot;ondragexit&quot; not found in prototype chain
-PASS Document interface: iframe.contentDocument must inherit property &quot;ondragleave&quot; with the proper type (105) 
-PASS Document interface: iframe.contentDocument must inherit property &quot;ondragover&quot; with the proper type (106) 
-PASS Document interface: iframe.contentDocument must inherit property &quot;ondragstart&quot; with the proper type (107) 
-PASS Document interface: iframe.contentDocument must inherit property &quot;ondrop&quot; with the proper type (108) 
-PASS Document interface: iframe.contentDocument must inherit property &quot;ondurationchange&quot; with the proper type (109) 
-PASS Document interface: iframe.contentDocument must inherit property &quot;onemptied&quot; with the proper type (110) 
-PASS Document interface: iframe.contentDocument must inherit property &quot;onended&quot; with the proper type (111) 
-PASS Document interface: iframe.contentDocument must inherit property &quot;onerror&quot; with the proper type (112) 
-PASS Document interface: iframe.contentDocument must inherit property &quot;onfocus&quot; with the proper type (113) 
-PASS Document interface: iframe.contentDocument must inherit property &quot;oninput&quot; with the proper type (114) 
-PASS Document interface: iframe.contentDocument must inherit property &quot;oninvalid&quot; with the proper type (115) 
-PASS Document interface: iframe.contentDocument must inherit property &quot;onkeydown&quot; with the proper type (116) 
-PASS Document interface: iframe.contentDocument must inherit property &quot;onkeypress&quot; with the proper type (117) 
-PASS Document interface: iframe.contentDocument must inherit property &quot;onkeyup&quot; with the proper type (118) 
-PASS Document interface: iframe.contentDocument must inherit property &quot;onload&quot; with the proper type (119) 
-PASS Document interface: iframe.contentDocument must inherit property &quot;onloadeddata&quot; with the proper type (120) 
-PASS Document interface: iframe.contentDocument must inherit property &quot;onloadedmetadata&quot; with the proper type (121) 
-PASS Document interface: iframe.contentDocument must inherit property &quot;onloadstart&quot; with the proper type (122) 
-PASS Document interface: iframe.contentDocument must inherit property &quot;onmousedown&quot; with the proper type (123) 
-PASS Document interface: iframe.contentDocument must inherit property &quot;onmouseenter&quot; with the proper type (124) 
-PASS Document interface: iframe.contentDocument must inherit property &quot;onmouseleave&quot; with the proper type (125) 
-PASS Document interface: iframe.contentDocument must inherit property &quot;onmousemove&quot; with the proper type (126) 
-PASS Document interface: iframe.contentDocument must inherit property &quot;onmouseout&quot; with the proper type (127) 
-PASS Document interface: iframe.contentDocument must inherit property &quot;onmouseover&quot; with the proper type (128) 
-PASS Document interface: iframe.contentDocument must inherit property &quot;onmouseup&quot; with the proper type (129) 
-PASS Document interface: iframe.contentDocument must inherit property &quot;onmousewheel&quot; with the proper type (130) 
-PASS Document interface: iframe.contentDocument must inherit property &quot;onpause&quot; with the proper type (131) 
-PASS Document interface: iframe.contentDocument must inherit property &quot;onplay&quot; with the proper type (132) 
-PASS Document interface: iframe.contentDocument must inherit property &quot;onplaying&quot; with the proper type (133) 
-PASS Document interface: iframe.contentDocument must inherit property &quot;onprogress&quot; with the proper type (134) 
-PASS Document interface: iframe.contentDocument must inherit property &quot;onratechange&quot; with the proper type (135) 
-PASS Document interface: iframe.contentDocument must inherit property &quot;onreset&quot; with the proper type (136) 
-PASS Document interface: iframe.contentDocument must inherit property &quot;onresize&quot; with the proper type (137) 
-PASS Document interface: iframe.contentDocument must inherit property &quot;onscroll&quot; with the proper type (138) 
-PASS Document interface: iframe.contentDocument must inherit property &quot;onseeked&quot; with the proper type (139) 
-PASS Document interface: iframe.contentDocument must inherit property &quot;onseeking&quot; with the proper type (140) 
-PASS Document interface: iframe.contentDocument must inherit property &quot;onselect&quot; with the proper type (141) 
-FAIL Document interface: iframe.contentDocument must inherit property &quot;onshow&quot; with the proper type (142) assert_inherits: property &quot;onshow&quot; not found in prototype chain
-PASS Document interface: iframe.contentDocument must inherit property &quot;onstalled&quot; with the proper type (143) 
-PASS Document interface: iframe.contentDocument must inherit property &quot;onsubmit&quot; with the proper type (144) 
-PASS Document interface: iframe.contentDocument must inherit property &quot;onsuspend&quot; with the proper type (145) 
-PASS Document interface: iframe.contentDocument must inherit property &quot;ontimeupdate&quot; with the proper type (146) 
-PASS Document interface: iframe.contentDocument must inherit property &quot;ontoggle&quot; with the proper type (147) 
-PASS Document interface: iframe.contentDocument must inherit property &quot;onvolumechange&quot; with the proper type (148) 
-PASS Document interface: iframe.contentDocument must inherit property &quot;onwaiting&quot; with the proper type (149) 
-PASS Document interface: iframe.contentDocument must inherit property &quot;oncopy&quot; with the proper type (150) 
-PASS Document interface: iframe.contentDocument must inherit property &quot;oncut&quot; with the proper type (151) 
-PASS Document interface: iframe.contentDocument must inherit property &quot;onpaste&quot; with the proper type (152) 
</del><ins>+FAIL Document interface: iframe.contentDocument must inherit property &quot;onauxclick&quot; with the proper type (91) assert_inherits: property &quot;onauxclick&quot; not found in prototype chain
+PASS Document interface: iframe.contentDocument must inherit property &quot;onblur&quot; with the proper type (92) 
+FAIL Document interface: iframe.contentDocument must inherit property &quot;oncancel&quot; with the proper type (93) assert_inherits: property &quot;oncancel&quot; not found in prototype chain
+PASS Document interface: iframe.contentDocument must inherit property &quot;oncanplay&quot; with the proper type (94) 
+PASS Document interface: iframe.contentDocument must inherit property &quot;oncanplaythrough&quot; with the proper type (95) 
+PASS Document interface: iframe.contentDocument must inherit property &quot;onchange&quot; with the proper type (96) 
+PASS Document interface: iframe.contentDocument must inherit property &quot;onclick&quot; with the proper type (97) 
+FAIL Document interface: iframe.contentDocument must inherit property &quot;onclose&quot; with the proper type (98) assert_inherits: property &quot;onclose&quot; not found in prototype chain
+PASS Document interface: iframe.contentDocument must inherit property &quot;oncontextmenu&quot; with the proper type (99) 
+PASS Document interface: iframe.contentDocument must inherit property &quot;oncuechange&quot; with the proper type (100) 
+PASS Document interface: iframe.contentDocument must inherit property &quot;ondblclick&quot; with the proper type (101) 
+PASS Document interface: iframe.contentDocument must inherit property &quot;ondrag&quot; with the proper type (102) 
+PASS Document interface: iframe.contentDocument must inherit property &quot;ondragend&quot; with the proper type (103) 
+PASS Document interface: iframe.contentDocument must inherit property &quot;ondragenter&quot; with the proper type (104) 
+FAIL Document interface: iframe.contentDocument must inherit property &quot;ondragexit&quot; with the proper type (105) assert_inherits: property &quot;ondragexit&quot; not found in prototype chain
+PASS Document interface: iframe.contentDocument must inherit property &quot;ondragleave&quot; with the proper type (106) 
+PASS Document interface: iframe.contentDocument must inherit property &quot;ondragover&quot; with the proper type (107) 
+PASS Document interface: iframe.contentDocument must inherit property &quot;ondragstart&quot; with the proper type (108) 
+PASS Document interface: iframe.contentDocument must inherit property &quot;ondrop&quot; with the proper type (109) 
+PASS Document interface: iframe.contentDocument must inherit property &quot;ondurationchange&quot; with the proper type (110) 
+PASS Document interface: iframe.contentDocument must inherit property &quot;onemptied&quot; with the proper type (111) 
+PASS Document interface: iframe.contentDocument must inherit property &quot;onended&quot; with the proper type (112) 
+PASS Document interface: iframe.contentDocument must inherit property &quot;onerror&quot; with the proper type (113) 
+PASS Document interface: iframe.contentDocument must inherit property &quot;onfocus&quot; with the proper type (114) 
+PASS Document interface: iframe.contentDocument must inherit property &quot;oninput&quot; with the proper type (115) 
+PASS Document interface: iframe.contentDocument must inherit property &quot;oninvalid&quot; with the proper type (116) 
+PASS Document interface: iframe.contentDocument must inherit property &quot;onkeydown&quot; with the proper type (117) 
+PASS Document interface: iframe.contentDocument must inherit property &quot;onkeypress&quot; with the proper type (118) 
+PASS Document interface: iframe.contentDocument must inherit property &quot;onkeyup&quot; with the proper type (119) 
+PASS Document interface: iframe.contentDocument must inherit property &quot;onload&quot; with the proper type (120) 
+PASS Document interface: iframe.contentDocument must inherit property &quot;onloadeddata&quot; with the proper type (121) 
+PASS Document interface: iframe.contentDocument must inherit property &quot;onloadedmetadata&quot; with the proper type (122) 
+PASS Document interface: iframe.contentDocument must inherit property &quot;onloadstart&quot; with the proper type (123) 
+PASS Document interface: iframe.contentDocument must inherit property &quot;onmousedown&quot; with the proper type (124) 
+PASS Document interface: iframe.contentDocument must inherit property &quot;onmouseenter&quot; with the proper type (125) 
+PASS Document interface: iframe.contentDocument must inherit property &quot;onmouseleave&quot; with the proper type (126) 
+PASS Document interface: iframe.contentDocument must inherit property &quot;onmousemove&quot; with the proper type (127) 
+PASS Document interface: iframe.contentDocument must inherit property &quot;onmouseout&quot; with the proper type (128) 
+PASS Document interface: iframe.contentDocument must inherit property &quot;onmouseover&quot; with the proper type (129) 
+PASS Document interface: iframe.contentDocument must inherit property &quot;onmouseup&quot; with the proper type (130) 
+PASS Document interface: iframe.contentDocument must inherit property &quot;onmousewheel&quot; with the proper type (131) 
+PASS Document interface: iframe.contentDocument must inherit property &quot;onpause&quot; with the proper type (132) 
+PASS Document interface: iframe.contentDocument must inherit property &quot;onplay&quot; with the proper type (133) 
+PASS Document interface: iframe.contentDocument must inherit property &quot;onplaying&quot; with the proper type (134) 
+PASS Document interface: iframe.contentDocument must inherit property &quot;onprogress&quot; with the proper type (135) 
+PASS Document interface: iframe.contentDocument must inherit property &quot;onratechange&quot; with the proper type (136) 
+PASS Document interface: iframe.contentDocument must inherit property &quot;onreset&quot; with the proper type (137) 
+PASS Document interface: iframe.contentDocument must inherit property &quot;onresize&quot; with the proper type (138) 
+PASS Document interface: iframe.contentDocument must inherit property &quot;onscroll&quot; with the proper type (139) 
+PASS Document interface: iframe.contentDocument must inherit property &quot;onseeked&quot; with the proper type (140) 
+PASS Document interface: iframe.contentDocument must inherit property &quot;onseeking&quot; with the proper type (141) 
+PASS Document interface: iframe.contentDocument must inherit property &quot;onselect&quot; with the proper type (142) 
+FAIL Document interface: iframe.contentDocument must inherit property &quot;onshow&quot; with the proper type (143) assert_inherits: property &quot;onshow&quot; not found in prototype chain
+PASS Document interface: iframe.contentDocument must inherit property &quot;onstalled&quot; with the proper type (144) 
+PASS Document interface: iframe.contentDocument must inherit property &quot;onsubmit&quot; with the proper type (145) 
+PASS Document interface: iframe.contentDocument must inherit property &quot;onsuspend&quot; with the proper type (146) 
+PASS Document interface: iframe.contentDocument must inherit property &quot;ontimeupdate&quot; with the proper type (147) 
+PASS Document interface: iframe.contentDocument must inherit property &quot;ontoggle&quot; with the proper type (148) 
+PASS Document interface: iframe.contentDocument must inherit property &quot;onvolumechange&quot; with the proper type (149) 
+PASS Document interface: iframe.contentDocument must inherit property &quot;onwaiting&quot; with the proper type (150) 
+PASS Document interface: iframe.contentDocument must inherit property &quot;oncopy&quot; with the proper type (151) 
+PASS Document interface: iframe.contentDocument must inherit property &quot;oncut&quot; with the proper type (152) 
+PASS Document interface: iframe.contentDocument must inherit property &quot;onpaste&quot; with the proper type (153) 
</ins><span class="cx"> PASS Node interface: iframe.contentDocument must inherit property &quot;ELEMENT_NODE&quot; with the proper type (0) 
</span><span class="cx"> PASS Node interface: iframe.contentDocument must inherit property &quot;ATTRIBUTE_NODE&quot; with the proper type (1) 
</span><span class="cx"> PASS Node interface: iframe.contentDocument must inherit property &quot;TEXT_NODE&quot; with the proper type (2) 
</span><span class="lines">@@ -492,68 +494,69 @@
</span><span class="cx"> PASS Document interface: new Document() must inherit property &quot;querySelectorAll&quot; with the proper type (89) 
</span><span class="cx"> PASS Document interface: calling querySelectorAll(DOMString) on new Document() with too few arguments must throw TypeError 
</span><span class="cx"> PASS Document interface: new Document() must inherit property &quot;onabort&quot; with the proper type (90) 
</span><del>-PASS Document interface: new Document() must inherit property &quot;onblur&quot; with the proper type (91) 
-FAIL Document interface: new Document() must inherit property &quot;oncancel&quot; with the proper type (92) assert_inherits: property &quot;oncancel&quot; not found in prototype chain
-PASS Document interface: new Document() must inherit property &quot;oncanplay&quot; with the proper type (93) 
-PASS Document interface: new Document() must inherit property &quot;oncanplaythrough&quot; with the proper type (94) 
-PASS Document interface: new Document() must inherit property &quot;onchange&quot; with the proper type (95) 
-PASS Document interface: new Document() must inherit property &quot;onclick&quot; with the proper type (96) 
-FAIL Document interface: new Document() must inherit property &quot;onclose&quot; with the proper type (97) assert_inherits: property &quot;onclose&quot; not found in prototype chain
-PASS Document interface: new Document() must inherit property &quot;oncontextmenu&quot; with the proper type (98) 
-PASS Document interface: new Document() must inherit property &quot;oncuechange&quot; with the proper type (99) 
-PASS Document interface: new Document() must inherit property &quot;ondblclick&quot; with the proper type (100) 
-PASS Document interface: new Document() must inherit property &quot;ondrag&quot; with the proper type (101) 
-PASS Document interface: new Document() must inherit property &quot;ondragend&quot; with the proper type (102) 
-PASS Document interface: new Document() must inherit property &quot;ondragenter&quot; with the proper type (103) 
-FAIL Document interface: new Document() must inherit property &quot;ondragexit&quot; with the proper type (104) assert_inherits: property &quot;ondragexit&quot; not found in prototype chain
-PASS Document interface: new Document() must inherit property &quot;ondragleave&quot; with the proper type (105) 
-PASS Document interface: new Document() must inherit property &quot;ondragover&quot; with the proper type (106) 
-PASS Document interface: new Document() must inherit property &quot;ondragstart&quot; with the proper type (107) 
-PASS Document interface: new Document() must inherit property &quot;ondrop&quot; with the proper type (108) 
-PASS Document interface: new Document() must inherit property &quot;ondurationchange&quot; with the proper type (109) 
-PASS Document interface: new Document() must inherit property &quot;onemptied&quot; with the proper type (110) 
-PASS Document interface: new Document() must inherit property &quot;onended&quot; with the proper type (111) 
-PASS Document interface: new Document() must inherit property &quot;onerror&quot; with the proper type (112) 
-PASS Document interface: new Document() must inherit property &quot;onfocus&quot; with the proper type (113) 
-PASS Document interface: new Document() must inherit property &quot;oninput&quot; with the proper type (114) 
-PASS Document interface: new Document() must inherit property &quot;oninvalid&quot; with the proper type (115) 
-PASS Document interface: new Document() must inherit property &quot;onkeydown&quot; with the proper type (116) 
-PASS Document interface: new Document() must inherit property &quot;onkeypress&quot; with the proper type (117) 
-PASS Document interface: new Document() must inherit property &quot;onkeyup&quot; with the proper type (118) 
-PASS Document interface: new Document() must inherit property &quot;onload&quot; with the proper type (119) 
-PASS Document interface: new Document() must inherit property &quot;onloadeddata&quot; with the proper type (120) 
-PASS Document interface: new Document() must inherit property &quot;onloadedmetadata&quot; with the proper type (121) 
-PASS Document interface: new Document() must inherit property &quot;onloadstart&quot; with the proper type (122) 
-PASS Document interface: new Document() must inherit property &quot;onmousedown&quot; with the proper type (123) 
-PASS Document interface: new Document() must inherit property &quot;onmouseenter&quot; with the proper type (124) 
-PASS Document interface: new Document() must inherit property &quot;onmouseleave&quot; with the proper type (125) 
-PASS Document interface: new Document() must inherit property &quot;onmousemove&quot; with the proper type (126) 
-PASS Document interface: new Document() must inherit property &quot;onmouseout&quot; with the proper type (127) 
-PASS Document interface: new Document() must inherit property &quot;onmouseover&quot; with the proper type (128) 
-PASS Document interface: new Document() must inherit property &quot;onmouseup&quot; with the proper type (129) 
-PASS Document interface: new Document() must inherit property &quot;onmousewheel&quot; with the proper type (130) 
-PASS Document interface: new Document() must inherit property &quot;onpause&quot; with the proper type (131) 
-PASS Document interface: new Document() must inherit property &quot;onplay&quot; with the proper type (132) 
-PASS Document interface: new Document() must inherit property &quot;onplaying&quot; with the proper type (133) 
-PASS Document interface: new Document() must inherit property &quot;onprogress&quot; with the proper type (134) 
-PASS Document interface: new Document() must inherit property &quot;onratechange&quot; with the proper type (135) 
-PASS Document interface: new Document() must inherit property &quot;onreset&quot; with the proper type (136) 
-PASS Document interface: new Document() must inherit property &quot;onresize&quot; with the proper type (137) 
-PASS Document interface: new Document() must inherit property &quot;onscroll&quot; with the proper type (138) 
-PASS Document interface: new Document() must inherit property &quot;onseeked&quot; with the proper type (139) 
-PASS Document interface: new Document() must inherit property &quot;onseeking&quot; with the proper type (140) 
-PASS Document interface: new Document() must inherit property &quot;onselect&quot; with the proper type (141) 
-FAIL Document interface: new Document() must inherit property &quot;onshow&quot; with the proper type (142) assert_inherits: property &quot;onshow&quot; not found in prototype chain
-PASS Document interface: new Document() must inherit property &quot;onstalled&quot; with the proper type (143) 
-PASS Document interface: new Document() must inherit property &quot;onsubmit&quot; with the proper type (144) 
-PASS Document interface: new Document() must inherit property &quot;onsuspend&quot; with the proper type (145) 
-PASS Document interface: new Document() must inherit property &quot;ontimeupdate&quot; with the proper type (146) 
-PASS Document interface: new Document() must inherit property &quot;ontoggle&quot; with the proper type (147) 
-PASS Document interface: new Document() must inherit property &quot;onvolumechange&quot; with the proper type (148) 
-PASS Document interface: new Document() must inherit property &quot;onwaiting&quot; with the proper type (149) 
-PASS Document interface: new Document() must inherit property &quot;oncopy&quot; with the proper type (150) 
-PASS Document interface: new Document() must inherit property &quot;oncut&quot; with the proper type (151) 
-PASS Document interface: new Document() must inherit property &quot;onpaste&quot; with the proper type (152) 
</del><ins>+FAIL Document interface: new Document() must inherit property &quot;onauxclick&quot; with the proper type (91) assert_inherits: property &quot;onauxclick&quot; not found in prototype chain
+PASS Document interface: new Document() must inherit property &quot;onblur&quot; with the proper type (92) 
+FAIL Document interface: new Document() must inherit property &quot;oncancel&quot; with the proper type (93) assert_inherits: property &quot;oncancel&quot; not found in prototype chain
+PASS Document interface: new Document() must inherit property &quot;oncanplay&quot; with the proper type (94) 
+PASS Document interface: new Document() must inherit property &quot;oncanplaythrough&quot; with the proper type (95) 
+PASS Document interface: new Document() must inherit property &quot;onchange&quot; with the proper type (96) 
+PASS Document interface: new Document() must inherit property &quot;onclick&quot; with the proper type (97) 
+FAIL Document interface: new Document() must inherit property &quot;onclose&quot; with the proper type (98) assert_inherits: property &quot;onclose&quot; not found in prototype chain
+PASS Document interface: new Document() must inherit property &quot;oncontextmenu&quot; with the proper type (99) 
+PASS Document interface: new Document() must inherit property &quot;oncuechange&quot; with the proper type (100) 
+PASS Document interface: new Document() must inherit property &quot;ondblclick&quot; with the proper type (101) 
+PASS Document interface: new Document() must inherit property &quot;ondrag&quot; with the proper type (102) 
+PASS Document interface: new Document() must inherit property &quot;ondragend&quot; with the proper type (103) 
+PASS Document interface: new Document() must inherit property &quot;ondragenter&quot; with the proper type (104) 
+FAIL Document interface: new Document() must inherit property &quot;ondragexit&quot; with the proper type (105) assert_inherits: property &quot;ondragexit&quot; not found in prototype chain
+PASS Document interface: new Document() must inherit property &quot;ondragleave&quot; with the proper type (106) 
+PASS Document interface: new Document() must inherit property &quot;ondragover&quot; with the proper type (107) 
+PASS Document interface: new Document() must inherit property &quot;ondragstart&quot; with the proper type (108) 
+PASS Document interface: new Document() must inherit property &quot;ondrop&quot; with the proper type (109) 
+PASS Document interface: new Document() must inherit property &quot;ondurationchange&quot; with the proper type (110) 
+PASS Document interface: new Document() must inherit property &quot;onemptied&quot; with the proper type (111) 
+PASS Document interface: new Document() must inherit property &quot;onended&quot; with the proper type (112) 
+PASS Document interface: new Document() must inherit property &quot;onerror&quot; with the proper type (113) 
+PASS Document interface: new Document() must inherit property &quot;onfocus&quot; with the proper type (114) 
+PASS Document interface: new Document() must inherit property &quot;oninput&quot; with the proper type (115) 
+PASS Document interface: new Document() must inherit property &quot;oninvalid&quot; with the proper type (116) 
+PASS Document interface: new Document() must inherit property &quot;onkeydown&quot; with the proper type (117) 
+PASS Document interface: new Document() must inherit property &quot;onkeypress&quot; with the proper type (118) 
+PASS Document interface: new Document() must inherit property &quot;onkeyup&quot; with the proper type (119) 
+PASS Document interface: new Document() must inherit property &quot;onload&quot; with the proper type (120) 
+PASS Document interface: new Document() must inherit property &quot;onloadeddata&quot; with the proper type (121) 
+PASS Document interface: new Document() must inherit property &quot;onloadedmetadata&quot; with the proper type (122) 
+PASS Document interface: new Document() must inherit property &quot;onloadstart&quot; with the proper type (123) 
+PASS Document interface: new Document() must inherit property &quot;onmousedown&quot; with the proper type (124) 
+PASS Document interface: new Document() must inherit property &quot;onmouseenter&quot; with the proper type (125) 
+PASS Document interface: new Document() must inherit property &quot;onmouseleave&quot; with the proper type (126) 
+PASS Document interface: new Document() must inherit property &quot;onmousemove&quot; with the proper type (127) 
+PASS Document interface: new Document() must inherit property &quot;onmouseout&quot; with the proper type (128) 
+PASS Document interface: new Document() must inherit property &quot;onmouseover&quot; with the proper type (129) 
+PASS Document interface: new Document() must inherit property &quot;onmouseup&quot; with the proper type (130) 
+PASS Document interface: new Document() must inherit property &quot;onmousewheel&quot; with the proper type (131) 
+PASS Document interface: new Document() must inherit property &quot;onpause&quot; with the proper type (132) 
+PASS Document interface: new Document() must inherit property &quot;onplay&quot; with the proper type (133) 
+PASS Document interface: new Document() must inherit property &quot;onplaying&quot; with the proper type (134) 
+PASS Document interface: new Document() must inherit property &quot;onprogress&quot; with the proper type (135) 
+PASS Document interface: new Document() must inherit property &quot;onratechange&quot; with the proper type (136) 
+PASS Document interface: new Document() must inherit property &quot;onreset&quot; with the proper type (137) 
+PASS Document interface: new Document() must inherit property &quot;onresize&quot; with the proper type (138) 
+PASS Document interface: new Document() must inherit property &quot;onscroll&quot; with the proper type (139) 
+PASS Document interface: new Document() must inherit property &quot;onseeked&quot; with the proper type (140) 
+PASS Document interface: new Document() must inherit property &quot;onseeking&quot; with the proper type (141) 
+PASS Document interface: new Document() must inherit property &quot;onselect&quot; with the proper type (142) 
+FAIL Document interface: new Document() must inherit property &quot;onshow&quot; with the proper type (143) assert_inherits: property &quot;onshow&quot; not found in prototype chain
+PASS Document interface: new Document() must inherit property &quot;onstalled&quot; with the proper type (144) 
+PASS Document interface: new Document() must inherit property &quot;onsubmit&quot; with the proper type (145) 
+PASS Document interface: new Document() must inherit property &quot;onsuspend&quot; with the proper type (146) 
+PASS Document interface: new Document() must inherit property &quot;ontimeupdate&quot; with the proper type (147) 
+PASS Document interface: new Document() must inherit property &quot;ontoggle&quot; with the proper type (148) 
+PASS Document interface: new Document() must inherit property &quot;onvolumechange&quot; with the proper type (149) 
+PASS Document interface: new Document() must inherit property &quot;onwaiting&quot; with the proper type (150) 
+PASS Document interface: new Document() must inherit property &quot;oncopy&quot; with the proper type (151) 
+PASS Document interface: new Document() must inherit property &quot;oncut&quot; with the proper type (152) 
+PASS Document interface: new Document() must inherit property &quot;onpaste&quot; with the proper type (153) 
</ins><span class="cx"> PASS Node interface: new Document() must inherit property &quot;ELEMENT_NODE&quot; with the proper type (0) 
</span><span class="cx"> PASS Node interface: new Document() must inherit property &quot;ATTRIBUTE_NODE&quot; with the proper type (1) 
</span><span class="cx"> PASS Node interface: new Document() must inherit property &quot;TEXT_NODE&quot; with the proper type (2) 
</span><span class="lines">@@ -740,68 +743,69 @@
</span><span class="cx"> PASS Document interface: document.implementation.createDocument(null, &quot;&quot;, null) must inherit property &quot;querySelectorAll&quot; with the proper type (89) 
</span><span class="cx"> PASS Document interface: calling querySelectorAll(DOMString) on document.implementation.createDocument(null, &quot;&quot;, null) with too few arguments must throw TypeError 
</span><span class="cx"> PASS Document interface: document.implementation.createDocument(null, &quot;&quot;, null) must inherit property &quot;onabort&quot; with the proper type (90) 
</span><del>-PASS Document interface: document.implementation.createDocument(null, &quot;&quot;, null) must inherit property &quot;onblur&quot; with the proper type (91) 
-FAIL Document interface: document.implementation.createDocument(null, &quot;&quot;, null) must inherit property &quot;oncancel&quot; with the proper type (92) assert_inherits: property &quot;oncancel&quot; not found in prototype chain
-PASS Document interface: document.implementation.createDocument(null, &quot;&quot;, null) must inherit property &quot;oncanplay&quot; with the proper type (93) 
-PASS Document interface: document.implementation.createDocument(null, &quot;&quot;, null) must inherit property &quot;oncanplaythrough&quot; with the proper type (94) 
-PASS Document interface: document.implementation.createDocument(null, &quot;&quot;, null) must inherit property &quot;onchange&quot; with the proper type (95) 
-PASS Document interface: document.implementation.createDocument(null, &quot;&quot;, null) must inherit property &quot;onclick&quot; with the proper type (96) 
-FAIL Document interface: document.implementation.createDocument(null, &quot;&quot;, null) must inherit property &quot;onclose&quot; with the proper type (97) assert_inherits: property &quot;onclose&quot; not found in prototype chain
-PASS Document interface: document.implementation.createDocument(null, &quot;&quot;, null) must inherit property &quot;oncontextmenu&quot; with the proper type (98) 
-PASS Document interface: document.implementation.createDocument(null, &quot;&quot;, null) must inherit property &quot;oncuechange&quot; with the proper type (99) 
-PASS Document interface: document.implementation.createDocument(null, &quot;&quot;, null) must inherit property &quot;ondblclick&quot; with the proper type (100) 
-PASS Document interface: document.implementation.createDocument(null, &quot;&quot;, null) must inherit property &quot;ondrag&quot; with the proper type (101) 
-PASS Document interface: document.implementation.createDocument(null, &quot;&quot;, null) must inherit property &quot;ondragend&quot; with the proper type (102) 
-PASS Document interface: document.implementation.createDocument(null, &quot;&quot;, null) must inherit property &quot;ondragenter&quot; with the proper type (103) 
-FAIL Document interface: document.implementation.createDocument(null, &quot;&quot;, null) must inherit property &quot;ondragexit&quot; with the proper type (104) assert_inherits: property &quot;ondragexit&quot; not found in prototype chain
-PASS Document interface: document.implementation.createDocument(null, &quot;&quot;, null) must inherit property &quot;ondragleave&quot; with the proper type (105) 
-PASS Document interface: document.implementation.createDocument(null, &quot;&quot;, null) must inherit property &quot;ondragover&quot; with the proper type (106) 
-PASS Document interface: document.implementation.createDocument(null, &quot;&quot;, null) must inherit property &quot;ondragstart&quot; with the proper type (107) 
-PASS Document interface: document.implementation.createDocument(null, &quot;&quot;, null) must inherit property &quot;ondrop&quot; with the proper type (108) 
-PASS Document interface: document.implementation.createDocument(null, &quot;&quot;, null) must inherit property &quot;ondurationchange&quot; with the proper type (109) 
-PASS Document interface: document.implementation.createDocument(null, &quot;&quot;, null) must inherit property &quot;onemptied&quot; with the proper type (110) 
-PASS Document interface: document.implementation.createDocument(null, &quot;&quot;, null) must inherit property &quot;onended&quot; with the proper type (111) 
-PASS Document interface: document.implementation.createDocument(null, &quot;&quot;, null) must inherit property &quot;onerror&quot; with the proper type (112) 
-PASS Document interface: document.implementation.createDocument(null, &quot;&quot;, null) must inherit property &quot;onfocus&quot; with the proper type (113) 
-PASS Document interface: document.implementation.createDocument(null, &quot;&quot;, null) must inherit property &quot;oninput&quot; with the proper type (114) 
-PASS Document interface: document.implementation.createDocument(null, &quot;&quot;, null) must inherit property &quot;oninvalid&quot; with the proper type (115) 
-PASS Document interface: document.implementation.createDocument(null, &quot;&quot;, null) must inherit property &quot;onkeydown&quot; with the proper type (116) 
-PASS Document interface: document.implementation.createDocument(null, &quot;&quot;, null) must inherit property &quot;onkeypress&quot; with the proper type (117) 
-PASS Document interface: document.implementation.createDocument(null, &quot;&quot;, null) must inherit property &quot;onkeyup&quot; with the proper type (118) 
-PASS Document interface: document.implementation.createDocument(null, &quot;&quot;, null) must inherit property &quot;onload&quot; with the proper type (119) 
-PASS Document interface: document.implementation.createDocument(null, &quot;&quot;, null) must inherit property &quot;onloadeddata&quot; with the proper type (120) 
-PASS Document interface: document.implementation.createDocument(null, &quot;&quot;, null) must inherit property &quot;onloadedmetadata&quot; with the proper type (121) 
-PASS Document interface: document.implementation.createDocument(null, &quot;&quot;, null) must inherit property &quot;onloadstart&quot; with the proper type (122) 
-PASS Document interface: document.implementation.createDocument(null, &quot;&quot;, null) must inherit property &quot;onmousedown&quot; with the proper type (123) 
-PASS Document interface: document.implementation.createDocument(null, &quot;&quot;, null) must inherit property &quot;onmouseenter&quot; with the proper type (124) 
-PASS Document interface: document.implementation.createDocument(null, &quot;&quot;, null) must inherit property &quot;onmouseleave&quot; with the proper type (125) 
-PASS Document interface: document.implementation.createDocument(null, &quot;&quot;, null) must inherit property &quot;onmousemove&quot; with the proper type (126) 
-PASS Document interface: document.implementation.createDocument(null, &quot;&quot;, null) must inherit property &quot;onmouseout&quot; with the proper type (127) 
-PASS Document interface: document.implementation.createDocument(null, &quot;&quot;, null) must inherit property &quot;onmouseover&quot; with the proper type (128) 
-PASS Document interface: document.implementation.createDocument(null, &quot;&quot;, null) must inherit property &quot;onmouseup&quot; with the proper type (129) 
-PASS Document interface: document.implementation.createDocument(null, &quot;&quot;, null) must inherit property &quot;onmousewheel&quot; with the proper type (130) 
-PASS Document interface: document.implementation.createDocument(null, &quot;&quot;, null) must inherit property &quot;onpause&quot; with the proper type (131) 
-PASS Document interface: document.implementation.createDocument(null, &quot;&quot;, null) must inherit property &quot;onplay&quot; with the proper type (132) 
-PASS Document interface: document.implementation.createDocument(null, &quot;&quot;, null) must inherit property &quot;onplaying&quot; with the proper type (133) 
-PASS Document interface: document.implementation.createDocument(null, &quot;&quot;, null) must inherit property &quot;onprogress&quot; with the proper type (134) 
-PASS Document interface: document.implementation.createDocument(null, &quot;&quot;, null) must inherit property &quot;onratechange&quot; with the proper type (135) 
-PASS Document interface: document.implementation.createDocument(null, &quot;&quot;, null) must inherit property &quot;onreset&quot; with the proper type (136) 
-PASS Document interface: document.implementation.createDocument(null, &quot;&quot;, null) must inherit property &quot;onresize&quot; with the proper type (137) 
-PASS Document interface: document.implementation.createDocument(null, &quot;&quot;, null) must inherit property &quot;onscroll&quot; with the proper type (138) 
-PASS Document interface: document.implementation.createDocument(null, &quot;&quot;, null) must inherit property &quot;onseeked&quot; with the proper type (139) 
-PASS Document interface: document.implementation.createDocument(null, &quot;&quot;, null) must inherit property &quot;onseeking&quot; with the proper type (140) 
-PASS Document interface: document.implementation.createDocument(null, &quot;&quot;, null) must inherit property &quot;onselect&quot; with the proper type (141) 
-FAIL Document interface: document.implementation.createDocument(null, &quot;&quot;, null) must inherit property &quot;onshow&quot; with the proper type (142) assert_inherits: property &quot;onshow&quot; not found in prototype chain
-PASS Document interface: document.implementation.createDocument(null, &quot;&quot;, null) must inherit property &quot;onstalled&quot; with the proper type (143) 
-PASS Document interface: document.implementation.createDocument(null, &quot;&quot;, null) must inherit property &quot;onsubmit&quot; with the proper type (144) 
-PASS Document interface: document.implementation.createDocument(null, &quot;&quot;, null) must inherit property &quot;onsuspend&quot; with the proper type (145) 
-PASS Document interface: document.implementation.createDocument(null, &quot;&quot;, null) must inherit property &quot;ontimeupdate&quot; with the proper type (146) 
-PASS Document interface: document.implementation.createDocument(null, &quot;&quot;, null) must inherit property &quot;ontoggle&quot; with the proper type (147) 
-PASS Document interface: document.implementation.createDocument(null, &quot;&quot;, null) must inherit property &quot;onvolumechange&quot; with the proper type (148) 
-PASS Document interface: document.implementation.createDocument(null, &quot;&quot;, null) must inherit property &quot;onwaiting&quot; with the proper type (149) 
-PASS Document interface: document.implementation.createDocument(null, &quot;&quot;, null) must inherit property &quot;oncopy&quot; with the proper type (150) 
-PASS Document interface: document.implementation.createDocument(null, &quot;&quot;, null) must inherit property &quot;oncut&quot; with the proper type (151) 
-PASS Document interface: document.implementation.createDocument(null, &quot;&quot;, null) must inherit property &quot;onpaste&quot; with the proper type (152) 
</del><ins>+FAIL Document interface: document.implementation.createDocument(null, &quot;&quot;, null) must inherit property &quot;onauxclick&quot; with the proper type (91) assert_inherits: property &quot;onauxclick&quot; not found in prototype chain
+PASS Document interface: document.implementation.createDocument(null, &quot;&quot;, null) must inherit property &quot;onblur&quot; with the proper type (92) 
+FAIL Document interface: document.implementation.createDocument(null, &quot;&quot;, null) must inherit property &quot;oncancel&quot; with the proper type (93) assert_inherits: property &quot;oncancel&quot; not found in prototype chain
+PASS Document interface: document.implementation.createDocument(null, &quot;&quot;, null) must inherit property &quot;oncanplay&quot; with the proper type (94) 
+PASS Document interface: document.implementation.createDocument(null, &quot;&quot;, null) must inherit property &quot;oncanplaythrough&quot; with the proper type (95) 
+PASS Document interface: document.implementation.createDocument(null, &quot;&quot;, null) must inherit property &quot;onchange&quot; with the proper type (96) 
+PASS Document interface: document.implementation.createDocument(null, &quot;&quot;, null) must inherit property &quot;onclick&quot; with the proper type (97) 
+FAIL Document interface: document.implementation.createDocument(null, &quot;&quot;, null) must inherit property &quot;onclose&quot; with the proper type (98) assert_inherits: property &quot;onclose&quot; not found in prototype chain
+PASS Document interface: document.implementation.createDocument(null, &quot;&quot;, null) must inherit property &quot;oncontextmenu&quot; with the proper type (99) 
+PASS Document interface: document.implementation.createDocument(null, &quot;&quot;, null) must inherit property &quot;oncuechange&quot; with the proper type (100) 
+PASS Document interface: document.implementation.createDocument(null, &quot;&quot;, null) must inherit property &quot;ondblclick&quot; with the proper type (101) 
+PASS Document interface: document.implementation.createDocument(null, &quot;&quot;, null) must inherit property &quot;ondrag&quot; with the proper type (102) 
+PASS Document interface: document.implementation.createDocument(null, &quot;&quot;, null) must inherit property &quot;ondragend&quot; with the proper type (103) 
+PASS Document interface: document.implementation.createDocument(null, &quot;&quot;, null) must inherit property &quot;ondragenter&quot; with the proper type (104) 
+FAIL Document interface: document.implementation.createDocument(null, &quot;&quot;, null) must inherit property &quot;ondragexit&quot; with the proper type (105) assert_inherits: property &quot;ondragexit&quot; not found in prototype chain
+PASS Document interface: document.implementation.createDocument(null, &quot;&quot;, null) must inherit property &quot;ondragleave&quot; with the proper type (106) 
+PASS Document interface: document.implementation.createDocument(null, &quot;&quot;, null) must inherit property &quot;ondragover&quot; with the proper type (107) 
+PASS Document interface: document.implementation.createDocument(null, &quot;&quot;, null) must inherit property &quot;ondragstart&quot; with the proper type (108) 
+PASS Document interface: document.implementation.createDocument(null, &quot;&quot;, null) must inherit property &quot;ondrop&quot; with the proper type (109) 
+PASS Document interface: document.implementation.createDocument(null, &quot;&quot;, null) must inherit property &quot;ondurationchange&quot; with the proper type (110) 
+PASS Document interface: document.implementation.createDocument(null, &quot;&quot;, null) must inherit property &quot;onemptied&quot; with the proper type (111) 
+PASS Document interface: document.implementation.createDocument(null, &quot;&quot;, null) must inherit property &quot;onended&quot; with the proper type (112) 
+PASS Document interface: document.implementation.createDocument(null, &quot;&quot;, null) must inherit property &quot;onerror&quot; with the proper type (113) 
+PASS Document interface: document.implementation.createDocument(null, &quot;&quot;, null) must inherit property &quot;onfocus&quot; with the proper type (114) 
+PASS Document interface: document.implementation.createDocument(null, &quot;&quot;, null) must inherit property &quot;oninput&quot; with the proper type (115) 
+PASS Document interface: document.implementation.createDocument(null, &quot;&quot;, null) must inherit property &quot;oninvalid&quot; with the proper type (116) 
+PASS Document interface: document.implementation.createDocument(null, &quot;&quot;, null) must inherit property &quot;onkeydown&quot; with the proper type (117) 
+PASS Document interface: document.implementation.createDocument(null, &quot;&quot;, null) must inherit property &quot;onkeypress&quot; with the proper type (118) 
+PASS Document interface: document.implementation.createDocument(null, &quot;&quot;, null) must inherit property &quot;onkeyup&quot; with the proper type (119) 
+PASS Document interface: document.implementation.createDocument(null, &quot;&quot;, null) must inherit property &quot;onload&quot; with the proper type (120) 
+PASS Document interface: document.implementation.createDocument(null, &quot;&quot;, null) must inherit property &quot;onloadeddata&quot; with the proper type (121) 
+PASS Document interface: document.implementation.createDocument(null, &quot;&quot;, null) must inherit property &quot;onloadedmetadata&quot; with the proper type (122) 
+PASS Document interface: document.implementation.createDocument(null, &quot;&quot;, null) must inherit property &quot;onloadstart&quot; with the proper type (123) 
+PASS Document interface: document.implementation.createDocument(null, &quot;&quot;, null) must inherit property &quot;onmousedown&quot; with the proper type (124) 
+PASS Document interface: document.implementation.createDocument(null, &quot;&quot;, null) must inherit property &quot;onmouseenter&quot; with the proper type (125) 
+PASS Document interface: document.implementation.createDocument(null, &quot;&quot;, null) must inherit property &quot;onmouseleave&quot; with the proper type (126) 
+PASS Document interface: document.implementation.createDocument(null, &quot;&quot;, null) must inherit property &quot;onmousemove&quot; with the proper type (127) 
+PASS Document interface: document.implementation.createDocument(null, &quot;&quot;, null) must inherit property &quot;onmouseout&quot; with the proper type (128) 
+PASS Document interface: document.implementation.createDocument(null, &quot;&quot;, null) must inherit property &quot;onmouseover&quot; with the proper type (129) 
+PASS Document interface: document.implementation.createDocument(null, &quot;&quot;, null) must inherit property &quot;onmouseup&quot; with the proper type (130) 
+PASS Document interface: document.implementation.createDocument(null, &quot;&quot;, null) must inherit property &quot;onmousewheel&quot; with the proper type (131) 
+PASS Document interface: document.implementation.createDocument(null, &quot;&quot;, null) must inherit property &quot;onpause&quot; with the proper type (132) 
+PASS Document interface: document.implementation.createDocument(null, &quot;&quot;, null) must inherit property &quot;onplay&quot; with the proper type (133) 
+PASS Document interface: document.implementation.createDocument(null, &quot;&quot;, null) must inherit property &quot;onplaying&quot; with the proper type (134) 
+PASS Document interface: document.implementation.createDocument(null, &quot;&quot;, null) must inherit property &quot;onprogress&quot; with the proper type (135) 
+PASS Document interface: document.implementation.createDocument(null, &quot;&quot;, null) must inherit property &quot;onratechange&quot; with the proper type (136) 
+PASS Document interface: document.implementation.createDocument(null, &quot;&quot;, null) must inherit property &quot;onreset&quot; with the proper type (137) 
+PASS Document interface: document.implementation.createDocument(null, &quot;&quot;, null) must inherit property &quot;onresize&quot; with the proper type (138) 
+PASS Document interface: document.implementation.createDocument(null, &quot;&quot;, null) must inherit property &quot;onscroll&quot; with the proper type (139) 
+PASS Document interface: document.implementation.createDocument(null, &quot;&quot;, null) must inherit property &quot;onseeked&quot; with the proper type (140) 
+PASS Document interface: document.implementation.createDocument(null, &quot;&quot;, null) must inherit property &quot;onseeking&quot; with the proper type (141) 
+PASS Document interface: document.implementation.createDocument(null, &quot;&quot;, null) must inherit property &quot;onselect&quot; with the proper type (142) 
+FAIL Document interface: document.implementation.createDocument(null, &quot;&quot;, null) must inherit property &quot;onshow&quot; with the proper type (143) assert_inherits: property &quot;onshow&quot; not found in prototype chain
+PASS Document interface: document.implementation.createDocument(null, &quot;&quot;, null) must inherit property &quot;onstalled&quot; with the proper type (144) 
+PASS Document interface: document.implementation.createDocument(null, &quot;&quot;, null) must inherit property &quot;onsubmit&quot; with the proper type (145) 
+PASS Document interface: document.implementation.createDocument(null, &quot;&quot;, null) must inherit property &quot;onsuspend&quot; with the proper type (146) 
+PASS Document interface: document.implementation.createDocument(null, &quot;&quot;, null) must inherit property &quot;ontimeupdate&quot; with the proper type (147) 
+PASS Document interface: document.implementation.createDocument(null, &quot;&quot;, null) must inherit property &quot;ontoggle&quot; with the proper type (148) 
+PASS Document interface: document.implementation.createDocument(null, &quot;&quot;, null) must inherit property &quot;onvolumechange&quot; with the proper type (149) 
+PASS Document interface: document.implementation.createDocument(null, &quot;&quot;, null) must inherit property &quot;onwaiting&quot; with the proper type (150) 
+PASS Document interface: document.implementation.createDocument(null, &quot;&quot;, null) must inherit property &quot;oncopy&quot; with the proper type (151) 
+PASS Document interface: document.implementation.createDocument(null, &quot;&quot;, null) must inherit property &quot;oncut&quot; with the proper type (152) 
+PASS Document interface: document.implementation.createDocument(null, &quot;&quot;, null) must inherit property &quot;onpaste&quot; with the proper type (153) 
</ins><span class="cx"> PASS Node interface: document.implementation.createDocument(null, &quot;&quot;, null) must inherit property &quot;ELEMENT_NODE&quot; with the proper type (0) 
</span><span class="cx"> PASS Node interface: document.implementation.createDocument(null, &quot;&quot;, null) must inherit property &quot;ATTRIBUTE_NODE&quot; with the proper type (1) 
</span><span class="cx"> PASS Node interface: document.implementation.createDocument(null, &quot;&quot;, null) must inherit property &quot;TEXT_NODE&quot; with the proper type (2) 
</span><span class="lines">@@ -889,15 +893,15 @@
</span><span class="cx"> PASS HTMLFormControlsCollection interface: existence and properties of interface prototype object 
</span><span class="cx"> PASS HTMLFormControlsCollection interface: existence and properties of interface prototype object's &quot;constructor&quot; property 
</span><span class="cx"> PASS HTMLFormControlsCollection interface: operation namedItem(DOMString) 
</span><del>-FAIL HTMLFormControlsCollection must be primary interface of document.createElement(&quot;form&quot;).elements assert_equals: wrong typeof object expected &quot;function&quot; but got &quot;object&quot;
-FAIL Stringification of document.createElement(&quot;form&quot;).elements assert_equals: wrong typeof object expected &quot;function&quot; but got &quot;object&quot;
-FAIL HTMLFormControlsCollection interface: document.createElement(&quot;form&quot;).elements must inherit property &quot;namedItem&quot; with the proper type (0) assert_equals: wrong typeof object expected &quot;function&quot; but got &quot;object&quot;
-FAIL HTMLFormControlsCollection interface: calling namedItem(DOMString) on document.createElement(&quot;form&quot;).elements with too few arguments must throw TypeError assert_equals: wrong typeof object expected &quot;function&quot; but got &quot;object&quot;
-FAIL HTMLCollection interface: document.createElement(&quot;form&quot;).elements must inherit property &quot;length&quot; with the proper type (0) assert_equals: wrong typeof object expected &quot;function&quot; but got &quot;object&quot;
-FAIL HTMLCollection interface: document.createElement(&quot;form&quot;).elements must inherit property &quot;item&quot; with the proper type (1) assert_equals: wrong typeof object expected &quot;function&quot; but got &quot;object&quot;
-FAIL HTMLCollection interface: calling item(unsigned long) on document.createElement(&quot;form&quot;).elements with too few arguments must throw TypeError assert_equals: wrong typeof object expected &quot;function&quot; but got &quot;object&quot;
-FAIL HTMLCollection interface: document.createElement(&quot;form&quot;).elements must inherit property &quot;namedItem&quot; with the proper type (2) assert_equals: wrong typeof object expected &quot;function&quot; but got &quot;object&quot;
-FAIL HTMLCollection interface: calling namedItem(DOMString) on document.createElement(&quot;form&quot;).elements with too few arguments must throw TypeError assert_equals: wrong typeof object expected &quot;function&quot; but got &quot;object&quot;
</del><ins>+PASS HTMLFormControlsCollection must be primary interface of document.createElement(&quot;form&quot;).elements 
+PASS Stringification of document.createElement(&quot;form&quot;).elements 
+PASS HTMLFormControlsCollection interface: document.createElement(&quot;form&quot;).elements must inherit property &quot;namedItem&quot; with the proper type (0) 
+PASS HTMLFormControlsCollection interface: calling namedItem(DOMString) on document.createElement(&quot;form&quot;).elements with too few arguments must throw TypeError 
+PASS HTMLCollection interface: document.createElement(&quot;form&quot;).elements must inherit property &quot;length&quot; with the proper type (0) 
+PASS HTMLCollection interface: document.createElement(&quot;form&quot;).elements must inherit property &quot;item&quot; with the proper type (1) 
+PASS HTMLCollection interface: calling item(unsigned long) on document.createElement(&quot;form&quot;).elements with too few arguments must throw TypeError 
+PASS HTMLCollection interface: document.createElement(&quot;form&quot;).elements must inherit property &quot;namedItem&quot; with the proper type (2) 
+PASS HTMLCollection interface: calling namedItem(DOMString) on document.createElement(&quot;form&quot;).elements with too few arguments must throw TypeError 
</ins><span class="cx"> PASS RadioNodeList interface: existence and properties of interface object 
</span><span class="cx"> PASS RadioNodeList interface object length 
</span><span class="cx"> PASS RadioNodeList interface object name 
</span><span class="lines">@@ -913,19 +917,19 @@
</span><span class="cx"> PASS HTMLOptionsCollection interface: operation add([object Object],[object Object],[object Object],[object Object]) 
</span><span class="cx"> PASS HTMLOptionsCollection interface: operation remove(long) 
</span><span class="cx"> PASS HTMLOptionsCollection interface: attribute selectedIndex 
</span><del>-FAIL HTMLOptionsCollection must be primary interface of document.createElement(&quot;select&quot;).options assert_equals: wrong typeof object expected &quot;function&quot; but got &quot;object&quot;
-FAIL Stringification of document.createElement(&quot;select&quot;).options assert_equals: wrong typeof object expected &quot;function&quot; but got &quot;object&quot;
-FAIL HTMLOptionsCollection interface: document.createElement(&quot;select&quot;).options must inherit property &quot;length&quot; with the proper type (0) assert_equals: wrong typeof object expected &quot;function&quot; but got &quot;object&quot;
-FAIL HTMLOptionsCollection interface: document.createElement(&quot;select&quot;).options must inherit property &quot;add&quot; with the proper type (3) assert_equals: wrong typeof object expected &quot;function&quot; but got &quot;object&quot;
-FAIL HTMLOptionsCollection interface: calling add([object Object],[object Object],[object Object],[object Object]) on document.createElement(&quot;select&quot;).options with too few arguments must throw TypeError assert_equals: wrong typeof object expected &quot;function&quot; but got &quot;object&quot;
-FAIL HTMLOptionsCollection interface: document.createElement(&quot;select&quot;).options must inherit property &quot;remove&quot; with the proper type (4) assert_equals: wrong typeof object expected &quot;function&quot; but got &quot;object&quot;
-FAIL HTMLOptionsCollection interface: calling remove(long) on document.createElement(&quot;select&quot;).options with too few arguments must throw TypeError assert_equals: wrong typeof object expected &quot;function&quot; but got &quot;object&quot;
-FAIL HTMLOptionsCollection interface: document.createElement(&quot;select&quot;).options must inherit property &quot;selectedIndex&quot; with the proper type (5) assert_equals: wrong typeof object expected &quot;function&quot; but got &quot;object&quot;
-FAIL HTMLCollection interface: document.createElement(&quot;select&quot;).options must inherit property &quot;length&quot; with the proper type (0) assert_equals: wrong typeof object expected &quot;function&quot; but got &quot;object&quot;
-FAIL HTMLCollection interface: document.createElement(&quot;select&quot;).options must inherit property &quot;item&quot; with the proper type (1) assert_equals: wrong typeof object expected &quot;function&quot; but got &quot;object&quot;
-FAIL HTMLCollection interface: calling item(unsigned long) on document.createElement(&quot;select&quot;).options with too few arguments must throw TypeError assert_equals: wrong typeof object expected &quot;function&quot; but got &quot;object&quot;
-FAIL HTMLCollection interface: document.createElement(&quot;select&quot;).options must inherit property &quot;namedItem&quot; with the proper type (2) assert_equals: wrong typeof object expected &quot;function&quot; but got &quot;object&quot;
-FAIL HTMLCollection interface: calling namedItem(DOMString) on document.createElement(&quot;select&quot;).options with too few arguments must throw TypeError assert_equals: wrong typeof object expected &quot;function&quot; but got &quot;object&quot;
</del><ins>+PASS HTMLOptionsCollection must be primary interface of document.createElement(&quot;select&quot;).options 
+PASS Stringification of document.createElement(&quot;select&quot;).options 
+PASS HTMLOptionsCollection interface: document.createElement(&quot;select&quot;).options must inherit property &quot;length&quot; with the proper type (0) 
+PASS HTMLOptionsCollection interface: document.createElement(&quot;select&quot;).options must inherit property &quot;add&quot; with the proper type (2) 
+PASS HTMLOptionsCollection interface: calling add([object Object],[object Object],[object Object],[object Object]) on document.createElement(&quot;select&quot;).options with too few arguments must throw TypeError 
+PASS HTMLOptionsCollection interface: document.createElement(&quot;select&quot;).options must inherit property &quot;remove&quot; with the proper type (3) 
+PASS HTMLOptionsCollection interface: calling remove(long) on document.createElement(&quot;select&quot;).options with too few arguments must throw TypeError 
+PASS HTMLOptionsCollection interface: document.createElement(&quot;select&quot;).options must inherit property &quot;selectedIndex&quot; with the proper type (4) 
+PASS HTMLCollection interface: document.createElement(&quot;select&quot;).options must inherit property &quot;length&quot; with the proper type (0) 
+PASS HTMLCollection interface: document.createElement(&quot;select&quot;).options must inherit property &quot;item&quot; with the proper type (1) 
+PASS HTMLCollection interface: calling item(unsigned long) on document.createElement(&quot;select&quot;).options with too few arguments must throw TypeError 
+PASS HTMLCollection interface: document.createElement(&quot;select&quot;).options must inherit property &quot;namedItem&quot; with the proper type (2) 
+PASS HTMLCollection interface: calling namedItem(DOMString) on document.createElement(&quot;select&quot;).options with too few arguments must throw TypeError 
</ins><span class="cx"> PASS DOMStringMap interface: existence and properties of interface object 
</span><span class="cx"> PASS DOMStringMap interface object length 
</span><span class="cx"> PASS DOMStringMap interface object name 
</span><span class="lines">@@ -957,6 +961,7 @@
</span><span class="cx"> FAIL HTMLElement interface: operation forceSpellCheck() assert_own_property: interface prototype object missing non-static operation expected property &quot;forceSpellCheck&quot; missing
</span><span class="cx"> PASS HTMLElement interface: attribute innerText 
</span><span class="cx"> PASS HTMLElement interface: attribute onabort 
</span><ins>+FAIL HTMLElement interface: attribute onauxclick assert_true: The prototype object must have a property &quot;onauxclick&quot; expected true got false
</ins><span class="cx"> PASS HTMLElement interface: attribute onblur 
</span><span class="cx"> FAIL HTMLElement interface: attribute oncancel assert_true: The prototype object must have a property &quot;oncancel&quot; expected true got false
</span><span class="cx"> PASS HTMLElement interface: attribute oncanplay 
</span><span class="lines">@@ -1042,70 +1047,71 @@
</span><span class="cx"> FAIL HTMLElement interface: document.createElement(&quot;noscript&quot;) must inherit property &quot;forceSpellCheck&quot; with the proper type (16) assert_inherits: property &quot;forceSpellCheck&quot; not found in prototype chain
</span><span class="cx"> PASS HTMLElement interface: document.createElement(&quot;noscript&quot;) must inherit property &quot;innerText&quot; with the proper type (17) 
</span><span class="cx"> PASS HTMLElement interface: document.createElement(&quot;noscript&quot;) must inherit property &quot;onabort&quot; with the proper type (18) 
</span><del>-PASS HTMLElement interface: document.createElement(&quot;noscript&quot;) must inherit property &quot;onblur&quot; with the proper type (19) 
-FAIL HTMLElement interface: document.createElement(&quot;noscript&quot;) must inherit property &quot;oncancel&quot; with the proper type (20) assert_inherits: property &quot;oncancel&quot; not found in prototype chain
-PASS HTMLElement interface: document.createElement(&quot;noscript&quot;) must inherit property &quot;oncanplay&quot; with the proper type (21) 
-PASS HTMLElement interface: document.createElement(&quot;noscript&quot;) must inherit property &quot;oncanplaythrough&quot; with the proper type (22) 
-PASS HTMLElement interface: document.createElement(&quot;noscript&quot;) must inherit property &quot;onchange&quot; with the proper type (23) 
-PASS HTMLElement interface: document.createElement(&quot;noscript&quot;) must inherit property &quot;onclick&quot; with the proper type (24) 
-FAIL HTMLElement interface: document.createElement(&quot;noscript&quot;) must inherit property &quot;onclose&quot; with the proper type (25) assert_inherits: property &quot;onclose&quot; not found in prototype chain
-PASS HTMLElement interface: document.createElement(&quot;noscript&quot;) must inherit property &quot;oncontextmenu&quot; with the proper type (26) 
-PASS HTMLElement interface: document.createElement(&quot;noscript&quot;) must inherit property &quot;oncuechange&quot; with the proper type (27) 
-PASS HTMLElement interface: document.createElement(&quot;noscript&quot;) must inherit property &quot;ondblclick&quot; with the proper type (28) 
-PASS HTMLElement interface: document.createElement(&quot;noscript&quot;) must inherit property &quot;ondrag&quot; with the proper type (29) 
-PASS HTMLElement interface: document.createElement(&quot;noscript&quot;) must inherit property &quot;ondragend&quot; with the proper type (30) 
-PASS HTMLElement interface: document.createElement(&quot;noscript&quot;) must inherit property &quot;ondragenter&quot; with the proper type (31) 
-FAIL HTMLElement interface: document.createElement(&quot;noscript&quot;) must inherit property &quot;ondragexit&quot; with the proper type (32) assert_inherits: property &quot;ondragexit&quot; not found in prototype chain
-PASS HTMLElement interface: document.createElement(&quot;noscript&quot;) must inherit property &quot;ondragleave&quot; with the proper type (33) 
-PASS HTMLElement interface: document.createElement(&quot;noscript&quot;) must inherit property &quot;ondragover&quot; with the proper type (34) 
-PASS HTMLElement interface: document.createElement(&quot;noscript&quot;) must inherit property &quot;ondragstart&quot; with the proper type (35) 
-PASS HTMLElement interface: document.createElement(&quot;noscript&quot;) must inherit property &quot;ondrop&quot; with the proper type (36) 
-PASS HTMLElement interface: document.createElement(&quot;noscript&quot;) must inherit property &quot;ondurationchange&quot; with the proper type (37) 
-PASS HTMLElement interface: document.createElement(&quot;noscript&quot;) must inherit property &quot;onemptied&quot; with the proper type (38) 
-PASS HTMLElement interface: document.createElement(&quot;noscript&quot;) must inherit property &quot;onended&quot; with the proper type (39) 
-PASS HTMLElement interface: document.createElement(&quot;noscript&quot;) must inherit property &quot;onerror&quot; with the proper type (40) 
-PASS HTMLElement interface: document.createElement(&quot;noscript&quot;) must inherit property &quot;onfocus&quot; with the proper type (41) 
-PASS HTMLElement interface: document.createElement(&quot;noscript&quot;) must inherit property &quot;oninput&quot; with the proper type (42) 
-PASS HTMLElement interface: document.createElement(&quot;noscript&quot;) must inherit property &quot;oninvalid&quot; with the proper type (43) 
-PASS HTMLElement interface: document.createElement(&quot;noscript&quot;) must inherit property &quot;onkeydown&quot; with the proper type (44) 
-PASS HTMLElement interface: document.createElement(&quot;noscript&quot;) must inherit property &quot;onkeypress&quot; with the proper type (45) 
-PASS HTMLElement interface: document.createElement(&quot;noscript&quot;) must inherit property &quot;onkeyup&quot; with the proper type (46) 
-PASS HTMLElement interface: document.createElement(&quot;noscript&quot;) must inherit property &quot;onload&quot; with the proper type (47) 
-PASS HTMLElement interface: document.createElement(&quot;noscript&quot;) must inherit property &quot;onloadeddata&quot; with the proper type (48) 
-PASS HTMLElement interface: document.createElement(&quot;noscript&quot;) must inherit property &quot;onloadedmetadata&quot; with the proper type (49) 
-PASS HTMLElement interface: document.createElement(&quot;noscript&quot;) must inherit property &quot;onloadstart&quot; with the proper type (50) 
-PASS HTMLElement interface: document.createElement(&quot;noscript&quot;) must inherit property &quot;onmousedown&quot; with the proper type (51) 
-PASS HTMLElement interface: document.createElement(&quot;noscript&quot;) must inherit property &quot;onmouseenter&quot; with the proper type (52) 
-PASS HTMLElement interface: document.createElement(&quot;noscript&quot;) must inherit property &quot;onmouseleave&quot; with the proper type (53) 
-PASS HTMLElement interface: document.createElement(&quot;noscript&quot;) must inherit property &quot;onmousemove&quot; with the proper type (54) 
-PASS HTMLElement interface: document.createElement(&quot;noscript&quot;) must inherit property &quot;onmouseout&quot; with the proper type (55) 
-PASS HTMLElement interface: document.createElement(&quot;noscript&quot;) must inherit property &quot;onmouseover&quot; with the proper type (56) 
-PASS HTMLElement interface: document.createElement(&quot;noscript&quot;) must inherit property &quot;onmouseup&quot; with the proper type (57) 
-PASS HTMLElement interface: document.createElement(&quot;noscript&quot;) must inherit property &quot;onmousewheel&quot; with the proper type (58) 
-PASS HTMLElement interface: document.createElement(&quot;noscript&quot;) must inherit property &quot;onpause&quot; with the proper type (59) 
-PASS HTMLElement interface: document.createElement(&quot;noscript&quot;) must inherit property &quot;onplay&quot; with the proper type (60) 
-PASS HTMLElement interface: document.createElement(&quot;noscript&quot;) must inherit property &quot;onplaying&quot; with the proper type (61) 
-PASS HTMLElement interface: document.createElement(&quot;noscript&quot;) must inherit property &quot;onprogress&quot; with the proper type (62) 
-PASS HTMLElement interface: document.createElement(&quot;noscript&quot;) must inherit property &quot;onratechange&quot; with the proper type (63) 
-PASS HTMLElement interface: document.createElement(&quot;noscript&quot;) must inherit property &quot;onreset&quot; with the proper type (64) 
-PASS HTMLElement interface: document.createElement(&quot;noscript&quot;) must inherit property &quot;onresize&quot; with the proper type (65) 
-PASS HTMLElement interface: document.createElement(&quot;noscript&quot;) must inherit property &quot;onscroll&quot; with the proper type (66) 
-PASS HTMLElement interface: document.createElement(&quot;noscript&quot;) must inherit property &quot;onseeked&quot; with the proper type (67) 
-PASS HTMLElement interface: document.createElement(&quot;noscript&quot;) must inherit property &quot;onseeking&quot; with the proper type (68) 
-PASS HTMLElement interface: document.createElement(&quot;noscript&quot;) must inherit property &quot;onselect&quot; with the proper type (69) 
-FAIL HTMLElement interface: document.createElement(&quot;noscript&quot;) must inherit property &quot;onshow&quot; with the proper type (70) assert_inherits: property &quot;onshow&quot; not found in prototype chain
-PASS HTMLElement interface: document.createElement(&quot;noscript&quot;) must inherit property &quot;onstalled&quot; with the proper type (71) 
-PASS HTMLElement interface: document.createElement(&quot;noscript&quot;) must inherit property &quot;onsubmit&quot; with the proper type (72) 
-PASS HTMLElement interface: document.createElement(&quot;noscript&quot;) must inherit property &quot;onsuspend&quot; with the proper type (73) 
-PASS HTMLElement interface: document.createElement(&quot;noscript&quot;) must inherit property &quot;ontimeupdate&quot; with the proper type (74) 
-PASS HTMLElement interface: document.createElement(&quot;noscript&quot;) must inherit property &quot;ontoggle&quot; with the proper type (75) 
-PASS HTMLElement interface: document.createElement(&quot;noscript&quot;) must inherit property &quot;onvolumechange&quot; with the proper type (76) 
-PASS HTMLElement interface: document.createElement(&quot;noscript&quot;) must inherit property &quot;onwaiting&quot; with the proper type (77) 
-PASS HTMLElement interface: document.createElement(&quot;noscript&quot;) must inherit property &quot;oncopy&quot; with the proper type (78) 
-PASS HTMLElement interface: document.createElement(&quot;noscript&quot;) must inherit property &quot;oncut&quot; with the proper type (79) 
-PASS HTMLElement interface: document.createElement(&quot;noscript&quot;) must inherit property &quot;onpaste&quot; with the proper type (80) 
-PASS HTMLElement interface: document.createElement(&quot;noscript&quot;) must inherit property &quot;contentEditable&quot; with the proper type (81) 
-PASS HTMLElement interface: document.createElement(&quot;noscript&quot;) must inherit property &quot;isContentEditable&quot; with the proper type (82) 
</del><ins>+FAIL HTMLElement interface: document.createElement(&quot;noscript&quot;) must inherit property &quot;onauxclick&quot; with the proper type (19) assert_inherits: property &quot;onauxclick&quot; not found in prototype chain
+PASS HTMLElement interface: document.createElement(&quot;noscript&quot;) must inherit property &quot;onblur&quot; with the proper type (20) 
+FAIL HTMLElement interface: document.createElement(&quot;noscript&quot;) must inherit property &quot;oncancel&quot; with the proper type (21) assert_inherits: property &quot;oncancel&quot; not found in prototype chain
+PASS HTMLElement interface: document.createElement(&quot;noscript&quot;) must inherit property &quot;oncanplay&quot; with the proper type (22) 
+PASS HTMLElement interface: document.createElement(&quot;noscript&quot;) must inherit property &quot;oncanplaythrough&quot; with the proper type (23) 
+PASS HTMLElement interface: document.createElement(&quot;noscript&quot;) must inherit property &quot;onchange&quot; with the proper type (24) 
+PASS HTMLElement interface: document.createElement(&quot;noscript&quot;) must inherit property &quot;onclick&quot; with the proper type (25) 
+FAIL HTMLElement interface: document.createElement(&quot;noscript&quot;) must inherit property &quot;onclose&quot; with the proper type (26) assert_inherits: property &quot;onclose&quot; not found in prototype chain
+PASS HTMLElement interface: document.createElement(&quot;noscript&quot;) must inherit property &quot;oncontextmenu&quot; with the proper type (27) 
+PASS HTMLElement interface: document.createElement(&quot;noscript&quot;) must inherit property &quot;oncuechange&quot; with the proper type (28) 
+PASS HTMLElement interface: document.createElement(&quot;noscript&quot;) must inherit property &quot;ondblclick&quot; with the proper type (29) 
+PASS HTMLElement interface: document.createElement(&quot;noscript&quot;) must inherit property &quot;ondrag&quot; with the proper type (30) 
+PASS HTMLElement interface: document.createElement(&quot;noscript&quot;) must inherit property &quot;ondragend&quot; with the proper type (31) 
+PASS HTMLElement interface: document.createElement(&quot;noscript&quot;) must inherit property &quot;ondragenter&quot; with the proper type (32) 
+FAIL HTMLElement interface: document.createElement(&quot;noscript&quot;) must inherit property &quot;ondragexit&quot; with the proper type (33) assert_inherits: property &quot;ondragexit&quot; not found in prototype chain
+PASS HTMLElement interface: document.createElement(&quot;noscript&quot;) must inherit property &quot;ondragleave&quot; with the proper type (34) 
+PASS HTMLElement interface: document.createElement(&quot;noscript&quot;) must inherit property &quot;ondragover&quot; with the proper type (35) 
+PASS HTMLElement interface: document.createElement(&quot;noscript&quot;) must inherit property &quot;ondragstart&quot; with the proper type (36) 
+PASS HTMLElement interface: document.createElement(&quot;noscript&quot;) must inherit property &quot;ondrop&quot; with the proper type (37) 
+PASS HTMLElement interface: document.createElement(&quot;noscript&quot;) must inherit property &quot;ondurationchange&quot; with the proper type (38) 
+PASS HTMLElement interface: document.createElement(&quot;noscript&quot;) must inherit property &quot;onemptied&quot; with the proper type (39) 
+PASS HTMLElement interface: document.createElement(&quot;noscript&quot;) must inherit property &quot;onended&quot; with the proper type (40) 
+PASS HTMLElement interface: document.createElement(&quot;noscript&quot;) must inherit property &quot;onerror&quot; with the proper type (41) 
+PASS HTMLElement interface: document.createElement(&quot;noscript&quot;) must inherit property &quot;onfocus&quot; with the proper type (42) 
+PASS HTMLElement interface: document.createElement(&quot;noscript&quot;) must inherit property &quot;oninput&quot; with the proper type (43) 
+PASS HTMLElement interface: document.createElement(&quot;noscript&quot;) must inherit property &quot;oninvalid&quot; with the proper type (44) 
+PASS HTMLElement interface: document.createElement(&quot;noscript&quot;) must inherit property &quot;onkeydown&quot; with the proper type (45) 
+PASS HTMLElement interface: document.createElement(&quot;noscript&quot;) must inherit property &quot;onkeypress&quot; with the proper type (46) 
+PASS HTMLElement interface: document.createElement(&quot;noscript&quot;) must inherit property &quot;onkeyup&quot; with the proper type (47) 
+PASS HTMLElement interface: document.createElement(&quot;noscript&quot;) must inherit property &quot;onload&quot; with the proper type (48) 
+PASS HTMLElement interface: document.createElement(&quot;noscript&quot;) must inherit property &quot;onloadeddata&quot; with the proper type (49) 
+PASS HTMLElement interface: document.createElement(&quot;noscript&quot;) must inherit property &quot;onloadedmetadata&quot; with the proper type (50) 
+PASS HTMLElement interface: document.createElement(&quot;noscript&quot;) must inherit property &quot;onloadstart&quot; with the proper type (51) 
+PASS HTMLElement interface: document.createElement(&quot;noscript&quot;) must inherit property &quot;onmousedown&quot; with the proper type (52) 
+PASS HTMLElement interface: document.createElement(&quot;noscript&quot;) must inherit property &quot;onmouseenter&quot; with the proper type (53) 
+PASS HTMLElement interface: document.createElement(&quot;noscript&quot;) must inherit property &quot;onmouseleave&quot; with the proper type (54) 
+PASS HTMLElement interface: document.createElement(&quot;noscript&quot;) must inherit property &quot;onmousemove&quot; with the proper type (55) 
+PASS HTMLElement interface: document.createElement(&quot;noscript&quot;) must inherit property &quot;onmouseout&quot; with the proper type (56) 
+PASS HTMLElement interface: document.createElement(&quot;noscript&quot;) must inherit property &quot;onmouseover&quot; with the proper type (57) 
+PASS HTMLElement interface: document.createElement(&quot;noscript&quot;) must inherit property &quot;onmouseup&quot; with the proper type (58) 
+PASS HTMLElement interface: document.createElement(&quot;noscript&quot;) must inherit property &quot;onmousewheel&quot; with the proper type (59) 
+PASS HTMLElement interface: document.createElement(&quot;noscript&quot;) must inherit property &quot;onpause&quot; with the proper type (60) 
+PASS HTMLElement interface: document.createElement(&quot;noscript&quot;) must inherit property &quot;onplay&quot; with the proper type (61) 
+PASS HTMLElement interface: document.createElement(&quot;noscript&quot;) must inherit property &quot;onplaying&quot; with the proper type (62) 
+PASS HTMLElement interface: document.createElement(&quot;noscript&quot;) must inherit property &quot;onprogress&quot; with the proper type (63) 
+PASS HTMLElement interface: document.createElement(&quot;noscript&quot;) must inherit property &quot;onratechange&quot; with the proper type (64) 
+PASS HTMLElement interface: document.createElement(&quot;noscript&quot;) must inherit property &quot;onreset&quot; with the proper type (65) 
+PASS HTMLElement interface: document.createElement(&quot;noscript&quot;) must inherit property &quot;onresize&quot; with the proper type (66) 
+PASS HTMLElement interface: document.createElement(&quot;noscript&quot;) must inherit property &quot;onscroll&quot; with the proper type (67) 
+PASS HTMLElement interface: document.createElement(&quot;noscript&quot;) must inherit property &quot;onseeked&quot; with the proper type (68) 
+PASS HTMLElement interface: document.createElement(&quot;noscript&quot;) must inherit property &quot;onseeking&quot; with the proper type (69) 
+PASS HTMLElement interface: document.createElement(&quot;noscript&quot;) must inherit property &quot;onselect&quot; with the proper type (70) 
+FAIL HTMLElement interface: document.createElement(&quot;noscript&quot;) must inherit property &quot;onshow&quot; with the proper type (71) assert_inherits: property &quot;onshow&quot; not found in prototype chain
+PASS HTMLElement interface: document.createElement(&quot;noscript&quot;) must inherit property &quot;onstalled&quot; with the proper type (72) 
+PASS HTMLElement interface: document.createElement(&quot;noscript&quot;) must inherit property &quot;onsubmit&quot; with the proper type (73) 
+PASS HTMLElement interface: document.createElement(&quot;noscript&quot;) must inherit property &quot;onsuspend&quot; with the proper type (74) 
+PASS HTMLElement interface: document.createElement(&quot;noscript&quot;) must inherit property &quot;ontimeupdate&quot; with the proper type (75) 
+PASS HTMLElement interface: document.createElement(&quot;noscript&quot;) must inherit property &quot;ontoggle&quot; with the proper type (76) 
+PASS HTMLElement interface: document.createElement(&quot;noscript&quot;) must inherit property &quot;onvolumechange&quot; with the proper type (77) 
+PASS HTMLElement interface: document.createElement(&quot;noscript&quot;) must inherit property &quot;onwaiting&quot; with the proper type (78) 
+PASS HTMLElement interface: document.createElement(&quot;noscript&quot;) must inherit property &quot;oncopy&quot; with the proper type (79) 
+PASS HTMLElement interface: document.createElement(&quot;noscript&quot;) must inherit property &quot;oncut&quot; with the proper type (80) 
+PASS HTMLElement interface: document.createElement(&quot;noscript&quot;) must inherit property &quot;onpaste&quot; with the proper type (81) 
+PASS HTMLElement interface: document.createElement(&quot;noscript&quot;) must inherit property &quot;contentEditable&quot; with the proper type (82) 
+PASS HTMLElement interface: document.createElement(&quot;noscript&quot;) must inherit property &quot;isContentEditable&quot; with the proper type (83) 
</ins><span class="cx"> PASS Element interface: document.createElement(&quot;noscript&quot;) must inherit property &quot;namespaceURI&quot; with the proper type (0) 
</span><span class="cx"> PASS Element interface: document.createElement(&quot;noscript&quot;) must inherit property &quot;prefix&quot; with the proper type (1) 
</span><span class="cx"> PASS Element interface: document.createElement(&quot;noscript&quot;) must inherit property &quot;localName&quot; with the proper type (2) 
</span><span class="lines">@@ -1287,9 +1293,12 @@
</span><span class="cx"> PASS HTMLLinkElement interface: attribute rel 
</span><span class="cx"> PASS HTMLLinkElement interface: attribute relList 
</span><span class="cx"> PASS HTMLLinkElement interface: attribute media 
</span><ins>+PASS HTMLLinkElement interface: attribute nonce 
+FAIL HTMLLinkElement interface: attribute integrity assert_true: The prototype object must have a property &quot;integrity&quot; expected true got false
</ins><span class="cx"> PASS HTMLLinkElement interface: attribute hreflang 
</span><span class="cx"> PASS HTMLLinkElement interface: attribute type 
</span><span class="cx"> PASS HTMLLinkElement interface: attribute sizes 
</span><ins>+FAIL HTMLLinkElement interface: attribute referrerPolicy assert_true: The prototype object must have a property &quot;referrerPolicy&quot; expected true got false
</ins><span class="cx"> PASS HTMLLinkElement interface: attribute charset 
</span><span class="cx"> PASS HTMLLinkElement interface: attribute rev 
</span><span class="cx"> PASS HTMLLinkElement interface: attribute target 
</span><span class="lines">@@ -1300,13 +1309,16 @@
</span><span class="cx"> PASS HTMLLinkElement interface: document.createElement(&quot;link&quot;) must inherit property &quot;rel&quot; with the proper type (2) 
</span><span class="cx"> PASS HTMLLinkElement interface: document.createElement(&quot;link&quot;) must inherit property &quot;relList&quot; with the proper type (3) 
</span><span class="cx"> PASS HTMLLinkElement interface: document.createElement(&quot;link&quot;) must inherit property &quot;media&quot; with the proper type (4) 
</span><del>-PASS HTMLLinkElement interface: document.createElement(&quot;link&quot;) must inherit property &quot;hreflang&quot; with the proper type (5) 
-PASS HTMLLinkElement interface: document.createElement(&quot;link&quot;) must inherit property &quot;type&quot; with the proper type (6) 
-PASS HTMLLinkElement interface: document.createElement(&quot;link&quot;) must inherit property &quot;sizes&quot; with the proper type (7) 
-PASS HTMLLinkElement interface: document.createElement(&quot;link&quot;) must inherit property &quot;charset&quot; with the proper type (8) 
-PASS HTMLLinkElement interface: document.createElement(&quot;link&quot;) must inherit property &quot;rev&quot; with the proper type (9) 
-PASS HTMLLinkElement interface: document.createElement(&quot;link&quot;) must inherit property &quot;target&quot; with the proper type (10) 
-PASS HTMLLinkElement interface: document.createElement(&quot;link&quot;) must inherit property &quot;sheet&quot; with the proper type (11) 
</del><ins>+PASS HTMLLinkElement interface: document.createElement(&quot;link&quot;) must inherit property &quot;nonce&quot; with the proper type (5) 
+FAIL HTMLLinkElement interface: document.createElement(&quot;link&quot;) must inherit property &quot;integrity&quot; with the proper type (6) assert_inherits: property &quot;integrity&quot; not found in prototype chain
+PASS HTMLLinkElement interface: document.createElement(&quot;link&quot;) must inherit property &quot;hreflang&quot; with the proper type (7) 
+PASS HTMLLinkElement interface: document.createElement(&quot;link&quot;) must inherit property &quot;type&quot; with the proper type (8) 
+PASS HTMLLinkElement interface: document.createElement(&quot;link&quot;) must inherit property &quot;sizes&quot; with the proper type (9) 
+FAIL HTMLLinkElement interface: document.createElement(&quot;link&quot;) must inherit property &quot;referrerPolicy&quot; with the proper type (10) assert_inherits: property &quot;referrerPolicy&quot; not found in prototype chain
+PASS HTMLLinkElement interface: document.createElement(&quot;link&quot;) must inherit property &quot;charset&quot; with the proper type (11) 
+PASS HTMLLinkElement interface: document.createElement(&quot;link&quot;) must inherit property &quot;rev&quot; with the proper type (12) 
+PASS HTMLLinkElement interface: document.createElement(&quot;link&quot;) must inherit property &quot;target&quot; with the proper type (13) 
+PASS HTMLLinkElement interface: document.createElement(&quot;link&quot;) must inherit property &quot;sheet&quot; with the proper type (14) 
</ins><span class="cx"> PASS HTMLMetaElement interface: existence and properties of interface object 
</span><span class="cx"> PASS HTMLMetaElement interface object length 
</span><span class="cx"> PASS HTMLMetaElement interface object name 
</span><span class="lines">@@ -1498,6 +1510,7 @@
</span><span class="cx"> PASS HTMLAnchorElement interface: attribute hreflang 
</span><span class="cx"> PASS HTMLAnchorElement interface: attribute type 
</span><span class="cx"> PASS HTMLAnchorElement interface: attribute text 
</span><ins>+FAIL HTMLAnchorElement interface: attribute referrerPolicy assert_true: The prototype object must have a property &quot;referrerPolicy&quot; expected true got false
</ins><span class="cx"> PASS HTMLAnchorElement interface: attribute coords 
</span><span class="cx"> PASS HTMLAnchorElement interface: attribute charset 
</span><span class="cx"> PASS HTMLAnchorElement interface: attribute name 
</span><span class="lines">@@ -1525,22 +1538,23 @@
</span><span class="cx"> PASS HTMLAnchorElement interface: document.createElement(&quot;a&quot;) must inherit property &quot;hreflang&quot; with the proper type (5) 
</span><span class="cx"> PASS HTMLAnchorElement interface: document.createElement(&quot;a&quot;) must inherit property &quot;type&quot; with the proper type (6) 
</span><span class="cx"> PASS HTMLAnchorElement interface: document.createElement(&quot;a&quot;) must inherit property &quot;text&quot; with the proper type (7) 
</span><del>-PASS HTMLAnchorElement interface: document.createElement(&quot;a&quot;) must inherit property &quot;coords&quot; with the proper type (8) 
-PASS HTMLAnchorElement interface: document.createElement(&quot;a&quot;) must inherit property &quot;charset&quot; with the proper type (9) 
-PASS HTMLAnchorElement interface: document.createElement(&quot;a&quot;) must inherit property &quot;name&quot; with the proper type (10) 
-PASS HTMLAnchorElement interface: document.createElement(&quot;a&quot;) must inherit property &quot;rev&quot; with the proper type (11) 
-PASS HTMLAnchorElement interface: document.createElement(&quot;a&quot;) must inherit property &quot;shape&quot; with the proper type (12) 
-PASS HTMLAnchorElement interface: document.createElement(&quot;a&quot;) must inherit property &quot;href&quot; with the proper type (13) 
-PASS HTMLAnchorElement interface: document.createElement(&quot;a&quot;) must inherit property &quot;origin&quot; with the proper type (14) 
-PASS HTMLAnchorElement interface: document.createElement(&quot;a&quot;) must inherit property &quot;protocol&quot; with the proper type (15) 
-PASS HTMLAnchorElement interface: document.createElement(&quot;a&quot;) must inherit property &quot;username&quot; with the proper type (16) 
-PASS HTMLAnchorElement interface: document.createElement(&quot;a&quot;) must inherit property &quot;password&quot; with the proper type (17) 
-PASS HTMLAnchorElement interface: document.createElement(&quot;a&quot;) must inherit property &quot;host&quot; with the proper type (18) 
-PASS HTMLAnchorElement interface: document.createElement(&quot;a&quot;) must inherit property &quot;hostname&quot; with the proper type (19) 
-PASS HTMLAnchorElement interface: document.createElement(&quot;a&quot;) must inherit property &quot;port&quot; with the proper type (20) 
-PASS HTMLAnchorElement interface: document.createElement(&quot;a&quot;) must inherit property &quot;pathname&quot; with the proper type (21) 
-PASS HTMLAnchorElement interface: document.createElement(&quot;a&quot;) must inherit property &quot;search&quot; with the proper type (22) 
-PASS HTMLAnchorElement interface: document.createElement(&quot;a&quot;) must inherit property &quot;hash&quot; with the proper type (23) 
</del><ins>+FAIL HTMLAnchorElement interface: document.createElement(&quot;a&quot;) must inherit property &quot;referrerPolicy&quot; with the proper type (8) assert_inherits: property &quot;referrerPolicy&quot; not found in prototype chain
+PASS HTMLAnchorElement interface: document.createElement(&quot;a&quot;) must inherit property &quot;coords&quot; with the proper type (9) 
+PASS HTMLAnchorElement interface: document.createElement(&quot;a&quot;) must inherit property &quot;charset&quot; with the proper type (10) 
+PASS HTMLAnchorElement interface: document.createElement(&quot;a&quot;) must inherit property &quot;name&quot; with the proper type (11) 
+PASS HTMLAnchorElement interface: document.createElement(&quot;a&quot;) must inherit property &quot;rev&quot; with the proper type (12) 
+PASS HTMLAnchorElement interface: document.createElement(&quot;a&quot;) must inherit property &quot;shape&quot; with the proper type (13) 
+PASS HTMLAnchorElement interface: document.createElement(&quot;a&quot;) must inherit property &quot;href&quot; with the proper type (14) 
+PASS HTMLAnchorElement interface: document.createElement(&quot;a&quot;) must inherit property &quot;origin&quot; with the proper type (15) 
+PASS HTMLAnchorElement interface: document.createElement(&quot;a&quot;) must inherit property &quot;protocol&quot; with the proper type (16) 
+PASS HTMLAnchorElement interface: document.createElement(&quot;a&quot;) must inherit property &quot;username&quot; with the proper type (17) 
+PASS HTMLAnchorElement interface: document.createElement(&quot;a&quot;) must inherit property &quot;password&quot; with the proper type (18) 
+PASS HTMLAnchorElement interface: document.createElement(&quot;a&quot;) must inherit property &quot;host&quot; with the proper type (19) 
+PASS HTMLAnchorElement interface: document.createElement(&quot;a&quot;) must inherit property &quot;hostname&quot; with the proper type (20) 
+PASS HTMLAnchorElement interface: document.createElement(&quot;a&quot;) must inherit property &quot;port&quot; with the proper type (21) 
+PASS HTMLAnchorElement interface: document.createElement(&quot;a&quot;) must inherit property &quot;pathname&quot; with the proper type (22) 
+PASS HTMLAnchorElement interface: document.createElement(&quot;a&quot;) must inherit property &quot;search&quot; with the proper type (23) 
+PASS HTMLAnchorElement interface: document.createElement(&quot;a&quot;) must inherit property &quot;hash&quot; with the proper type (24) 
</ins><span class="cx"> PASS HTMLDataElement interface: existence and properties of interface object 
</span><span class="cx"> PASS HTMLDataElement interface object length 
</span><span class="cx"> PASS HTMLDataElement interface object name 
</span><span class="lines">@@ -1615,6 +1629,7 @@
</span><span class="cx"> PASS HTMLImageElement interface: attribute naturalHeight 
</span><span class="cx"> PASS HTMLImageElement interface: attribute complete 
</span><span class="cx"> PASS HTMLImageElement interface: attribute currentSrc 
</span><ins>+FAIL HTMLImageElement interface: attribute referrerPolicy assert_true: The prototype object must have a property &quot;referrerPolicy&quot; expected true got false
</ins><span class="cx"> PASS HTMLImageElement interface: attribute name 
</span><span class="cx"> PASS HTMLImageElement interface: attribute lowsrc 
</span><span class="cx"> PASS HTMLImageElement interface: attribute align 
</span><span class="lines">@@ -1637,13 +1652,14 @@
</span><span class="cx"> PASS HTMLImageElement interface: document.createElement(&quot;img&quot;) must inherit property &quot;naturalHeight&quot; with the proper type (10) 
</span><span class="cx"> PASS HTMLImageElement interface: document.createElement(&quot;img&quot;) must inherit property &quot;complete&quot; with the proper type (11) 
</span><span class="cx"> PASS HTMLImageElement interface: document.createElement(&quot;img&quot;) must inherit property &quot;currentSrc&quot; with the proper type (12) 
</span><del>-PASS HTMLImageElement interface: document.createElement(&quot;img&quot;) must inherit property &quot;name&quot; with the proper type (13) 
-PASS HTMLImageElement interface: document.createElement(&quot;img&quot;) must inherit property &quot;lowsrc&quot; with the proper type (14) 
-PASS HTMLImageElement interface: document.createElement(&quot;img&quot;) must inherit property &quot;align&quot; with the proper type (15) 
-PASS HTMLImageElement interface: document.createElement(&quot;img&quot;) must inherit property &quot;hspace&quot; with the proper type (16) 
-PASS HTMLImageElement interface: document.createElement(&quot;img&quot;) must inherit property &quot;vspace&quot; with the proper type (17) 
-PASS HTMLImageElement interface: document.createElement(&quot;img&quot;) must inherit property &quot;longDesc&quot; with the proper type (18) 
-PASS HTMLImageElement interface: document.createElement(&quot;img&quot;) must inherit property &quot;border&quot; with the proper type (19) 
</del><ins>+FAIL HTMLImageElement interface: document.createElement(&quot;img&quot;) must inherit property &quot;referrerPolicy&quot; with the proper type (13) assert_inherits: property &quot;referrerPolicy&quot; not found in prototype chain
+PASS HTMLImageElement interface: document.createElement(&quot;img&quot;) must inherit property &quot;name&quot; with the proper type (14) 
+PASS HTMLImageElement interface: document.createElement(&quot;img&quot;) must inherit property &quot;lowsrc&quot; with the proper type (15) 
+PASS HTMLImageElement interface: document.createElement(&quot;img&quot;) must inherit property &quot;align&quot; with the proper type (16) 
+PASS HTMLImageElement interface: document.createElement(&quot;img&quot;) must inherit property &quot;hspace&quot; with the proper type (17) 
+PASS HTMLImageElement interface: document.createElement(&quot;img&quot;) must inherit property &quot;vspace&quot; with the proper type (18) 
+PASS HTMLImageElement interface: document.createElement(&quot;img&quot;) must inherit property &quot;longDesc&quot; with the proper type (19) 
+PASS HTMLImageElement interface: document.createElement(&quot;img&quot;) must inherit property &quot;border&quot; with the proper type (20) 
</ins><span class="cx"> PASS HTMLImageElement must be primary interface of new Image() 
</span><span class="cx"> PASS Stringification of new Image() 
</span><span class="cx"> PASS HTMLImageElement interface: new Image() must inherit property &quot;alt&quot; with the proper type (0) 
</span><span class="lines">@@ -1659,13 +1675,14 @@
</span><span class="cx"> PASS HTMLImageElement interface: new Image() must inherit property &quot;naturalHeight&quot; with the proper type (10) 
</span><span class="cx"> PASS HTMLImageElement interface: new Image() must inherit property &quot;complete&quot; with the proper type (11) 
</span><span class="cx"> PASS HTMLImageElement interface: new Image() must inherit property &quot;currentSrc&quot; with the proper type (12) 
</span><del>-PASS HTMLImageElement interface: new Image() must inherit property &quot;name&quot; with the proper type (13) 
-PASS HTMLImageElement interface: new Image() must inherit property &quot;lowsrc&quot; with the proper type (14) 
-PASS HTMLImageElement interface: new Image() must inherit property &quot;align&quot; with the proper type (15) 
-PASS HTMLImageElement interface: new Image() must inherit property &quot;hspace&quot; with the proper type (16) 
-PASS HTMLImageElement interface: new Image() must inherit property &quot;vspace&quot; with the proper type (17) 
-PASS HTMLImageElement interface: new Image() must inherit property &quot;longDesc&quot; with the proper type (18) 
-PASS HTMLImageElement interface: new Image() must inherit property &quot;border&quot; with the proper type (19) 
</del><ins>+FAIL HTMLImageElement interface: new Image() must inherit property &quot;referrerPolicy&quot; with the proper type (13) assert_inherits: property &quot;referrerPolicy&quot; not found in prototype chain
+PASS HTMLImageElement interface: new Image() must inherit property &quot;name&quot; with the proper type (14) 
+PASS HTMLImageElement interface: new Image() must inherit property &quot;lowsrc&quot; with the proper type (15) 
+PASS HTMLImageElement interface: new Image() must inherit property &quot;align&quot; with the proper type (16) 
+PASS HTMLImageElement interface: new Image() must inherit property &quot;hspace&quot; with the proper type (17) 
+PASS HTMLImageElement interface: new Image() must inherit property &quot;vspace&quot; with the proper type (18) 
+PASS HTMLImageElement interface: new Image() must inherit property &quot;longDesc&quot; with the proper type (19) 
+PASS HTMLImageElement interface: new Image() must inherit property &quot;border&quot; with the proper type (20) 
</ins><span class="cx"> PASS HTMLIFrameElement interface: existence and properties of interface object 
</span><span class="cx"> PASS HTMLIFrameElement interface object length 
</span><span class="cx"> PASS HTMLIFrameElement interface object name 
</span><span class="lines">@@ -1676,10 +1693,14 @@
</span><span class="cx"> PASS HTMLIFrameElement interface: attribute name 
</span><span class="cx"> PASS HTMLIFrameElement interface: attribute sandbox 
</span><span class="cx"> PASS HTMLIFrameElement interface: attribute allowFullscreen 
</span><ins>+FAIL HTMLIFrameElement interface: attribute allowUserMedia assert_true: The prototype object must have a property &quot;allowUserMedia&quot; expected true got false
+FAIL HTMLIFrameElement interface: attribute allowPaymentRequest assert_true: The prototype object must have a property &quot;allowPaymentRequest&quot; expected true got false
</ins><span class="cx"> PASS HTMLIFrameElement interface: attribute width 
</span><span class="cx"> PASS HTMLIFrameElement interface: attribute height 
</span><ins>+FAIL HTMLIFrameElement interface: attribute referrerPolicy assert_true: The prototype object must have a property &quot;referrerPolicy&quot; expected true got false
</ins><span class="cx"> PASS HTMLIFrameElement interface: attribute contentDocument 
</span><span class="cx"> PASS HTMLIFrameElement interface: attribute contentWindow 
</span><ins>+PASS HTMLIFrameElement interface: operation getSVGDocument() 
</ins><span class="cx"> PASS HTMLIFrameElement interface: attribute align 
</span><span class="cx"> PASS HTMLIFrameElement interface: attribute scrolling 
</span><span class="cx"> PASS HTMLIFrameElement interface: attribute frameBorder 
</span><span class="lines">@@ -1698,15 +1719,15 @@
</span><span class="cx"> PASS HTMLEmbedElement interface: operation getSVGDocument() 
</span><span class="cx"> PASS HTMLEmbedElement interface: attribute align 
</span><span class="cx"> PASS HTMLEmbedElement interface: attribute name 
</span><del>-FAIL HTMLEmbedElement must be primary interface of document.createElement(&quot;embed&quot;) assert_equals: wrong typeof object expected &quot;function&quot; but got &quot;object&quot;
-FAIL Stringification of document.createElement(&quot;embed&quot;) assert_equals: wrong typeof object expected &quot;function&quot; but got &quot;object&quot;
-FAIL HTMLEmbedElement interface: document.createElement(&quot;embed&quot;) must inherit property &quot;src&quot; with the proper type (0) assert_equals: wrong typeof object expected &quot;function&quot; but got &quot;object&quot;
-FAIL HTMLEmbedElement interface: document.createElement(&quot;embed&quot;) must inherit property &quot;type&quot; with the proper type (1) assert_equals: wrong typeof object expected &quot;function&quot; but got &quot;object&quot;
-FAIL HTMLEmbedElement interface: document.createElement(&quot;embed&quot;) must inherit property &quot;width&quot; with the proper type (2) assert_equals: wrong typeof object expected &quot;function&quot; but got &quot;object&quot;
-FAIL HTMLEmbedElement interface: document.createElement(&quot;embed&quot;) must inherit property &quot;height&quot; with the proper type (3) assert_equals: wrong typeof object expected &quot;function&quot; but got &quot;object&quot;
-FAIL HTMLEmbedElement interface: document.createElement(&quot;embed&quot;) must inherit property &quot;getSVGDocument&quot; with the proper type (4) assert_equals: wrong typeof object expected &quot;function&quot; but got &quot;object&quot;
-FAIL HTMLEmbedElement interface: document.createElement(&quot;embed&quot;) must inherit property &quot;align&quot; with the proper type (6) assert_equals: wrong typeof object expected &quot;function&quot; but got &quot;object&quot;
-FAIL HTMLEmbedElement interface: document.createElement(&quot;embed&quot;) must inherit property &quot;name&quot; with the proper type (7) assert_equals: wrong typeof object expected &quot;function&quot; but got &quot;object&quot;
</del><ins>+PASS HTMLEmbedElement must be primary interface of document.createElement(&quot;embed&quot;) 
+PASS Stringification of document.createElement(&quot;embed&quot;) 
+PASS HTMLEmbedElement interface: document.createElement(&quot;embed&quot;) must inherit property &quot;src&quot; with the proper type (0) 
+PASS HTMLEmbedElement interface: document.createElement(&quot;embed&quot;) must inherit property &quot;type&quot; with the proper type (1) 
+PASS HTMLEmbedElement interface: document.createElement(&quot;embed&quot;) must inherit property &quot;width&quot; with the proper type (2) 
+PASS HTMLEmbedElement interface: document.createElement(&quot;embed&quot;) must inherit property &quot;height&quot; with the proper type (3) 
+PASS HTMLEmbedElement interface: document.createElement(&quot;embed&quot;) must inherit property &quot;getSVGDocument&quot; with the proper type (4) 
+PASS HTMLEmbedElement interface: document.createElement(&quot;embed&quot;) must inherit property &quot;align&quot; with the proper type (5) 
+PASS HTMLEmbedElement interface: document.createElement(&quot;embed&quot;) must inherit property &quot;name&quot; with the proper type (6) 
</ins><span class="cx"> PASS HTMLObjectElement interface: existence and properties of interface object 
</span><span class="cx"> PASS HTMLObjectElement interface object length 
</span><span class="cx"> PASS HTMLObjectElement interface object name 
</span><span class="lines">@@ -1738,35 +1759,35 @@
</span><span class="cx"> PASS HTMLObjectElement interface: attribute codeBase 
</span><span class="cx"> PASS HTMLObjectElement interface: attribute codeType 
</span><span class="cx"> PASS HTMLObjectElement interface: attribute border 
</span><del>-FAIL HTMLObjectElement must be primary interface of document.createElement(&quot;object&quot;) assert_equals: wrong typeof object expected &quot;function&quot; but got &quot;object&quot;
-FAIL Stringification of document.createElement(&quot;object&quot;) assert_equals: wrong typeof object expected &quot;function&quot; but got &quot;object&quot;
-FAIL HTMLObjectElement interface: document.createElement(&quot;object&quot;) must inherit property &quot;data&quot; with the proper type (0) assert_equals: wrong typeof object expected &quot;function&quot; but got &quot;object&quot;
-FAIL HTMLObjectElement interface: document.createElement(&quot;object&quot;) must inherit property &quot;type&quot; with the proper type (1) assert_equals: wrong typeof object expected &quot;function&quot; but got &quot;object&quot;
-FAIL HTMLObjectElement interface: document.createElement(&quot;object&quot;) must inherit property &quot;typeMustMatch&quot; with the proper type (2) assert_equals: wrong typeof object expected &quot;function&quot; but got &quot;object&quot;
-FAIL HTMLObjectElement interface: document.createElement(&quot;object&quot;) must inherit property &quot;name&quot; with the proper type (3) assert_equals: wrong typeof object expected &quot;function&quot; but got &quot;object&quot;
-FAIL HTMLObjectElement interface: document.createElement(&quot;object&quot;) must inherit property &quot;useMap&quot; with the proper type (4) assert_equals: wrong typeof object expected &quot;function&quot; but got &quot;object&quot;
-FAIL HTMLObjectElement interface: document.createElement(&quot;object&quot;) must inherit property &quot;form&quot; with the proper type (5) assert_equals: wrong typeof object expected &quot;function&quot; but got &quot;object&quot;
-FAIL HTMLObjectElement interface: document.createElement(&quot;object&quot;) must inherit property &quot;width&quot; with the proper type (6) assert_equals: wrong typeof object expected &quot;function&quot; but got &quot;object&quot;
-FAIL HTMLObjectElement interface: document.createElement(&quot;object&quot;) must inherit property &quot;height&quot; with the proper type (7) assert_equals: wrong typeof object expected &quot;function&quot; but got &quot;object&quot;
-FAIL HTMLObjectElement interface: document.createElement(&quot;object&quot;) must inherit property &quot;contentDocument&quot; with the proper type (8) assert_equals: wrong typeof object expected &quot;function&quot; but got &quot;object&quot;
-FAIL HTMLObjectElement interface: document.createElement(&quot;object&quot;) must inherit property &quot;contentWindow&quot; with the proper type (9) assert_equals: wrong typeof object expected &quot;function&quot; but got &quot;object&quot;
-FAIL HTMLObjectElement interface: document.createElement(&quot;object&quot;) must inherit property &quot;willValidate&quot; with the proper type (10) assert_equals: wrong typeof object expected &quot;function&quot; but got &quot;object&quot;
-FAIL HTMLObjectElement interface: document.createElement(&quot;object&quot;) must inherit property &quot;validity&quot; with the proper type (11) assert_equals: wrong typeof object expected &quot;function&quot; but got &quot;object&quot;
-FAIL HTMLObjectElement interface: document.createElement(&quot;object&quot;) must inherit property &quot;validationMessage&quot; with the proper type (12) assert_equals: wrong typeof object expected &quot;function&quot; but got &quot;object&quot;
-FAIL HTMLObjectElement interface: document.createElement(&quot;object&quot;) must inherit property &quot;checkValidity&quot; with the proper type (13) assert_equals: wrong typeof object expected &quot;function&quot; but got &quot;object&quot;
-FAIL HTMLObjectElement interface: document.createElement(&quot;object&quot;) must inherit property &quot;reportValidity&quot; with the proper type (14) assert_equals: wrong typeof object expected &quot;function&quot; but got &quot;object&quot;
-FAIL HTMLObjectElement interface: document.createElement(&quot;object&quot;) must inherit property &quot;setCustomValidity&quot; with the proper type (15) assert_equals: wrong typeof object expected &quot;function&quot; but got &quot;object&quot;
-FAIL HTMLObjectElement interface: calling setCustomValidity(DOMString) on document.createElement(&quot;object&quot;) with too few arguments must throw TypeError assert_equals: wrong typeof object expected &quot;function&quot; but got &quot;object&quot;
-FAIL HTMLObjectElement interface: document.createElement(&quot;object&quot;) must inherit property &quot;align&quot; with the proper type (17) assert_equals: wrong typeof object expected &quot;function&quot; but got &quot;object&quot;
-FAIL HTMLObjectElement interface: document.createElement(&quot;object&quot;) must inherit property &quot;archive&quot; with the proper type (18) assert_equals: wrong typeof object expected &quot;function&quot; but got &quot;object&quot;
-FAIL HTMLObjectElement interface: document.createElement(&quot;object&quot;) must inherit property &quot;code&quot; with the proper type (19) assert_equals: wrong typeof object expected &quot;function&quot; but got &quot;object&quot;
-FAIL HTMLObjectElement interface: document.createElement(&quot;object&quot;) must inherit property &quot;declare&quot; with the proper type (20) assert_equals: wrong typeof object expected &quot;function&quot; but got &quot;object&quot;
-FAIL HTMLObjectElement interface: document.createElement(&quot;object&quot;) must inherit property &quot;hspace&quot; with the proper type (21) assert_equals: wrong typeof object expected &quot;function&quot; but got &quot;object&quot;
-FAIL HTMLObjectElement interface: document.createElement(&quot;object&quot;) must inherit property &quot;standby&quot; with the proper type (22) assert_equals: wrong typeof object expected &quot;function&quot; but got &quot;object&quot;
-FAIL HTMLObjectElement interface: document.createElement(&quot;object&quot;) must inherit property &quot;vspace&quot; with the proper type (23) assert_equals: wrong typeof object expected &quot;function&quot; but got &quot;object&quot;
-FAIL HTMLObjectElement interface: document.createElement(&quot;object&quot;) must inherit property &quot;codeBase&quot; with the proper type (24) assert_equals: wrong typeof object expected &quot;function&quot; but got &quot;object&quot;
-FAIL HTMLObjectElement interface: document.createElement(&quot;object&quot;) must inherit property &quot;codeType&quot; with the proper type (25) assert_equals: wrong typeof object expected &quot;function&quot; but got &quot;object&quot;
-FAIL HTMLObjectElement interface: document.createElement(&quot;object&quot;) must inherit property &quot;border&quot; with the proper type (26) assert_equals: wrong typeof object expected &quot;function&quot; but got &quot;object&quot;
</del><ins>+PASS HTMLObjectElement must be primary interface of document.createElement(&quot;object&quot;) 
+PASS Stringification of document.createElement(&quot;object&quot;) 
+PASS HTMLObjectElement interface: document.createElement(&quot;object&quot;) must inherit property &quot;data&quot; with the proper type (0) 
+PASS HTMLObjectElement interface: document.createElement(&quot;object&quot;) must inherit property &quot;type&quot; with the proper type (1) 
+FAIL HTMLObjectElement interface: document.createElement(&quot;object&quot;) must inherit property &quot;typeMustMatch&quot; with the proper type (2) assert_inherits: property &quot;typeMustMatch&quot; not found in prototype chain
+PASS HTMLObjectElement interface: document.createElement(&quot;object&quot;) must inherit property &quot;name&quot; with the proper type (3) 
+PASS HTMLObjectElement interface: document.createElement(&quot;object&quot;) must inherit property &quot;useMap&quot; with the proper type (4) 
+PASS HTMLObjectElement interface: document.createElement(&quot;object&quot;) must inherit property &quot;form&quot; with the proper type (5) 
+PASS HTMLObjectElement interface: document.createElement(&quot;object&quot;) must inherit property &quot;width&quot; with the proper type (6) 
+PASS HTMLObjectElement interface: document.createElement(&quot;object&quot;) must inherit property &quot;height&quot; with the proper type (7) 
+PASS HTMLObjectElement interface: document.createElement(&quot;object&quot;) must inherit property &quot;contentDocument&quot; with the proper type (8) 
+FAIL HTMLObjectElement interface: document.createElement(&quot;object&quot;) must inherit property &quot;contentWindow&quot; with the proper type (9) assert_inherits: property &quot;contentWindow&quot; not found in prototype chain
+PASS HTMLObjectElement interface: document.createElement(&quot;object&quot;) must inherit property &quot;willValidate&quot; with the proper type (10) 
+PASS HTMLObjectElement interface: document.createElement(&quot;object&quot;) must inherit property &quot;validity&quot; with the proper type (11) 
+PASS HTMLObjectElement interface: document.createElement(&quot;object&quot;) must inherit property &quot;validationMessage&quot; with the proper type (12) 
+PASS HTMLObjectElement interface: document.createElement(&quot;object&quot;) must inherit property &quot;checkValidity&quot; with the proper type (13) 
+PASS HTMLObjectElement interface: document.createElement(&quot;object&quot;) must inherit property &quot;reportValidity&quot; with the proper type (14) 
+PASS HTMLObjectElement interface: document.createElement(&quot;object&quot;) must inherit property &quot;setCustomValidity&quot; with the proper type (15) 
+PASS HTMLObjectElement interface: calling setCustomValidity(DOMString) on document.createElement(&quot;object&quot;) with too few arguments must throw TypeError 
+PASS HTMLObjectElement interface: document.createElement(&quot;object&quot;) must inherit property &quot;align&quot; with the proper type (16) 
+PASS HTMLObjectElement interface: document.createElement(&quot;object&quot;) must inherit property &quot;archive&quot; with the proper type (17) 
+PASS HTMLObjectElement interface: document.createElement(&quot;object&quot;) must inherit property &quot;code&quot; with the proper type (18) 
+PASS HTMLObjectElement interface: document.createElement(&quot;object&quot;) must inherit property &quot;declare&quot; with the proper type (19) 
+PASS HTMLObjectElement interface: document.createElement(&quot;object&quot;) must inherit property &quot;hspace&quot; with the proper type (20) 
+PASS HTMLObjectElement interface: document.createElement(&quot;object&quot;) must inherit property &quot;standby&quot; with the proper type (21) 
+PASS HTMLObjectElement interface: document.createElement(&quot;object&quot;) must inherit property &quot;vspace&quot; with the proper type (22) 
+PASS HTMLObjectElement interface: document.createElement(&quot;object&quot;) must inherit property &quot;codeBase&quot; with the proper type (23) 
+PASS HTMLObjectElement interface: document.createElement(&quot;object&quot;) must inherit property &quot;codeType&quot; with the proper type (24) 
+PASS HTMLObjectElement interface: document.createElement(&quot;object&quot;) must inherit property &quot;border&quot; with the proper type (25) 
</ins><span class="cx"> PASS HTMLParamElement interface: existence and properties of interface object 
</span><span class="cx"> PASS HTMLParamElement interface object length 
</span><span class="cx"> PASS HTMLParamElement interface object name 
</span><span class="lines">@@ -2249,7 +2270,9 @@
</span><span class="cx"> PASS Event interface: new TrackEvent(&quot;addtrack&quot;, {track:document.createElement(&quot;track&quot;).track}) must have own property &quot;isTrusted&quot; 
</span><span class="cx"> PASS Event interface: new TrackEvent(&quot;addtrack&quot;, {track:document.createElement(&quot;track&quot;).track}) must inherit property &quot;timeStamp&quot; with the proper type (15) 
</span><span class="cx"> PASS Event interface: new TrackEvent(&quot;addtrack&quot;, {track:document.createElement(&quot;track&quot;).track}) must inherit property &quot;initEvent&quot; with the proper type (16) 
</span><del>-PASS Event interface: calling initEvent(DOMString,boolean,boolean) on new TrackEvent(&quot;addtrack&quot;, {track:document.createElement(&quot;track&quot;).track}) with too few arguments must throw TypeError 
</del><ins>+FAIL Event interface: calling initEvent(DOMString,boolean,boolean) on new TrackEvent(&quot;addtrack&quot;, {track:document.createElement(&quot;track&quot;).track}) with too few arguments must throw TypeError assert_throws: Called with 1 arguments function &quot;function () {
+            fn.apply(obj, args);
+        }&quot; did not throw
</ins><span class="cx"> PASS HTMLMapElement interface: existence and properties of interface object 
</span><span class="cx"> PASS HTMLMapElement interface object length 
</span><span class="cx"> PASS HTMLMapElement interface object name 
</span><span class="lines">@@ -2274,6 +2297,7 @@
</span><span class="cx"> PASS HTMLAreaElement interface: attribute ping 
</span><span class="cx"> PASS HTMLAreaElement interface: attribute rel 
</span><span class="cx"> PASS HTMLAreaElement interface: attribute relList 
</span><ins>+FAIL HTMLAreaElement interface: attribute referrerPolicy assert_true: The prototype object must have a property &quot;referrerPolicy&quot; expected true got false
</ins><span class="cx"> PASS HTMLAreaElement interface: attribute noHref 
</span><span class="cx"> PASS HTMLAreaElement interface: attribute href 
</span><span class="cx"> PASS HTMLAreaElement interface: stringifier 
</span><span class="lines">@@ -2297,18 +2321,19 @@
</span><span class="cx"> PASS HTMLAreaElement interface: document.createElement(&quot;area&quot;) must inherit property &quot;ping&quot; with the proper type (5) 
</span><span class="cx"> PASS HTMLAreaElement interface: document.createElement(&quot;area&quot;) must inherit property &quot;rel&quot; with the proper type (6) 
</span><span class="cx"> PASS HTMLAreaElement interface: document.createElement(&quot;area&quot;) must inherit property &quot;relList&quot; with the proper type (7) 
</span><del>-PASS HTMLAreaElement interface: document.createElement(&quot;area&quot;) must inherit property &quot;noHref&quot; with the proper type (8) 
-PASS HTMLAreaElement interface: document.createElement(&quot;area&quot;) must inherit property &quot;href&quot; with the proper type (9) 
-PASS HTMLAreaElement interface: document.createElement(&quot;area&quot;) must inherit property &quot;origin&quot; with the proper type (10) 
-PASS HTMLAreaElement interface: document.createElement(&quot;area&quot;) must inherit property &quot;protocol&quot; with the proper type (11) 
-PASS HTMLAreaElement interface: document.createElement(&quot;area&quot;) must inherit property &quot;username&quot; with the proper type (12) 
-PASS HTMLAreaElement interface: document.createElement(&quot;area&quot;) must inherit property &quot;password&quot; with the proper type (13) 
-PASS HTMLAreaElement interface: document.createElement(&quot;area&quot;) must inherit property &quot;host&quot; with the proper type (14) 
-PASS HTMLAreaElement interface: document.createElement(&quot;area&quot;) must inherit property &quot;hostname&quot; with the proper type (15) 
-PASS HTMLAreaElement interface: document.createElement(&quot;area&quot;) must inherit property &quot;port&quot; with the proper type (16) 
-PASS HTMLAreaElement interface: document.createElement(&quot;area&quot;) must inherit property &quot;pathname&quot; with the proper type (17) 
-PASS HTMLAreaElement interface: document.createElement(&quot;area&quot;) must inherit property &quot;search&quot; with the proper type (18) 
-PASS HTMLAreaElement interface: document.createElement(&quot;area&quot;) must inherit property &quot;hash&quot; with the proper type (19) 
</del><ins>+FAIL HTMLAreaElement interface: document.createElement(&quot;area&quot;) must inherit property &quot;referrerPolicy&quot; with the proper type (8) assert_inherits: property &quot;referrerPolicy&quot; not found in prototype chain
+PASS HTMLAreaElement interface: document.createElement(&quot;area&quot;) must inherit property &quot;noHref&quot; with the proper type (9) 
+PASS HTMLAreaElement interface: document.createElement(&quot;area&quot;) must inherit property &quot;href&quot; with the proper type (10) 
+PASS HTMLAreaElement interface: document.createElement(&quot;area&quot;) must inherit property &quot;origin&quot; with the proper type (11) 
+PASS HTMLAreaElement interface: document.createElement(&quot;area&quot;) must inherit property &quot;protocol&quot; with the proper type (12) 
+PASS HTMLAreaElement interface: document.createElement(&quot;area&quot;) must inherit property &quot;username&quot; with the proper type (13) 
+PASS HTMLAreaElement interface: document.createElement(&quot;area&quot;) must inherit property &quot;password&quot; with the proper type (14) 
+PASS HTMLAreaElement interface: document.createElement(&quot;area&quot;) must inherit property &quot;host&quot; with the proper type (15) 
+PASS HTMLAreaElement interface: document.createElement(&quot;area&quot;) must inherit property &quot;hostname&quot; with the proper type (16) 
+PASS HTMLAreaElement interface: document.createElement(&quot;area&quot;) must inherit property &quot;port&quot; with the proper type (17) 
+PASS HTMLAreaElement interface: document.createElement(&quot;area&quot;) must inherit property &quot;pathname&quot; with the proper type (18) 
+PASS HTMLAreaElement interface: document.createElement(&quot;area&quot;) must inherit property &quot;search&quot; with the proper type (19) 
+PASS HTMLAreaElement interface: document.createElement(&quot;area&quot;) must inherit property &quot;hash&quot; with the proper type (20) 
</ins><span class="cx"> PASS HTMLTableElement interface: existence and properties of interface object 
</span><span class="cx"> PASS HTMLTableElement interface object length 
</span><span class="cx"> PASS HTMLTableElement interface object name 
</span><span class="lines">@@ -4355,42 +4380,6 @@
</span><span class="cx"> FAIL HTMLTextAreaElement interface: calling setSelectionRange(unsigned long,unsigned long,DOMString) on document.createElement(&quot;textarea&quot;) with too few arguments must throw TypeError assert_throws: Called with 0 arguments function &quot;function () {
</span><span class="cx">             fn.apply(obj, args);
</span><span class="cx">         }&quot; did not throw
</span><del>-PASS HTMLKeygenElement interface: existence and properties of interface object 
-PASS HTMLKeygenElement interface object length 
-PASS HTMLKeygenElement interface object name 
-PASS HTMLKeygenElement interface: existence and properties of interface prototype object 
-PASS HTMLKeygenElement interface: existence and properties of interface prototype object's &quot;constructor&quot; property 
-PASS HTMLKeygenElement interface: attribute autofocus 
-PASS HTMLKeygenElement interface: attribute challenge 
-PASS HTMLKeygenElement interface: attribute disabled 
-PASS HTMLKeygenElement interface: attribute form 
-PASS HTMLKeygenElement interface: attribute keytype 
-PASS HTMLKeygenElement interface: attribute name 
-PASS HTMLKeygenElement interface: attribute type 
-PASS HTMLKeygenElement interface: attribute willValidate 
-PASS HTMLKeygenElement interface: attribute validity 
-PASS HTMLKeygenElement interface: attribute validationMessage 
-PASS HTMLKeygenElement interface: operation checkValidity() 
-PASS HTMLKeygenElement interface: operation reportValidity() 
-PASS HTMLKeygenElement interface: operation setCustomValidity(DOMString) 
-PASS HTMLKeygenElement interface: attribute labels 
-PASS HTMLKeygenElement must be primary interface of document.createElement(&quot;keygen&quot;) 
-PASS Stringification of document.createElement(&quot;keygen&quot;) 
-PASS HTMLKeygenElement interface: document.createElement(&quot;keygen&quot;) must inherit property &quot;autofocus&quot; with the proper type (0) 
-PASS HTMLKeygenElement interface: document.createElement(&quot;keygen&quot;) must inherit property &quot;challenge&quot; with the proper type (1) 
-PASS HTMLKeygenElement interface: document.createElement(&quot;keygen&quot;) must inherit property &quot;disabled&quot; with the proper type (2) 
-PASS HTMLKeygenElement interface: document.createElement(&quot;keygen&quot;) must inherit property &quot;form&quot; with the proper type (3) 
-PASS HTMLKeygenElement interface: document.createElement(&quot;keygen&quot;) must inherit property &quot;keytype&quot; with the proper type (4) 
-PASS HTMLKeygenElement interface: document.createElement(&quot;keygen&quot;) must inherit property &quot;name&quot; with the proper type (5) 
-PASS HTMLKeygenElement interface: document.createElement(&quot;keygen&quot;) must inherit property &quot;type&quot; with the proper type (6) 
-PASS HTMLKeygenElement interface: document.createElement(&quot;keygen&quot;) must inherit property &quot;willValidate&quot; with the proper type (7) 
-PASS HTMLKeygenElement interface: document.createElement(&quot;keygen&quot;) must inherit property &quot;validity&quot; with the proper type (8) 
-PASS HTMLKeygenElement interface: document.createElement(&quot;keygen&quot;) must inherit property &quot;validationMessage&quot; with the proper type (9) 
-PASS HTMLKeygenElement interface: document.createElement(&quot;keygen&quot;) must inherit property &quot;checkValidity&quot; with the proper type (10) 
-PASS HTMLKeygenElement interface: document.createElement(&quot;keygen&quot;) must inherit property &quot;reportValidity&quot; with the proper type (11) 
-PASS HTMLKeygenElement interface: document.createElement(&quot;keygen&quot;) must inherit property &quot;setCustomValidity&quot; with the proper type (12) 
-PASS HTMLKeygenElement interface: calling setCustomValidity(DOMString) on document.createElement(&quot;keygen&quot;) with too few arguments must throw TypeError 
-PASS HTMLKeygenElement interface: document.createElement(&quot;keygen&quot;) must inherit property &quot;labels&quot; with the proper type (13) 
</del><span class="cx"> PASS HTMLOutputElement interface: existence and properties of interface object 
</span><span class="cx"> PASS HTMLOutputElement interface object length 
</span><span class="cx"> PASS HTMLOutputElement interface object name 
</span><span class="lines">@@ -4565,8 +4554,8 @@
</span><span class="cx"> FAIL HTMLDialogElement interface: existence and properties of interface prototype object's &quot;constructor&quot; property assert_own_property: self does not have own property &quot;HTMLDialogElement&quot; expected property &quot;HTMLDialogElement&quot; missing
</span><span class="cx"> FAIL HTMLDialogElement interface: attribute open assert_own_property: self does not have own property &quot;HTMLDialogElement&quot; expected property &quot;HTMLDialogElement&quot; missing
</span><span class="cx"> FAIL HTMLDialogElement interface: attribute returnValue assert_own_property: self does not have own property &quot;HTMLDialogElement&quot; expected property &quot;HTMLDialogElement&quot; missing
</span><del>-FAIL HTMLDialogElement interface: operation show([object Object],[object Object]) assert_own_property: self does not have own property &quot;HTMLDialogElement&quot; expected property &quot;HTMLDialogElement&quot; missing
-FAIL HTMLDialogElement interface: operation showModal([object Object],[object Object]) assert_own_property: self does not have own property &quot;HTMLDialogElement&quot; expected property &quot;HTMLDialogElement&quot; missing
</del><ins>+FAIL HTMLDialogElement interface: operation show() assert_own_property: self does not have own property &quot;HTMLDialogElement&quot; expected property &quot;HTMLDialogElement&quot; missing
+FAIL HTMLDialogElement interface: operation showModal() assert_own_property: self does not have own property &quot;HTMLDialogElement&quot; expected property &quot;HTMLDialogElement&quot; missing
</ins><span class="cx"> FAIL HTMLDialogElement interface: operation close(DOMString) assert_own_property: self does not have own property &quot;HTMLDialogElement&quot; expected property &quot;HTMLDialogElement&quot; missing
</span><span class="cx"> PASS HTMLScriptElement interface: existence and properties of interface object 
</span><span class="cx"> PASS HTMLScriptElement interface object length 
</span><span class="lines">@@ -4976,6 +4965,7 @@
</span><span class="cx"> PASS Window interface: operation captureEvents() 
</span><span class="cx"> PASS Window interface: operation releaseEvents() 
</span><span class="cx"> PASS Window interface: attribute onabort 
</span><ins>+FAIL Window interface: attribute onauxclick assert_own_property: The global object must have a property &quot;onauxclick&quot; expected property &quot;onauxclick&quot; missing
</ins><span class="cx"> PASS Window interface: attribute onblur 
</span><span class="cx"> FAIL Window interface: attribute oncancel assert_own_property: The global object must have a property &quot;oncancel&quot; expected property &quot;oncancel&quot; missing
</span><span class="cx"> PASS Window interface: attribute oncanplay 
</span><span class="lines">@@ -5103,98 +5093,99 @@
</span><span class="cx"> PASS Window interface: window must inherit property &quot;captureEvents&quot; with the proper type (36) 
</span><span class="cx"> PASS Window interface: window must inherit property &quot;releaseEvents&quot; with the proper type (37) 
</span><span class="cx"> PASS Window interface: window must inherit property &quot;onabort&quot; with the proper type (38) 
</span><del>-PASS Window interface: window must inherit property &quot;onblur&quot; with the proper type (39) 
-FAIL Window interface: window must inherit property &quot;oncancel&quot; with the proper type (40) assert_own_property: expected property &quot;oncancel&quot; missing
-PASS Window interface: window must inherit property &quot;oncanplay&quot; with the proper type (41) 
-PASS Window interface: window must inherit property &quot;oncanplaythrough&quot; with the proper type (42) 
-PASS Window interface: window must inherit property &quot;onchange&quot; with the proper type (43) 
-PASS Window interface: window must inherit property &quot;onclick&quot; with the proper type (44) 
-FAIL Window interface: window must inherit property &quot;onclose&quot; with the proper type (45) assert_own_property: expected property &quot;onclose&quot; missing
-PASS Window interface: window must inherit property &quot;oncontextmenu&quot; with the proper type (46) 
-PASS Window interface: window must inherit property &quot;oncuechange&quot; with the proper type (47) 
-PASS Window interface: window must inherit property &quot;ondblclick&quot; with the proper type (48) 
-PASS Window interface: window must inherit property &quot;ondrag&quot; with the proper type (49) 
-PASS Window interface: window must inherit property &quot;ondragend&quot; with the proper type (50) 
-PASS Window interface: window must inherit property &quot;ondragenter&quot; with the proper type (51) 
-FAIL Window interface: window must inherit property &quot;ondragexit&quot; with the proper type (52) assert_own_property: expected property &quot;ondragexit&quot; missing
-PASS Window interface: window must inherit property &quot;ondragleave&quot; with the proper type (53) 
-PASS Window interface: window must inherit property &quot;ondragover&quot; with the proper type (54) 
-PASS Window interface: window must inherit property &quot;ondragstart&quot; with the proper type (55) 
-PASS Window interface: window must inherit property &quot;ondrop&quot; with the proper type (56) 
-PASS Window interface: window must inherit property &quot;ondurationchange&quot; with the proper type (57) 
-PASS Window interface: window must inherit property &quot;onemptied&quot; with the proper type (58) 
-PASS Window interface: window must inherit property &quot;onended&quot; with the proper type (59) 
-PASS Window interface: window must inherit property &quot;onerror&quot; with the proper type (60) 
-PASS Window interface: window must inherit property &quot;onfocus&quot; with the proper type (61) 
-PASS Window interface: window must inherit property &quot;oninput&quot; with the proper type (62) 
-PASS Window interface: window must inherit property &quot;oninvalid&quot; with the proper type (63) 
-PASS Window interface: window must inherit property &quot;onkeydown&quot; with the proper type (64) 
-PASS Window interface: window must inherit property &quot;onkeypress&quot; with the proper type (65) 
-PASS Window interface: window must inherit property &quot;onkeyup&quot; with the proper type (66) 
-PASS Window interface: window must inherit property &quot;onload&quot; with the proper type (67) 
-PASS Window interface: window must inherit property &quot;onloadeddata&quot; with the proper type (68) 
-PASS Window interface: window must inherit property &quot;onloadedmetadata&quot; with the proper type (69) 
-PASS Window interface: window must inherit property &quot;onloadstart&quot; with the proper type (70) 
-PASS Window interface: window must inherit property &quot;onmousedown&quot; with the proper type (71) 
-PASS Window interface: window must inherit property &quot;onmouseenter&quot; with the proper type (72) 
-PASS Window interface: window must inherit property &quot;onmouseleave&quot; with the proper type (73) 
-PASS Window interface: window must inherit property &quot;onmousemove&quot; with the proper type (74) 
-PASS Window interface: window must inherit property &quot;onmouseout&quot; with the proper type (75) 
-PASS Window interface: window must inherit property &quot;onmouseover&quot; with the proper type (76) 
-PASS Window interface: window must inherit property &quot;onmouseup&quot; with the proper type (77) 
-PASS Window interface: window must inherit property &quot;onmousewheel&quot; with the proper type (78) 
-PASS Window interface: window must inherit property &quot;onpause&quot; with the proper type (79) 
-PASS Window interface: window must inherit property &quot;onplay&quot; with the proper type (80) 
-PASS Window interface: window must inherit property &quot;onplaying&quot; with the proper type (81) 
-PASS Window interface: window must inherit property &quot;onprogress&quot; with the proper type (82) 
-PASS Window interface: window must inherit property &quot;onratechange&quot; with the proper type (83) 
-PASS Window interface: window must inherit property &quot;onreset&quot; with the proper type (84) 
-PASS Window interface: window must inherit property &quot;onresize&quot; with the proper type (85) 
-PASS Window interface: window must inherit property &quot;onscroll&quot; with the proper type (86) 
-PASS Window interface: window must inherit property &quot;onseeked&quot; with the proper type (87) 
-PASS Window interface: window must inherit property &quot;onseeking&quot; with the proper type (88) 
-PASS Window interface: window must inherit property &quot;onselect&quot; with the proper type (89) 
-FAIL Window interface: window must inherit property &quot;onshow&quot; with the proper type (90) assert_own_property: expected property &quot;onshow&quot; missing
-PASS Window interface: window must inherit property &quot;onstalled&quot; with the proper type (91) 
-PASS Window interface: window must inherit property &quot;onsubmit&quot; with the proper type (92) 
-PASS Window interface: window must inherit property &quot;onsuspend&quot; with the proper type (93) 
-PASS Window interface: window must inherit property &quot;ontimeupdate&quot; with the proper type (94) 
-PASS Window interface: window must inherit property &quot;ontoggle&quot; with the proper type (95) 
-PASS Window interface: window must inherit property &quot;onvolumechange&quot; with the proper type (96) 
-PASS Window interface: window must inherit property &quot;onwaiting&quot; with the proper type (97) 
-FAIL Window interface: window must inherit property &quot;onafterprint&quot; with the proper type (98) assert_own_property: expected property &quot;onafterprint&quot; missing
-FAIL Window interface: window must inherit property &quot;onbeforeprint&quot; with the proper type (99) assert_own_property: expected property &quot;onbeforeprint&quot; missing
-PASS Window interface: window must inherit property &quot;onbeforeunload&quot; with the proper type (100) 
-PASS Window interface: window must inherit property &quot;onhashchange&quot; with the proper type (101) 
-PASS Window interface: window must inherit property &quot;onlanguagechange&quot; with the proper type (102) 
-PASS Window interface: window must inherit property &quot;onmessage&quot; with the proper type (103) 
-PASS Window interface: window must inherit property &quot;onoffline&quot; with the proper type (104) 
-PASS Window interface: window must inherit property &quot;ononline&quot; with the proper type (105) 
-PASS Window interface: window must inherit property &quot;onpagehide&quot; with the proper type (106) 
-PASS Window interface: window must inherit property &quot;onpageshow&quot; with the proper type (107) 
-PASS Window interface: window must inherit property &quot;onpopstate&quot; with the proper type (108) 
-PASS Window interface: window must inherit property &quot;onstorage&quot; with the proper type (109) 
-PASS Window interface: window must inherit property &quot;onunload&quot; with the proper type (110) 
-PASS Window interface: window must inherit property &quot;btoa&quot; with the proper type (111) 
</del><ins>+FAIL Window interface: window must inherit property &quot;onauxclick&quot; with the proper type (39) assert_own_property: expected property &quot;onauxclick&quot; missing
+PASS Window interface: window must inherit property &quot;onblur&quot; with the proper type (40) 
+FAIL Window interface: window must inherit property &quot;oncancel&quot; with the proper type (41) assert_own_property: expected property &quot;oncancel&quot; missing
+PASS Window interface: window must inherit property &quot;oncanplay&quot; with the proper type (42) 
+PASS Window interface: window must inherit property &quot;oncanplaythrough&quot; with the proper type (43) 
+PASS Window interface: window must inherit property &quot;onchange&quot; with the proper type (44) 
+PASS Window interface: window must inherit property &quot;onclick&quot; with the proper type (45) 
+FAIL Window interface: window must inherit property &quot;onclose&quot; with the proper type (46) assert_own_property: expected property &quot;onclose&quot; missing
+PASS Window interface: window must inherit property &quot;oncontextmenu&quot; with the proper type (47) 
+PASS Window interface: window must inherit property &quot;oncuechange&quot; with the proper type (48) 
+PASS Window interface: window must inherit property &quot;ondblclick&quot; with the proper type (49) 
+PASS Window interface: window must inherit property &quot;ondrag&quot; with the proper type (50) 
+PASS Window interface: window must inherit property &quot;ondragend&quot; with the proper type (51) 
+PASS Window interface: window must inherit property &quot;ondragenter&quot; with the proper type (52) 
+FAIL Window interface: window must inherit property &quot;ondragexit&quot; with the proper type (53) assert_own_property: expected property &quot;ondragexit&quot; missing
+PASS Window interface: window must inherit property &quot;ondragleave&quot; with the proper type (54) 
+PASS Window interface: window must inherit property &quot;ondragover&quot; with the proper type (55) 
+PASS Window interface: window must inherit property &quot;ondragstart&quot; with the proper type (56) 
+PASS Window interface: window must inherit property &quot;ondrop&quot; with the proper type (57) 
+PASS Window interface: window must inherit property &quot;ondurationchange&quot; with the proper type (58) 
+PASS Window interface: window must inherit property &quot;onemptied&quot; with the proper type (59) 
+PASS Window interface: window must inherit property &quot;onended&quot; with the proper type (60) 
+PASS Window interface: window must inherit property &quot;onerror&quot; with the proper type (61) 
+PASS Window interface: window must inherit property &quot;onfocus&quot; with the proper type (62) 
+PASS Window interface: window must inherit property &quot;oninput&quot; with the proper type (63) 
+PASS Window interface: window must inherit property &quot;oninvalid&quot; with the proper type (64) 
+PASS Window interface: window must inherit property &quot;onkeydown&quot; with the proper type (65) 
+PASS Window interface: window must inherit property &quot;onkeypress&quot; with the proper type (66) 
+PASS Window interface: window must inherit property &quot;onkeyup&quot; with the proper type (67) 
+PASS Window interface: window must inherit property &quot;onload&quot; with the proper type (68) 
+PASS Window interface: window must inherit property &quot;onloadeddata&quot; with the proper type (69) 
+PASS Window interface: window must inherit property &quot;onloadedmetadata&quot; with the proper type (70) 
+PASS Window interface: window must inherit property &quot;onloadstart&quot; with the proper type (71) 
+PASS Window interface: window must inherit property &quot;onmousedown&quot; with the proper type (72) 
+PASS Window interface: window must inherit property &quot;onmouseenter&quot; with the proper type (73) 
+PASS Window interface: window must inherit property &quot;onmouseleave&quot; with the proper type (74) 
+PASS Window interface: window must inherit property &quot;onmousemove&quot; with the proper type (75) 
+PASS Window interface: window must inherit property &quot;onmouseout&quot; with the proper type (76) 
+PASS Window interface: window must inherit property &quot;onmouseover&quot; with the proper type (77) 
+PASS Window interface: window must inherit property &quot;onmouseup&quot; with the proper type (78) 
+PASS Window interface: window must inherit property &quot;onmousewheel&quot; with the proper type (79) 
+PASS Window interface: window must inherit property &quot;onpause&quot; with the proper type (80) 
+PASS Window interface: window must inherit property &quot;onplay&quot; with the proper type (81) 
+PASS Window interface: window must inherit property &quot;onplaying&quot; with the proper type (82) 
+PASS Window interface: window must inherit property &quot;onprogress&quot; with the proper type (83) 
+PASS Window interface: window must inherit property &quot;onratechange&quot; with the proper type (84) 
+PASS Window interface: window must inherit property &quot;onreset&quot; with the proper type (85) 
+PASS Window interface: window must inherit property &quot;onresize&quot; with the proper type (86) 
+PASS Window interface: window must inherit property &quot;onscroll&quot; with the proper type (87) 
+PASS Window interface: window must inherit property &quot;onseeked&quot; with the proper type (88) 
+PASS Window interface: window must inherit property &quot;onseeking&quot; with the proper type (89) 
+PASS Window interface: window must inherit property &quot;onselect&quot; with the proper type (90) 
+FAIL Window interface: window must inherit property &quot;onshow&quot; with the proper type (91) assert_own_property: expected property &quot;onshow&quot; missing
+PASS Window interface: window must inherit property &quot;onstalled&quot; with the proper type (92) 
+PASS Window interface: window must inherit property &quot;onsubmit&quot; with the proper type (93) 
+PASS Window interface: window must inherit property &quot;onsuspend&quot; with the proper type (94) 
+PASS Window interface: window must inherit property &quot;ontimeupdate&quot; with the proper type (95) 
+PASS Window interface: window must inherit property &quot;ontoggle&quot; with the proper type (96) 
+PASS Window interface: window must inherit property &quot;onvolumechange&quot; with the proper type (97) 
+PASS Window interface: window must inherit property &quot;onwaiting&quot; with the proper type (98) 
+FAIL Window interface: window must inherit property &quot;onafterprint&quot; with the proper type (99) assert_own_property: expected property &quot;onafterprint&quot; missing
+FAIL Window interface: window must inherit property &quot;onbeforeprint&quot; with the proper type (100) assert_own_property: expected property &quot;onbeforeprint&quot; missing
+PASS Window interface: window must inherit property &quot;onbeforeunload&quot; with the proper type (101) 
+PASS Window interface: window must inherit property &quot;onhashchange&quot; with the proper type (102) 
+PASS Window interface: window must inherit property &quot;onlanguagechange&quot; with the proper type (103) 
+PASS Window interface: window must inherit property &quot;onmessage&quot; with the proper type (104) 
+PASS Window interface: window must inherit property &quot;onoffline&quot; with the proper type (105) 
+PASS Window interface: window must inherit property &quot;ononline&quot; with the proper type (106) 
+PASS Window interface: window must inherit property &quot;onpagehide&quot; with the proper type (107) 
+PASS Window interface: window must inherit property &quot;onpageshow&quot; with the proper type (108) 
+PASS Window interface: window must inherit property &quot;onpopstate&quot; with the proper type (109) 
+PASS Window interface: window must inherit property &quot;onstorage&quot; with the proper type (110) 
+PASS Window interface: window must inherit property &quot;onunload&quot; with the proper type (111) 
+PASS Window interface: window must inherit property &quot;btoa&quot; with the proper type (112) 
</ins><span class="cx"> PASS Window interface: calling btoa(DOMString) on window with too few arguments must throw TypeError 
</span><del>-PASS Window interface: window must inherit property &quot;atob&quot; with the proper type (112) 
</del><ins>+PASS Window interface: window must inherit property &quot;atob&quot; with the proper type (113) 
</ins><span class="cx"> PASS Window interface: calling atob(DOMString) on window with too few arguments must throw TypeError 
</span><del>-PASS Window interface: window must inherit property &quot;setTimeout&quot; with the proper type (113) 
</del><ins>+PASS Window interface: window must inherit property &quot;setTimeout&quot; with the proper type (114) 
</ins><span class="cx"> PASS Window interface: calling setTimeout(Function,long,any) on window with too few arguments must throw TypeError 
</span><del>-PASS Window interface: window must inherit property &quot;setTimeout&quot; with the proper type (114) 
</del><ins>+PASS Window interface: window must inherit property &quot;setTimeout&quot; with the proper type (115) 
</ins><span class="cx"> PASS Window interface: calling setTimeout(DOMString,long,any) on window with too few arguments must throw TypeError 
</span><del>-PASS Window interface: window must inherit property &quot;clearTimeout&quot; with the proper type (115) 
</del><ins>+PASS Window interface: window must inherit property &quot;clearTimeout&quot; with the proper type (116) 
</ins><span class="cx"> PASS Window interface: calling clearTimeout(long) on window with too few arguments must throw TypeError 
</span><del>-PASS Window interface: window must inherit property &quot;setInterval&quot; with the proper type (116) 
</del><ins>+PASS Window interface: window must inherit property &quot;setInterval&quot; with the proper type (117) 
</ins><span class="cx"> PASS Window interface: calling setInterval(Function,long,any) on window with too few arguments must throw TypeError 
</span><del>-PASS Window interface: window must inherit property &quot;setInterval&quot; with the proper type (117) 
</del><ins>+PASS Window interface: window must inherit property &quot;setInterval&quot; with the proper type (118) 
</ins><span class="cx"> PASS Window interface: calling setInterval(DOMString,long,any) on window with too few arguments must throw TypeError 
</span><del>-PASS Window interface: window must inherit property &quot;clearInterval&quot; with the proper type (118) 
</del><ins>+PASS Window interface: window must inherit property &quot;clearInterval&quot; with the proper type (119) 
</ins><span class="cx"> PASS Window interface: calling clearInterval(long) on window with too few arguments must throw TypeError 
</span><del>-FAIL Window interface: window must inherit property &quot;createImageBitmap&quot; with the proper type (119) assert_own_property: expected property &quot;createImageBitmap&quot; missing
</del><ins>+FAIL Window interface: window must inherit property &quot;createImageBitmap&quot; with the proper type (120) assert_own_property: expected property &quot;createImageBitmap&quot; missing
</ins><span class="cx"> FAIL Window interface: calling createImageBitmap(ImageBitmapSource,long,long,long,long) on window with too few arguments must throw TypeError assert_own_property: expected property &quot;createImageBitmap&quot; missing
</span><del>-PASS Window interface: window must inherit property &quot;sessionStorage&quot; with the proper type (120) 
-PASS Window interface: window must inherit property &quot;localStorage&quot; with the proper type (121) 
</del><ins>+PASS Window interface: window must inherit property &quot;sessionStorage&quot; with the proper type (121) 
+PASS Window interface: window must inherit property &quot;localStorage&quot; with the proper type (122) 
</ins><span class="cx"> PASS EventTarget interface: window must inherit property &quot;addEventListener&quot; with the proper type (0) 
</span><span class="cx"> PASS EventTarget interface: calling addEventListener(DOMString,EventListener,boolean) on window with too few arguments must throw TypeError 
</span><span class="cx"> PASS EventTarget interface: window must inherit property &quot;removeEventListener&quot; with the proper type (1) 
</span><span class="lines">@@ -5282,7 +5273,9 @@
</span><span class="cx"> PASS Event interface: new PopStateEvent(&quot;popstate&quot;, { data: {} }) must have own property &quot;isTrusted&quot; 
</span><span class="cx"> PASS Event interface: new PopStateEvent(&quot;popstate&quot;, { data: {} }) must inherit property &quot;timeStamp&quot; with the proper type (15) 
</span><span class="cx"> PASS Event interface: new PopStateEvent(&quot;popstate&quot;, { data: {} }) must inherit property &quot;initEvent&quot; with the proper type (16) 
</span><del>-PASS Event interface: calling initEvent(DOMString,boolean,boolean) on new PopStateEvent(&quot;popstate&quot;, { data: {} }) with too few arguments must throw TypeError 
</del><ins>+FAIL Event interface: calling initEvent(DOMString,boolean,boolean) on new PopStateEvent(&quot;popstate&quot;, { data: {} }) with too few arguments must throw TypeError assert_throws: Called with 1 arguments function &quot;function () {
+            fn.apply(obj, args);
+        }&quot; did not throw
</ins><span class="cx"> PASS HashChangeEvent interface: existence and properties of interface object 
</span><span class="cx"> PASS HashChangeEvent interface object length 
</span><span class="cx"> PASS HashChangeEvent interface object name 
</span><span class="lines">@@ -5493,7 +5486,7 @@
</span><span class="cx"> PASS MessageEvent interface: attribute lastEventId 
</span><span class="cx"> PASS MessageEvent interface: attribute source 
</span><span class="cx"> PASS MessageEvent interface: attribute ports 
</span><del>-FAIL MessageEvent interface: operation initMessageEvent(DOMString,boolean,boolean,any,DOMString,DOMString,[object Object],[object Object],MessagePort) assert_equals: property has wrong .length expected 8 but got 0
</del><ins>+FAIL MessageEvent interface: operation initMessageEvent(DOMString,boolean,boolean,any,DOMString,DOMString,[object Object],[object Object],[object Object]) assert_equals: property has wrong .length expected 8 but got 0
</ins><span class="cx"> PASS EventSource interface: existence and properties of interface object 
</span><span class="cx"> PASS EventSource interface object length 
</span><span class="cx"> PASS EventSource interface object name 
</span><span class="lines">@@ -5540,6 +5533,38 @@
</span><span class="cx"> PASS WebSocket interface: operation send(Blob) 
</span><span class="cx"> PASS WebSocket interface: operation send(ArrayBuffer) 
</span><span class="cx"> PASS WebSocket interface: operation send(ArrayBufferView) 
</span><ins>+PASS WebSocket must be primary interface of new WebSocket(&quot;ws://foo&quot;) 
+PASS Stringification of new WebSocket(&quot;ws://foo&quot;) 
+PASS WebSocket interface: new WebSocket(&quot;ws://foo&quot;) must inherit property &quot;url&quot; with the proper type (0) 
+PASS WebSocket interface: new WebSocket(&quot;ws://foo&quot;) must inherit property &quot;CONNECTING&quot; with the proper type (1) 
+PASS WebSocket interface: new WebSocket(&quot;ws://foo&quot;) must inherit property &quot;OPEN&quot; with the proper type (2) 
+PASS WebSocket interface: new WebSocket(&quot;ws://foo&quot;) must inherit property &quot;CLOSING&quot; with the proper type (3) 
+PASS WebSocket interface: new WebSocket(&quot;ws://foo&quot;) must inherit property &quot;CLOSED&quot; with the proper type (4) 
+PASS WebSocket interface: new WebSocket(&quot;ws://foo&quot;) must inherit property &quot;readyState&quot; with the proper type (5) 
+PASS WebSocket interface: new WebSocket(&quot;ws://foo&quot;) must inherit property &quot;bufferedAmount&quot; with the proper type (6) 
+PASS WebSocket interface: new WebSocket(&quot;ws://foo&quot;) must inherit property &quot;onopen&quot; with the proper type (7) 
+PASS WebSocket interface: new WebSocket(&quot;ws://foo&quot;) must inherit property &quot;onerror&quot; with the proper type (8) 
+PASS WebSocket interface: new WebSocket(&quot;ws://foo&quot;) must inherit property &quot;onclose&quot; with the proper type (9) 
+PASS WebSocket interface: new WebSocket(&quot;ws://foo&quot;) must inherit property &quot;extensions&quot; with the proper type (10) 
+PASS WebSocket interface: new WebSocket(&quot;ws://foo&quot;) must inherit property &quot;protocol&quot; with the proper type (11) 
+PASS WebSocket interface: new WebSocket(&quot;ws://foo&quot;) must inherit property &quot;close&quot; with the proper type (12) 
+PASS WebSocket interface: calling close(unsigned short,USVString) on new WebSocket(&quot;ws://foo&quot;) with too few arguments must throw TypeError 
+PASS WebSocket interface: new WebSocket(&quot;ws://foo&quot;) must inherit property &quot;onmessage&quot; with the proper type (13) 
+PASS WebSocket interface: new WebSocket(&quot;ws://foo&quot;) must inherit property &quot;binaryType&quot; with the proper type (14) 
+PASS WebSocket interface: new WebSocket(&quot;ws://foo&quot;) must inherit property &quot;send&quot; with the proper type (15) 
+PASS WebSocket interface: calling send(USVString) on new WebSocket(&quot;ws://foo&quot;) with too few arguments must throw TypeError 
+PASS WebSocket interface: new WebSocket(&quot;ws://foo&quot;) must inherit property &quot;send&quot; with the proper type (16) 
+PASS WebSocket interface: calling send(Blob) on new WebSocket(&quot;ws://foo&quot;) with too few arguments must throw TypeError 
+PASS WebSocket interface: new WebSocket(&quot;ws://foo&quot;) must inherit property &quot;send&quot; with the proper type (17) 
+PASS WebSocket interface: calling send(ArrayBuffer) on new WebSocket(&quot;ws://foo&quot;) with too few arguments must throw TypeError 
+PASS WebSocket interface: new WebSocket(&quot;ws://foo&quot;) must inherit property &quot;send&quot; with the proper type (18) 
+PASS WebSocket interface: calling send(ArrayBufferView) on new WebSocket(&quot;ws://foo&quot;) with too few arguments must throw TypeError 
+PASS EventTarget interface: new WebSocket(&quot;ws://foo&quot;) must inherit property &quot;addEventListener&quot; with the proper type (0) 
+PASS EventTarget interface: calling addEventListener(DOMString,EventListener,boolean) on new WebSocket(&quot;ws://foo&quot;) with too few arguments must throw TypeError 
+PASS EventTarget interface: new WebSocket(&quot;ws://foo&quot;) must inherit property &quot;removeEventListener&quot; with the proper type (1) 
+PASS EventTarget interface: calling removeEventListener(DOMString,EventListener,boolean) on new WebSocket(&quot;ws://foo&quot;) with too few arguments must throw TypeError 
+PASS EventTarget interface: new WebSocket(&quot;ws://foo&quot;) must inherit property &quot;dispatchEvent&quot; with the proper type (2) 
+PASS EventTarget interface: calling dispatchEvent(Event) on new WebSocket(&quot;ws://foo&quot;) with too few arguments must throw TypeError 
</ins><span class="cx"> PASS CloseEvent interface: existence and properties of interface object 
</span><span class="cx"> PASS CloseEvent interface object length 
</span><span class="cx"> PASS CloseEvent interface object name 
</span><span class="lines">@@ -5570,7 +5595,9 @@
</span><span class="cx"> PASS Event interface: new CloseEvent(&quot;close&quot;) must have own property &quot;isTrusted&quot; 
</span><span class="cx"> PASS Event interface: new CloseEvent(&quot;close&quot;) must inherit property &quot;timeStamp&quot; with the proper type (15) 
</span><span class="cx"> PASS Event interface: new CloseEvent(&quot;close&quot;) must inherit property &quot;initEvent&quot; with the proper type (16) 
</span><del>-PASS Event interface: calling initEvent(DOMString,boolean,boolean) on new CloseEvent(&quot;close&quot;) with too few arguments must throw TypeError 
</del><ins>+FAIL Event interface: calling initEvent(DOMString,boolean,boolean) on new CloseEvent(&quot;close&quot;) with too few arguments must throw TypeError assert_throws: Called with 1 arguments function &quot;function () {
+            fn.apply(obj, args);
+        }&quot; did not throw
</ins><span class="cx"> PASS MessageChannel interface: existence and properties of interface object 
</span><span class="cx"> PASS MessageChannel interface object length 
</span><span class="cx"> PASS MessageChannel interface object name 
</span></span></pre>
</div>
</div>

</body>
</html>