<!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>[196405] trunk/LayoutTests</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/196405">196405</a></dd>
<dt>Author</dt> <dd>ryanhaddad@apple.com</dd>
<dt>Date</dt> <dd>2016-02-10 16:44:18 -0800 (Wed, 10 Feb 2016)</dd>
</dl>

<h3>Log Message</h3>
<pre>Adding an ios-simulator expectation for fast/dom/event-handler-attributes.html
https://bugs.webkit.org/show_bug.cgi?id=153763

Unreviewed test gardening.

* platform/ios-simulator/fast/dom/event-handler-attributes-expected.txt: Added.</pre>

<h3>Modified Paths</h3>
<ul>
<li><a href="#trunkLayoutTestsChangeLog">trunk/LayoutTests/ChangeLog</a></li>
</ul>

<h3>Added Paths</h3>
<ul>
<li><a href="#trunkLayoutTestsplatformiossimulatorfastdomeventhandlerattributesexpectedtxt">trunk/LayoutTests/platform/ios-simulator/fast/dom/event-handler-attributes-expected.txt</a></li>
</ul>

</div>
<div id="patch">
<h3>Diff</h3>
<a id="trunkLayoutTestsChangeLog"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/ChangeLog (196404 => 196405)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/ChangeLog        2016-02-11 00:32:18 UTC (rev 196404)
+++ trunk/LayoutTests/ChangeLog        2016-02-11 00:44:18 UTC (rev 196405)
</span><span class="lines">@@ -1,3 +1,12 @@
</span><ins>+2016-02-10  Ryan Haddad  &lt;ryanhaddad@apple.com&gt;
+
+        Adding an ios-simulator expectation for fast/dom/event-handler-attributes.html
+        https://bugs.webkit.org/show_bug.cgi?id=153763
+
+        Unreviewed test gardening.
+
+        * platform/ios-simulator/fast/dom/event-handler-attributes-expected.txt: Added.
+
</ins><span class="cx"> 2016-02-10  Eric Carlson  &lt;eric.carlson@apple.com&gt;
</span><span class="cx"> 
</span><span class="cx">         Update &quot;manual&quot; caption track logic
</span></span></pre></div>
<a id="trunkLayoutTestsplatformiossimulatorfastdomeventhandlerattributesexpectedtxt"></a>
<div class="addfile"><h4>Added: trunk/LayoutTests/platform/ios-simulator/fast/dom/event-handler-attributes-expected.txt (0 => 196405)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/ios-simulator/fast/dom/event-handler-attributes-expected.txt                                (rev 0)
+++ trunk/LayoutTests/platform/ios-simulator/fast/dom/event-handler-attributes-expected.txt        2016-02-11 00:44:18 UTC (rev 196405)
</span><span class="lines">@@ -0,0 +1,948 @@
</span><ins>+Test which event listeners are set up by event handler attributes (the ones with names like onclick).
+
+On success, you will see a series of &quot;PASS&quot; messages, followed by &quot;TEST COMPLETE&quot;.
+
+
+Event names we expect to be able to set on the window object
+
+PASS testScriptAttribute(window, &quot;abort&quot;) is &quot;window&quot;
+PASS testScriptAttribute(window, &quot;animationend&quot;) is &quot;window&quot;
+PASS testScriptAttribute(window, &quot;animationiteration&quot;) is &quot;window&quot;
+PASS testScriptAttribute(window, &quot;animationstart&quot;) is &quot;window&quot;
+PASS testScriptAttribute(window, &quot;beforeunload&quot;) is &quot;window&quot;
+PASS testScriptAttribute(window, &quot;blur&quot;) is &quot;window&quot;
+PASS testScriptAttribute(window, &quot;canplay&quot;) is &quot;window&quot;
+PASS testScriptAttribute(window, &quot;canplaythrough&quot;) is &quot;window&quot;
+PASS testScriptAttribute(window, &quot;change&quot;) is &quot;window&quot;
+PASS testScriptAttribute(window, &quot;click&quot;) is &quot;window&quot;
+PASS testScriptAttribute(window, &quot;contextmenu&quot;) is &quot;window&quot;
+PASS testScriptAttribute(window, &quot;dblclick&quot;) is &quot;window&quot;
+PASS testScriptAttribute(window, &quot;drag&quot;) is &quot;window&quot;
+PASS testScriptAttribute(window, &quot;dragend&quot;) is &quot;window&quot;
+PASS testScriptAttribute(window, &quot;dragenter&quot;) is &quot;window&quot;
+PASS testScriptAttribute(window, &quot;dragleave&quot;) is &quot;window&quot;
+PASS testScriptAttribute(window, &quot;dragover&quot;) is &quot;window&quot;
+PASS testScriptAttribute(window, &quot;dragstart&quot;) is &quot;window&quot;
+PASS testScriptAttribute(window, &quot;drop&quot;) is &quot;window&quot;
+PASS testScriptAttribute(window, &quot;durationchange&quot;) is &quot;window&quot;
+PASS testScriptAttribute(window, &quot;emptied&quot;) is &quot;window&quot;
+PASS testScriptAttribute(window, &quot;ended&quot;) is &quot;window&quot;
+PASS testScriptAttribute(window, &quot;error&quot;) is &quot;window&quot;
+PASS testScriptAttribute(window, &quot;focus&quot;) is &quot;window&quot;
+PASS testScriptAttribute(window, &quot;hashchange&quot;) is &quot;window&quot;
+PASS testScriptAttribute(window, &quot;input&quot;) is &quot;window&quot;
+PASS testScriptAttribute(window, &quot;invalid&quot;) is &quot;window&quot;
+PASS testScriptAttribute(window, &quot;keydown&quot;) is &quot;window&quot;
+PASS testScriptAttribute(window, &quot;keypress&quot;) is &quot;window&quot;
+PASS testScriptAttribute(window, &quot;keyup&quot;) is &quot;window&quot;
+PASS testScriptAttribute(window, &quot;load&quot;) is &quot;window&quot;
+PASS testScriptAttribute(window, &quot;loadeddata&quot;) is &quot;window&quot;
+PASS testScriptAttribute(window, &quot;loadedmetadata&quot;) is &quot;window&quot;
+PASS testScriptAttribute(window, &quot;loadstart&quot;) is &quot;window&quot;
+PASS testScriptAttribute(window, &quot;message&quot;) is &quot;window&quot;
+PASS testScriptAttribute(window, &quot;mousedown&quot;) is &quot;window&quot;
+PASS testScriptAttribute(window, &quot;mouseenter&quot;) is &quot;window&quot;
+PASS testScriptAttribute(window, &quot;mouseleave&quot;) is &quot;window&quot;
+PASS testScriptAttribute(window, &quot;mousemove&quot;) is &quot;window&quot;
+PASS testScriptAttribute(window, &quot;mouseout&quot;) is &quot;window&quot;
+PASS testScriptAttribute(window, &quot;mouseover&quot;) is &quot;window&quot;
+PASS testScriptAttribute(window, &quot;mouseup&quot;) is &quot;window&quot;
+PASS testScriptAttribute(window, &quot;mousewheel&quot;) is &quot;window&quot;
+PASS testScriptAttribute(window, &quot;offline&quot;) is &quot;window&quot;
+PASS testScriptAttribute(window, &quot;online&quot;) is &quot;window&quot;
+PASS testScriptAttribute(window, &quot;pagehide&quot;) is &quot;window&quot;
+PASS testScriptAttribute(window, &quot;pageshow&quot;) is &quot;window&quot;
+PASS testScriptAttribute(window, &quot;pause&quot;) is &quot;window&quot;
+PASS testScriptAttribute(window, &quot;play&quot;) is &quot;window&quot;
+PASS testScriptAttribute(window, &quot;playing&quot;) is &quot;window&quot;
+PASS testScriptAttribute(window, &quot;popstate&quot;) is &quot;window&quot;
+PASS testScriptAttribute(window, &quot;progress&quot;) is &quot;window&quot;
+PASS testScriptAttribute(window, &quot;ratechange&quot;) is &quot;window&quot;
+PASS testScriptAttribute(window, &quot;reset&quot;) is &quot;window&quot;
+PASS testScriptAttribute(window, &quot;resize&quot;) is &quot;window&quot;
+PASS testScriptAttribute(window, &quot;scroll&quot;) is &quot;window&quot;
+PASS testScriptAttribute(window, &quot;search&quot;) is &quot;window&quot;
+PASS testScriptAttribute(window, &quot;seeked&quot;) is &quot;window&quot;
+PASS testScriptAttribute(window, &quot;seeking&quot;) is &quot;window&quot;
+PASS testScriptAttribute(window, &quot;select&quot;) is &quot;window&quot;
+PASS testScriptAttribute(window, &quot;stalled&quot;) is &quot;window&quot;
+PASS testScriptAttribute(window, &quot;storage&quot;) is &quot;window&quot;
+PASS testScriptAttribute(window, &quot;submit&quot;) is &quot;window&quot;
+PASS testScriptAttribute(window, &quot;suspend&quot;) is &quot;window&quot;
+PASS testScriptAttribute(window, &quot;timeupdate&quot;) is &quot;window&quot;
+PASS testScriptAttribute(window, &quot;transitionend&quot;) is &quot;window&quot;
+PASS testScriptAttribute(window, &quot;unload&quot;) is &quot;window&quot;
+PASS testScriptAttribute(window, &quot;volumechange&quot;) is &quot;window&quot;
+PASS testScriptAttribute(window, &quot;waiting&quot;) is &quot;window&quot;
+PASS testScriptAttribute(window, &quot;webkitanimationend&quot;) is &quot;window&quot;
+PASS testScriptAttribute(window, &quot;webkitanimationiteration&quot;) is &quot;window&quot;
+PASS testScriptAttribute(window, &quot;webkitanimationstart&quot;) is &quot;window&quot;
+PASS testScriptAttribute(window, &quot;webkittransitionend&quot;) is &quot;window&quot;
+PASS testScriptAttribute(window, &quot;wheel&quot;) is &quot;window&quot;
+
+Event names we expect not to be able to set on the window object
+
+PASS testScriptAttribute(window, &quot;beforecopy&quot;) is &quot;none&quot;
+PASS testScriptAttribute(window, &quot;beforecut&quot;) is &quot;none&quot;
+PASS testScriptAttribute(window, &quot;beforeload&quot;) is &quot;none&quot;
+PASS testScriptAttribute(window, &quot;beforepaste&quot;) is &quot;none&quot;
+PASS testScriptAttribute(window, &quot;copy&quot;) is &quot;none&quot;
+PASS testScriptAttribute(window, &quot;cut&quot;) is &quot;none&quot;
+PASS testScriptAttribute(window, &quot;focusin&quot;) is &quot;none&quot;
+PASS testScriptAttribute(window, &quot;focusout&quot;) is &quot;none&quot;
+PASS testScriptAttribute(window, &quot;noneventname&quot;) is &quot;none&quot;
+PASS testScriptAttribute(window, &quot;paste&quot;) is &quot;none&quot;
+PASS testScriptAttribute(window, &quot;readystatechange&quot;) is &quot;none&quot;
+PASS testScriptAttribute(window, &quot;selectionchange&quot;) is &quot;none&quot;
+PASS testScriptAttribute(window, &quot;selectstart&quot;) is &quot;none&quot;
+
+Event names we expect to be able to set on the document
+
+PASS testScriptAttribute(document, &quot;abort&quot;) is &quot;document&quot;
+PASS testScriptAttribute(document, &quot;beforecopy&quot;) is &quot;document&quot;
+PASS testScriptAttribute(document, &quot;beforecut&quot;) is &quot;document&quot;
+PASS testScriptAttribute(document, &quot;beforepaste&quot;) is &quot;document&quot;
+PASS testScriptAttribute(document, &quot;blur&quot;) is &quot;document&quot;
+PASS testScriptAttribute(document, &quot;canplay&quot;) is &quot;document&quot;
+PASS testScriptAttribute(document, &quot;canplaythrough&quot;) is &quot;document&quot;
+PASS testScriptAttribute(document, &quot;change&quot;) is &quot;document&quot;
+PASS testScriptAttribute(document, &quot;click&quot;) is &quot;document&quot;
+PASS testScriptAttribute(document, &quot;contextmenu&quot;) is &quot;document&quot;
+PASS testScriptAttribute(document, &quot;copy&quot;) is &quot;document&quot;
+PASS testScriptAttribute(document, &quot;cut&quot;) is &quot;document&quot;
+PASS testScriptAttribute(document, &quot;dblclick&quot;) is &quot;document&quot;
+PASS testScriptAttribute(document, &quot;drag&quot;) is &quot;document&quot;
+PASS testScriptAttribute(document, &quot;dragend&quot;) is &quot;document&quot;
+PASS testScriptAttribute(document, &quot;dragenter&quot;) is &quot;document&quot;
+PASS testScriptAttribute(document, &quot;dragleave&quot;) is &quot;document&quot;
+PASS testScriptAttribute(document, &quot;dragover&quot;) is &quot;document&quot;
+PASS testScriptAttribute(document, &quot;dragstart&quot;) is &quot;document&quot;
+PASS testScriptAttribute(document, &quot;drop&quot;) is &quot;document&quot;
+PASS testScriptAttribute(document, &quot;durationchange&quot;) is &quot;document&quot;
+PASS testScriptAttribute(document, &quot;emptied&quot;) is &quot;document&quot;
+PASS testScriptAttribute(document, &quot;ended&quot;) is &quot;document&quot;
+PASS testScriptAttribute(document, &quot;error&quot;) is &quot;document&quot;
+PASS testScriptAttribute(document, &quot;focus&quot;) is &quot;document&quot;
+PASS testScriptAttribute(document, &quot;input&quot;) is &quot;document&quot;
+PASS testScriptAttribute(document, &quot;invalid&quot;) is &quot;document&quot;
+PASS testScriptAttribute(document, &quot;keydown&quot;) is &quot;document&quot;
+PASS testScriptAttribute(document, &quot;keypress&quot;) is &quot;document&quot;
+PASS testScriptAttribute(document, &quot;keyup&quot;) is &quot;document&quot;
+PASS testScriptAttribute(document, &quot;load&quot;) is &quot;document&quot;
+PASS testScriptAttribute(document, &quot;loadeddata&quot;) is &quot;document&quot;
+PASS testScriptAttribute(document, &quot;loadedmetadata&quot;) is &quot;document&quot;
+PASS testScriptAttribute(document, &quot;loadstart&quot;) is &quot;document&quot;
+PASS testScriptAttribute(document, &quot;mousedown&quot;) is &quot;document&quot;
+PASS testScriptAttribute(document, &quot;mouseenter&quot;) is &quot;document&quot;
+PASS testScriptAttribute(document, &quot;mouseleave&quot;) is &quot;document&quot;
+PASS testScriptAttribute(document, &quot;mousemove&quot;) is &quot;document&quot;
+PASS testScriptAttribute(document, &quot;mouseout&quot;) is &quot;document&quot;
+PASS testScriptAttribute(document, &quot;mouseover&quot;) is &quot;document&quot;
+PASS testScriptAttribute(document, &quot;mouseup&quot;) is &quot;document&quot;
+PASS testScriptAttribute(document, &quot;mousewheel&quot;) is &quot;document&quot;
+PASS testScriptAttribute(document, &quot;paste&quot;) is &quot;document&quot;
+PASS testScriptAttribute(document, &quot;pause&quot;) is &quot;document&quot;
+PASS testScriptAttribute(document, &quot;play&quot;) is &quot;document&quot;
+PASS testScriptAttribute(document, &quot;playing&quot;) is &quot;document&quot;
+PASS testScriptAttribute(document, &quot;progress&quot;) is &quot;document&quot;
+PASS testScriptAttribute(document, &quot;ratechange&quot;) is &quot;document&quot;
+PASS testScriptAttribute(document, &quot;readystatechange&quot;) is &quot;document&quot;
+PASS testScriptAttribute(document, &quot;reset&quot;) is &quot;document&quot;
+FAIL testScriptAttribute(document, &quot;resize&quot;) should be document. Was window, document.
+PASS testScriptAttribute(document, &quot;scroll&quot;) is &quot;document&quot;
+PASS testScriptAttribute(document, &quot;search&quot;) is &quot;document&quot;
+PASS testScriptAttribute(document, &quot;seeked&quot;) is &quot;document&quot;
+PASS testScriptAttribute(document, &quot;seeking&quot;) is &quot;document&quot;
+PASS testScriptAttribute(document, &quot;select&quot;) is &quot;document&quot;
+PASS testScriptAttribute(document, &quot;selectionchange&quot;) is &quot;document&quot;
+PASS testScriptAttribute(document, &quot;selectstart&quot;) is &quot;document&quot;
+PASS testScriptAttribute(document, &quot;stalled&quot;) is &quot;document&quot;
+PASS testScriptAttribute(document, &quot;submit&quot;) is &quot;document&quot;
+PASS testScriptAttribute(document, &quot;suspend&quot;) is &quot;document&quot;
+PASS testScriptAttribute(document, &quot;timeupdate&quot;) is &quot;document&quot;
+PASS testScriptAttribute(document, &quot;volumechange&quot;) is &quot;document&quot;
+PASS testScriptAttribute(document, &quot;waiting&quot;) is &quot;document&quot;
+PASS testScriptAttribute(document, &quot;wheel&quot;) is &quot;document&quot;
+
+Event names we expect not to be able to set on the document
+
+PASS testScriptAttribute(document, &quot;animationend&quot;) is &quot;none&quot;
+PASS testScriptAttribute(document, &quot;animationiteration&quot;) is &quot;none&quot;
+PASS testScriptAttribute(document, &quot;animationstart&quot;) is &quot;none&quot;
+PASS testScriptAttribute(document, &quot;beforeload&quot;) is &quot;none&quot;
+PASS testScriptAttribute(document, &quot;beforeunload&quot;) is &quot;none&quot;
+PASS testScriptAttribute(document, &quot;focusin&quot;) is &quot;none&quot;
+PASS testScriptAttribute(document, &quot;focusout&quot;) is &quot;none&quot;
+PASS testScriptAttribute(document, &quot;hashchange&quot;) is &quot;none&quot;
+PASS testScriptAttribute(document, &quot;message&quot;) is &quot;none&quot;
+PASS testScriptAttribute(document, &quot;noneventname&quot;) is &quot;none&quot;
+PASS testScriptAttribute(document, &quot;offline&quot;) is &quot;none&quot;
+PASS testScriptAttribute(document, &quot;online&quot;) is &quot;none&quot;
+PASS testScriptAttribute(document, &quot;pagehide&quot;) is &quot;none&quot;
+PASS testScriptAttribute(document, &quot;pageshow&quot;) is &quot;none&quot;
+PASS testScriptAttribute(document, &quot;popstate&quot;) is &quot;none&quot;
+PASS testScriptAttribute(document, &quot;storage&quot;) is &quot;none&quot;
+PASS testScriptAttribute(document, &quot;transitionend&quot;) is &quot;none&quot;
+PASS testScriptAttribute(document, &quot;unload&quot;) is &quot;none&quot;
+PASS testScriptAttribute(document, &quot;webkitanimationend&quot;) is &quot;none&quot;
+PASS testScriptAttribute(document, &quot;webkitanimationiteration&quot;) is &quot;none&quot;
+PASS testScriptAttribute(document, &quot;webkitanimationstart&quot;) is &quot;none&quot;
+PASS testScriptAttribute(document, &quot;webkittransitionend&quot;) is &quot;none&quot;
+
+Event names we expect to be able to set on an element (tested on the &lt;html&gt; element)
+
+PASS testElementAttribute(element, &quot;abort&quot;) is &quot;target&quot;
+PASS testElementAttribute(element, &quot;animationend&quot;) is &quot;target&quot;
+PASS testElementAttribute(element, &quot;animationiteration&quot;) is &quot;target&quot;
+PASS testElementAttribute(element, &quot;animationstart&quot;) is &quot;target&quot;
+PASS testElementAttribute(element, &quot;beforecopy&quot;) is &quot;target&quot;
+PASS testElementAttribute(element, &quot;beforecut&quot;) is &quot;target&quot;
+PASS testElementAttribute(element, &quot;beforeload&quot;) is &quot;target&quot;
+PASS testElementAttribute(element, &quot;beforepaste&quot;) is &quot;target&quot;
+PASS testElementAttribute(element, &quot;blur&quot;) is &quot;target&quot;
+PASS testElementAttribute(element, &quot;canplay&quot;) is &quot;target&quot;
+PASS testElementAttribute(element, &quot;canplaythrough&quot;) is &quot;target&quot;
+PASS testElementAttribute(element, &quot;change&quot;) is &quot;target&quot;
+PASS testElementAttribute(element, &quot;click&quot;) is &quot;target&quot;
+PASS testElementAttribute(element, &quot;contextmenu&quot;) is &quot;target&quot;
+PASS testElementAttribute(element, &quot;copy&quot;) is &quot;target&quot;
+PASS testElementAttribute(element, &quot;cut&quot;) is &quot;target&quot;
+PASS testElementAttribute(element, &quot;dblclick&quot;) is &quot;target&quot;
+PASS testElementAttribute(element, &quot;drag&quot;) is &quot;target&quot;
+PASS testElementAttribute(element, &quot;dragend&quot;) is &quot;target&quot;
+PASS testElementAttribute(element, &quot;dragenter&quot;) is &quot;target&quot;
+PASS testElementAttribute(element, &quot;dragleave&quot;) is &quot;target&quot;
+PASS testElementAttribute(element, &quot;dragover&quot;) is &quot;target&quot;
+PASS testElementAttribute(element, &quot;dragstart&quot;) is &quot;target&quot;
+PASS testElementAttribute(element, &quot;drop&quot;) is &quot;target&quot;
+PASS testElementAttribute(element, &quot;durationchange&quot;) is &quot;target&quot;
+PASS testElementAttribute(element, &quot;emptied&quot;) is &quot;target&quot;
+PASS testElementAttribute(element, &quot;ended&quot;) is &quot;target&quot;
+PASS testElementAttribute(element, &quot;error&quot;) is &quot;target&quot;
+PASS testElementAttribute(element, &quot;focus&quot;) is &quot;target&quot;
+PASS testElementAttribute(element, &quot;focusin&quot;) is &quot;target&quot;
+PASS testElementAttribute(element, &quot;focusout&quot;) is &quot;target&quot;
+PASS testElementAttribute(element, &quot;input&quot;) is &quot;target&quot;
+PASS testElementAttribute(element, &quot;invalid&quot;) is &quot;target&quot;
+PASS testElementAttribute(element, &quot;keydown&quot;) is &quot;target&quot;
+PASS testElementAttribute(element, &quot;keypress&quot;) is &quot;target&quot;
+PASS testElementAttribute(element, &quot;keyup&quot;) is &quot;target&quot;
+PASS testElementAttribute(element, &quot;load&quot;) is &quot;target&quot;
+PASS testElementAttribute(element, &quot;loadeddata&quot;) is &quot;target&quot;
+PASS testElementAttribute(element, &quot;loadedmetadata&quot;) is &quot;target&quot;
+PASS testElementAttribute(element, &quot;loadstart&quot;) is &quot;target&quot;
+PASS testElementAttribute(element, &quot;mousedown&quot;) is &quot;target&quot;
+PASS testElementAttribute(element, &quot;mouseenter&quot;) is &quot;target&quot;
+PASS testElementAttribute(element, &quot;mouseleave&quot;) is &quot;target&quot;
+PASS testElementAttribute(element, &quot;mousemove&quot;) is &quot;target&quot;
+PASS testElementAttribute(element, &quot;mouseout&quot;) is &quot;target&quot;
+PASS testElementAttribute(element, &quot;mouseover&quot;) is &quot;target&quot;
+PASS testElementAttribute(element, &quot;mouseup&quot;) is &quot;target&quot;
+PASS testElementAttribute(element, &quot;mousewheel&quot;) is &quot;target&quot;
+PASS testElementAttribute(element, &quot;paste&quot;) is &quot;target&quot;
+PASS testElementAttribute(element, &quot;pause&quot;) is &quot;target&quot;
+PASS testElementAttribute(element, &quot;play&quot;) is &quot;target&quot;
+PASS testElementAttribute(element, &quot;playing&quot;) is &quot;target&quot;
+PASS testElementAttribute(element, &quot;progress&quot;) is &quot;target&quot;
+PASS testElementAttribute(element, &quot;ratechange&quot;) is &quot;target&quot;
+PASS testElementAttribute(element, &quot;reset&quot;) is &quot;target&quot;
+FAIL testElementAttribute(element, &quot;resize&quot;) should be target. Was target, window.
+PASS testElementAttribute(element, &quot;scroll&quot;) is &quot;target&quot;
+PASS testElementAttribute(element, &quot;search&quot;) is &quot;target&quot;
+PASS testElementAttribute(element, &quot;seeked&quot;) is &quot;target&quot;
+PASS testElementAttribute(element, &quot;seeking&quot;) is &quot;target&quot;
+PASS testElementAttribute(element, &quot;select&quot;) is &quot;target&quot;
+PASS testElementAttribute(element, &quot;selectstart&quot;) is &quot;target&quot;
+PASS testElementAttribute(element, &quot;stalled&quot;) is &quot;target&quot;
+PASS testElementAttribute(element, &quot;submit&quot;) is &quot;target&quot;
+PASS testElementAttribute(element, &quot;suspend&quot;) is &quot;target&quot;
+PASS testElementAttribute(element, &quot;timeupdate&quot;) is &quot;target&quot;
+PASS testElementAttribute(element, &quot;transitionend&quot;) is &quot;target&quot;
+PASS testElementAttribute(element, &quot;volumechange&quot;) is &quot;target&quot;
+PASS testElementAttribute(element, &quot;waiting&quot;) is &quot;target&quot;
+PASS testElementAttribute(element, &quot;webkitanimationend&quot;) is &quot;target&quot;
+PASS testElementAttribute(element, &quot;webkitanimationiteration&quot;) is &quot;target&quot;
+PASS testElementAttribute(element, &quot;webkitanimationstart&quot;) is &quot;target&quot;
+PASS testElementAttribute(element, &quot;webkittransitionend&quot;) is &quot;target&quot;
+PASS testElementAttribute(element, &quot;wheel&quot;) is &quot;target&quot;
+
+Event names we expect not to be able to set on an element (tested on the &lt;html&gt; element)
+
+PASS testElementAttribute(element, &quot;beforeunload&quot;) is &quot;none&quot;
+PASS testElementAttribute(element, &quot;hashchange&quot;) is &quot;none&quot;
+PASS testElementAttribute(element, &quot;message&quot;) is &quot;none&quot;
+PASS testElementAttribute(element, &quot;noneventname&quot;) is &quot;none&quot;
+PASS testElementAttribute(element, &quot;offline&quot;) is &quot;none&quot;
+PASS testElementAttribute(element, &quot;online&quot;) is &quot;none&quot;
+PASS testElementAttribute(element, &quot;pagehide&quot;) is &quot;none&quot;
+PASS testElementAttribute(element, &quot;pageshow&quot;) is &quot;none&quot;
+PASS testElementAttribute(element, &quot;popstate&quot;) is &quot;none&quot;
+PASS testElementAttribute(element, &quot;readystatechange&quot;) is &quot;none&quot;
+PASS testElementAttribute(element, &quot;selectionchange&quot;) is &quot;none&quot;
+PASS testElementAttribute(element, &quot;storage&quot;) is &quot;none&quot;
+PASS testElementAttribute(element, &quot;unload&quot;) is &quot;none&quot;
+
+Event names we expect to be able to set on an element (tested on the &lt;input&gt; element)
+
+PASS testElementAttribute(inputElement, &quot;abort&quot;) is &quot;target&quot;
+PASS testElementAttribute(inputElement, &quot;animationend&quot;) is &quot;target&quot;
+PASS testElementAttribute(inputElement, &quot;animationiteration&quot;) is &quot;target&quot;
+PASS testElementAttribute(inputElement, &quot;animationstart&quot;) is &quot;target&quot;
+PASS testElementAttribute(inputElement, &quot;beforecopy&quot;) is &quot;target&quot;
+PASS testElementAttribute(inputElement, &quot;beforecut&quot;) is &quot;target&quot;
+PASS testElementAttribute(inputElement, &quot;beforeload&quot;) is &quot;target&quot;
+PASS testElementAttribute(inputElement, &quot;beforepaste&quot;) is &quot;target&quot;
+PASS testElementAttribute(inputElement, &quot;blur&quot;) is &quot;target&quot;
+PASS testElementAttribute(inputElement, &quot;canplay&quot;) is &quot;target&quot;
+PASS testElementAttribute(inputElement, &quot;canplaythrough&quot;) is &quot;target&quot;
+PASS testElementAttribute(inputElement, &quot;change&quot;) is &quot;target&quot;
+PASS testElementAttribute(inputElement, &quot;click&quot;) is &quot;target&quot;
+PASS testElementAttribute(inputElement, &quot;contextmenu&quot;) is &quot;target&quot;
+PASS testElementAttribute(inputElement, &quot;copy&quot;) is &quot;target&quot;
+PASS testElementAttribute(inputElement, &quot;cut&quot;) is &quot;target&quot;
+PASS testElementAttribute(inputElement, &quot;dblclick&quot;) is &quot;target&quot;
+PASS testElementAttribute(inputElement, &quot;drag&quot;) is &quot;target&quot;
+PASS testElementAttribute(inputElement, &quot;dragend&quot;) is &quot;target&quot;
+PASS testElementAttribute(inputElement, &quot;dragenter&quot;) is &quot;target&quot;
+PASS testElementAttribute(inputElement, &quot;dragleave&quot;) is &quot;target&quot;
+PASS testElementAttribute(inputElement, &quot;dragover&quot;) is &quot;target&quot;
+PASS testElementAttribute(inputElement, &quot;dragstart&quot;) is &quot;target&quot;
+PASS testElementAttribute(inputElement, &quot;drop&quot;) is &quot;target&quot;
+PASS testElementAttribute(inputElement, &quot;durationchange&quot;) is &quot;target&quot;
+PASS testElementAttribute(inputElement, &quot;emptied&quot;) is &quot;target&quot;
+PASS testElementAttribute(inputElement, &quot;ended&quot;) is &quot;target&quot;
+PASS testElementAttribute(inputElement, &quot;error&quot;) is &quot;target&quot;
+PASS testElementAttribute(inputElement, &quot;focus&quot;) is &quot;target&quot;
+PASS testElementAttribute(inputElement, &quot;focusin&quot;) is &quot;target&quot;
+PASS testElementAttribute(inputElement, &quot;focusout&quot;) is &quot;target&quot;
+PASS testElementAttribute(inputElement, &quot;input&quot;) is &quot;target&quot;
+PASS testElementAttribute(inputElement, &quot;invalid&quot;) is &quot;target&quot;
+PASS testElementAttribute(inputElement, &quot;keydown&quot;) is &quot;target&quot;
+PASS testElementAttribute(inputElement, &quot;keypress&quot;) is &quot;target&quot;
+PASS testElementAttribute(inputElement, &quot;keyup&quot;) is &quot;target&quot;
+PASS testElementAttribute(inputElement, &quot;load&quot;) is &quot;target&quot;
+PASS testElementAttribute(inputElement, &quot;loadeddata&quot;) is &quot;target&quot;
+PASS testElementAttribute(inputElement, &quot;loadedmetadata&quot;) is &quot;target&quot;
+PASS testElementAttribute(inputElement, &quot;loadstart&quot;) is &quot;target&quot;
+PASS testElementAttribute(inputElement, &quot;mousedown&quot;) is &quot;target&quot;
+PASS testElementAttribute(inputElement, &quot;mouseenter&quot;) is &quot;target&quot;
+PASS testElementAttribute(inputElement, &quot;mouseleave&quot;) is &quot;target&quot;
+PASS testElementAttribute(inputElement, &quot;mousemove&quot;) is &quot;target&quot;
+PASS testElementAttribute(inputElement, &quot;mouseout&quot;) is &quot;target&quot;
+PASS testElementAttribute(inputElement, &quot;mouseover&quot;) is &quot;target&quot;
+PASS testElementAttribute(inputElement, &quot;mouseup&quot;) is &quot;target&quot;
+PASS testElementAttribute(inputElement, &quot;mousewheel&quot;) is &quot;target&quot;
+PASS testElementAttribute(inputElement, &quot;paste&quot;) is &quot;target&quot;
+PASS testElementAttribute(inputElement, &quot;pause&quot;) is &quot;target&quot;
+PASS testElementAttribute(inputElement, &quot;play&quot;) is &quot;target&quot;
+PASS testElementAttribute(inputElement, &quot;playing&quot;) is &quot;target&quot;
+PASS testElementAttribute(inputElement, &quot;progress&quot;) is &quot;target&quot;
+PASS testElementAttribute(inputElement, &quot;ratechange&quot;) is &quot;target&quot;
+PASS testElementAttribute(inputElement, &quot;reset&quot;) is &quot;target&quot;
+FAIL testElementAttribute(inputElement, &quot;resize&quot;) should be target. Was target, window.
+PASS testElementAttribute(inputElement, &quot;scroll&quot;) is &quot;target&quot;
+PASS testElementAttribute(inputElement, &quot;search&quot;) is &quot;target&quot;
+PASS testElementAttribute(inputElement, &quot;seeked&quot;) is &quot;target&quot;
+PASS testElementAttribute(inputElement, &quot;seeking&quot;) is &quot;target&quot;
+PASS testElementAttribute(inputElement, &quot;select&quot;) is &quot;target&quot;
+PASS testElementAttribute(inputElement, &quot;selectstart&quot;) is &quot;target&quot;
+PASS testElementAttribute(inputElement, &quot;stalled&quot;) is &quot;target&quot;
+PASS testElementAttribute(inputElement, &quot;submit&quot;) is &quot;target&quot;
+PASS testElementAttribute(inputElement, &quot;suspend&quot;) is &quot;target&quot;
+PASS testElementAttribute(inputElement, &quot;timeupdate&quot;) is &quot;target&quot;
+PASS testElementAttribute(inputElement, &quot;transitionend&quot;) is &quot;target&quot;
+PASS testElementAttribute(inputElement, &quot;volumechange&quot;) is &quot;target&quot;
+PASS testElementAttribute(inputElement, &quot;waiting&quot;) is &quot;target&quot;
+PASS testElementAttribute(inputElement, &quot;webkitanimationend&quot;) is &quot;target&quot;
+PASS testElementAttribute(inputElement, &quot;webkitanimationiteration&quot;) is &quot;target&quot;
+PASS testElementAttribute(inputElement, &quot;webkitanimationstart&quot;) is &quot;target&quot;
+PASS testElementAttribute(inputElement, &quot;webkittransitionend&quot;) is &quot;target&quot;
+PASS testElementAttribute(inputElement, &quot;wheel&quot;) is &quot;target&quot;
+
+Event names we expect not to be able to set on an element (tested on the &lt;input&gt; element)
+
+PASS testElementAttribute(inputElement, &quot;beforeunload&quot;) is &quot;none&quot;
+PASS testElementAttribute(inputElement, &quot;hashchange&quot;) is &quot;none&quot;
+PASS testElementAttribute(inputElement, &quot;message&quot;) is &quot;none&quot;
+PASS testElementAttribute(inputElement, &quot;noneventname&quot;) is &quot;none&quot;
+PASS testElementAttribute(inputElement, &quot;offline&quot;) is &quot;none&quot;
+PASS testElementAttribute(inputElement, &quot;online&quot;) is &quot;none&quot;
+PASS testElementAttribute(inputElement, &quot;pagehide&quot;) is &quot;none&quot;
+PASS testElementAttribute(inputElement, &quot;pageshow&quot;) is &quot;none&quot;
+PASS testElementAttribute(inputElement, &quot;popstate&quot;) is &quot;none&quot;
+PASS testElementAttribute(inputElement, &quot;readystatechange&quot;) is &quot;none&quot;
+PASS testElementAttribute(inputElement, &quot;selectionchange&quot;) is &quot;none&quot;
+PASS testElementAttribute(inputElement, &quot;storage&quot;) is &quot;none&quot;
+PASS testElementAttribute(inputElement, &quot;unload&quot;) is &quot;none&quot;
+
+Event names we expect to be able to set on an element (tested on the &lt;audio&gt; element)
+
+PASS testElementAttribute(audioElement, &quot;abort&quot;) is &quot;target&quot;
+PASS testElementAttribute(audioElement, &quot;animationend&quot;) is &quot;target&quot;
+PASS testElementAttribute(audioElement, &quot;animationiteration&quot;) is &quot;target&quot;
+PASS testElementAttribute(audioElement, &quot;animationstart&quot;) is &quot;target&quot;
+PASS testElementAttribute(audioElement, &quot;beforecopy&quot;) is &quot;target&quot;
+PASS testElementAttribute(audioElement, &quot;beforecut&quot;) is &quot;target&quot;
+PASS testElementAttribute(audioElement, &quot;beforeload&quot;) is &quot;target&quot;
+PASS testElementAttribute(audioElement, &quot;beforepaste&quot;) is &quot;target&quot;
+PASS testElementAttribute(audioElement, &quot;blur&quot;) is &quot;target&quot;
+PASS testElementAttribute(audioElement, &quot;canplay&quot;) is &quot;target&quot;
+PASS testElementAttribute(audioElement, &quot;canplaythrough&quot;) is &quot;target&quot;
+PASS testElementAttribute(audioElement, &quot;change&quot;) is &quot;target&quot;
+PASS testElementAttribute(audioElement, &quot;click&quot;) is &quot;target&quot;
+PASS testElementAttribute(audioElement, &quot;contextmenu&quot;) is &quot;target&quot;
+PASS testElementAttribute(audioElement, &quot;copy&quot;) is &quot;target&quot;
+PASS testElementAttribute(audioElement, &quot;cut&quot;) is &quot;target&quot;
+PASS testElementAttribute(audioElement, &quot;dblclick&quot;) is &quot;target&quot;
+PASS testElementAttribute(audioElement, &quot;drag&quot;) is &quot;target&quot;
+PASS testElementAttribute(audioElement, &quot;dragend&quot;) is &quot;target&quot;
+PASS testElementAttribute(audioElement, &quot;dragenter&quot;) is &quot;target&quot;
+PASS testElementAttribute(audioElement, &quot;dragleave&quot;) is &quot;target&quot;
+PASS testElementAttribute(audioElement, &quot;dragover&quot;) is &quot;target&quot;
+PASS testElementAttribute(audioElement, &quot;dragstart&quot;) is &quot;target&quot;
+PASS testElementAttribute(audioElement, &quot;drop&quot;) is &quot;target&quot;
+PASS testElementAttribute(audioElement, &quot;durationchange&quot;) is &quot;target&quot;
+PASS testElementAttribute(audioElement, &quot;emptied&quot;) is &quot;target&quot;
+PASS testElementAttribute(audioElement, &quot;ended&quot;) is &quot;target&quot;
+PASS testElementAttribute(audioElement, &quot;error&quot;) is &quot;target&quot;
+PASS testElementAttribute(audioElement, &quot;focus&quot;) is &quot;target&quot;
+PASS testElementAttribute(audioElement, &quot;focusin&quot;) is &quot;target&quot;
+PASS testElementAttribute(audioElement, &quot;focusout&quot;) is &quot;target&quot;
+PASS testElementAttribute(audioElement, &quot;input&quot;) is &quot;target&quot;
+PASS testElementAttribute(audioElement, &quot;invalid&quot;) is &quot;target&quot;
+PASS testElementAttribute(audioElement, &quot;keydown&quot;) is &quot;target&quot;
+PASS testElementAttribute(audioElement, &quot;keypress&quot;) is &quot;target&quot;
+PASS testElementAttribute(audioElement, &quot;keyup&quot;) is &quot;target&quot;
+PASS testElementAttribute(audioElement, &quot;load&quot;) is &quot;target&quot;
+PASS testElementAttribute(audioElement, &quot;loadeddata&quot;) is &quot;target&quot;
+PASS testElementAttribute(audioElement, &quot;loadedmetadata&quot;) is &quot;target&quot;
+PASS testElementAttribute(audioElement, &quot;loadstart&quot;) is &quot;target&quot;
+PASS testElementAttribute(audioElement, &quot;mousedown&quot;) is &quot;target&quot;
+PASS testElementAttribute(audioElement, &quot;mouseenter&quot;) is &quot;target&quot;
+PASS testElementAttribute(audioElement, &quot;mouseleave&quot;) is &quot;target&quot;
+PASS testElementAttribute(audioElement, &quot;mousemove&quot;) is &quot;target&quot;
+PASS testElementAttribute(audioElement, &quot;mouseout&quot;) is &quot;target&quot;
+PASS testElementAttribute(audioElement, &quot;mouseover&quot;) is &quot;target&quot;
+PASS testElementAttribute(audioElement, &quot;mouseup&quot;) is &quot;target&quot;
+PASS testElementAttribute(audioElement, &quot;mousewheel&quot;) is &quot;target&quot;
+PASS testElementAttribute(audioElement, &quot;paste&quot;) is &quot;target&quot;
+PASS testElementAttribute(audioElement, &quot;pause&quot;) is &quot;target&quot;
+PASS testElementAttribute(audioElement, &quot;play&quot;) is &quot;target&quot;
+PASS testElementAttribute(audioElement, &quot;playing&quot;) is &quot;target&quot;
+PASS testElementAttribute(audioElement, &quot;progress&quot;) is &quot;target&quot;
+PASS testElementAttribute(audioElement, &quot;ratechange&quot;) is &quot;target&quot;
+PASS testElementAttribute(audioElement, &quot;reset&quot;) is &quot;target&quot;
+FAIL testElementAttribute(audioElement, &quot;resize&quot;) should be target. Was target, window.
+PASS testElementAttribute(audioElement, &quot;scroll&quot;) is &quot;target&quot;
+PASS testElementAttribute(audioElement, &quot;search&quot;) is &quot;target&quot;
+PASS testElementAttribute(audioElement, &quot;seeked&quot;) is &quot;target&quot;
+PASS testElementAttribute(audioElement, &quot;seeking&quot;) is &quot;target&quot;
+PASS testElementAttribute(audioElement, &quot;select&quot;) is &quot;target&quot;
+PASS testElementAttribute(audioElement, &quot;selectstart&quot;) is &quot;target&quot;
+PASS testElementAttribute(audioElement, &quot;stalled&quot;) is &quot;target&quot;
+PASS testElementAttribute(audioElement, &quot;submit&quot;) is &quot;target&quot;
+PASS testElementAttribute(audioElement, &quot;suspend&quot;) is &quot;target&quot;
+PASS testElementAttribute(audioElement, &quot;timeupdate&quot;) is &quot;target&quot;
+PASS testElementAttribute(audioElement, &quot;transitionend&quot;) is &quot;target&quot;
+PASS testElementAttribute(audioElement, &quot;volumechange&quot;) is &quot;target&quot;
+PASS testElementAttribute(audioElement, &quot;waiting&quot;) is &quot;target&quot;
+PASS testElementAttribute(audioElement, &quot;webkitanimationend&quot;) is &quot;target&quot;
+PASS testElementAttribute(audioElement, &quot;webkitanimationiteration&quot;) is &quot;target&quot;
+PASS testElementAttribute(audioElement, &quot;webkitanimationstart&quot;) is &quot;target&quot;
+PASS testElementAttribute(audioElement, &quot;webkittransitionend&quot;) is &quot;target&quot;
+PASS testElementAttribute(audioElement, &quot;wheel&quot;) is &quot;target&quot;
+
+Event names we expect not to be able to set on an element (tested on the &lt;audio&gt; element)
+
+PASS testElementAttribute(audioElement, &quot;beforeunload&quot;) is &quot;none&quot;
+PASS testElementAttribute(audioElement, &quot;hashchange&quot;) is &quot;none&quot;
+PASS testElementAttribute(audioElement, &quot;message&quot;) is &quot;none&quot;
+PASS testElementAttribute(audioElement, &quot;noneventname&quot;) is &quot;none&quot;
+PASS testElementAttribute(audioElement, &quot;offline&quot;) is &quot;none&quot;
+PASS testElementAttribute(audioElement, &quot;online&quot;) is &quot;none&quot;
+PASS testElementAttribute(audioElement, &quot;pagehide&quot;) is &quot;none&quot;
+PASS testElementAttribute(audioElement, &quot;pageshow&quot;) is &quot;none&quot;
+PASS testElementAttribute(audioElement, &quot;popstate&quot;) is &quot;none&quot;
+PASS testElementAttribute(audioElement, &quot;readystatechange&quot;) is &quot;none&quot;
+PASS testElementAttribute(audioElement, &quot;selectionchange&quot;) is &quot;none&quot;
+PASS testElementAttribute(audioElement, &quot;storage&quot;) is &quot;none&quot;
+PASS testElementAttribute(audioElement, &quot;unload&quot;) is &quot;none&quot;
+
+Event names we expect to be able to set on an element (tested on the &lt;video&gt; element)
+
+PASS testElementAttribute(videoElement, &quot;abort&quot;) is &quot;target&quot;
+PASS testElementAttribute(videoElement, &quot;animationend&quot;) is &quot;target&quot;
+PASS testElementAttribute(videoElement, &quot;animationiteration&quot;) is &quot;target&quot;
+PASS testElementAttribute(videoElement, &quot;animationstart&quot;) is &quot;target&quot;
+PASS testElementAttribute(videoElement, &quot;beforecopy&quot;) is &quot;target&quot;
+PASS testElementAttribute(videoElement, &quot;beforecut&quot;) is &quot;target&quot;
+PASS testElementAttribute(videoElement, &quot;beforeload&quot;) is &quot;target&quot;
+PASS testElementAttribute(videoElement, &quot;beforepaste&quot;) is &quot;target&quot;
+PASS testElementAttribute(videoElement, &quot;blur&quot;) is &quot;target&quot;
+PASS testElementAttribute(videoElement, &quot;canplay&quot;) is &quot;target&quot;
+PASS testElementAttribute(videoElement, &quot;canplaythrough&quot;) is &quot;target&quot;
+PASS testElementAttribute(videoElement, &quot;change&quot;) is &quot;target&quot;
+PASS testElementAttribute(videoElement, &quot;click&quot;) is &quot;target&quot;
+PASS testElementAttribute(videoElement, &quot;contextmenu&quot;) is &quot;target&quot;
+PASS testElementAttribute(videoElement, &quot;copy&quot;) is &quot;target&quot;
+PASS testElementAttribute(videoElement, &quot;cut&quot;) is &quot;target&quot;
+PASS testElementAttribute(videoElement, &quot;dblclick&quot;) is &quot;target&quot;
+PASS testElementAttribute(videoElement, &quot;drag&quot;) is &quot;target&quot;
+PASS testElementAttribute(videoElement, &quot;dragend&quot;) is &quot;target&quot;
+PASS testElementAttribute(videoElement, &quot;dragenter&quot;) is &quot;target&quot;
+PASS testElementAttribute(videoElement, &quot;dragleave&quot;) is &quot;target&quot;
+PASS testElementAttribute(videoElement, &quot;dragover&quot;) is &quot;target&quot;
+PASS testElementAttribute(videoElement, &quot;dragstart&quot;) is &quot;target&quot;
+PASS testElementAttribute(videoElement, &quot;drop&quot;) is &quot;target&quot;
+PASS testElementAttribute(videoElement, &quot;durationchange&quot;) is &quot;target&quot;
+PASS testElementAttribute(videoElement, &quot;emptied&quot;) is &quot;target&quot;
+PASS testElementAttribute(videoElement, &quot;ended&quot;) is &quot;target&quot;
+PASS testElementAttribute(videoElement, &quot;error&quot;) is &quot;target&quot;
+PASS testElementAttribute(videoElement, &quot;focus&quot;) is &quot;target&quot;
+PASS testElementAttribute(videoElement, &quot;focusin&quot;) is &quot;target&quot;
+PASS testElementAttribute(videoElement, &quot;focusout&quot;) is &quot;target&quot;
+PASS testElementAttribute(videoElement, &quot;input&quot;) is &quot;target&quot;
+PASS testElementAttribute(videoElement, &quot;invalid&quot;) is &quot;target&quot;
+PASS testElementAttribute(videoElement, &quot;keydown&quot;) is &quot;target&quot;
+PASS testElementAttribute(videoElement, &quot;keypress&quot;) is &quot;target&quot;
+PASS testElementAttribute(videoElement, &quot;keyup&quot;) is &quot;target&quot;
+PASS testElementAttribute(videoElement, &quot;load&quot;) is &quot;target&quot;
+PASS testElementAttribute(videoElement, &quot;loadeddata&quot;) is &quot;target&quot;
+PASS testElementAttribute(videoElement, &quot;loadedmetadata&quot;) is &quot;target&quot;
+PASS testElementAttribute(videoElement, &quot;loadstart&quot;) is &quot;target&quot;
+PASS testElementAttribute(videoElement, &quot;mousedown&quot;) is &quot;target&quot;
+PASS testElementAttribute(videoElement, &quot;mouseenter&quot;) is &quot;target&quot;
+PASS testElementAttribute(videoElement, &quot;mouseleave&quot;) is &quot;target&quot;
+PASS testElementAttribute(videoElement, &quot;mousemove&quot;) is &quot;target&quot;
+PASS testElementAttribute(videoElement, &quot;mouseout&quot;) is &quot;target&quot;
+PASS testElementAttribute(videoElement, &quot;mouseover&quot;) is &quot;target&quot;
+PASS testElementAttribute(videoElement, &quot;mouseup&quot;) is &quot;target&quot;
+PASS testElementAttribute(videoElement, &quot;mousewheel&quot;) is &quot;target&quot;
+PASS testElementAttribute(videoElement, &quot;paste&quot;) is &quot;target&quot;
+PASS testElementAttribute(videoElement, &quot;pause&quot;) is &quot;target&quot;
+PASS testElementAttribute(videoElement, &quot;play&quot;) is &quot;target&quot;
+PASS testElementAttribute(videoElement, &quot;playing&quot;) is &quot;target&quot;
+PASS testElementAttribute(videoElement, &quot;progress&quot;) is &quot;target&quot;
+PASS testElementAttribute(videoElement, &quot;ratechange&quot;) is &quot;target&quot;
+PASS testElementAttribute(videoElement, &quot;reset&quot;) is &quot;target&quot;
+FAIL testElementAttribute(videoElement, &quot;resize&quot;) should be target. Was target, window.
+PASS testElementAttribute(videoElement, &quot;scroll&quot;) is &quot;target&quot;
+PASS testElementAttribute(videoElement, &quot;search&quot;) is &quot;target&quot;
+PASS testElementAttribute(videoElement, &quot;seeked&quot;) is &quot;target&quot;
+PASS testElementAttribute(videoElement, &quot;seeking&quot;) is &quot;target&quot;
+PASS testElementAttribute(videoElement, &quot;select&quot;) is &quot;target&quot;
+PASS testElementAttribute(videoElement, &quot;selectstart&quot;) is &quot;target&quot;
+PASS testElementAttribute(videoElement, &quot;stalled&quot;) is &quot;target&quot;
+PASS testElementAttribute(videoElement, &quot;submit&quot;) is &quot;target&quot;
+PASS testElementAttribute(videoElement, &quot;suspend&quot;) is &quot;target&quot;
+PASS testElementAttribute(videoElement, &quot;timeupdate&quot;) is &quot;target&quot;
+PASS testElementAttribute(videoElement, &quot;transitionend&quot;) is &quot;target&quot;
+PASS testElementAttribute(videoElement, &quot;volumechange&quot;) is &quot;target&quot;
+PASS testElementAttribute(videoElement, &quot;waiting&quot;) is &quot;target&quot;
+PASS testElementAttribute(videoElement, &quot;webkitanimationend&quot;) is &quot;target&quot;
+PASS testElementAttribute(videoElement, &quot;webkitanimationiteration&quot;) is &quot;target&quot;
+PASS testElementAttribute(videoElement, &quot;webkitanimationstart&quot;) is &quot;target&quot;
+PASS testElementAttribute(videoElement, &quot;webkittransitionend&quot;) is &quot;target&quot;
+PASS testElementAttribute(videoElement, &quot;wheel&quot;) is &quot;target&quot;
+
+Event names we expect not to be able to set on an element (tested on the &lt;video&gt; element)
+
+PASS testElementAttribute(videoElement, &quot;beforeunload&quot;) is &quot;none&quot;
+PASS testElementAttribute(videoElement, &quot;hashchange&quot;) is &quot;none&quot;
+PASS testElementAttribute(videoElement, &quot;message&quot;) is &quot;none&quot;
+PASS testElementAttribute(videoElement, &quot;noneventname&quot;) is &quot;none&quot;
+PASS testElementAttribute(videoElement, &quot;offline&quot;) is &quot;none&quot;
+PASS testElementAttribute(videoElement, &quot;online&quot;) is &quot;none&quot;
+PASS testElementAttribute(videoElement, &quot;pagehide&quot;) is &quot;none&quot;
+PASS testElementAttribute(videoElement, &quot;pageshow&quot;) is &quot;none&quot;
+PASS testElementAttribute(videoElement, &quot;popstate&quot;) is &quot;none&quot;
+PASS testElementAttribute(videoElement, &quot;readystatechange&quot;) is &quot;none&quot;
+PASS testElementAttribute(videoElement, &quot;selectionchange&quot;) is &quot;none&quot;
+PASS testElementAttribute(videoElement, &quot;storage&quot;) is &quot;none&quot;
+PASS testElementAttribute(videoElement, &quot;unload&quot;) is &quot;none&quot;
+
+Event names we expect to be forwarded from &lt;body&gt; element to window object)
+
+PASS testElementAttribute(bodyElement, &quot;beforeunload&quot;) is &quot;window&quot;
+PASS testElementAttribute(bodyElement, &quot;blur&quot;) is &quot;window&quot;
+PASS testElementAttribute(bodyElement, &quot;error&quot;) is &quot;window&quot;
+PASS testElementAttribute(bodyElement, &quot;focus&quot;) is &quot;window&quot;
+PASS testElementAttribute(bodyElement, &quot;focusin&quot;) is &quot;window&quot;
+PASS testElementAttribute(bodyElement, &quot;focusout&quot;) is &quot;window&quot;
+PASS testElementAttribute(bodyElement, &quot;hashchange&quot;) is &quot;window&quot;
+PASS testElementAttribute(bodyElement, &quot;load&quot;) is &quot;window&quot;
+PASS testElementAttribute(bodyElement, &quot;message&quot;) is &quot;window&quot;
+PASS testElementAttribute(bodyElement, &quot;offline&quot;) is &quot;window&quot;
+PASS testElementAttribute(bodyElement, &quot;online&quot;) is &quot;window&quot;
+PASS testElementAttribute(bodyElement, &quot;pagehide&quot;) is &quot;window&quot;
+PASS testElementAttribute(bodyElement, &quot;pageshow&quot;) is &quot;window&quot;
+PASS testElementAttribute(bodyElement, &quot;popstate&quot;) is &quot;window&quot;
+PASS testElementAttribute(bodyElement, &quot;resize&quot;) is &quot;window&quot;
+PASS testElementAttribute(bodyElement, &quot;storage&quot;) is &quot;window&quot;
+PASS testElementAttribute(bodyElement, &quot;unload&quot;) is &quot;window&quot;
+
+Event names we expect to be forwarded from &lt;body&gt; element to document)
+
+PASS testElementAttribute(bodyElement, &quot;selectionchange&quot;) is &quot;document&quot;
+
+Non-forwarded event names on &lt;body&gt; element
+
+PASS testElementAttribute(bodyElement, &quot;abort&quot;) is &quot;target&quot;
+PASS testElementAttribute(bodyElement, &quot;animationend&quot;) is &quot;target&quot;
+PASS testElementAttribute(bodyElement, &quot;animationiteration&quot;) is &quot;target&quot;
+PASS testElementAttribute(bodyElement, &quot;animationstart&quot;) is &quot;target&quot;
+PASS testElementAttribute(bodyElement, &quot;beforecopy&quot;) is &quot;target&quot;
+PASS testElementAttribute(bodyElement, &quot;beforecut&quot;) is &quot;target&quot;
+PASS testElementAttribute(bodyElement, &quot;beforeload&quot;) is &quot;target&quot;
+PASS testElementAttribute(bodyElement, &quot;beforepaste&quot;) is &quot;target&quot;
+PASS testElementAttribute(bodyElement, &quot;canplay&quot;) is &quot;target&quot;
+PASS testElementAttribute(bodyElement, &quot;canplaythrough&quot;) is &quot;target&quot;
+PASS testElementAttribute(bodyElement, &quot;change&quot;) is &quot;target&quot;
+PASS testElementAttribute(bodyElement, &quot;click&quot;) is &quot;target&quot;
+PASS testElementAttribute(bodyElement, &quot;contextmenu&quot;) is &quot;target&quot;
+PASS testElementAttribute(bodyElement, &quot;copy&quot;) is &quot;target&quot;
+PASS testElementAttribute(bodyElement, &quot;cut&quot;) is &quot;target&quot;
+PASS testElementAttribute(bodyElement, &quot;dblclick&quot;) is &quot;target&quot;
+PASS testElementAttribute(bodyElement, &quot;drag&quot;) is &quot;target&quot;
+PASS testElementAttribute(bodyElement, &quot;dragend&quot;) is &quot;target&quot;
+PASS testElementAttribute(bodyElement, &quot;dragenter&quot;) is &quot;target&quot;
+PASS testElementAttribute(bodyElement, &quot;dragleave&quot;) is &quot;target&quot;
+PASS testElementAttribute(bodyElement, &quot;dragover&quot;) is &quot;target&quot;
+PASS testElementAttribute(bodyElement, &quot;dragstart&quot;) is &quot;target&quot;
+PASS testElementAttribute(bodyElement, &quot;drop&quot;) is &quot;target&quot;
+PASS testElementAttribute(bodyElement, &quot;durationchange&quot;) is &quot;target&quot;
+PASS testElementAttribute(bodyElement, &quot;emptied&quot;) is &quot;target&quot;
+PASS testElementAttribute(bodyElement, &quot;ended&quot;) is &quot;target&quot;
+PASS testElementAttribute(bodyElement, &quot;input&quot;) is &quot;target&quot;
+PASS testElementAttribute(bodyElement, &quot;invalid&quot;) is &quot;target&quot;
+PASS testElementAttribute(bodyElement, &quot;keydown&quot;) is &quot;target&quot;
+PASS testElementAttribute(bodyElement, &quot;keypress&quot;) is &quot;target&quot;
+PASS testElementAttribute(bodyElement, &quot;keyup&quot;) is &quot;target&quot;
+PASS testElementAttribute(bodyElement, &quot;loadeddata&quot;) is &quot;target&quot;
+PASS testElementAttribute(bodyElement, &quot;loadedmetadata&quot;) is &quot;target&quot;
+PASS testElementAttribute(bodyElement, &quot;loadstart&quot;) is &quot;target&quot;
+PASS testElementAttribute(bodyElement, &quot;mousedown&quot;) is &quot;target&quot;
+PASS testElementAttribute(bodyElement, &quot;mouseenter&quot;) is &quot;target&quot;
+PASS testElementAttribute(bodyElement, &quot;mouseleave&quot;) is &quot;target&quot;
+PASS testElementAttribute(bodyElement, &quot;mousemove&quot;) is &quot;target&quot;
+PASS testElementAttribute(bodyElement, &quot;mouseout&quot;) is &quot;target&quot;
+PASS testElementAttribute(bodyElement, &quot;mouseover&quot;) is &quot;target&quot;
+PASS testElementAttribute(bodyElement, &quot;mouseup&quot;) is &quot;target&quot;
+PASS testElementAttribute(bodyElement, &quot;mousewheel&quot;) is &quot;target&quot;
+PASS testElementAttribute(bodyElement, &quot;paste&quot;) is &quot;target&quot;
+PASS testElementAttribute(bodyElement, &quot;pause&quot;) is &quot;target&quot;
+PASS testElementAttribute(bodyElement, &quot;play&quot;) is &quot;target&quot;
+PASS testElementAttribute(bodyElement, &quot;playing&quot;) is &quot;target&quot;
+PASS testElementAttribute(bodyElement, &quot;progress&quot;) is &quot;target&quot;
+PASS testElementAttribute(bodyElement, &quot;ratechange&quot;) is &quot;target&quot;
+PASS testElementAttribute(bodyElement, &quot;reset&quot;) is &quot;target&quot;
+FAIL testElementAttribute(bodyElement, &quot;scroll&quot;) should be target. Was window.
+PASS testElementAttribute(bodyElement, &quot;search&quot;) is &quot;target&quot;
+PASS testElementAttribute(bodyElement, &quot;seeked&quot;) is &quot;target&quot;
+PASS testElementAttribute(bodyElement, &quot;seeking&quot;) is &quot;target&quot;
+PASS testElementAttribute(bodyElement, &quot;select&quot;) is &quot;target&quot;
+PASS testElementAttribute(bodyElement, &quot;selectstart&quot;) is &quot;target&quot;
+PASS testElementAttribute(bodyElement, &quot;stalled&quot;) is &quot;target&quot;
+PASS testElementAttribute(bodyElement, &quot;submit&quot;) is &quot;target&quot;
+PASS testElementAttribute(bodyElement, &quot;suspend&quot;) is &quot;target&quot;
+PASS testElementAttribute(bodyElement, &quot;timeupdate&quot;) is &quot;target&quot;
+PASS testElementAttribute(bodyElement, &quot;transitionend&quot;) is &quot;target&quot;
+PASS testElementAttribute(bodyElement, &quot;volumechange&quot;) is &quot;target&quot;
+PASS testElementAttribute(bodyElement, &quot;waiting&quot;) is &quot;target&quot;
+PASS testElementAttribute(bodyElement, &quot;webkitanimationend&quot;) is &quot;target&quot;
+PASS testElementAttribute(bodyElement, &quot;webkitanimationiteration&quot;) is &quot;target&quot;
+PASS testElementAttribute(bodyElement, &quot;webkitanimationstart&quot;) is &quot;target&quot;
+PASS testElementAttribute(bodyElement, &quot;webkittransitionend&quot;) is &quot;target&quot;
+PASS testElementAttribute(bodyElement, &quot;wheel&quot;) is &quot;target&quot;
+
+Event names we expect to not be able to set on &lt;body&gt; element
+
+PASS testElementAttribute(bodyElement, &quot;noneventname&quot;) is &quot;none&quot;
+PASS testElementAttribute(bodyElement, &quot;readystatechange&quot;) is &quot;none&quot;
+
+Event names we expect to be forwarded from &lt;frameset&gt; element to window object)
+
+PASS testElementAttribute(framesetElement, &quot;beforeunload&quot;) is &quot;window&quot;
+PASS testElementAttribute(framesetElement, &quot;blur&quot;) is &quot;window&quot;
+PASS testElementAttribute(framesetElement, &quot;error&quot;) is &quot;window&quot;
+PASS testElementAttribute(framesetElement, &quot;focus&quot;) is &quot;window&quot;
+PASS testElementAttribute(framesetElement, &quot;focusin&quot;) is &quot;window&quot;
+PASS testElementAttribute(framesetElement, &quot;focusout&quot;) is &quot;window&quot;
+PASS testElementAttribute(framesetElement, &quot;hashchange&quot;) is &quot;window&quot;
+PASS testElementAttribute(framesetElement, &quot;load&quot;) is &quot;window&quot;
+PASS testElementAttribute(framesetElement, &quot;message&quot;) is &quot;window&quot;
+PASS testElementAttribute(framesetElement, &quot;offline&quot;) is &quot;window&quot;
+PASS testElementAttribute(framesetElement, &quot;online&quot;) is &quot;window&quot;
+PASS testElementAttribute(framesetElement, &quot;pagehide&quot;) is &quot;window&quot;
+PASS testElementAttribute(framesetElement, &quot;pageshow&quot;) is &quot;window&quot;
+PASS testElementAttribute(framesetElement, &quot;popstate&quot;) is &quot;window&quot;
+PASS testElementAttribute(framesetElement, &quot;resize&quot;) is &quot;window&quot;
+PASS testElementAttribute(framesetElement, &quot;storage&quot;) is &quot;window&quot;
+PASS testElementAttribute(framesetElement, &quot;unload&quot;) is &quot;window&quot;
+
+Event names we expect to be forwarded from &lt;frameset&gt; element to document)
+
+FAIL testElementAttribute(framesetElement, &quot;selectionchange&quot;) should be document. Was none.
+
+Non-forwarded event names on &lt;frameset&gt; element
+
+PASS testElementAttribute(framesetElement, &quot;abort&quot;) is &quot;target&quot;
+PASS testElementAttribute(framesetElement, &quot;animationend&quot;) is &quot;target&quot;
+PASS testElementAttribute(framesetElement, &quot;animationiteration&quot;) is &quot;target&quot;
+PASS testElementAttribute(framesetElement, &quot;animationstart&quot;) is &quot;target&quot;
+PASS testElementAttribute(framesetElement, &quot;beforecopy&quot;) is &quot;target&quot;
+PASS testElementAttribute(framesetElement, &quot;beforecut&quot;) is &quot;target&quot;
+PASS testElementAttribute(framesetElement, &quot;beforeload&quot;) is &quot;target&quot;
+PASS testElementAttribute(framesetElement, &quot;beforepaste&quot;) is &quot;target&quot;
+PASS testElementAttribute(framesetElement, &quot;canplay&quot;) is &quot;target&quot;
+PASS testElementAttribute(framesetElement, &quot;canplaythrough&quot;) is &quot;target&quot;
+PASS testElementAttribute(framesetElement, &quot;change&quot;) is &quot;target&quot;
+PASS testElementAttribute(framesetElement, &quot;click&quot;) is &quot;target&quot;
+PASS testElementAttribute(framesetElement, &quot;contextmenu&quot;) is &quot;target&quot;
+PASS testElementAttribute(framesetElement, &quot;copy&quot;) is &quot;target&quot;
+PASS testElementAttribute(framesetElement, &quot;cut&quot;) is &quot;target&quot;
+PASS testElementAttribute(framesetElement, &quot;dblclick&quot;) is &quot;target&quot;
+PASS testElementAttribute(framesetElement, &quot;drag&quot;) is &quot;target&quot;
+PASS testElementAttribute(framesetElement, &quot;dragend&quot;) is &quot;target&quot;
+PASS testElementAttribute(framesetElement, &quot;dragenter&quot;) is &quot;target&quot;
+PASS testElementAttribute(framesetElement, &quot;dragleave&quot;) is &quot;target&quot;
+PASS testElementAttribute(framesetElement, &quot;dragover&quot;) is &quot;target&quot;
+PASS testElementAttribute(framesetElement, &quot;dragstart&quot;) is &quot;target&quot;
+PASS testElementAttribute(framesetElement, &quot;drop&quot;) is &quot;target&quot;
+PASS testElementAttribute(framesetElement, &quot;durationchange&quot;) is &quot;target&quot;
+PASS testElementAttribute(framesetElement, &quot;emptied&quot;) is &quot;target&quot;
+PASS testElementAttribute(framesetElement, &quot;ended&quot;) is &quot;target&quot;
+PASS testElementAttribute(framesetElement, &quot;input&quot;) is &quot;target&quot;
+PASS testElementAttribute(framesetElement, &quot;invalid&quot;) is &quot;target&quot;
+PASS testElementAttribute(framesetElement, &quot;keydown&quot;) is &quot;target&quot;
+PASS testElementAttribute(framesetElement, &quot;keypress&quot;) is &quot;target&quot;
+PASS testElementAttribute(framesetElement, &quot;keyup&quot;) is &quot;target&quot;
+PASS testElementAttribute(framesetElement, &quot;loadeddata&quot;) is &quot;target&quot;
+PASS testElementAttribute(framesetElement, &quot;loadedmetadata&quot;) is &quot;target&quot;
+PASS testElementAttribute(framesetElement, &quot;loadstart&quot;) is &quot;target&quot;
+PASS testElementAttribute(framesetElement, &quot;mousedown&quot;) is &quot;target&quot;
+PASS testElementAttribute(framesetElement, &quot;mouseenter&quot;) is &quot;target&quot;
+PASS testElementAttribute(framesetElement, &quot;mouseleave&quot;) is &quot;target&quot;
+PASS testElementAttribute(framesetElement, &quot;mousemove&quot;) is &quot;target&quot;
+PASS testElementAttribute(framesetElement, &quot;mouseout&quot;) is &quot;target&quot;
+PASS testElementAttribute(framesetElement, &quot;mouseover&quot;) is &quot;target&quot;
+PASS testElementAttribute(framesetElement, &quot;mouseup&quot;) is &quot;target&quot;
+PASS testElementAttribute(framesetElement, &quot;mousewheel&quot;) is &quot;target&quot;
+PASS testElementAttribute(framesetElement, &quot;paste&quot;) is &quot;target&quot;
+PASS testElementAttribute(framesetElement, &quot;pause&quot;) is &quot;target&quot;
+PASS testElementAttribute(framesetElement, &quot;play&quot;) is &quot;target&quot;
+PASS testElementAttribute(framesetElement, &quot;playing&quot;) is &quot;target&quot;
+PASS testElementAttribute(framesetElement, &quot;progress&quot;) is &quot;target&quot;
+PASS testElementAttribute(framesetElement, &quot;ratechange&quot;) is &quot;target&quot;
+PASS testElementAttribute(framesetElement, &quot;reset&quot;) is &quot;target&quot;
+FAIL testElementAttribute(framesetElement, &quot;scroll&quot;) should be target. Was window.
+PASS testElementAttribute(framesetElement, &quot;search&quot;) is &quot;target&quot;
+PASS testElementAttribute(framesetElement, &quot;seeked&quot;) is &quot;target&quot;
+PASS testElementAttribute(framesetElement, &quot;seeking&quot;) is &quot;target&quot;
+PASS testElementAttribute(framesetElement, &quot;select&quot;) is &quot;target&quot;
+PASS testElementAttribute(framesetElement, &quot;selectstart&quot;) is &quot;target&quot;
+PASS testElementAttribute(framesetElement, &quot;stalled&quot;) is &quot;target&quot;
+PASS testElementAttribute(framesetElement, &quot;submit&quot;) is &quot;target&quot;
+PASS testElementAttribute(framesetElement, &quot;suspend&quot;) is &quot;target&quot;
+PASS testElementAttribute(framesetElement, &quot;timeupdate&quot;) is &quot;target&quot;
+PASS testElementAttribute(framesetElement, &quot;transitionend&quot;) is &quot;target&quot;
+PASS testElementAttribute(framesetElement, &quot;volumechange&quot;) is &quot;target&quot;
+PASS testElementAttribute(framesetElement, &quot;waiting&quot;) is &quot;target&quot;
+PASS testElementAttribute(framesetElement, &quot;webkitanimationend&quot;) is &quot;target&quot;
+PASS testElementAttribute(framesetElement, &quot;webkitanimationiteration&quot;) is &quot;target&quot;
+PASS testElementAttribute(framesetElement, &quot;webkitanimationstart&quot;) is &quot;target&quot;
+PASS testElementAttribute(framesetElement, &quot;webkittransitionend&quot;) is &quot;target&quot;
+PASS testElementAttribute(framesetElement, &quot;wheel&quot;) is &quot;target&quot;
+
+Event names we expect to not be able to set on &lt;frameset&gt; element
+
+PASS testElementAttribute(framesetElement, &quot;noneventname&quot;) is &quot;none&quot;
+PASS testElementAttribute(framesetElement, &quot;readystatechange&quot;) is &quot;none&quot;
+
+Event names we expect to be able to set on an element (tested on the SVG &lt;rect&gt; element)
+
+PASS testElementAttribute(rectElement, &quot;abort&quot;) is &quot;target&quot;
+PASS testElementAttribute(rectElement, &quot;animationend&quot;) is &quot;target&quot;
+PASS testElementAttribute(rectElement, &quot;animationiteration&quot;) is &quot;target&quot;
+PASS testElementAttribute(rectElement, &quot;animationstart&quot;) is &quot;target&quot;
+PASS testElementAttribute(rectElement, &quot;beforecopy&quot;) is &quot;target&quot;
+PASS testElementAttribute(rectElement, &quot;beforecut&quot;) is &quot;target&quot;
+PASS testElementAttribute(rectElement, &quot;beforeload&quot;) is &quot;target&quot;
+PASS testElementAttribute(rectElement, &quot;beforepaste&quot;) is &quot;target&quot;
+PASS testElementAttribute(rectElement, &quot;blur&quot;) is &quot;target&quot;
+PASS testElementAttribute(rectElement, &quot;canplay&quot;) is &quot;target&quot;
+PASS testElementAttribute(rectElement, &quot;canplaythrough&quot;) is &quot;target&quot;
+PASS testElementAttribute(rectElement, &quot;change&quot;) is &quot;target&quot;
+PASS testElementAttribute(rectElement, &quot;click&quot;) is &quot;target&quot;
+PASS testElementAttribute(rectElement, &quot;contextmenu&quot;) is &quot;target&quot;
+PASS testElementAttribute(rectElement, &quot;copy&quot;) is &quot;target&quot;
+PASS testElementAttribute(rectElement, &quot;cut&quot;) is &quot;target&quot;
+PASS testElementAttribute(rectElement, &quot;dblclick&quot;) is &quot;target&quot;
+PASS testElementAttribute(rectElement, &quot;drag&quot;) is &quot;target&quot;
+PASS testElementAttribute(rectElement, &quot;dragend&quot;) is &quot;target&quot;
+PASS testElementAttribute(rectElement, &quot;dragenter&quot;) is &quot;target&quot;
+PASS testElementAttribute(rectElement, &quot;dragleave&quot;) is &quot;target&quot;
+PASS testElementAttribute(rectElement, &quot;dragover&quot;) is &quot;target&quot;
+PASS testElementAttribute(rectElement, &quot;dragstart&quot;) is &quot;target&quot;
+PASS testElementAttribute(rectElement, &quot;drop&quot;) is &quot;target&quot;
+PASS testElementAttribute(rectElement, &quot;durationchange&quot;) is &quot;target&quot;
+PASS testElementAttribute(rectElement, &quot;emptied&quot;) is &quot;target&quot;
+PASS testElementAttribute(rectElement, &quot;ended&quot;) is &quot;target&quot;
+PASS testElementAttribute(rectElement, &quot;error&quot;) is &quot;target&quot;
+PASS testElementAttribute(rectElement, &quot;focus&quot;) is &quot;target&quot;
+PASS testElementAttribute(rectElement, &quot;focusin&quot;) is &quot;target&quot;
+PASS testElementAttribute(rectElement, &quot;focusout&quot;) is &quot;target&quot;
+PASS testElementAttribute(rectElement, &quot;input&quot;) is &quot;target&quot;
+PASS testElementAttribute(rectElement, &quot;invalid&quot;) is &quot;target&quot;
+PASS testElementAttribute(rectElement, &quot;keydown&quot;) is &quot;target&quot;
+PASS testElementAttribute(rectElement, &quot;keypress&quot;) is &quot;target&quot;
+PASS testElementAttribute(rectElement, &quot;keyup&quot;) is &quot;target&quot;
+PASS testElementAttribute(rectElement, &quot;load&quot;) is &quot;target&quot;
+PASS testElementAttribute(rectElement, &quot;loadeddata&quot;) is &quot;target&quot;
+PASS testElementAttribute(rectElement, &quot;loadedmetadata&quot;) is &quot;target&quot;
+PASS testElementAttribute(rectElement, &quot;loadstart&quot;) is &quot;target&quot;
+PASS testElementAttribute(rectElement, &quot;mousedown&quot;) is &quot;target&quot;
+PASS testElementAttribute(rectElement, &quot;mouseenter&quot;) is &quot;target&quot;
+PASS testElementAttribute(rectElement, &quot;mouseleave&quot;) is &quot;target&quot;
+PASS testElementAttribute(rectElement, &quot;mousemove&quot;) is &quot;target&quot;
+PASS testElementAttribute(rectElement, &quot;mouseout&quot;) is &quot;target&quot;
+PASS testElementAttribute(rectElement, &quot;mouseover&quot;) is &quot;target&quot;
+PASS testElementAttribute(rectElement, &quot;mouseup&quot;) is &quot;target&quot;
+PASS testElementAttribute(rectElement, &quot;mousewheel&quot;) is &quot;target&quot;
+PASS testElementAttribute(rectElement, &quot;paste&quot;) is &quot;target&quot;
+PASS testElementAttribute(rectElement, &quot;pause&quot;) is &quot;target&quot;
+PASS testElementAttribute(rectElement, &quot;play&quot;) is &quot;target&quot;
+PASS testElementAttribute(rectElement, &quot;playing&quot;) is &quot;target&quot;
+PASS testElementAttribute(rectElement, &quot;progress&quot;) is &quot;target&quot;
+PASS testElementAttribute(rectElement, &quot;ratechange&quot;) is &quot;target&quot;
+PASS testElementAttribute(rectElement, &quot;reset&quot;) is &quot;target&quot;
+FAIL testElementAttribute(rectElement, &quot;resize&quot;) should be target. Was target, window.
+PASS testElementAttribute(rectElement, &quot;scroll&quot;) is &quot;target&quot;
+PASS testElementAttribute(rectElement, &quot;search&quot;) is &quot;target&quot;
+PASS testElementAttribute(rectElement, &quot;seeked&quot;) is &quot;target&quot;
+PASS testElementAttribute(rectElement, &quot;seeking&quot;) is &quot;target&quot;
+PASS testElementAttribute(rectElement, &quot;select&quot;) is &quot;target&quot;
+PASS testElementAttribute(rectElement, &quot;selectstart&quot;) is &quot;target&quot;
+PASS testElementAttribute(rectElement, &quot;stalled&quot;) is &quot;target&quot;
+PASS testElementAttribute(rectElement, &quot;submit&quot;) is &quot;target&quot;
+PASS testElementAttribute(rectElement, &quot;suspend&quot;) is &quot;target&quot;
+PASS testElementAttribute(rectElement, &quot;timeupdate&quot;) is &quot;target&quot;
+PASS testElementAttribute(rectElement, &quot;transitionend&quot;) is &quot;target&quot;
+PASS testElementAttribute(rectElement, &quot;volumechange&quot;) is &quot;target&quot;
+PASS testElementAttribute(rectElement, &quot;waiting&quot;) is &quot;target&quot;
+PASS testElementAttribute(rectElement, &quot;webkitanimationend&quot;) is &quot;target&quot;
+PASS testElementAttribute(rectElement, &quot;webkitanimationiteration&quot;) is &quot;target&quot;
+PASS testElementAttribute(rectElement, &quot;webkitanimationstart&quot;) is &quot;target&quot;
+PASS testElementAttribute(rectElement, &quot;webkittransitionend&quot;) is &quot;target&quot;
+PASS testElementAttribute(rectElement, &quot;wheel&quot;) is &quot;target&quot;
+
+Event names we expect not to be able to set on an element (tested on the SVG &lt;rect&gt; element)
+
+PASS testElementAttribute(rectElement, &quot;beforeunload&quot;) is &quot;none&quot;
+PASS testElementAttribute(rectElement, &quot;hashchange&quot;) is &quot;none&quot;
+PASS testElementAttribute(rectElement, &quot;message&quot;) is &quot;none&quot;
+PASS testElementAttribute(rectElement, &quot;noneventname&quot;) is &quot;none&quot;
+PASS testElementAttribute(rectElement, &quot;offline&quot;) is &quot;none&quot;
+PASS testElementAttribute(rectElement, &quot;online&quot;) is &quot;none&quot;
+PASS testElementAttribute(rectElement, &quot;pagehide&quot;) is &quot;none&quot;
+PASS testElementAttribute(rectElement, &quot;pageshow&quot;) is &quot;none&quot;
+PASS testElementAttribute(rectElement, &quot;popstate&quot;) is &quot;none&quot;
+PASS testElementAttribute(rectElement, &quot;readystatechange&quot;) is &quot;none&quot;
+PASS testElementAttribute(rectElement, &quot;selectionchange&quot;) is &quot;none&quot;
+PASS testElementAttribute(rectElement, &quot;storage&quot;) is &quot;none&quot;
+PASS testElementAttribute(rectElement, &quot;unload&quot;) is &quot;none&quot;
+
+Event names on a non-HTML element
+
+FAIL testElementAttribute(nonHTMLElement, &quot;abort&quot;) should be none. Was script: target; content: none.
+FAIL testElementAttribute(nonHTMLElement, &quot;animationend&quot;) should be none. Was script: target; content: none.
+FAIL testElementAttribute(nonHTMLElement, &quot;animationiteration&quot;) should be none. Was script: target; content: none.
+FAIL testElementAttribute(nonHTMLElement, &quot;animationstart&quot;) should be none. Was script: target; content: none.
+FAIL testElementAttribute(nonHTMLElement, &quot;beforecopy&quot;) should be none. Was script: target; content: none.
+FAIL testElementAttribute(nonHTMLElement, &quot;beforecut&quot;) should be none. Was script: target; content: none.
+FAIL testElementAttribute(nonHTMLElement, &quot;beforeload&quot;) should be none. Was script: target; content: none.
+FAIL testElementAttribute(nonHTMLElement, &quot;beforepaste&quot;) should be none. Was script: target; content: none.
+PASS testElementAttribute(nonHTMLElement, &quot;beforeunload&quot;) is &quot;none&quot;
+FAIL testElementAttribute(nonHTMLElement, &quot;blur&quot;) should be none. Was script: target; content: none.
+FAIL testElementAttribute(nonHTMLElement, &quot;canplay&quot;) should be none. Was script: target; content: none.
+FAIL testElementAttribute(nonHTMLElement, &quot;canplaythrough&quot;) should be none. Was script: target; content: none.
+FAIL testElementAttribute(nonHTMLElement, &quot;change&quot;) should be none. Was script: target; content: none.
+FAIL testElementAttribute(nonHTMLElement, &quot;click&quot;) should be none. Was script: target; content: none.
+FAIL testElementAttribute(nonHTMLElement, &quot;contextmenu&quot;) should be none. Was script: target; content: none.
+FAIL testElementAttribute(nonHTMLElement, &quot;copy&quot;) should be none. Was script: target; content: none.
+FAIL testElementAttribute(nonHTMLElement, &quot;cut&quot;) should be none. Was script: target; content: none.
+FAIL testElementAttribute(nonHTMLElement, &quot;dblclick&quot;) should be none. Was script: target; content: none.
+FAIL testElementAttribute(nonHTMLElement, &quot;drag&quot;) should be none. Was script: target; content: none.
+FAIL testElementAttribute(nonHTMLElement, &quot;dragend&quot;) should be none. Was script: target; content: none.
+FAIL testElementAttribute(nonHTMLElement, &quot;dragenter&quot;) should be none. Was script: target; content: none.
+FAIL testElementAttribute(nonHTMLElement, &quot;dragleave&quot;) should be none. Was script: target; content: none.
+FAIL testElementAttribute(nonHTMLElement, &quot;dragover&quot;) should be none. Was script: target; content: none.
+FAIL testElementAttribute(nonHTMLElement, &quot;dragstart&quot;) should be none. Was script: target; content: none.
+FAIL testElementAttribute(nonHTMLElement, &quot;drop&quot;) should be none. Was script: target; content: none.
+FAIL testElementAttribute(nonHTMLElement, &quot;durationchange&quot;) should be none. Was script: target; content: none.
+FAIL testElementAttribute(nonHTMLElement, &quot;emptied&quot;) should be none. Was script: target; content: none.
+FAIL testElementAttribute(nonHTMLElement, &quot;ended&quot;) should be none. Was script: target; content: none.
+FAIL testElementAttribute(nonHTMLElement, &quot;error&quot;) should be none. Was script: target; content: none.
+FAIL testElementAttribute(nonHTMLElement, &quot;focus&quot;) should be none. Was script: target; content: none.
+FAIL testElementAttribute(nonHTMLElement, &quot;focusin&quot;) should be none. Was script: target; content: none.
+FAIL testElementAttribute(nonHTMLElement, &quot;focusout&quot;) should be none. Was script: target; content: none.
+PASS testElementAttribute(nonHTMLElement, &quot;hashchange&quot;) is &quot;none&quot;
+FAIL testElementAttribute(nonHTMLElement, &quot;input&quot;) should be none. Was script: target; content: none.
+FAIL testElementAttribute(nonHTMLElement, &quot;invalid&quot;) should be none. Was script: target; content: none.
+FAIL testElementAttribute(nonHTMLElement, &quot;keydown&quot;) should be none. Was script: target; content: none.
+FAIL testElementAttribute(nonHTMLElement, &quot;keypress&quot;) should be none. Was script: target; content: none.
+FAIL testElementAttribute(nonHTMLElement, &quot;keyup&quot;) should be none. Was script: target; content: none.
+FAIL testElementAttribute(nonHTMLElement, &quot;load&quot;) should be none. Was script: target; content: none.
+FAIL testElementAttribute(nonHTMLElement, &quot;loadeddata&quot;) should be none. Was script: target; content: none.
+FAIL testElementAttribute(nonHTMLElement, &quot;loadedmetadata&quot;) should be none. Was script: target; content: none.
+FAIL testElementAttribute(nonHTMLElement, &quot;loadstart&quot;) should be none. Was script: target; content: none.
+PASS testElementAttribute(nonHTMLElement, &quot;message&quot;) is &quot;none&quot;
+FAIL testElementAttribute(nonHTMLElement, &quot;mousedown&quot;) should be none. Was script: target; content: none.
+FAIL testElementAttribute(nonHTMLElement, &quot;mouseenter&quot;) should be none. Was script: target; content: none.
+FAIL testElementAttribute(nonHTMLElement, &quot;mouseleave&quot;) should be none. Was script: target; content: none.
+FAIL testElementAttribute(nonHTMLElement, &quot;mousemove&quot;) should be none. Was script: target; content: none.
+FAIL testElementAttribute(nonHTMLElement, &quot;mouseout&quot;) should be none. Was script: target; content: none.
+FAIL testElementAttribute(nonHTMLElement, &quot;mouseover&quot;) should be none. Was script: target; content: none.
+FAIL testElementAttribute(nonHTMLElement, &quot;mouseup&quot;) should be none. Was script: target; content: none.
+FAIL testElementAttribute(nonHTMLElement, &quot;mousewheel&quot;) should be none. Was script: target; content: none.
+PASS testElementAttribute(nonHTMLElement, &quot;noneventname&quot;) is &quot;none&quot;
+PASS testElementAttribute(nonHTMLElement, &quot;offline&quot;) is &quot;none&quot;
+PASS testElementAttribute(nonHTMLElement, &quot;online&quot;) is &quot;none&quot;
+PASS testElementAttribute(nonHTMLElement, &quot;pagehide&quot;) is &quot;none&quot;
+PASS testElementAttribute(nonHTMLElement, &quot;pageshow&quot;) is &quot;none&quot;
+FAIL testElementAttribute(nonHTMLElement, &quot;paste&quot;) should be none. Was script: target; content: none.
+FAIL testElementAttribute(nonHTMLElement, &quot;pause&quot;) should be none. Was script: target; content: none.
+FAIL testElementAttribute(nonHTMLElement, &quot;play&quot;) should be none. Was script: target; content: none.
+FAIL testElementAttribute(nonHTMLElement, &quot;playing&quot;) should be none. Was script: target; content: none.
+PASS testElementAttribute(nonHTMLElement, &quot;popstate&quot;) is &quot;none&quot;
+FAIL testElementAttribute(nonHTMLElement, &quot;progress&quot;) should be none. Was script: target; content: none.
+FAIL testElementAttribute(nonHTMLElement, &quot;ratechange&quot;) should be none. Was script: target; content: none.
+PASS testElementAttribute(nonHTMLElement, &quot;readystatechange&quot;) is &quot;none&quot;
+FAIL testElementAttribute(nonHTMLElement, &quot;reset&quot;) should be none. Was script: target; content: none.
+FAIL testElementAttribute(nonHTMLElement, &quot;resize&quot;) should be none. Was script: target, window; content: none.
+FAIL testElementAttribute(nonHTMLElement, &quot;scroll&quot;) should be none. Was script: target; content: none.
+FAIL testElementAttribute(nonHTMLElement, &quot;search&quot;) should be none. Was script: target; content: none.
+FAIL testElementAttribute(nonHTMLElement, &quot;seeked&quot;) should be none. Was script: target; content: none.
+FAIL testElementAttribute(nonHTMLElement, &quot;seeking&quot;) should be none. Was script: target; content: none.
+FAIL testElementAttribute(nonHTMLElement, &quot;select&quot;) should be none. Was script: target; content: none.
+PASS testElementAttribute(nonHTMLElement, &quot;selectionchange&quot;) is &quot;none&quot;
+FAIL testElementAttribute(nonHTMLElement, &quot;selectstart&quot;) should be none. Was script: target; content: none.
+FAIL testElementAttribute(nonHTMLElement, &quot;stalled&quot;) should be none. Was script: target; content: none.
+PASS testElementAttribute(nonHTMLElement, &quot;storage&quot;) is &quot;none&quot;
+FAIL testElementAttribute(nonHTMLElement, &quot;submit&quot;) should be none. Was script: target; content: none.
+FAIL testElementAttribute(nonHTMLElement, &quot;suspend&quot;) should be none. Was script: target; content: none.
+FAIL testElementAttribute(nonHTMLElement, &quot;timeupdate&quot;) should be none. Was script: target; content: none.
+FAIL testElementAttribute(nonHTMLElement, &quot;transitionend&quot;) should be none. Was script: target; content: none.
+PASS testElementAttribute(nonHTMLElement, &quot;unload&quot;) is &quot;none&quot;
+FAIL testElementAttribute(nonHTMLElement, &quot;volumechange&quot;) should be none. Was script: target; content: none.
+FAIL testElementAttribute(nonHTMLElement, &quot;waiting&quot;) should be none. Was script: target; content: none.
+FAIL testElementAttribute(nonHTMLElement, &quot;webkitanimationend&quot;) should be none. Was script: target; content: none.
+FAIL testElementAttribute(nonHTMLElement, &quot;webkitanimationiteration&quot;) should be none. Was script: target; content: none.
+FAIL testElementAttribute(nonHTMLElement, &quot;webkitanimationstart&quot;) should be none. Was script: target; content: none.
+FAIL testElementAttribute(nonHTMLElement, &quot;webkittransitionend&quot;) should be none. Was script: target; content: none.
+FAIL testElementAttribute(nonHTMLElement, &quot;wheel&quot;) should be none. Was script: target; content: none.
+
+PASS successfullyParsed is true
+
+TEST COMPLETE
+
</ins></span></pre>
</div>
</div>

</body>
</html>