<!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>[182046] trunk</title>
</head>
<body>

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

<h3>Log Message</h3>
<pre>REGRESSION (<a href="http://trac.webkit.org/projects/webkit/changeset/181358">r181358</a> and <a href="http://trac.webkit.org/projects/webkit/changeset/181507">r181507</a>): Lots of sites think that we support touch events on OS X
https://bugs.webkit.org/show_bug.cgi?id=142888
&lt;rdar://problem/20227304&gt;

Reviewed by Beth Dakin.

* dom/Document.idl:
* dom/Element.idl:
* html/HTMLBodyElement.idl:
* html/HTMLFrameSetElement.idl:
* page/DOMWindow.idl:
Re-conditionalize a lot of event listeners; sites test (&quot;ontouchstart&quot; in window), which
is not covered by NotEnumerable, and so <a href="http://trac.webkit.org/projects/webkit/changeset/181358">r181358</a> and <a href="http://trac.webkit.org/projects/webkit/changeset/181507">r181507</a> broke a bunch of sites
(apple.com, blaze.com, anything using nicescroll.js, etc.) by causing them to think
that (Mac) Safari was touch-enabled.

* fast/dom/event-handler-attributes-expected.txt:
* fast/dom/event-handler-attributes.html:
* fast/events/event-attribute-expected.txt:
* platform/win/fast/events/event-attribute-expected.txt:
Revert some changes to these tests and their results.</pre>

<h3>Modified Paths</h3>
<ul>
<li><a href="#trunkLayoutTestsChangeLog">trunk/LayoutTests/ChangeLog</a></li>
<li><a href="#trunkLayoutTestsfastdomeventhandlerattributesexpectedtxt">trunk/LayoutTests/fast/dom/event-handler-attributes-expected.txt</a></li>
<li><a href="#trunkLayoutTestsfastdomeventhandlerattributeshtml">trunk/LayoutTests/fast/dom/event-handler-attributes.html</a></li>
<li><a href="#trunkLayoutTestsfasteventseventattributeexpectedtxt">trunk/LayoutTests/fast/events/event-attribute-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformwinfasteventseventattributeexpectedtxt">trunk/LayoutTests/platform/win/fast/events/event-attribute-expected.txt</a></li>
<li><a href="#trunkSourceWebCoreChangeLog">trunk/Source/WebCore/ChangeLog</a></li>
<li><a href="#trunkSourceWebCoredomDocumentidl">trunk/Source/WebCore/dom/Document.idl</a></li>
<li><a href="#trunkSourceWebCoredomElementidl">trunk/Source/WebCore/dom/Element.idl</a></li>
<li><a href="#trunkSourceWebCorehtmlHTMLBodyElementidl">trunk/Source/WebCore/html/HTMLBodyElement.idl</a></li>
<li><a href="#trunkSourceWebCorehtmlHTMLFrameSetElementidl">trunk/Source/WebCore/html/HTMLFrameSetElement.idl</a></li>
<li><a href="#trunkSourceWebCorepageDOMWindowidl">trunk/Source/WebCore/page/DOMWindow.idl</a></li>
</ul>

</div>
<div id="patch">
<h3>Diff</h3>
<a id="trunkLayoutTestsChangeLog"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/ChangeLog (182045 => 182046)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/ChangeLog        2015-03-27 00:13:59 UTC (rev 182045)
+++ trunk/LayoutTests/ChangeLog        2015-03-27 01:02:38 UTC (rev 182046)
</span><span class="lines">@@ -1,3 +1,17 @@
</span><ins>+2015-03-26  Tim Horton  &lt;timothy_horton@apple.com&gt;
+
+        REGRESSION (r181358 and r181507): Lots of sites think that we support touch events on OS X
+        https://bugs.webkit.org/show_bug.cgi?id=142888
+        &lt;rdar://problem/20227304&gt;
+
+        Reviewed by Beth Dakin.
+
+        * fast/dom/event-handler-attributes-expected.txt:
+        * fast/dom/event-handler-attributes.html:
+        * fast/events/event-attribute-expected.txt:
+        * platform/win/fast/events/event-attribute-expected.txt:
+        Revert some changes to these tests and their results.
+
</ins><span class="cx"> 2015-03-26  Roger Fong  &lt;roger_fong@apple.com&gt;
</span><span class="cx"> 
</span><span class="cx">         Apply blur effect to media control background.
</span></span></pre></div>
<a id="trunkLayoutTestsfastdomeventhandlerattributesexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/fast/dom/event-handler-attributes-expected.txt (182045 => 182046)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/fast/dom/event-handler-attributes-expected.txt        2015-03-27 00:13:59 UTC (rev 182045)
+++ trunk/LayoutTests/fast/dom/event-handler-attributes-expected.txt        2015-03-27 01:02:38 UTC (rev 182046)
</span><span class="lines">@@ -17,8 +17,6 @@
</span><span class="cx"> PASS testScriptAttribute(window, &quot;click&quot;) is &quot;window&quot;
</span><span class="cx"> PASS testScriptAttribute(window, &quot;contextmenu&quot;) is &quot;window&quot;
</span><span class="cx"> PASS testScriptAttribute(window, &quot;dblclick&quot;) is &quot;window&quot;
</span><del>-PASS testScriptAttribute(window, &quot;devicemotion&quot;) is &quot;window&quot;
-PASS testScriptAttribute(window, &quot;deviceorientation&quot;) is &quot;window&quot;
</del><span class="cx"> PASS testScriptAttribute(window, &quot;drag&quot;) is &quot;window&quot;
</span><span class="cx"> PASS testScriptAttribute(window, &quot;dragend&quot;) is &quot;window&quot;
</span><span class="cx"> PASS testScriptAttribute(window, &quot;dragenter&quot;) is &quot;window&quot;
</span><span class="lines">@@ -31,9 +29,6 @@
</span><span class="cx"> PASS testScriptAttribute(window, &quot;ended&quot;) is &quot;window&quot;
</span><span class="cx"> PASS testScriptAttribute(window, &quot;error&quot;) is &quot;window&quot;
</span><span class="cx"> PASS testScriptAttribute(window, &quot;focus&quot;) is &quot;window&quot;
</span><del>-PASS testScriptAttribute(window, &quot;gesturechange&quot;) is &quot;window&quot;
-PASS testScriptAttribute(window, &quot;gestureend&quot;) is &quot;window&quot;
-PASS testScriptAttribute(window, &quot;gesturestart&quot;) is &quot;window&quot;
</del><span class="cx"> PASS testScriptAttribute(window, &quot;hashchange&quot;) is &quot;window&quot;
</span><span class="cx"> PASS testScriptAttribute(window, &quot;input&quot;) is &quot;window&quot;
</span><span class="cx"> PASS testScriptAttribute(window, &quot;invalid&quot;) is &quot;window&quot;
</span><span class="lines">@@ -55,7 +50,6 @@
</span><span class="cx"> PASS testScriptAttribute(window, &quot;mousewheel&quot;) is &quot;window&quot;
</span><span class="cx"> PASS testScriptAttribute(window, &quot;offline&quot;) is &quot;window&quot;
</span><span class="cx"> PASS testScriptAttribute(window, &quot;online&quot;) is &quot;window&quot;
</span><del>-PASS testScriptAttribute(window, &quot;orientationchange&quot;) is &quot;window&quot;
</del><span class="cx"> PASS testScriptAttribute(window, &quot;pagehide&quot;) is &quot;window&quot;
</span><span class="cx"> PASS testScriptAttribute(window, &quot;pageshow&quot;) is &quot;window&quot;
</span><span class="cx"> PASS testScriptAttribute(window, &quot;pause&quot;) is &quot;window&quot;
</span><span class="lines">@@ -76,10 +70,6 @@
</span><span class="cx"> PASS testScriptAttribute(window, &quot;submit&quot;) is &quot;window&quot;
</span><span class="cx"> PASS testScriptAttribute(window, &quot;suspend&quot;) is &quot;window&quot;
</span><span class="cx"> PASS testScriptAttribute(window, &quot;timeupdate&quot;) is &quot;window&quot;
</span><del>-PASS testScriptAttribute(window, &quot;touchcancel&quot;) is &quot;window&quot;
-PASS testScriptAttribute(window, &quot;touchend&quot;) is &quot;window&quot;
-PASS testScriptAttribute(window, &quot;touchmove&quot;) is &quot;window&quot;
-PASS testScriptAttribute(window, &quot;touchstart&quot;) is &quot;window&quot;
</del><span class="cx"> PASS testScriptAttribute(window, &quot;transitionend&quot;) is &quot;window&quot;
</span><span class="cx"> PASS testScriptAttribute(window, &quot;unload&quot;) is &quot;window&quot;
</span><span class="cx"> PASS testScriptAttribute(window, &quot;volumechange&quot;) is &quot;window&quot;
</span><span class="lines">@@ -87,24 +77,11 @@
</span><span class="cx"> PASS testScriptAttribute(window, &quot;webkitanimationend&quot;) is &quot;window&quot;
</span><span class="cx"> PASS testScriptAttribute(window, &quot;webkitanimationiteration&quot;) is &quot;window&quot;
</span><span class="cx"> PASS testScriptAttribute(window, &quot;webkitanimationstart&quot;) is &quot;window&quot;
</span><del>-PASS testScriptAttribute(window, &quot;webkitdeviceproximity&quot;) is &quot;window&quot;
-PASS testScriptAttribute(window, &quot;webkitmouseforcecancelled&quot;) is &quot;window&quot;
-PASS testScriptAttribute(window, &quot;webkitmouseforcechanged&quot;) is &quot;window&quot;
-PASS testScriptAttribute(window, &quot;webkitmouseforceclick&quot;) is &quot;window&quot;
-PASS testScriptAttribute(window, &quot;webkitmouseforcedown&quot;) is &quot;window&quot;
-PASS testScriptAttribute(window, &quot;webkitmouseforceup&quot;) is &quot;window&quot;
-PASS testScriptAttribute(window, &quot;webkitmouseforcewillbegin&quot;) is &quot;window&quot;
</del><span class="cx"> PASS testScriptAttribute(window, &quot;webkittransitionend&quot;) is &quot;window&quot;
</span><del>-PASS testScriptAttribute(window, &quot;webkitwillrevealbottom&quot;) is &quot;window&quot;
-PASS testScriptAttribute(window, &quot;webkitwillrevealleft&quot;) is &quot;window&quot;
-PASS testScriptAttribute(window, &quot;webkitwillrevealright&quot;) is &quot;window&quot;
-PASS testScriptAttribute(window, &quot;webkitwillrevealtop&quot;) is &quot;window&quot;
</del><span class="cx"> PASS testScriptAttribute(window, &quot;wheel&quot;) is &quot;window&quot;
</span><span class="cx"> 
</span><span class="cx"> Event names we expect not to be able to set on the window object
</span><span class="cx"> 
</span><del>-PASS testScriptAttribute(window, &quot;autocomplete&quot;) is &quot;none&quot;
-PASS testScriptAttribute(window, &quot;autocompleteerror&quot;) is &quot;none&quot;
</del><span class="cx"> PASS testScriptAttribute(window, &quot;beforecopy&quot;) is &quot;none&quot;
</span><span class="cx"> PASS testScriptAttribute(window, &quot;beforecut&quot;) is &quot;none&quot;
</span><span class="cx"> PASS testScriptAttribute(window, &quot;beforeload&quot;) is &quot;none&quot;
</span><span class="lines">@@ -115,21 +92,9 @@
</span><span class="cx"> PASS testScriptAttribute(window, &quot;focusout&quot;) is &quot;none&quot;
</span><span class="cx"> PASS testScriptAttribute(window, &quot;noneventname&quot;) is &quot;none&quot;
</span><span class="cx"> PASS testScriptAttribute(window, &quot;paste&quot;) is &quot;none&quot;
</span><del>-PASS testScriptAttribute(window, &quot;pointerlockchange&quot;) is &quot;none&quot;
-PASS testScriptAttribute(window, &quot;pointerlockerror&quot;) is &quot;none&quot;
</del><span class="cx"> PASS testScriptAttribute(window, &quot;readystatechange&quot;) is &quot;none&quot;
</span><del>-PASS testScriptAttribute(window, &quot;securitypolicyviolation&quot;) is &quot;none&quot;
</del><span class="cx"> PASS testScriptAttribute(window, &quot;selectionchange&quot;) is &quot;none&quot;
</span><span class="cx"> PASS testScriptAttribute(window, &quot;selectstart&quot;) is &quot;none&quot;
</span><del>-PASS testScriptAttribute(window, &quot;webkitcurrentplaybacktargetiswirelesschanged&quot;) is &quot;none&quot;
-PASS testScriptAttribute(window, &quot;webkitfullscreenchange&quot;) is &quot;none&quot;
-PASS testScriptAttribute(window, &quot;webkitfullscreenerror&quot;) is &quot;none&quot;
-PASS testScriptAttribute(window, &quot;webkitkeyadded&quot;) is &quot;none&quot;
-PASS testScriptAttribute(window, &quot;webkitkeyerror&quot;) is &quot;none&quot;
-PASS testScriptAttribute(window, &quot;webkitkeymessage&quot;) is &quot;none&quot;
-PASS testScriptAttribute(window, &quot;webkitneedkey&quot;) is &quot;none&quot;
-PASS testScriptAttribute(window, &quot;webkitplaybacktargetavailabilitychanged&quot;) is &quot;none&quot;
-PASS testScriptAttribute(window, &quot;webkitpresentationmodechanged&quot;) is &quot;none&quot;
</del><span class="cx"> 
</span><span class="cx"> Event names we expect to be able to set on the document
</span><span class="cx"> 
</span><span class="lines">@@ -168,33 +133,14 @@
</span><span class="cx"> PASS testScriptAttribute(document, &quot;mouseup&quot;) is &quot;document&quot;
</span><span class="cx"> PASS testScriptAttribute(document, &quot;mousewheel&quot;) is &quot;document&quot;
</span><span class="cx"> PASS testScriptAttribute(document, &quot;paste&quot;) is &quot;document&quot;
</span><del>-PASS testScriptAttribute(document, &quot;pointerlockchange&quot;) is &quot;document&quot;
-PASS testScriptAttribute(document, &quot;pointerlockerror&quot;) is &quot;document&quot;
</del><span class="cx"> PASS testScriptAttribute(document, &quot;readystatechange&quot;) is &quot;document&quot;
</span><span class="cx"> PASS testScriptAttribute(document, &quot;reset&quot;) is &quot;document&quot;
</span><span class="cx"> PASS testScriptAttribute(document, &quot;scroll&quot;) is &quot;document&quot;
</span><span class="cx"> PASS testScriptAttribute(document, &quot;search&quot;) is &quot;document&quot;
</span><del>-PASS testScriptAttribute(document, &quot;securitypolicyviolation&quot;) is &quot;document&quot;
</del><span class="cx"> PASS testScriptAttribute(document, &quot;select&quot;) is &quot;document&quot;
</span><span class="cx"> PASS testScriptAttribute(document, &quot;selectionchange&quot;) is &quot;document&quot;
</span><span class="cx"> PASS testScriptAttribute(document, &quot;selectstart&quot;) is &quot;document&quot;
</span><span class="cx"> PASS testScriptAttribute(document, &quot;submit&quot;) is &quot;document&quot;
</span><del>-PASS testScriptAttribute(document, &quot;touchcancel&quot;) is &quot;document&quot;
-PASS testScriptAttribute(document, &quot;touchend&quot;) is &quot;document&quot;
-PASS testScriptAttribute(document, &quot;touchmove&quot;) is &quot;document&quot;
-PASS testScriptAttribute(document, &quot;touchstart&quot;) is &quot;document&quot;
-PASS testScriptAttribute(document, &quot;webkitmouseforcecancelled&quot;) is &quot;document&quot;
-PASS testScriptAttribute(document, &quot;webkitmouseforcechanged&quot;) is &quot;document&quot;
-PASS testScriptAttribute(document, &quot;webkitmouseforceclick&quot;) is &quot;document&quot;
-PASS testScriptAttribute(document, &quot;webkitmouseforcedown&quot;) is &quot;document&quot;
-PASS testScriptAttribute(document, &quot;webkitmouseforceup&quot;) is &quot;document&quot;
-PASS testScriptAttribute(document, &quot;webkitmouseforcewillbegin&quot;) is &quot;document&quot;
-PASS testScriptAttribute(document, &quot;webkitfullscreenchange&quot;) is &quot;document&quot;
-PASS testScriptAttribute(document, &quot;webkitfullscreenerror&quot;) is &quot;document&quot;
-PASS testScriptAttribute(document, &quot;webkitwillrevealbottom&quot;) is &quot;document&quot;
-PASS testScriptAttribute(document, &quot;webkitwillrevealleft&quot;) is &quot;document&quot;
-PASS testScriptAttribute(document, &quot;webkitwillrevealright&quot;) is &quot;document&quot;
-PASS testScriptAttribute(document, &quot;webkitwillrevealtop&quot;) is &quot;document&quot;
</del><span class="cx"> PASS testScriptAttribute(document, &quot;wheel&quot;) is &quot;document&quot;
</span><span class="cx"> 
</span><span class="cx"> Event names we expect not to be able to set on the document
</span><span class="lines">@@ -202,22 +148,15 @@
</span><span class="cx"> PASS testScriptAttribute(document, &quot;animationend&quot;) is &quot;none&quot;
</span><span class="cx"> PASS testScriptAttribute(document, &quot;animationiteration&quot;) is &quot;none&quot;
</span><span class="cx"> PASS testScriptAttribute(document, &quot;animationstart&quot;) is &quot;none&quot;
</span><del>-PASS testScriptAttribute(document, &quot;autocomplete&quot;) is &quot;none&quot;
-PASS testScriptAttribute(document, &quot;autocompleteerror&quot;) is &quot;none&quot;
</del><span class="cx"> PASS testScriptAttribute(document, &quot;beforeload&quot;) is &quot;none&quot;
</span><span class="cx"> PASS testScriptAttribute(document, &quot;beforeunload&quot;) is &quot;none&quot;
</span><span class="cx"> PASS testScriptAttribute(document, &quot;canplay&quot;) is &quot;none&quot;
</span><span class="cx"> PASS testScriptAttribute(document, &quot;canplaythrough&quot;) is &quot;none&quot;
</span><del>-PASS testScriptAttribute(document, &quot;devicemotion&quot;) is &quot;none&quot;
-PASS testScriptAttribute(document, &quot;deviceorientation&quot;) is &quot;none&quot;
</del><span class="cx"> PASS testScriptAttribute(document, &quot;durationchange&quot;) is &quot;none&quot;
</span><span class="cx"> PASS testScriptAttribute(document, &quot;emptied&quot;) is &quot;none&quot;
</span><span class="cx"> PASS testScriptAttribute(document, &quot;ended&quot;) is &quot;none&quot;
</span><span class="cx"> PASS testScriptAttribute(document, &quot;focusin&quot;) is &quot;none&quot;
</span><span class="cx"> PASS testScriptAttribute(document, &quot;focusout&quot;) is &quot;none&quot;
</span><del>-PASS testScriptAttribute(document, &quot;gesturechange&quot;) is &quot;none&quot;
-PASS testScriptAttribute(document, &quot;gestureend&quot;) is &quot;none&quot;
-PASS testScriptAttribute(document, &quot;gesturestart&quot;) is &quot;none&quot;
</del><span class="cx"> PASS testScriptAttribute(document, &quot;hashchange&quot;) is &quot;none&quot;
</span><span class="cx"> PASS testScriptAttribute(document, &quot;loadeddata&quot;) is &quot;none&quot;
</span><span class="cx"> PASS testScriptAttribute(document, &quot;loadedmetadata&quot;) is &quot;none&quot;
</span><span class="lines">@@ -226,7 +165,6 @@
</span><span class="cx"> PASS testScriptAttribute(document, &quot;noneventname&quot;) is &quot;none&quot;
</span><span class="cx"> PASS testScriptAttribute(document, &quot;offline&quot;) is &quot;none&quot;
</span><span class="cx"> PASS testScriptAttribute(document, &quot;online&quot;) is &quot;none&quot;
</span><del>-PASS testScriptAttribute(document, &quot;orientationchange&quot;) is &quot;none&quot;
</del><span class="cx"> PASS testScriptAttribute(document, &quot;pagehide&quot;) is &quot;none&quot;
</span><span class="cx"> PASS testScriptAttribute(document, &quot;pageshow&quot;) is &quot;none&quot;
</span><span class="cx"> PASS testScriptAttribute(document, &quot;pause&quot;) is &quot;none&quot;
</span><span class="lines">@@ -249,14 +187,6 @@
</span><span class="cx"> PASS testScriptAttribute(document, &quot;webkitanimationend&quot;) is &quot;none&quot;
</span><span class="cx"> PASS testScriptAttribute(document, &quot;webkitanimationiteration&quot;) is &quot;none&quot;
</span><span class="cx"> PASS testScriptAttribute(document, &quot;webkitanimationstart&quot;) is &quot;none&quot;
</span><del>-PASS testScriptAttribute(document, &quot;webkitcurrentplaybacktargetiswirelesschanged&quot;) is &quot;none&quot;
-PASS testScriptAttribute(document, &quot;webkitdeviceproximity&quot;) is &quot;none&quot;
-PASS testScriptAttribute(document, &quot;webkitkeyadded&quot;) is &quot;none&quot;
-PASS testScriptAttribute(document, &quot;webkitkeyerror&quot;) is &quot;none&quot;
-PASS testScriptAttribute(document, &quot;webkitkeymessage&quot;) is &quot;none&quot;
-PASS testScriptAttribute(document, &quot;webkitneedkey&quot;) is &quot;none&quot;
-PASS testScriptAttribute(document, &quot;webkitplaybacktargetavailabilitychanged&quot;) is &quot;none&quot;
-PASS testScriptAttribute(document, &quot;webkitpresentationmodechanged&quot;) is &quot;none&quot;
</del><span class="cx"> PASS testScriptAttribute(document, &quot;webkittransitionend&quot;) is &quot;none&quot;
</span><span class="cx"> 
</span><span class="cx"> Event names we expect to be able to set on an element (tested on the &lt;html&gt; element)
</span><span class="lines">@@ -265,8 +195,6 @@
</span><span class="cx"> PASS testElementAttribute(element, &quot;animationend&quot;) is &quot;target&quot;
</span><span class="cx"> PASS testElementAttribute(element, &quot;animationiteration&quot;) is &quot;target&quot;
</span><span class="cx"> PASS testElementAttribute(element, &quot;animationstart&quot;) is &quot;target&quot;
</span><del>-PASS testElementAttribute(element, &quot;autocomplete&quot;) is &quot;target&quot;
-PASS testElementAttribute(element, &quot;autocompleteerror&quot;) is &quot;target&quot;
</del><span class="cx"> PASS testElementAttribute(element, &quot;beforecopy&quot;) is &quot;target&quot;
</span><span class="cx"> PASS testElementAttribute(element, &quot;beforecut&quot;) is &quot;target&quot;
</span><span class="cx"> PASS testElementAttribute(element, &quot;beforeload&quot;) is &quot;target&quot;
</span><span class="lines">@@ -294,9 +222,6 @@
</span><span class="cx"> PASS testElementAttribute(element, &quot;focus&quot;) is &quot;target&quot;
</span><span class="cx"> PASS testElementAttribute(element, &quot;focusin&quot;) is &quot;target&quot;
</span><span class="cx"> PASS testElementAttribute(element, &quot;focusout&quot;) is &quot;target&quot;
</span><del>-PASS testElementAttribute(element, &quot;gesturechange&quot;) is &quot;target&quot;
-PASS testElementAttribute(element, &quot;gestureend&quot;) is &quot;target&quot;
-PASS testElementAttribute(element, &quot;gesturestart&quot;) is &quot;target&quot;
</del><span class="cx"> PASS testElementAttribute(element, &quot;input&quot;) is &quot;target&quot;
</span><span class="cx"> PASS testElementAttribute(element, &quot;invalid&quot;) is &quot;target&quot;
</span><span class="cx"> PASS testElementAttribute(element, &quot;keydown&quot;) is &quot;target&quot;
</span><span class="lines">@@ -331,61 +256,31 @@
</span><span class="cx"> PASS testElementAttribute(element, &quot;submit&quot;) is &quot;target&quot;
</span><span class="cx"> PASS testElementAttribute(element, &quot;suspend&quot;) is &quot;target&quot;
</span><span class="cx"> PASS testElementAttribute(element, &quot;timeupdate&quot;) is &quot;target&quot;
</span><del>-PASS testElementAttribute(element, &quot;touchcancel&quot;) is &quot;target&quot;
-PASS testElementAttribute(element, &quot;touchend&quot;) is &quot;target&quot;
-PASS testElementAttribute(element, &quot;touchmove&quot;) is &quot;target&quot;
-PASS testElementAttribute(element, &quot;touchstart&quot;) is &quot;target&quot;
</del><span class="cx"> PASS testElementAttribute(element, &quot;transitionend&quot;) is &quot;target&quot;
</span><span class="cx"> PASS testElementAttribute(element, &quot;volumechange&quot;) is &quot;target&quot;
</span><span class="cx"> PASS testElementAttribute(element, &quot;waiting&quot;) is &quot;target&quot;
</span><span class="cx"> PASS testElementAttribute(element, &quot;webkitanimationend&quot;) is &quot;target&quot;
</span><span class="cx"> PASS testElementAttribute(element, &quot;webkitanimationiteration&quot;) is &quot;target&quot;
</span><span class="cx"> PASS testElementAttribute(element, &quot;webkitanimationstart&quot;) is &quot;target&quot;
</span><del>-PASS testElementAttribute(element, &quot;webkitcurrentplaybacktargetiswirelesschanged&quot;) is &quot;target&quot;
-PASS testElementAttribute(element, &quot;webkitfullscreenchange&quot;) is &quot;target&quot;
-PASS testElementAttribute(element, &quot;webkitfullscreenerror&quot;) is &quot;target&quot;
-PASS testElementAttribute(element, &quot;webkitkeyadded&quot;) is &quot;target&quot;
-PASS testElementAttribute(element, &quot;webkitkeyerror&quot;) is &quot;target&quot;
-PASS testElementAttribute(element, &quot;webkitkeymessage&quot;) is &quot;target&quot;
-PASS testElementAttribute(element, &quot;webkitmouseforcecancelled&quot;) is &quot;target&quot;
-PASS testElementAttribute(element, &quot;webkitmouseforcechanged&quot;) is &quot;target&quot;
-PASS testElementAttribute(element, &quot;webkitmouseforceclick&quot;) is &quot;target&quot;
-PASS testElementAttribute(element, &quot;webkitmouseforcedown&quot;) is &quot;target&quot;
-PASS testElementAttribute(element, &quot;webkitmouseforceup&quot;) is &quot;target&quot;
-PASS testElementAttribute(element, &quot;webkitmouseforcewillbegin&quot;) is &quot;target&quot;
-PASS testElementAttribute(element, &quot;webkitneedkey&quot;) is &quot;target&quot;
-PASS testElementAttribute(element, &quot;webkitplaybacktargetavailabilitychanged&quot;) is &quot;target&quot;
-PASS testElementAttribute(element, &quot;webkitpresentationmodechanged&quot;) is &quot;target&quot;
</del><span class="cx"> PASS testElementAttribute(element, &quot;webkittransitionend&quot;) is &quot;target&quot;
</span><del>-PASS testElementAttribute(element, &quot;webkitwillrevealbottom&quot;) is &quot;target&quot;
-PASS testElementAttribute(element, &quot;webkitwillrevealleft&quot;) is &quot;target&quot;
-PASS testElementAttribute(element, &quot;webkitwillrevealright&quot;) is &quot;target&quot;
-PASS testElementAttribute(element, &quot;webkitwillrevealtop&quot;) is &quot;target&quot;
</del><span class="cx"> PASS testElementAttribute(element, &quot;wheel&quot;) is &quot;target&quot;
</span><span class="cx"> 
</span><span class="cx"> Event names we expect not to be able to set on an element (tested on the &lt;html&gt; element)
</span><span class="cx"> 
</span><span class="cx"> PASS testElementAttribute(element, &quot;beforeunload&quot;) is &quot;none&quot;
</span><del>-PASS testElementAttribute(element, &quot;devicemotion&quot;) is &quot;none&quot;
-PASS testElementAttribute(element, &quot;deviceorientation&quot;) is &quot;none&quot;
</del><span class="cx"> PASS testElementAttribute(element, &quot;hashchange&quot;) is &quot;none&quot;
</span><span class="cx"> PASS testElementAttribute(element, &quot;message&quot;) is &quot;none&quot;
</span><span class="cx"> PASS testElementAttribute(element, &quot;noneventname&quot;) is &quot;none&quot;
</span><span class="cx"> PASS testElementAttribute(element, &quot;offline&quot;) is &quot;none&quot;
</span><span class="cx"> PASS testElementAttribute(element, &quot;online&quot;) is &quot;none&quot;
</span><del>-PASS testElementAttribute(element, &quot;orientationchange&quot;) is &quot;none&quot;
</del><span class="cx"> PASS testElementAttribute(element, &quot;pagehide&quot;) is &quot;none&quot;
</span><span class="cx"> PASS testElementAttribute(element, &quot;pageshow&quot;) is &quot;none&quot;
</span><del>-PASS testElementAttribute(element, &quot;pointerlockchange&quot;) is &quot;none&quot;
-PASS testElementAttribute(element, &quot;pointerlockerror&quot;) is &quot;none&quot;
</del><span class="cx"> PASS testElementAttribute(element, &quot;popstate&quot;) is &quot;none&quot;
</span><span class="cx"> PASS testElementAttribute(element, &quot;readystatechange&quot;) is &quot;none&quot;
</span><span class="cx"> PASS testElementAttribute(element, &quot;resize&quot;) is &quot;none&quot;
</span><del>-PASS testElementAttribute(element, &quot;securitypolicyviolation&quot;) is &quot;none&quot;
</del><span class="cx"> PASS testElementAttribute(element, &quot;selectionchange&quot;) is &quot;none&quot;
</span><span class="cx"> PASS testElementAttribute(element, &quot;storage&quot;) is &quot;none&quot;
</span><span class="cx"> PASS testElementAttribute(element, &quot;unload&quot;) is &quot;none&quot;
</span><del>-PASS testElementAttribute(element, &quot;webkitdeviceproximity&quot;) is &quot;none&quot;
</del><span class="cx"> 
</span><span class="cx"> Event names we expect to be able to set on an element (tested on the &lt;input&gt; element)
</span><span class="cx"> 
</span><span class="lines">@@ -393,8 +288,6 @@
</span><span class="cx"> PASS testElementAttribute(inputElement, &quot;animationend&quot;) is &quot;target&quot;
</span><span class="cx"> PASS testElementAttribute(inputElement, &quot;animationiteration&quot;) is &quot;target&quot;
</span><span class="cx"> PASS testElementAttribute(inputElement, &quot;animationstart&quot;) is &quot;target&quot;
</span><del>-PASS testElementAttribute(inputElement, &quot;autocomplete&quot;) is &quot;target&quot;
-PASS testElementAttribute(inputElement, &quot;autocompleteerror&quot;) is &quot;target&quot;
</del><span class="cx"> PASS testElementAttribute(inputElement, &quot;beforecopy&quot;) is &quot;target&quot;
</span><span class="cx"> PASS testElementAttribute(inputElement, &quot;beforecut&quot;) is &quot;target&quot;
</span><span class="cx"> PASS testElementAttribute(inputElement, &quot;beforeload&quot;) is &quot;target&quot;
</span><span class="lines">@@ -422,9 +315,6 @@
</span><span class="cx"> PASS testElementAttribute(inputElement, &quot;focus&quot;) is &quot;target&quot;
</span><span class="cx"> PASS testElementAttribute(inputElement, &quot;focusin&quot;) is &quot;target&quot;
</span><span class="cx"> PASS testElementAttribute(inputElement, &quot;focusout&quot;) is &quot;target&quot;
</span><del>-PASS testElementAttribute(inputElement, &quot;gesturechange&quot;) is &quot;target&quot;
-PASS testElementAttribute(inputElement, &quot;gestureend&quot;) is &quot;target&quot;
-PASS testElementAttribute(inputElement, &quot;gesturestart&quot;) is &quot;target&quot;
</del><span class="cx"> PASS testElementAttribute(inputElement, &quot;input&quot;) is &quot;target&quot;
</span><span class="cx"> PASS testElementAttribute(inputElement, &quot;invalid&quot;) is &quot;target&quot;
</span><span class="cx"> PASS testElementAttribute(inputElement, &quot;keydown&quot;) is &quot;target&quot;
</span><span class="lines">@@ -459,61 +349,31 @@
</span><span class="cx"> PASS testElementAttribute(inputElement, &quot;submit&quot;) is &quot;target&quot;
</span><span class="cx"> PASS testElementAttribute(inputElement, &quot;suspend&quot;) is &quot;target&quot;
</span><span class="cx"> PASS testElementAttribute(inputElement, &quot;timeupdate&quot;) is &quot;target&quot;
</span><del>-PASS testElementAttribute(inputElement, &quot;touchcancel&quot;) is &quot;target&quot;
-PASS testElementAttribute(inputElement, &quot;touchend&quot;) is &quot;target&quot;
-PASS testElementAttribute(inputElement, &quot;touchmove&quot;) is &quot;target&quot;
-PASS testElementAttribute(inputElement, &quot;touchstart&quot;) is &quot;target&quot;
</del><span class="cx"> PASS testElementAttribute(inputElement, &quot;transitionend&quot;) is &quot;target&quot;
</span><span class="cx"> PASS testElementAttribute(inputElement, &quot;volumechange&quot;) is &quot;target&quot;
</span><span class="cx"> PASS testElementAttribute(inputElement, &quot;waiting&quot;) is &quot;target&quot;
</span><span class="cx"> PASS testElementAttribute(inputElement, &quot;webkitanimationend&quot;) is &quot;target&quot;
</span><span class="cx"> PASS testElementAttribute(inputElement, &quot;webkitanimationiteration&quot;) is &quot;target&quot;
</span><span class="cx"> PASS testElementAttribute(inputElement, &quot;webkitanimationstart&quot;) is &quot;target&quot;
</span><del>-PASS testElementAttribute(inputElement, &quot;webkitcurrentplaybacktargetiswirelesschanged&quot;) is &quot;target&quot;
-PASS testElementAttribute(inputElement, &quot;webkitfullscreenchange&quot;) is &quot;target&quot;
-PASS testElementAttribute(inputElement, &quot;webkitfullscreenerror&quot;) is &quot;target&quot;
-PASS testElementAttribute(inputElement, &quot;webkitkeyadded&quot;) is &quot;target&quot;
-PASS testElementAttribute(inputElement, &quot;webkitkeyerror&quot;) is &quot;target&quot;
-PASS testElementAttribute(inputElement, &quot;webkitkeymessage&quot;) is &quot;target&quot;
-PASS testElementAttribute(inputElement, &quot;webkitmouseforcecancelled&quot;) is &quot;target&quot;
-PASS testElementAttribute(inputElement, &quot;webkitmouseforcechanged&quot;) is &quot;target&quot;
-PASS testElementAttribute(inputElement, &quot;webkitmouseforceclick&quot;) is &quot;target&quot;
-PASS testElementAttribute(inputElement, &quot;webkitmouseforcedown&quot;) is &quot;target&quot;
-PASS testElementAttribute(inputElement, &quot;webkitmouseforceup&quot;) is &quot;target&quot;
-PASS testElementAttribute(inputElement, &quot;webkitmouseforcewillbegin&quot;) is &quot;target&quot;
-PASS testElementAttribute(inputElement, &quot;webkitneedkey&quot;) is &quot;target&quot;
-PASS testElementAttribute(inputElement, &quot;webkitplaybacktargetavailabilitychanged&quot;) is &quot;target&quot;
-PASS testElementAttribute(inputElement, &quot;webkitpresentationmodechanged&quot;) is &quot;target&quot;
</del><span class="cx"> PASS testElementAttribute(inputElement, &quot;webkittransitionend&quot;) is &quot;target&quot;
</span><del>-PASS testElementAttribute(inputElement, &quot;webkitwillrevealbottom&quot;) is &quot;target&quot;
-PASS testElementAttribute(inputElement, &quot;webkitwillrevealleft&quot;) is &quot;target&quot;
-PASS testElementAttribute(inputElement, &quot;webkitwillrevealright&quot;) is &quot;target&quot;
-PASS testElementAttribute(inputElement, &quot;webkitwillrevealtop&quot;) is &quot;target&quot;
</del><span class="cx"> PASS testElementAttribute(inputElement, &quot;wheel&quot;) is &quot;target&quot;
</span><span class="cx"> 
</span><span class="cx"> Event names we expect not to be able to set on an element (tested on the &lt;input&gt; element)
</span><span class="cx"> 
</span><span class="cx"> PASS testElementAttribute(inputElement, &quot;beforeunload&quot;) is &quot;none&quot;
</span><del>-PASS testElementAttribute(inputElement, &quot;devicemotion&quot;) is &quot;none&quot;
-PASS testElementAttribute(inputElement, &quot;deviceorientation&quot;) is &quot;none&quot;
</del><span class="cx"> PASS testElementAttribute(inputElement, &quot;hashchange&quot;) is &quot;none&quot;
</span><span class="cx"> PASS testElementAttribute(inputElement, &quot;message&quot;) is &quot;none&quot;
</span><span class="cx"> PASS testElementAttribute(inputElement, &quot;noneventname&quot;) is &quot;none&quot;
</span><span class="cx"> PASS testElementAttribute(inputElement, &quot;offline&quot;) is &quot;none&quot;
</span><span class="cx"> PASS testElementAttribute(inputElement, &quot;online&quot;) is &quot;none&quot;
</span><del>-PASS testElementAttribute(inputElement, &quot;orientationchange&quot;) is &quot;none&quot;
</del><span class="cx"> PASS testElementAttribute(inputElement, &quot;pagehide&quot;) is &quot;none&quot;
</span><span class="cx"> PASS testElementAttribute(inputElement, &quot;pageshow&quot;) is &quot;none&quot;
</span><del>-PASS testElementAttribute(inputElement, &quot;pointerlockchange&quot;) is &quot;none&quot;
-PASS testElementAttribute(inputElement, &quot;pointerlockerror&quot;) is &quot;none&quot;
</del><span class="cx"> PASS testElementAttribute(inputElement, &quot;popstate&quot;) is &quot;none&quot;
</span><span class="cx"> PASS testElementAttribute(inputElement, &quot;readystatechange&quot;) is &quot;none&quot;
</span><span class="cx"> PASS testElementAttribute(inputElement, &quot;resize&quot;) is &quot;none&quot;
</span><del>-PASS testElementAttribute(inputElement, &quot;securitypolicyviolation&quot;) is &quot;none&quot;
</del><span class="cx"> PASS testElementAttribute(inputElement, &quot;selectionchange&quot;) is &quot;none&quot;
</span><span class="cx"> PASS testElementAttribute(inputElement, &quot;storage&quot;) is &quot;none&quot;
</span><span class="cx"> PASS testElementAttribute(inputElement, &quot;unload&quot;) is &quot;none&quot;
</span><del>-PASS testElementAttribute(inputElement, &quot;webkitdeviceproximity&quot;) is &quot;none&quot;
</del><span class="cx"> 
</span><span class="cx"> Event names we expect to be able to set on an element (tested on the &lt;audio&gt; element)
</span><span class="cx"> 
</span><span class="lines">@@ -521,8 +381,6 @@
</span><span class="cx"> PASS testElementAttribute(audioElement, &quot;animationend&quot;) is &quot;target&quot;
</span><span class="cx"> PASS testElementAttribute(audioElement, &quot;animationiteration&quot;) is &quot;target&quot;
</span><span class="cx"> PASS testElementAttribute(audioElement, &quot;animationstart&quot;) is &quot;target&quot;
</span><del>-PASS testElementAttribute(audioElement, &quot;autocomplete&quot;) is &quot;target&quot;
-PASS testElementAttribute(audioElement, &quot;autocompleteerror&quot;) is &quot;target&quot;
</del><span class="cx"> PASS testElementAttribute(audioElement, &quot;beforecopy&quot;) is &quot;target&quot;
</span><span class="cx"> PASS testElementAttribute(audioElement, &quot;beforecut&quot;) is &quot;target&quot;
</span><span class="cx"> PASS testElementAttribute(audioElement, &quot;beforeload&quot;) is &quot;target&quot;
</span><span class="lines">@@ -550,9 +408,6 @@
</span><span class="cx"> PASS testElementAttribute(audioElement, &quot;focus&quot;) is &quot;target&quot;
</span><span class="cx"> PASS testElementAttribute(audioElement, &quot;focusin&quot;) is &quot;target&quot;
</span><span class="cx"> PASS testElementAttribute(audioElement, &quot;focusout&quot;) is &quot;target&quot;
</span><del>-PASS testElementAttribute(audioElement, &quot;gesturechange&quot;) is &quot;target&quot;
-PASS testElementAttribute(audioElement, &quot;gestureend&quot;) is &quot;target&quot;
-PASS testElementAttribute(audioElement, &quot;gesturestart&quot;) is &quot;target&quot;
</del><span class="cx"> PASS testElementAttribute(audioElement, &quot;input&quot;) is &quot;target&quot;
</span><span class="cx"> PASS testElementAttribute(audioElement, &quot;invalid&quot;) is &quot;target&quot;
</span><span class="cx"> PASS testElementAttribute(audioElement, &quot;keydown&quot;) is &quot;target&quot;
</span><span class="lines">@@ -587,61 +442,31 @@
</span><span class="cx"> PASS testElementAttribute(audioElement, &quot;submit&quot;) is &quot;target&quot;
</span><span class="cx"> PASS testElementAttribute(audioElement, &quot;suspend&quot;) is &quot;target&quot;
</span><span class="cx"> PASS testElementAttribute(audioElement, &quot;timeupdate&quot;) is &quot;target&quot;
</span><del>-PASS testElementAttribute(audioElement, &quot;touchcancel&quot;) is &quot;target&quot;
-PASS testElementAttribute(audioElement, &quot;touchend&quot;) is &quot;target&quot;
-PASS testElementAttribute(audioElement, &quot;touchmove&quot;) is &quot;target&quot;
-PASS testElementAttribute(audioElement, &quot;touchstart&quot;) is &quot;target&quot;
</del><span class="cx"> PASS testElementAttribute(audioElement, &quot;transitionend&quot;) is &quot;target&quot;
</span><span class="cx"> PASS testElementAttribute(audioElement, &quot;volumechange&quot;) is &quot;target&quot;
</span><span class="cx"> PASS testElementAttribute(audioElement, &quot;waiting&quot;) is &quot;target&quot;
</span><span class="cx"> PASS testElementAttribute(audioElement, &quot;webkitanimationend&quot;) is &quot;target&quot;
</span><span class="cx"> PASS testElementAttribute(audioElement, &quot;webkitanimationiteration&quot;) is &quot;target&quot;
</span><span class="cx"> PASS testElementAttribute(audioElement, &quot;webkitanimationstart&quot;) is &quot;target&quot;
</span><del>-PASS testElementAttribute(audioElement, &quot;webkitcurrentplaybacktargetiswirelesschanged&quot;) is &quot;target&quot;
-PASS testElementAttribute(audioElement, &quot;webkitfullscreenchange&quot;) is &quot;target&quot;
-PASS testElementAttribute(audioElement, &quot;webkitfullscreenerror&quot;) is &quot;target&quot;
-PASS testElementAttribute(audioElement, &quot;webkitkeyadded&quot;) is &quot;target&quot;
-PASS testElementAttribute(audioElement, &quot;webkitkeyerror&quot;) is &quot;target&quot;
-PASS testElementAttribute(audioElement, &quot;webkitkeymessage&quot;) is &quot;target&quot;
-PASS testElementAttribute(audioElement, &quot;webkitmouseforcecancelled&quot;) is &quot;target&quot;
-PASS testElementAttribute(audioElement, &quot;webkitmouseforcechanged&quot;) is &quot;target&quot;
-PASS testElementAttribute(audioElement, &quot;webkitmouseforceclick&quot;) is &quot;target&quot;
-PASS testElementAttribute(audioElement, &quot;webkitmouseforcedown&quot;) is &quot;target&quot;
-PASS testElementAttribute(audioElement, &quot;webkitmouseforceup&quot;) is &quot;target&quot;
-PASS testElementAttribute(audioElement, &quot;webkitmouseforcewillbegin&quot;) is &quot;target&quot;
-PASS testElementAttribute(audioElement, &quot;webkitneedkey&quot;) is &quot;target&quot;
-PASS testElementAttribute(audioElement, &quot;webkitplaybacktargetavailabilitychanged&quot;) is &quot;target&quot;
-PASS testElementAttribute(audioElement, &quot;webkitpresentationmodechanged&quot;) is &quot;target&quot;
</del><span class="cx"> PASS testElementAttribute(audioElement, &quot;webkittransitionend&quot;) is &quot;target&quot;
</span><del>-PASS testElementAttribute(audioElement, &quot;webkitwillrevealbottom&quot;) is &quot;target&quot;
-PASS testElementAttribute(audioElement, &quot;webkitwillrevealleft&quot;) is &quot;target&quot;
-PASS testElementAttribute(audioElement, &quot;webkitwillrevealright&quot;) is &quot;target&quot;
-PASS testElementAttribute(audioElement, &quot;webkitwillrevealtop&quot;) is &quot;target&quot;
</del><span class="cx"> PASS testElementAttribute(audioElement, &quot;wheel&quot;) is &quot;target&quot;
</span><span class="cx"> 
</span><span class="cx"> Event names we expect not to be able to set on an element (tested on the &lt;audio&gt; element)
</span><span class="cx"> 
</span><span class="cx"> PASS testElementAttribute(audioElement, &quot;beforeunload&quot;) is &quot;none&quot;
</span><del>-PASS testElementAttribute(audioElement, &quot;devicemotion&quot;) is &quot;none&quot;
-PASS testElementAttribute(audioElement, &quot;deviceorientation&quot;) is &quot;none&quot;
</del><span class="cx"> PASS testElementAttribute(audioElement, &quot;hashchange&quot;) is &quot;none&quot;
</span><span class="cx"> PASS testElementAttribute(audioElement, &quot;message&quot;) is &quot;none&quot;
</span><span class="cx"> PASS testElementAttribute(audioElement, &quot;noneventname&quot;) is &quot;none&quot;
</span><span class="cx"> PASS testElementAttribute(audioElement, &quot;offline&quot;) is &quot;none&quot;
</span><span class="cx"> PASS testElementAttribute(audioElement, &quot;online&quot;) is &quot;none&quot;
</span><del>-PASS testElementAttribute(audioElement, &quot;orientationchange&quot;) is &quot;none&quot;
</del><span class="cx"> PASS testElementAttribute(audioElement, &quot;pagehide&quot;) is &quot;none&quot;
</span><span class="cx"> PASS testElementAttribute(audioElement, &quot;pageshow&quot;) is &quot;none&quot;
</span><del>-PASS testElementAttribute(audioElement, &quot;pointerlockchange&quot;) is &quot;none&quot;
-PASS testElementAttribute(audioElement, &quot;pointerlockerror&quot;) is &quot;none&quot;
</del><span class="cx"> PASS testElementAttribute(audioElement, &quot;popstate&quot;) is &quot;none&quot;
</span><span class="cx"> PASS testElementAttribute(audioElement, &quot;readystatechange&quot;) is &quot;none&quot;
</span><span class="cx"> PASS testElementAttribute(audioElement, &quot;resize&quot;) is &quot;none&quot;
</span><del>-PASS testElementAttribute(audioElement, &quot;securitypolicyviolation&quot;) is &quot;none&quot;
</del><span class="cx"> PASS testElementAttribute(audioElement, &quot;selectionchange&quot;) is &quot;none&quot;
</span><span class="cx"> PASS testElementAttribute(audioElement, &quot;storage&quot;) is &quot;none&quot;
</span><span class="cx"> PASS testElementAttribute(audioElement, &quot;unload&quot;) is &quot;none&quot;
</span><del>-PASS testElementAttribute(audioElement, &quot;webkitdeviceproximity&quot;) is &quot;none&quot;
</del><span class="cx"> 
</span><span class="cx"> Event names we expect to be able to set on an element (tested on the &lt;video&gt; element)
</span><span class="cx"> 
</span><span class="lines">@@ -649,8 +474,6 @@
</span><span class="cx"> PASS testElementAttribute(videoElement, &quot;animationend&quot;) is &quot;target&quot;
</span><span class="cx"> PASS testElementAttribute(videoElement, &quot;animationiteration&quot;) is &quot;target&quot;
</span><span class="cx"> PASS testElementAttribute(videoElement, &quot;animationstart&quot;) is &quot;target&quot;
</span><del>-PASS testElementAttribute(videoElement, &quot;autocomplete&quot;) is &quot;target&quot;
-PASS testElementAttribute(videoElement, &quot;autocompleteerror&quot;) is &quot;target&quot;
</del><span class="cx"> PASS testElementAttribute(videoElement, &quot;beforecopy&quot;) is &quot;target&quot;
</span><span class="cx"> PASS testElementAttribute(videoElement, &quot;beforecut&quot;) is &quot;target&quot;
</span><span class="cx"> PASS testElementAttribute(videoElement, &quot;beforeload&quot;) is &quot;target&quot;
</span><span class="lines">@@ -678,9 +501,6 @@
</span><span class="cx"> PASS testElementAttribute(videoElement, &quot;focus&quot;) is &quot;target&quot;
</span><span class="cx"> PASS testElementAttribute(videoElement, &quot;focusin&quot;) is &quot;target&quot;
</span><span class="cx"> PASS testElementAttribute(videoElement, &quot;focusout&quot;) is &quot;target&quot;
</span><del>-PASS testElementAttribute(videoElement, &quot;gesturechange&quot;) is &quot;target&quot;
-PASS testElementAttribute(videoElement, &quot;gestureend&quot;) is &quot;target&quot;
-PASS testElementAttribute(videoElement, &quot;gesturestart&quot;) is &quot;target&quot;
</del><span class="cx"> PASS testElementAttribute(videoElement, &quot;input&quot;) is &quot;target&quot;
</span><span class="cx"> PASS testElementAttribute(videoElement, &quot;invalid&quot;) is &quot;target&quot;
</span><span class="cx"> PASS testElementAttribute(videoElement, &quot;keydown&quot;) is &quot;target&quot;
</span><span class="lines">@@ -715,61 +535,31 @@
</span><span class="cx"> PASS testElementAttribute(videoElement, &quot;submit&quot;) is &quot;target&quot;
</span><span class="cx"> PASS testElementAttribute(videoElement, &quot;suspend&quot;) is &quot;target&quot;
</span><span class="cx"> PASS testElementAttribute(videoElement, &quot;timeupdate&quot;) is &quot;target&quot;
</span><del>-PASS testElementAttribute(videoElement, &quot;touchcancel&quot;) is &quot;target&quot;
-PASS testElementAttribute(videoElement, &quot;touchend&quot;) is &quot;target&quot;
-PASS testElementAttribute(videoElement, &quot;touchmove&quot;) is &quot;target&quot;
-PASS testElementAttribute(videoElement, &quot;touchstart&quot;) is &quot;target&quot;
</del><span class="cx"> PASS testElementAttribute(videoElement, &quot;transitionend&quot;) is &quot;target&quot;
</span><span class="cx"> PASS testElementAttribute(videoElement, &quot;volumechange&quot;) is &quot;target&quot;
</span><span class="cx"> PASS testElementAttribute(videoElement, &quot;waiting&quot;) is &quot;target&quot;
</span><span class="cx"> PASS testElementAttribute(videoElement, &quot;webkitanimationend&quot;) is &quot;target&quot;
</span><span class="cx"> PASS testElementAttribute(videoElement, &quot;webkitanimationiteration&quot;) is &quot;target&quot;
</span><span class="cx"> PASS testElementAttribute(videoElement, &quot;webkitanimationstart&quot;) is &quot;target&quot;
</span><del>-PASS testElementAttribute(videoElement, &quot;webkitcurrentplaybacktargetiswirelesschanged&quot;) is &quot;target&quot;
-PASS testElementAttribute(videoElement, &quot;webkitfullscreenchange&quot;) is &quot;target&quot;
-PASS testElementAttribute(videoElement, &quot;webkitfullscreenerror&quot;) is &quot;target&quot;
-PASS testElementAttribute(videoElement, &quot;webkitkeyadded&quot;) is &quot;target&quot;
-PASS testElementAttribute(videoElement, &quot;webkitkeyerror&quot;) is &quot;target&quot;
-PASS testElementAttribute(videoElement, &quot;webkitkeymessage&quot;) is &quot;target&quot;
-PASS testElementAttribute(videoElement, &quot;webkitmouseforcecancelled&quot;) is &quot;target&quot;
-PASS testElementAttribute(videoElement, &quot;webkitmouseforcechanged&quot;) is &quot;target&quot;
-PASS testElementAttribute(videoElement, &quot;webkitmouseforceclick&quot;) is &quot;target&quot;
-PASS testElementAttribute(videoElement, &quot;webkitmouseforcedown&quot;) is &quot;target&quot;
-PASS testElementAttribute(videoElement, &quot;webkitmouseforceup&quot;) is &quot;target&quot;
-PASS testElementAttribute(videoElement, &quot;webkitmouseforcewillbegin&quot;) is &quot;target&quot;
-PASS testElementAttribute(videoElement, &quot;webkitneedkey&quot;) is &quot;target&quot;
-PASS testElementAttribute(videoElement, &quot;webkitplaybacktargetavailabilitychanged&quot;) is &quot;target&quot;
-PASS testElementAttribute(videoElement, &quot;webkitpresentationmodechanged&quot;) is &quot;target&quot;
</del><span class="cx"> PASS testElementAttribute(videoElement, &quot;webkittransitionend&quot;) is &quot;target&quot;
</span><del>-PASS testElementAttribute(videoElement, &quot;webkitwillrevealbottom&quot;) is &quot;target&quot;
-PASS testElementAttribute(videoElement, &quot;webkitwillrevealleft&quot;) is &quot;target&quot;
-PASS testElementAttribute(videoElement, &quot;webkitwillrevealright&quot;) is &quot;target&quot;
-PASS testElementAttribute(videoElement, &quot;webkitwillrevealtop&quot;) is &quot;target&quot;
</del><span class="cx"> PASS testElementAttribute(videoElement, &quot;wheel&quot;) is &quot;target&quot;
</span><span class="cx"> 
</span><span class="cx"> Event names we expect not to be able to set on an element (tested on the &lt;video&gt; element)
</span><span class="cx"> 
</span><span class="cx"> PASS testElementAttribute(videoElement, &quot;beforeunload&quot;) is &quot;none&quot;
</span><del>-PASS testElementAttribute(videoElement, &quot;devicemotion&quot;) is &quot;none&quot;
-PASS testElementAttribute(videoElement, &quot;deviceorientation&quot;) is &quot;none&quot;
</del><span class="cx"> PASS testElementAttribute(videoElement, &quot;hashchange&quot;) is &quot;none&quot;
</span><span class="cx"> PASS testElementAttribute(videoElement, &quot;message&quot;) is &quot;none&quot;
</span><span class="cx"> PASS testElementAttribute(videoElement, &quot;noneventname&quot;) is &quot;none&quot;
</span><span class="cx"> PASS testElementAttribute(videoElement, &quot;offline&quot;) is &quot;none&quot;
</span><span class="cx"> PASS testElementAttribute(videoElement, &quot;online&quot;) is &quot;none&quot;
</span><del>-PASS testElementAttribute(videoElement, &quot;orientationchange&quot;) is &quot;none&quot;
</del><span class="cx"> PASS testElementAttribute(videoElement, &quot;pagehide&quot;) is &quot;none&quot;
</span><span class="cx"> PASS testElementAttribute(videoElement, &quot;pageshow&quot;) is &quot;none&quot;
</span><del>-PASS testElementAttribute(videoElement, &quot;pointerlockchange&quot;) is &quot;none&quot;
-PASS testElementAttribute(videoElement, &quot;pointerlockerror&quot;) is &quot;none&quot;
</del><span class="cx"> PASS testElementAttribute(videoElement, &quot;popstate&quot;) is &quot;none&quot;
</span><span class="cx"> PASS testElementAttribute(videoElement, &quot;readystatechange&quot;) is &quot;none&quot;
</span><span class="cx"> PASS testElementAttribute(videoElement, &quot;resize&quot;) is &quot;none&quot;
</span><del>-PASS testElementAttribute(videoElement, &quot;securitypolicyviolation&quot;) is &quot;none&quot;
</del><span class="cx"> PASS testElementAttribute(videoElement, &quot;selectionchange&quot;) is &quot;none&quot;
</span><span class="cx"> PASS testElementAttribute(videoElement, &quot;storage&quot;) is &quot;none&quot;
</span><span class="cx"> PASS testElementAttribute(videoElement, &quot;unload&quot;) is &quot;none&quot;
</span><del>-PASS testElementAttribute(videoElement, &quot;webkitdeviceproximity&quot;) is &quot;none&quot;
</del><span class="cx"> 
</span><span class="cx"> Event names we expect to be forwarded from &lt;body&gt; element to window object)
</span><span class="cx"> 
</span><span class="lines">@@ -784,23 +574,12 @@
</span><span class="cx"> PASS testElementAttribute(bodyElement, &quot;message&quot;) is &quot;window&quot;
</span><span class="cx"> PASS testElementAttribute(bodyElement, &quot;offline&quot;) is &quot;window&quot;
</span><span class="cx"> PASS testElementAttribute(bodyElement, &quot;online&quot;) is &quot;window&quot;
</span><del>-PASS testElementAttribute(bodyElement, &quot;orientationchange&quot;) is &quot;window&quot;
</del><span class="cx"> PASS testElementAttribute(bodyElement, &quot;pagehide&quot;) is &quot;window&quot;
</span><span class="cx"> PASS testElementAttribute(bodyElement, &quot;pageshow&quot;) is &quot;window&quot;
</span><span class="cx"> PASS testElementAttribute(bodyElement, &quot;popstate&quot;) is &quot;window&quot;
</span><span class="cx"> PASS testElementAttribute(bodyElement, &quot;resize&quot;) is &quot;window&quot;
</span><span class="cx"> PASS testElementAttribute(bodyElement, &quot;storage&quot;) is &quot;window&quot;
</span><span class="cx"> PASS testElementAttribute(bodyElement, &quot;unload&quot;) is &quot;window&quot;
</span><del>-PASS testElementAttribute(bodyElement, &quot;webkitmouseforcecancelled&quot;) is &quot;window&quot;
-PASS testElementAttribute(bodyElement, &quot;webkitmouseforcechanged&quot;) is &quot;window&quot;
-PASS testElementAttribute(bodyElement, &quot;webkitmouseforceclick&quot;) is &quot;window&quot;
-PASS testElementAttribute(bodyElement, &quot;webkitmouseforcedown&quot;) is &quot;window&quot;
-PASS testElementAttribute(bodyElement, &quot;webkitmouseforceup&quot;) is &quot;window&quot;
-PASS testElementAttribute(bodyElement, &quot;webkitmouseforcewillbegin&quot;) is &quot;window&quot;
-PASS testElementAttribute(bodyElement, &quot;webkitwillrevealbottom&quot;) is &quot;window&quot;
-PASS testElementAttribute(bodyElement, &quot;webkitwillrevealleft&quot;) is &quot;window&quot;
-PASS testElementAttribute(bodyElement, &quot;webkitwillrevealright&quot;) is &quot;window&quot;
-PASS testElementAttribute(bodyElement, &quot;webkitwillrevealtop&quot;) is &quot;window&quot;
</del><span class="cx"> 
</span><span class="cx"> Event names we expect to be forwarded from &lt;body&gt; element to document)
</span><span class="cx"> 
</span><span class="lines">@@ -812,8 +591,6 @@
</span><span class="cx"> PASS testElementAttribute(bodyElement, &quot;animationend&quot;) is &quot;target&quot;
</span><span class="cx"> PASS testElementAttribute(bodyElement, &quot;animationiteration&quot;) is &quot;target&quot;
</span><span class="cx"> PASS testElementAttribute(bodyElement, &quot;animationstart&quot;) is &quot;target&quot;
</span><del>-PASS testElementAttribute(bodyElement, &quot;autocomplete&quot;) is &quot;target&quot;
-PASS testElementAttribute(bodyElement, &quot;autocompleteerror&quot;) is &quot;target&quot;
</del><span class="cx"> PASS testElementAttribute(bodyElement, &quot;beforecopy&quot;) is &quot;target&quot;
</span><span class="cx"> PASS testElementAttribute(bodyElement, &quot;beforecut&quot;) is &quot;target&quot;
</span><span class="cx"> PASS testElementAttribute(bodyElement, &quot;beforeload&quot;) is &quot;target&quot;
</span><span class="lines">@@ -836,9 +613,6 @@
</span><span class="cx"> PASS testElementAttribute(bodyElement, &quot;durationchange&quot;) is &quot;target&quot;
</span><span class="cx"> PASS testElementAttribute(bodyElement, &quot;emptied&quot;) is &quot;target&quot;
</span><span class="cx"> PASS testElementAttribute(bodyElement, &quot;ended&quot;) is &quot;target&quot;
</span><del>-PASS testElementAttribute(bodyElement, &quot;gesturechange&quot;) is &quot;target&quot;
-PASS testElementAttribute(bodyElement, &quot;gestureend&quot;) is &quot;target&quot;
-PASS testElementAttribute(bodyElement, &quot;gesturestart&quot;) is &quot;target&quot;
</del><span class="cx"> PASS testElementAttribute(bodyElement, &quot;input&quot;) is &quot;target&quot;
</span><span class="cx"> PASS testElementAttribute(bodyElement, &quot;invalid&quot;) is &quot;target&quot;
</span><span class="cx"> PASS testElementAttribute(bodyElement, &quot;keydown&quot;) is &quot;target&quot;
</span><span class="lines">@@ -872,38 +646,19 @@
</span><span class="cx"> PASS testElementAttribute(bodyElement, &quot;submit&quot;) is &quot;target&quot;
</span><span class="cx"> PASS testElementAttribute(bodyElement, &quot;suspend&quot;) is &quot;target&quot;
</span><span class="cx"> PASS testElementAttribute(bodyElement, &quot;timeupdate&quot;) is &quot;target&quot;
</span><del>-PASS testElementAttribute(bodyElement, &quot;touchcancel&quot;) is &quot;target&quot;
-PASS testElementAttribute(bodyElement, &quot;touchend&quot;) is &quot;target&quot;
-PASS testElementAttribute(bodyElement, &quot;touchmove&quot;) is &quot;target&quot;
-PASS testElementAttribute(bodyElement, &quot;touchstart&quot;) is &quot;target&quot;
</del><span class="cx"> PASS testElementAttribute(bodyElement, &quot;transitionend&quot;) is &quot;target&quot;
</span><span class="cx"> PASS testElementAttribute(bodyElement, &quot;volumechange&quot;) is &quot;target&quot;
</span><span class="cx"> PASS testElementAttribute(bodyElement, &quot;waiting&quot;) is &quot;target&quot;
</span><span class="cx"> PASS testElementAttribute(bodyElement, &quot;webkitanimationend&quot;) is &quot;target&quot;
</span><span class="cx"> PASS testElementAttribute(bodyElement, &quot;webkitanimationiteration&quot;) is &quot;target&quot;
</span><span class="cx"> PASS testElementAttribute(bodyElement, &quot;webkitanimationstart&quot;) is &quot;target&quot;
</span><del>-PASS testElementAttribute(bodyElement, &quot;webkitcurrentplaybacktargetiswirelesschanged&quot;) is &quot;target&quot;
-PASS testElementAttribute(bodyElement, &quot;webkitfullscreenchange&quot;) is &quot;target&quot;
-PASS testElementAttribute(bodyElement, &quot;webkitfullscreenerror&quot;) is &quot;target&quot;
-PASS testElementAttribute(bodyElement, &quot;webkitkeyadded&quot;) is &quot;target&quot;
-PASS testElementAttribute(bodyElement, &quot;webkitkeyerror&quot;) is &quot;target&quot;
-PASS testElementAttribute(bodyElement, &quot;webkitkeymessage&quot;) is &quot;target&quot;
-PASS testElementAttribute(bodyElement, &quot;webkitneedkey&quot;) is &quot;target&quot;
-PASS testElementAttribute(bodyElement, &quot;webkitplaybacktargetavailabilitychanged&quot;) is &quot;target&quot;
-PASS testElementAttribute(bodyElement, &quot;webkitpresentationmodechanged&quot;) is &quot;target&quot;
</del><span class="cx"> PASS testElementAttribute(bodyElement, &quot;webkittransitionend&quot;) is &quot;target&quot;
</span><span class="cx"> PASS testElementAttribute(bodyElement, &quot;wheel&quot;) is &quot;target&quot;
</span><span class="cx"> 
</span><span class="cx"> Event names we expect to not be able to set on &lt;body&gt; element
</span><span class="cx"> 
</span><del>-PASS testElementAttribute(bodyElement, &quot;devicemotion&quot;) is &quot;none&quot;
-PASS testElementAttribute(bodyElement, &quot;deviceorientation&quot;) is &quot;none&quot;
</del><span class="cx"> PASS testElementAttribute(bodyElement, &quot;noneventname&quot;) is &quot;none&quot;
</span><del>-PASS testElementAttribute(bodyElement, &quot;pointerlockchange&quot;) is &quot;none&quot;
-PASS testElementAttribute(bodyElement, &quot;pointerlockerror&quot;) is &quot;none&quot;
</del><span class="cx"> PASS testElementAttribute(bodyElement, &quot;readystatechange&quot;) is &quot;none&quot;
</span><del>-PASS testElementAttribute(bodyElement, &quot;securitypolicyviolation&quot;) is &quot;none&quot;
-PASS testElementAttribute(bodyElement, &quot;webkitdeviceproximity&quot;) is &quot;none&quot;
</del><span class="cx"> 
</span><span class="cx"> Event names we expect to be forwarded from &lt;frameset&gt; element to window object)
</span><span class="cx"> 
</span><span class="lines">@@ -918,23 +673,12 @@
</span><span class="cx"> PASS testElementAttribute(framesetElement, &quot;message&quot;) is &quot;window&quot;
</span><span class="cx"> PASS testElementAttribute(framesetElement, &quot;offline&quot;) is &quot;window&quot;
</span><span class="cx"> PASS testElementAttribute(framesetElement, &quot;online&quot;) is &quot;window&quot;
</span><del>-PASS testElementAttribute(framesetElement, &quot;orientationchange&quot;) is &quot;window&quot;
</del><span class="cx"> PASS testElementAttribute(framesetElement, &quot;pagehide&quot;) is &quot;window&quot;
</span><span class="cx"> PASS testElementAttribute(framesetElement, &quot;pageshow&quot;) is &quot;window&quot;
</span><span class="cx"> PASS testElementAttribute(framesetElement, &quot;popstate&quot;) is &quot;window&quot;
</span><span class="cx"> PASS testElementAttribute(framesetElement, &quot;resize&quot;) is &quot;window&quot;
</span><span class="cx"> PASS testElementAttribute(framesetElement, &quot;storage&quot;) is &quot;window&quot;
</span><span class="cx"> PASS testElementAttribute(framesetElement, &quot;unload&quot;) is &quot;window&quot;
</span><del>-FAIL testElementAttribute(framesetElement, &quot;webkitmouseforcecancelled&quot;) should be window. Was script: target; content: window.
-FAIL testElementAttribute(framesetElement, &quot;webkitmouseforcechanged&quot;) should be window. Was script: target; content: window.
-FAIL testElementAttribute(framesetElement, &quot;webkitmouseforceclick&quot;) should be window. Was script: target; content: window.
-FAIL testElementAttribute(framesetElement, &quot;webkitmouseforcedown&quot;) should be window. Was script: target; content: window.
-FAIL testElementAttribute(framesetElement, &quot;webkitmouseforceup&quot;) should be window. Was script: target; content: window.
-FAIL testElementAttribute(framesetElement, &quot;webkitmouseforcewillbegin&quot;) should be window. Was script: target; content: window.
-PASS testElementAttribute(framesetElement, &quot;webkitwillrevealbottom&quot;) is &quot;window&quot;
-PASS testElementAttribute(framesetElement, &quot;webkitwillrevealleft&quot;) is &quot;window&quot;
-PASS testElementAttribute(framesetElement, &quot;webkitwillrevealright&quot;) is &quot;window&quot;
-PASS testElementAttribute(framesetElement, &quot;webkitwillrevealtop&quot;) is &quot;window&quot;
</del><span class="cx"> 
</span><span class="cx"> Event names we expect to be forwarded from &lt;frameset&gt; element to document)
</span><span class="cx"> 
</span><span class="lines">@@ -946,8 +690,6 @@
</span><span class="cx"> PASS testElementAttribute(framesetElement, &quot;animationend&quot;) is &quot;target&quot;
</span><span class="cx"> PASS testElementAttribute(framesetElement, &quot;animationiteration&quot;) is &quot;target&quot;
</span><span class="cx"> PASS testElementAttribute(framesetElement, &quot;animationstart&quot;) is &quot;target&quot;
</span><del>-PASS testElementAttribute(framesetElement, &quot;autocomplete&quot;) is &quot;target&quot;
-PASS testElementAttribute(framesetElement, &quot;autocompleteerror&quot;) is &quot;target&quot;
</del><span class="cx"> PASS testElementAttribute(framesetElement, &quot;beforecopy&quot;) is &quot;target&quot;
</span><span class="cx"> PASS testElementAttribute(framesetElement, &quot;beforecut&quot;) is &quot;target&quot;
</span><span class="cx"> PASS testElementAttribute(framesetElement, &quot;beforeload&quot;) is &quot;target&quot;
</span><span class="lines">@@ -970,9 +712,6 @@
</span><span class="cx"> PASS testElementAttribute(framesetElement, &quot;durationchange&quot;) is &quot;target&quot;
</span><span class="cx"> PASS testElementAttribute(framesetElement, &quot;emptied&quot;) is &quot;target&quot;
</span><span class="cx"> PASS testElementAttribute(framesetElement, &quot;ended&quot;) is &quot;target&quot;
</span><del>-PASS testElementAttribute(framesetElement, &quot;gesturechange&quot;) is &quot;target&quot;
-PASS testElementAttribute(framesetElement, &quot;gestureend&quot;) is &quot;target&quot;
-PASS testElementAttribute(framesetElement, &quot;gesturestart&quot;) is &quot;target&quot;
</del><span class="cx"> PASS testElementAttribute(framesetElement, &quot;input&quot;) is &quot;target&quot;
</span><span class="cx"> PASS testElementAttribute(framesetElement, &quot;invalid&quot;) is &quot;target&quot;
</span><span class="cx"> PASS testElementAttribute(framesetElement, &quot;keydown&quot;) is &quot;target&quot;
</span><span class="lines">@@ -1006,38 +745,19 @@
</span><span class="cx"> PASS testElementAttribute(framesetElement, &quot;submit&quot;) is &quot;target&quot;
</span><span class="cx"> PASS testElementAttribute(framesetElement, &quot;suspend&quot;) is &quot;target&quot;
</span><span class="cx"> PASS testElementAttribute(framesetElement, &quot;timeupdate&quot;) is &quot;target&quot;
</span><del>-PASS testElementAttribute(framesetElement, &quot;touchcancel&quot;) is &quot;target&quot;
-PASS testElementAttribute(framesetElement, &quot;touchend&quot;) is &quot;target&quot;
-PASS testElementAttribute(framesetElement, &quot;touchmove&quot;) is &quot;target&quot;
-PASS testElementAttribute(framesetElement, &quot;touchstart&quot;) is &quot;target&quot;
</del><span class="cx"> PASS testElementAttribute(framesetElement, &quot;transitionend&quot;) is &quot;target&quot;
</span><span class="cx"> PASS testElementAttribute(framesetElement, &quot;volumechange&quot;) is &quot;target&quot;
</span><span class="cx"> PASS testElementAttribute(framesetElement, &quot;waiting&quot;) is &quot;target&quot;
</span><span class="cx"> PASS testElementAttribute(framesetElement, &quot;webkitanimationend&quot;) is &quot;target&quot;
</span><span class="cx"> PASS testElementAttribute(framesetElement, &quot;webkitanimationiteration&quot;) is &quot;target&quot;
</span><span class="cx"> PASS testElementAttribute(framesetElement, &quot;webkitanimationstart&quot;) is &quot;target&quot;
</span><del>-PASS testElementAttribute(framesetElement, &quot;webkitcurrentplaybacktargetiswirelesschanged&quot;) is &quot;target&quot;
-PASS testElementAttribute(framesetElement, &quot;webkitfullscreenchange&quot;) is &quot;target&quot;
-PASS testElementAttribute(framesetElement, &quot;webkitfullscreenerror&quot;) is &quot;target&quot;
-PASS testElementAttribute(framesetElement, &quot;webkitkeyadded&quot;) is &quot;target&quot;
-PASS testElementAttribute(framesetElement, &quot;webkitkeyerror&quot;) is &quot;target&quot;
-PASS testElementAttribute(framesetElement, &quot;webkitkeymessage&quot;) is &quot;target&quot;
-PASS testElementAttribute(framesetElement, &quot;webkitneedkey&quot;) is &quot;target&quot;
-PASS testElementAttribute(framesetElement, &quot;webkitplaybacktargetavailabilitychanged&quot;) is &quot;target&quot;
-PASS testElementAttribute(framesetElement, &quot;webkitpresentationmodechanged&quot;) is &quot;target&quot;
</del><span class="cx"> PASS testElementAttribute(framesetElement, &quot;webkittransitionend&quot;) is &quot;target&quot;
</span><span class="cx"> PASS testElementAttribute(framesetElement, &quot;wheel&quot;) is &quot;target&quot;
</span><span class="cx"> 
</span><span class="cx"> Event names we expect to not be able to set on &lt;frameset&gt; element
</span><span class="cx"> 
</span><del>-PASS testElementAttribute(framesetElement, &quot;devicemotion&quot;) is &quot;none&quot;
-PASS testElementAttribute(framesetElement, &quot;deviceorientation&quot;) is &quot;none&quot;
</del><span class="cx"> PASS testElementAttribute(framesetElement, &quot;noneventname&quot;) is &quot;none&quot;
</span><del>-PASS testElementAttribute(framesetElement, &quot;pointerlockchange&quot;) is &quot;none&quot;
-PASS testElementAttribute(framesetElement, &quot;pointerlockerror&quot;) is &quot;none&quot;
</del><span class="cx"> PASS testElementAttribute(framesetElement, &quot;readystatechange&quot;) is &quot;none&quot;
</span><del>-PASS testElementAttribute(framesetElement, &quot;securitypolicyviolation&quot;) is &quot;none&quot;
-PASS testElementAttribute(framesetElement, &quot;webkitdeviceproximity&quot;) is &quot;none&quot;
</del><span class="cx"> 
</span><span class="cx"> Event names we expect to be able to set on an element (tested on the SVG &lt;rect&gt; element)
</span><span class="cx"> 
</span><span class="lines">@@ -1045,8 +765,6 @@
</span><span class="cx"> PASS testElementAttribute(rectElement, &quot;animationend&quot;) is &quot;target&quot;
</span><span class="cx"> PASS testElementAttribute(rectElement, &quot;animationiteration&quot;) is &quot;target&quot;
</span><span class="cx"> PASS testElementAttribute(rectElement, &quot;animationstart&quot;) is &quot;target&quot;
</span><del>-PASS testElementAttribute(rectElement, &quot;autocomplete&quot;) is &quot;target&quot;
-PASS testElementAttribute(rectElement, &quot;autocompleteerror&quot;) is &quot;target&quot;
</del><span class="cx"> PASS testElementAttribute(rectElement, &quot;beforecopy&quot;) is &quot;target&quot;
</span><span class="cx"> PASS testElementAttribute(rectElement, &quot;beforecut&quot;) is &quot;target&quot;
</span><span class="cx"> PASS testElementAttribute(rectElement, &quot;beforeload&quot;) is &quot;target&quot;
</span><span class="lines">@@ -1074,9 +792,6 @@
</span><span class="cx"> PASS testElementAttribute(rectElement, &quot;focus&quot;) is &quot;target&quot;
</span><span class="cx"> PASS testElementAttribute(rectElement, &quot;focusin&quot;) is &quot;target&quot;
</span><span class="cx"> PASS testElementAttribute(rectElement, &quot;focusout&quot;) is &quot;target&quot;
</span><del>-PASS testElementAttribute(rectElement, &quot;gesturechange&quot;) is &quot;target&quot;
-PASS testElementAttribute(rectElement, &quot;gestureend&quot;) is &quot;target&quot;
-PASS testElementAttribute(rectElement, &quot;gesturestart&quot;) is &quot;target&quot;
</del><span class="cx"> PASS testElementAttribute(rectElement, &quot;input&quot;) is &quot;target&quot;
</span><span class="cx"> PASS testElementAttribute(rectElement, &quot;invalid&quot;) is &quot;target&quot;
</span><span class="cx"> PASS testElementAttribute(rectElement, &quot;keydown&quot;) is &quot;target&quot;
</span><span class="lines">@@ -1111,61 +826,31 @@
</span><span class="cx"> PASS testElementAttribute(rectElement, &quot;submit&quot;) is &quot;target&quot;
</span><span class="cx"> PASS testElementAttribute(rectElement, &quot;suspend&quot;) is &quot;target&quot;
</span><span class="cx"> PASS testElementAttribute(rectElement, &quot;timeupdate&quot;) is &quot;target&quot;
</span><del>-PASS testElementAttribute(rectElement, &quot;touchcancel&quot;) is &quot;target&quot;
-PASS testElementAttribute(rectElement, &quot;touchend&quot;) is &quot;target&quot;
-PASS testElementAttribute(rectElement, &quot;touchmove&quot;) is &quot;target&quot;
-PASS testElementAttribute(rectElement, &quot;touchstart&quot;) is &quot;target&quot;
</del><span class="cx"> PASS testElementAttribute(rectElement, &quot;transitionend&quot;) is &quot;target&quot;
</span><span class="cx"> PASS testElementAttribute(rectElement, &quot;volumechange&quot;) is &quot;target&quot;
</span><span class="cx"> PASS testElementAttribute(rectElement, &quot;waiting&quot;) is &quot;target&quot;
</span><span class="cx"> PASS testElementAttribute(rectElement, &quot;webkitanimationend&quot;) is &quot;target&quot;
</span><span class="cx"> PASS testElementAttribute(rectElement, &quot;webkitanimationiteration&quot;) is &quot;target&quot;
</span><span class="cx"> PASS testElementAttribute(rectElement, &quot;webkitanimationstart&quot;) is &quot;target&quot;
</span><del>-PASS testElementAttribute(rectElement, &quot;webkitcurrentplaybacktargetiswirelesschanged&quot;) is &quot;target&quot;
-PASS testElementAttribute(rectElement, &quot;webkitfullscreenchange&quot;) is &quot;target&quot;
-PASS testElementAttribute(rectElement, &quot;webkitfullscreenerror&quot;) is &quot;target&quot;
-PASS testElementAttribute(rectElement, &quot;webkitkeyadded&quot;) is &quot;target&quot;
-PASS testElementAttribute(rectElement, &quot;webkitkeyerror&quot;) is &quot;target&quot;
-PASS testElementAttribute(rectElement, &quot;webkitkeymessage&quot;) is &quot;target&quot;
-PASS testElementAttribute(rectElement, &quot;webkitmouseforcecancelled&quot;) is &quot;target&quot;
-PASS testElementAttribute(rectElement, &quot;webkitmouseforcechanged&quot;) is &quot;target&quot;
-PASS testElementAttribute(rectElement, &quot;webkitmouseforceclick&quot;) is &quot;target&quot;
-PASS testElementAttribute(rectElement, &quot;webkitmouseforcedown&quot;) is &quot;target&quot;
-PASS testElementAttribute(rectElement, &quot;webkitmouseforceup&quot;) is &quot;target&quot;
-PASS testElementAttribute(rectElement, &quot;webkitmouseforcewillbegin&quot;) is &quot;target&quot;
-PASS testElementAttribute(rectElement, &quot;webkitneedkey&quot;) is &quot;target&quot;
-PASS testElementAttribute(rectElement, &quot;webkitplaybacktargetavailabilitychanged&quot;) is &quot;target&quot;
-PASS testElementAttribute(rectElement, &quot;webkitpresentationmodechanged&quot;) is &quot;target&quot;
</del><span class="cx"> PASS testElementAttribute(rectElement, &quot;webkittransitionend&quot;) is &quot;target&quot;
</span><del>-PASS testElementAttribute(rectElement, &quot;webkitwillrevealbottom&quot;) is &quot;target&quot;
-PASS testElementAttribute(rectElement, &quot;webkitwillrevealleft&quot;) is &quot;target&quot;
-PASS testElementAttribute(rectElement, &quot;webkitwillrevealright&quot;) is &quot;target&quot;
-PASS testElementAttribute(rectElement, &quot;webkitwillrevealtop&quot;) is &quot;target&quot;
</del><span class="cx"> PASS testElementAttribute(rectElement, &quot;wheel&quot;) is &quot;target&quot;
</span><span class="cx"> 
</span><span class="cx"> Event names we expect not to be able to set on an element (tested on the SVG &lt;rect&gt; element)
</span><span class="cx"> 
</span><span class="cx"> PASS testElementAttribute(rectElement, &quot;beforeunload&quot;) is &quot;none&quot;
</span><del>-PASS testElementAttribute(rectElement, &quot;devicemotion&quot;) is &quot;none&quot;
-PASS testElementAttribute(rectElement, &quot;deviceorientation&quot;) is &quot;none&quot;
</del><span class="cx"> PASS testElementAttribute(rectElement, &quot;hashchange&quot;) is &quot;none&quot;
</span><span class="cx"> PASS testElementAttribute(rectElement, &quot;message&quot;) is &quot;none&quot;
</span><span class="cx"> PASS testElementAttribute(rectElement, &quot;noneventname&quot;) is &quot;none&quot;
</span><span class="cx"> PASS testElementAttribute(rectElement, &quot;offline&quot;) is &quot;none&quot;
</span><span class="cx"> PASS testElementAttribute(rectElement, &quot;online&quot;) is &quot;none&quot;
</span><del>-PASS testElementAttribute(rectElement, &quot;orientationchange&quot;) is &quot;none&quot;
</del><span class="cx"> PASS testElementAttribute(rectElement, &quot;pagehide&quot;) is &quot;none&quot;
</span><span class="cx"> PASS testElementAttribute(rectElement, &quot;pageshow&quot;) is &quot;none&quot;
</span><del>-PASS testElementAttribute(rectElement, &quot;pointerlockchange&quot;) is &quot;none&quot;
-PASS testElementAttribute(rectElement, &quot;pointerlockerror&quot;) is &quot;none&quot;
</del><span class="cx"> PASS testElementAttribute(rectElement, &quot;popstate&quot;) is &quot;none&quot;
</span><span class="cx"> PASS testElementAttribute(rectElement, &quot;readystatechange&quot;) is &quot;none&quot;
</span><span class="cx"> PASS testElementAttribute(rectElement, &quot;resize&quot;) is &quot;none&quot;
</span><del>-PASS testElementAttribute(rectElement, &quot;securitypolicyviolation&quot;) is &quot;none&quot;
</del><span class="cx"> PASS testElementAttribute(rectElement, &quot;selectionchange&quot;) is &quot;none&quot;
</span><span class="cx"> PASS testElementAttribute(rectElement, &quot;storage&quot;) is &quot;none&quot;
</span><span class="cx"> PASS testElementAttribute(rectElement, &quot;unload&quot;) is &quot;none&quot;
</span><del>-PASS testElementAttribute(rectElement, &quot;webkitdeviceproximity&quot;) is &quot;none&quot;
</del><span class="cx"> 
</span><span class="cx"> Event names on a non-HTML element
</span><span class="cx"> 
</span><span class="lines">@@ -1173,8 +858,6 @@
</span><span class="cx"> FAIL testElementAttribute(nonHTMLElement, &quot;animationend&quot;) should be none. Was script: target; content: none.
</span><span class="cx"> FAIL testElementAttribute(nonHTMLElement, &quot;animationiteration&quot;) should be none. Was script: target; content: none.
</span><span class="cx"> FAIL testElementAttribute(nonHTMLElement, &quot;animationstart&quot;) should be none. Was script: target; content: none.
</span><del>-FAIL testElementAttribute(nonHTMLElement, &quot;autocomplete&quot;) should be none. Was script: target; content: none.
-FAIL testElementAttribute(nonHTMLElement, &quot;autocompleteerror&quot;) should be none. Was script: target; content: none.
</del><span class="cx"> FAIL testElementAttribute(nonHTMLElement, &quot;beforecopy&quot;) should be none. Was script: target; content: none.
</span><span class="cx"> FAIL testElementAttribute(nonHTMLElement, &quot;beforecut&quot;) should be none. Was script: target; content: none.
</span><span class="cx"> FAIL testElementAttribute(nonHTMLElement, &quot;beforeload&quot;) should be none. Was script: target; content: none.
</span><span class="lines">@@ -1189,8 +872,6 @@
</span><span class="cx"> FAIL testElementAttribute(nonHTMLElement, &quot;copy&quot;) should be none. Was script: target; content: none.
</span><span class="cx"> FAIL testElementAttribute(nonHTMLElement, &quot;cut&quot;) should be none. Was script: target; content: none.
</span><span class="cx"> FAIL testElementAttribute(nonHTMLElement, &quot;dblclick&quot;) should be none. Was script: target; content: none.
</span><del>-PASS testElementAttribute(nonHTMLElement, &quot;devicemotion&quot;) is &quot;none&quot;
-PASS testElementAttribute(nonHTMLElement, &quot;deviceorientation&quot;) is &quot;none&quot;
</del><span class="cx"> FAIL testElementAttribute(nonHTMLElement, &quot;drag&quot;) should be none. Was script: target; content: none.
</span><span class="cx"> FAIL testElementAttribute(nonHTMLElement, &quot;dragend&quot;) should be none. Was script: target; content: none.
</span><span class="cx"> FAIL testElementAttribute(nonHTMLElement, &quot;dragenter&quot;) should be none. Was script: target; content: none.
</span><span class="lines">@@ -1205,9 +886,6 @@
</span><span class="cx"> FAIL testElementAttribute(nonHTMLElement, &quot;focus&quot;) should be none. Was script: target; content: none.
</span><span class="cx"> FAIL testElementAttribute(nonHTMLElement, &quot;focusin&quot;) should be none. Was script: target; content: none.
</span><span class="cx"> FAIL testElementAttribute(nonHTMLElement, &quot;focusout&quot;) should be none. Was script: target; content: none.
</span><del>-FAIL testElementAttribute(nonHTMLElement, &quot;gesturechange&quot;) should be none. Was script: target; content: none.
-FAIL testElementAttribute(nonHTMLElement, &quot;gestureend&quot;) should be none. Was script: target; content: none.
-FAIL testElementAttribute(nonHTMLElement, &quot;gesturestart&quot;) should be none. Was script: target; content: none.
</del><span class="cx"> PASS testElementAttribute(nonHTMLElement, &quot;hashchange&quot;) is &quot;none&quot;
</span><span class="cx"> FAIL testElementAttribute(nonHTMLElement, &quot;input&quot;) should be none. Was script: target; content: none.
</span><span class="cx"> FAIL testElementAttribute(nonHTMLElement, &quot;invalid&quot;) should be none. Was script: target; content: none.
</span><span class="lines">@@ -1230,15 +908,12 @@
</span><span class="cx"> PASS testElementAttribute(nonHTMLElement, &quot;noneventname&quot;) is &quot;none&quot;
</span><span class="cx"> PASS testElementAttribute(nonHTMLElement, &quot;offline&quot;) is &quot;none&quot;
</span><span class="cx"> PASS testElementAttribute(nonHTMLElement, &quot;online&quot;) is &quot;none&quot;
</span><del>-PASS testElementAttribute(nonHTMLElement, &quot;orientationchange&quot;) is &quot;none&quot;
</del><span class="cx"> PASS testElementAttribute(nonHTMLElement, &quot;pagehide&quot;) is &quot;none&quot;
</span><span class="cx"> PASS testElementAttribute(nonHTMLElement, &quot;pageshow&quot;) is &quot;none&quot;
</span><span class="cx"> FAIL testElementAttribute(nonHTMLElement, &quot;paste&quot;) should be none. Was script: target; content: none.
</span><span class="cx"> FAIL testElementAttribute(nonHTMLElement, &quot;pause&quot;) should be none. Was script: target; content: none.
</span><span class="cx"> FAIL testElementAttribute(nonHTMLElement, &quot;play&quot;) should be none. Was script: target; content: none.
</span><span class="cx"> FAIL testElementAttribute(nonHTMLElement, &quot;playing&quot;) should be none. Was script: target; content: none.
</span><del>-PASS testElementAttribute(nonHTMLElement, &quot;pointerlockchange&quot;) is &quot;none&quot;
-PASS testElementAttribute(nonHTMLElement, &quot;pointerlockerror&quot;) is &quot;none&quot;
</del><span class="cx"> PASS testElementAttribute(nonHTMLElement, &quot;popstate&quot;) is &quot;none&quot;
</span><span class="cx"> FAIL testElementAttribute(nonHTMLElement, &quot;progress&quot;) should be none. Was script: target; content: none.
</span><span class="cx"> FAIL testElementAttribute(nonHTMLElement, &quot;ratechange&quot;) should be none. Was script: target; content: none.
</span><span class="lines">@@ -1247,7 +922,6 @@
</span><span class="cx"> PASS testElementAttribute(nonHTMLElement, &quot;resize&quot;) is &quot;none&quot;
</span><span class="cx"> FAIL testElementAttribute(nonHTMLElement, &quot;scroll&quot;) should be none. Was script: target; content: none.
</span><span class="cx"> FAIL testElementAttribute(nonHTMLElement, &quot;search&quot;) should be none. Was script: target; content: none.
</span><del>-PASS testElementAttribute(nonHTMLElement, &quot;securitypolicyviolation&quot;) is &quot;none&quot;
</del><span class="cx"> FAIL testElementAttribute(nonHTMLElement, &quot;seeked&quot;) should be none. Was script: target; content: none.
</span><span class="cx"> FAIL testElementAttribute(nonHTMLElement, &quot;seeking&quot;) should be none. Was script: target; content: none.
</span><span class="cx"> FAIL testElementAttribute(nonHTMLElement, &quot;select&quot;) should be none. Was script: target; content: none.
</span><span class="lines">@@ -1258,10 +932,6 @@
</span><span class="cx"> FAIL testElementAttribute(nonHTMLElement, &quot;submit&quot;) should be none. Was script: target; content: none.
</span><span class="cx"> FAIL testElementAttribute(nonHTMLElement, &quot;suspend&quot;) should be none. Was script: target; content: none.
</span><span class="cx"> FAIL testElementAttribute(nonHTMLElement, &quot;timeupdate&quot;) should be none. Was script: target; content: none.
</span><del>-FAIL testElementAttribute(nonHTMLElement, &quot;touchcancel&quot;) should be none. Was script: target; content: none.
-FAIL testElementAttribute(nonHTMLElement, &quot;touchend&quot;) should be none. Was script: target; content: none.
-FAIL testElementAttribute(nonHTMLElement, &quot;touchmove&quot;) should be none. Was script: target; content: none.
-FAIL testElementAttribute(nonHTMLElement, &quot;touchstart&quot;) should be none. Was script: target; content: none.
</del><span class="cx"> FAIL testElementAttribute(nonHTMLElement, &quot;transitionend&quot;) should be none. Was script: target; content: none.
</span><span class="cx"> PASS testElementAttribute(nonHTMLElement, &quot;unload&quot;) is &quot;none&quot;
</span><span class="cx"> FAIL testElementAttribute(nonHTMLElement, &quot;volumechange&quot;) should be none. Was script: target; content: none.
</span><span class="lines">@@ -1269,27 +939,7 @@
</span><span class="cx"> FAIL testElementAttribute(nonHTMLElement, &quot;webkitanimationend&quot;) should be none. Was script: target; content: none.
</span><span class="cx"> FAIL testElementAttribute(nonHTMLElement, &quot;webkitanimationiteration&quot;) should be none. Was script: target; content: none.
</span><span class="cx"> FAIL testElementAttribute(nonHTMLElement, &quot;webkitanimationstart&quot;) should be none. Was script: target; content: none.
</span><del>-FAIL testElementAttribute(nonHTMLElement, &quot;webkitcurrentplaybacktargetiswirelesschanged&quot;) should be none. Was script: target; content: none.
-PASS testElementAttribute(nonHTMLElement, &quot;webkitdeviceproximity&quot;) is &quot;none&quot;
-FAIL testElementAttribute(nonHTMLElement, &quot;webkitfullscreenchange&quot;) should be none. Was script: target; content: none.
-FAIL testElementAttribute(nonHTMLElement, &quot;webkitfullscreenerror&quot;) should be none. Was script: target; content: none.
-FAIL testElementAttribute(nonHTMLElement, &quot;webkitkeyadded&quot;) should be none. Was script: target; content: none.
-FAIL testElementAttribute(nonHTMLElement, &quot;webkitkeyerror&quot;) should be none. Was script: target; content: none.
-FAIL testElementAttribute(nonHTMLElement, &quot;webkitkeymessage&quot;) should be none. Was script: target; content: none.
-FAIL testElementAttribute(nonHTMLElement, &quot;webkitmouseforcecancelled&quot;) should be none. Was script: target; content: none.
-FAIL testElementAttribute(nonHTMLElement, &quot;webkitmouseforcechanged&quot;) should be none. Was script: target; content: none.
-FAIL testElementAttribute(nonHTMLElement, &quot;webkitmouseforceclick&quot;) should be none. Was script: target; content: none.
-FAIL testElementAttribute(nonHTMLElement, &quot;webkitmouseforcedown&quot;) should be none. Was script: target; content: none.
-FAIL testElementAttribute(nonHTMLElement, &quot;webkitmouseforceup&quot;) should be none. Was script: target; content: none.
-FAIL testElementAttribute(nonHTMLElement, &quot;webkitmouseforcewillbegin&quot;) should be none. Was script: target; content: none.
-FAIL testElementAttribute(nonHTMLElement, &quot;webkitneedkey&quot;) should be none. Was script: target; content: none.
-FAIL testElementAttribute(nonHTMLElement, &quot;webkitplaybacktargetavailabilitychanged&quot;) should be none. Was script: target; content: none.
-FAIL testElementAttribute(nonHTMLElement, &quot;webkitpresentationmodechanged&quot;) should be none. Was script: target; content: none.
</del><span class="cx"> FAIL testElementAttribute(nonHTMLElement, &quot;webkittransitionend&quot;) should be none. Was script: target; content: none.
</span><del>-FAIL testElementAttribute(nonHTMLElement, &quot;webkitwillrevealbottom&quot;) should be none. Was script: target; content: none.
-FAIL testElementAttribute(nonHTMLElement, &quot;webkitwillrevealleft&quot;) should be none. Was script: target; content: none.
-FAIL testElementAttribute(nonHTMLElement, &quot;webkitwillrevealright&quot;) should be none. Was script: target; content: none.
-FAIL testElementAttribute(nonHTMLElement, &quot;webkitwillrevealtop&quot;) should be none. Was script: target; content: none.
</del><span class="cx"> FAIL testElementAttribute(nonHTMLElement, &quot;wheel&quot;) should be none. Was script: target; content: none.
</span><span class="cx"> 
</span><span class="cx"> PASS successfullyParsed is true
</span></span></pre></div>
<a id="trunkLayoutTestsfastdomeventhandlerattributeshtml"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/fast/dom/event-handler-attributes.html (182045 => 182046)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/fast/dom/event-handler-attributes.html        2015-03-27 00:13:59 UTC (rev 182045)
+++ trunk/LayoutTests/fast/dom/event-handler-attributes.html        2015-03-27 01:02:38 UTC (rev 182046)
</span><span class="lines">@@ -25,8 +25,6 @@
</span><span class="cx">     &quot;click&quot;,
</span><span class="cx">     &quot;contextmenu&quot;,
</span><span class="cx">     &quot;dblclick&quot;,
</span><del>-    &quot;devicemotion&quot;,
-    &quot;deviceorientation&quot;,
</del><span class="cx">     &quot;drag&quot;,
</span><span class="cx">     &quot;dragend&quot;,
</span><span class="cx">     &quot;dragenter&quot;,
</span><span class="lines">@@ -39,9 +37,6 @@
</span><span class="cx">     &quot;ended&quot;,
</span><span class="cx">     &quot;error&quot;,
</span><span class="cx">     &quot;focus&quot;,
</span><del>-    &quot;gesturechange&quot;,
-    &quot;gestureend&quot;,
-    &quot;gesturestart&quot;,
</del><span class="cx">     &quot;hashchange&quot;,
</span><span class="cx">     &quot;input&quot;,
</span><span class="cx">     &quot;invalid&quot;,
</span><span class="lines">@@ -63,7 +58,6 @@
</span><span class="cx">     &quot;mousewheel&quot;,
</span><span class="cx">     &quot;offline&quot;,
</span><span class="cx">     &quot;online&quot;,
</span><del>-    &quot;orientationchange&quot;,
</del><span class="cx">     &quot;pagehide&quot;,
</span><span class="cx">     &quot;pageshow&quot;,
</span><span class="cx">     &quot;pause&quot;,
</span><span class="lines">@@ -84,10 +78,6 @@
</span><span class="cx">     &quot;submit&quot;,
</span><span class="cx">     &quot;suspend&quot;,
</span><span class="cx">     &quot;timeupdate&quot;,
</span><del>-    &quot;touchcancel&quot;,
-    &quot;touchend&quot;,
-    &quot;touchmove&quot;,
-    &quot;touchstart&quot;,
</del><span class="cx">     &quot;transitionend&quot;,
</span><span class="cx">     &quot;unload&quot;,
</span><span class="cx">     &quot;volumechange&quot;,
</span><span class="lines">@@ -95,18 +85,7 @@
</span><span class="cx">     &quot;webkitanimationend&quot;,
</span><span class="cx">     &quot;webkitanimationiteration&quot;,
</span><span class="cx">     &quot;webkitanimationstart&quot;,
</span><del>-    &quot;webkitdeviceproximity&quot;,
-    &quot;webkitmouseforcecancelled&quot;,
-    &quot;webkitmouseforcechanged&quot;,
-    &quot;webkitmouseforceclick&quot;,
-    &quot;webkitmouseforcedown&quot;,
-    &quot;webkitmouseforceup&quot;,
-    &quot;webkitmouseforcewillbegin&quot;,
</del><span class="cx">     &quot;webkittransitionend&quot;,
</span><del>-    &quot;webkitwillrevealbottom&quot;,
-    &quot;webkitwillrevealleft&quot;,
-    &quot;webkitwillrevealright&quot;,
-    &quot;webkitwillrevealtop&quot;,
</del><span class="cx">     &quot;wheel&quot;,
</span><span class="cx"> ];
</span><span class="cx"> 
</span><span class="lines">@@ -146,33 +125,14 @@
</span><span class="cx">     &quot;mouseup&quot;,
</span><span class="cx">     &quot;mousewheel&quot;,
</span><span class="cx">     &quot;paste&quot;,
</span><del>-    &quot;pointerlockchange&quot;,
-    &quot;pointerlockerror&quot;,
</del><span class="cx">     &quot;readystatechange&quot;,
</span><span class="cx">     &quot;reset&quot;,
</span><span class="cx">     &quot;scroll&quot;,
</span><span class="cx">     &quot;search&quot;,
</span><del>-    &quot;securitypolicyviolation&quot;,
</del><span class="cx">     &quot;select&quot;,
</span><span class="cx">     &quot;selectionchange&quot;,
</span><span class="cx">     &quot;selectstart&quot;,
</span><span class="cx">     &quot;submit&quot;,
</span><del>-    &quot;touchcancel&quot;,
-    &quot;touchend&quot;,
-    &quot;touchmove&quot;,
-    &quot;touchstart&quot;,
-    &quot;webkitmouseforcecancelled&quot;,
-    &quot;webkitmouseforcechanged&quot;,
-    &quot;webkitmouseforceclick&quot;,
-    &quot;webkitmouseforcedown&quot;,
-    &quot;webkitmouseforceup&quot;,
-    &quot;webkitmouseforcewillbegin&quot;,
-    &quot;webkitfullscreenchange&quot;,
-    &quot;webkitfullscreenerror&quot;,
-    &quot;webkitwillrevealbottom&quot;,
-    &quot;webkitwillrevealleft&quot;,
-    &quot;webkitwillrevealright&quot;,
-    &quot;webkitwillrevealtop&quot;,
</del><span class="cx">     &quot;wheel&quot;,
</span><span class="cx"> ];
</span><span class="cx"> 
</span><span class="lines">@@ -181,8 +141,6 @@
</span><span class="cx">     &quot;animationend&quot;,
</span><span class="cx">     &quot;animationiteration&quot;,
</span><span class="cx">     &quot;animationstart&quot;,
</span><del>-    &quot;autocomplete&quot;,
-    &quot;autocompleteerror&quot;,
</del><span class="cx">     &quot;beforecopy&quot;,
</span><span class="cx">     &quot;beforecut&quot;,
</span><span class="cx">     &quot;beforeload&quot;,
</span><span class="lines">@@ -210,9 +168,6 @@
</span><span class="cx">     &quot;focus&quot;,
</span><span class="cx">     &quot;focusin&quot;,
</span><span class="cx">     &quot;focusout&quot;,
</span><del>-    &quot;gesturechange&quot;,
-    &quot;gestureend&quot;,
-    &quot;gesturestart&quot;,
</del><span class="cx">     &quot;input&quot;,
</span><span class="cx">     &quot;invalid&quot;,
</span><span class="cx">     &quot;keydown&quot;,
</span><span class="lines">@@ -247,36 +202,13 @@
</span><span class="cx">     &quot;submit&quot;,
</span><span class="cx">     &quot;suspend&quot;,
</span><span class="cx">     &quot;timeupdate&quot;,
</span><del>-    &quot;touchcancel&quot;,
-    &quot;touchend&quot;,
-    &quot;touchmove&quot;,
-    &quot;touchstart&quot;,
</del><span class="cx">     &quot;transitionend&quot;,
</span><span class="cx">     &quot;volumechange&quot;,
</span><span class="cx">     &quot;waiting&quot;,
</span><span class="cx">     &quot;webkitanimationend&quot;,
</span><span class="cx">     &quot;webkitanimationiteration&quot;,
</span><span class="cx">     &quot;webkitanimationstart&quot;,
</span><del>-    &quot;webkitcurrentplaybacktargetiswirelesschanged&quot;,
-    &quot;webkitfullscreenchange&quot;,
-    &quot;webkitfullscreenerror&quot;,
-    &quot;webkitkeyadded&quot;,
-    &quot;webkitkeyerror&quot;,
-    &quot;webkitkeymessage&quot;,
-    &quot;webkitmouseforcecancelled&quot;,
-    &quot;webkitmouseforcechanged&quot;,
-    &quot;webkitmouseforceclick&quot;,
-    &quot;webkitmouseforcedown&quot;,
-    &quot;webkitmouseforceup&quot;,
-    &quot;webkitmouseforcewillbegin&quot;,
-    &quot;webkitneedkey&quot;,
-    &quot;webkitplaybacktargetavailabilitychanged&quot;,
-    &quot;webkitpresentationmodechanged&quot;,
</del><span class="cx">     &quot;webkittransitionend&quot;,
</span><del>-    &quot;webkitwillrevealbottom&quot;,
-    &quot;webkitwillrevealleft&quot;,
-    &quot;webkitwillrevealright&quot;,
-    &quot;webkitwillrevealtop&quot;,
</del><span class="cx">     &quot;wheel&quot;,
</span><span class="cx"> ];
</span><span class="cx"> 
</span><span class="lines">@@ -292,23 +224,12 @@
</span><span class="cx">     &quot;message&quot;,
</span><span class="cx">     &quot;offline&quot;,
</span><span class="cx">     &quot;online&quot;,
</span><del>-    &quot;orientationchange&quot;,
</del><span class="cx">     &quot;pagehide&quot;,
</span><span class="cx">     &quot;pageshow&quot;,
</span><span class="cx">     &quot;popstate&quot;,
</span><span class="cx">     &quot;resize&quot;,
</span><span class="cx">     &quot;storage&quot;,
</span><span class="cx">     &quot;unload&quot;,
</span><del>-    &quot;webkitmouseforcecancelled&quot;,
-    &quot;webkitmouseforcechanged&quot;,
-    &quot;webkitmouseforceclick&quot;,
-    &quot;webkitmouseforcedown&quot;,
-    &quot;webkitmouseforceup&quot;,
-    &quot;webkitmouseforcewillbegin&quot;,
-    &quot;webkitwillrevealbottom&quot;,
-    &quot;webkitwillrevealleft&quot;,
-    &quot;webkitwillrevealright&quot;,
-    &quot;webkitwillrevealtop&quot;,
</del><span class="cx"> ];
</span><span class="cx"> 
</span><span class="cx"> const bodyElementDocumentForwardedEvents = [
</span><span class="lines">@@ -613,6 +534,74 @@
</span><span class="cx"> loader/appcache/DOMApplicationCache.idl:    attribute EventListener oncached;
</span><span class="cx"> loader/appcache/DOMApplicationCache.idl:    attribute EventListener onobsolete;
</span><span class="cx"> 
</span><ins>+page/DOMWindow.idl:    [NotEnumerable, Conditional=DEVICE_ORIENTATION] attribute EventHandler ondevicemotion;
+page/DOMWindow.idl:    [NotEnumerable, Conditional=DEVICE_ORIENTATION] attribute EventHandler ondeviceorientation;
+page/DOMWindow.idl:    [NotEnumerable, Conditional=TOUCH_EVENTS] attribute EventHandler ontouchcancel;
+page/DOMWindow.idl:    [NotEnumerable, Conditional=TOUCH_EVENTS] attribute EventHandler ontouchend;
+page/DOMWindow.idl:    [NotEnumerable, Conditional=TOUCH_EVENTS] attribute EventHandler ontouchmove;
+page/DOMWindow.idl:    [NotEnumerable, Conditional=TOUCH_EVENTS] attribute EventHandler ontouchstart;
+page/DOMWindow.idl:    [NotEnumerable, Conditional=IOS_GESTURE_EVENTS] attribute EventHandler ongesturechange;
+page/DOMWindow.idl:    [NotEnumerable, Conditional=IOS_GESTURE_EVENTS] attribute EventHandler ongestureend;
+page/DOMWindow.idl:    [NotEnumerable, Conditional=IOS_GESTURE_EVENTS] attribute EventHandler ongesturestart;
+page/DOMWindow.idl:    [NotEnumerable, Conditional=ORIENTATION_EVENTS] attribute EventHandler onorientationchange;
+page/DOMWindow.idl:    [NotEnumerable, Conditional=PROXIMITY_EVENTS] attribute EventHandler onwebkitdeviceproximity;
+page/DOMWindow.idl:    [NotEnumerable, Conditional=WILL_REVEAL_EDGE_EVENTS] attribute EventHandler onwebkitwillrevealbottom;
+page/DOMWindow.idl:    [NotEnumerable, Conditional=WILL_REVEAL_EDGE_EVENTS] attribute EventHandler onwebkitwillrevealleft;
+page/DOMWindow.idl:    [NotEnumerable, Conditional=WILL_REVEAL_EDGE_EVENTS] attribute EventHandler onwebkitwillrevealright;
+page/DOMWindow.idl:    [NotEnumerable, Conditional=WILL_REVEAL_EDGE_EVENTS] attribute EventHandler onwebkitwillrevealtop;
+page/DOMWindow.idl:    [NotEnumerable, Conditional=MOUSE_FORCE_EVENTS] attribute EventHandler onwebkitmouseforcecancelled;
+page/DOMWindow.idl:    [NotEnumerable, Conditional=MOUSE_FORCE_EVENTS] attribute EventHandler onwebkitmouseforcechanged;
+page/DOMWindow.idl:    [NotEnumerable, Conditional=MOUSE_FORCE_EVENTS] attribute EventHandler onwebkitmouseforceclick;
+page/DOMWindow.idl:    [NotEnumerable, Conditional=MOUSE_FORCE_EVENTS] attribute EventHandler onwebkitmouseforcedown;
+page/DOMWindow.idl:    [NotEnumerable, Conditional=MOUSE_FORCE_EVENTS] attribute EventHandler onwebkitmouseforceup;
+page/DOMWindow.idl:    [NotEnumerable, Conditional=MOUSE_FORCE_EVENTS] attribute EventHandler onwebkitmouseforcewillbegin;

+dom/Document.idl:    [NotEnumerable, Conditional=CSP_NEXT] attribute EventHandler onsecuritypolicyviolation;
+dom/Document.idl:    [NotEnumerable, Conditional=TOUCH_EVENTS] attribute EventHandler ontouchcancel;
+dom/Document.idl:    [NotEnumerable, Conditional=TOUCH_EVENTS] attribute EventHandler ontouchend;
+dom/Document.idl:    [NotEnumerable, Conditional=TOUCH_EVENTS] attribute EventHandler ontouchmove;
+dom/Document.idl:    [NotEnumerable, Conditional=TOUCH_EVENTS] attribute EventHandler ontouchstart;
+dom/Document.idl:    [NotEnumerable, Conditional=WILL_REVEAL_EDGE_EVENTS] attribute EventHandler onwebkitwillrevealbottom;
+dom/Document.idl:    [NotEnumerable, Conditional=WILL_REVEAL_EDGE_EVENTS] attribute EventHandler onwebkitwillrevealleft;
+dom/Document.idl:    [NotEnumerable, Conditional=WILL_REVEAL_EDGE_EVENTS] attribute EventHandler onwebkitwillrevealright;
+dom/Document.idl:    [NotEnumerable, Conditional=WILL_REVEAL_EDGE_EVENTS] attribute EventHandler onwebkitwillrevealtop;
+dom/Document.idl:    [NotEnumerable, Conditional=MOUSE_FORCE_EVENTS] attribute EventHandler onwebkitmouseforcecancelled;
+dom/Document.idl:    [NotEnumerable, Conditional=MOUSE_FORCE_EVENTS] attribute EventHandler onwebkitmouseforcechanged;
+dom/Document.idl:    [NotEnumerable, Conditional=MOUSE_FORCE_EVENTS] attribute EventHandler onwebkitmouseforceclick;
+dom/Document.idl:    [NotEnumerable, Conditional=MOUSE_FORCE_EVENTS] attribute EventHandler onwebkitmouseforcedown;
+dom/Document.idl:    [NotEnumerable, Conditional=MOUSE_FORCE_EVENTS] attribute EventHandler onwebkitmouseforceup;
+dom/Document.idl:    [NotEnumerable, Conditional=MOUSE_FORCE_EVENTS] attribute EventHandler onwebkitmouseforcewillbegin;
+dom/Document.idl:    [NotEnumerable, Conditional=FULLSCREEN_API] attribute EventHandler onwebkitfullscreenchange;
+dom/Document.idl:    [NotEnumerable, Conditional=FULLSCREEN_API] attribute EventHandler onwebkitfullscreenerror;
+dom/Document.idl:    [NotEnumerable, Conditional=POINTER_LOCK] attribute EventHandler onpointerlockchange;
+dom/Document.idl:    [NotEnumerable, Conditional=POINTER_LOCK] attribute EventHandler onpointerlockerror;

+dom/Element.idl:    [NotEnumerable, Conditional=TOUCH_EVENTS] attribute EventHandler ontouchcancel;
+dom/Element.idl:    [NotEnumerable, Conditional=TOUCH_EVENTS] attribute EventHandler ontouchend;
+dom/Element.idl:    [NotEnumerable, Conditional=TOUCH_EVENTS] attribute EventHandler ontouchmove;
+dom/Element.idl:    [NotEnumerable, Conditional=TOUCH_EVENTS] attribute EventHandler ontouchstart;
+dom/Element.idl:    [NotEnumerable, Conditional=WILL_REVEAL_EDGE_EVENTS] attribute EventHandler onwebkitwillrevealbottom;
+dom/Element.idl:    [NotEnumerable, Conditional=WILL_REVEAL_EDGE_EVENTS] attribute EventHandler onwebkitwillrevealleft;
+dom/Element.idl:    [NotEnumerable, Conditional=WILL_REVEAL_EDGE_EVENTS] attribute EventHandler onwebkitwillrevealright;
+dom/Element.idl:    [NotEnumerable, Conditional=WILL_REVEAL_EDGE_EVENTS] attribute EventHandler onwebkitwillrevealtop;
+dom/Element.idl:    [NotEnumerable, Conditional=MOUSE_FORCE_EVENTS] attribute EventHandler onwebkitmouseforcecancelled;
+dom/Element.idl:    [NotEnumerable, Conditional=MOUSE_FORCE_EVENTS] attribute EventHandler onwebkitmouseforcechanged;
+dom/Element.idl:    [NotEnumerable, Conditional=MOUSE_FORCE_EVENTS] attribute EventHandler onwebkitmouseforceclick;
+dom/Element.idl:    [NotEnumerable, Conditional=MOUSE_FORCE_EVENTS] attribute EventHandler onwebkitmouseforcedown;
+dom/Element.idl:    [NotEnumerable, Conditional=MOUSE_FORCE_EVENTS] attribute EventHandler onwebkitmouseforcewillbegin;
+dom/Element.idl:    [NotEnumerable, Conditional=MOUSE_FORCE_EVENTS] attribute EventHandler onwebkitmouseforceup;
+dom/Element.idl:    [NotEnumerable, Conditional=ENCRYPTED_MEDIA] attribute EventHandler onwebkitkeyadded;
+dom/Element.idl:    [NotEnumerable, Conditional=ENCRYPTED_MEDIA] attribute EventHandler onwebkitkeyerror;
+dom/Element.idl:    [NotEnumerable, Conditional=ENCRYPTED_MEDIA] attribute EventHandler onwebkitkeymessage;
+dom/Element.idl:    [NotEnumerable, Conditional=ENCRYPTED_MEDIA|ENCRYPTED_MEDIA_V2] attribute EventHandler onwebkitneedkey;
+dom/Element.idl:    [NotEnumerable, Conditional=FULLSCREEN_API] attribute EventHandler onwebkitfullscreenchange;
+dom/Element.idl:    [NotEnumerable, Conditional=FULLSCREEN_API] attribute EventHandler onwebkitfullscreenerror;
+dom/Element.idl:    [NotEnumerable, Conditional=REQUEST_AUTOCOMPLETE] attribute EventHandler onautocomplete;
+dom/Element.idl:    [NotEnumerable, Conditional=REQUEST_AUTOCOMPLETE] attribute EventHandler onautocompleteerror;
+dom/Element.idl:    [NotEnumerable, Conditional=VIDEO_PRESENTATION_MODE] attribute EventHandler onwebkitpresentationmodechanged;
+dom/Element.idl:    [NotEnumerable, Conditional=WIRELESS_PLAYBACK_TARGET] attribute EventHandler onwebkitcurrentplaybacktargetiswirelesschanged;
+dom/Element.idl:    [NotEnumerable, Conditional=WIRELESS_PLAYBACK_TARGET] attribute EventHandler onwebkitplaybacktargetavailabilitychanged;
+
</ins><span class="cx"> page/EventSource.idl:    attribute EventListener onopen;
</span><span class="cx"> page/EventSource.idl:    attribute EventListener onmessage;
</span><span class="cx"> page/EventSource.idl:    attribute EventListener onerror;
</span></span></pre></div>
<a id="trunkLayoutTestsfasteventseventattributeexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/fast/events/event-attribute-expected.txt (182045 => 182046)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/fast/events/event-attribute-expected.txt        2015-03-27 00:13:59 UTC (rev 182045)
+++ trunk/LayoutTests/fast/events/event-attribute-expected.txt        2015-03-27 01:02:38 UTC (rev 182046)
</span><span class="lines">@@ -37,10 +37,10 @@
</span><span class="cx"> PASS /*img*/ typeof (element[&quot;onerror&quot;]) is &quot;function&quot;
</span><span class="cx"> PASS /*img*/ typeof (element[&quot;oninput&quot;]) is &quot;function&quot;
</span><span class="cx"> PASS /*img*/ typeof (element[&quot;oninvalid&quot;]) is &quot;function&quot;
</span><del>-PASS /*img*/ typeof (element[&quot;ontouchstart&quot;]) is &quot;function&quot;
-PASS /*img*/ typeof (element[&quot;ontouchmove&quot;]) is &quot;function&quot;
-PASS /*img*/ typeof (element[&quot;ontouchend&quot;]) is &quot;function&quot;
-PASS /*img*/ typeof (element[&quot;ontouchcancel&quot;]) is &quot;function&quot;
</del><ins>+FAIL /*img*/ typeof (element[&quot;ontouchstart&quot;]) should be function. Was undefined.
+FAIL /*img*/ typeof (element[&quot;ontouchmove&quot;]) should be function. Was undefined.
+FAIL /*img*/ typeof (element[&quot;ontouchend&quot;]) should be function. Was undefined.
+FAIL /*img*/ typeof (element[&quot;ontouchcancel&quot;]) should be function. Was undefined.
</ins><span class="cx"> PASS /*img*/ typeof (element[&quot;onwebkitfullscreenchange&quot;]) is &quot;function&quot;
</span><span class="cx"> PASS /*img*/ typeof (element[&quot;onwebkitfullscreenerror&quot;]) is &quot;function&quot;
</span><span class="cx"> PASS /*img*/ typeof (element[&quot;onabort&quot;]) is &quot;function&quot;
</span><span class="lines">@@ -81,10 +81,10 @@
</span><span class="cx"> PASS /*script*/ typeof (element[&quot;onerror&quot;]) is &quot;function&quot;
</span><span class="cx"> PASS /*script*/ typeof (element[&quot;oninput&quot;]) is &quot;function&quot;
</span><span class="cx"> PASS /*script*/ typeof (element[&quot;oninvalid&quot;]) is &quot;function&quot;
</span><del>-PASS /*script*/ typeof (element[&quot;ontouchstart&quot;]) is &quot;function&quot;
-PASS /*script*/ typeof (element[&quot;ontouchmove&quot;]) is &quot;function&quot;
-PASS /*script*/ typeof (element[&quot;ontouchend&quot;]) is &quot;function&quot;
-PASS /*script*/ typeof (element[&quot;ontouchcancel&quot;]) is &quot;function&quot;
</del><ins>+FAIL /*script*/ typeof (element[&quot;ontouchstart&quot;]) should be function. Was undefined.
+FAIL /*script*/ typeof (element[&quot;ontouchmove&quot;]) should be function. Was undefined.
+FAIL /*script*/ typeof (element[&quot;ontouchend&quot;]) should be function. Was undefined.
+FAIL /*script*/ typeof (element[&quot;ontouchcancel&quot;]) should be function. Was undefined.
</ins><span class="cx"> PASS /*script*/ typeof (element[&quot;onwebkitfullscreenchange&quot;]) is &quot;function&quot;
</span><span class="cx"> PASS /*script*/ typeof (element[&quot;onwebkitfullscreenerror&quot;]) is &quot;function&quot;
</span><span class="cx"> PASS /*script*/ typeof (element[&quot;onabort&quot;]) is &quot;function&quot;
</span><span class="lines">@@ -125,10 +125,10 @@
</span><span class="cx"> PASS /*video*/ typeof (element[&quot;onerror&quot;]) is &quot;function&quot;
</span><span class="cx"> PASS /*video*/ typeof (element[&quot;oninput&quot;]) is &quot;function&quot;
</span><span class="cx"> PASS /*video*/ typeof (element[&quot;oninvalid&quot;]) is &quot;function&quot;
</span><del>-PASS /*video*/ typeof (element[&quot;ontouchstart&quot;]) is &quot;function&quot;
-PASS /*video*/ typeof (element[&quot;ontouchmove&quot;]) is &quot;function&quot;
-PASS /*video*/ typeof (element[&quot;ontouchend&quot;]) is &quot;function&quot;
-PASS /*video*/ typeof (element[&quot;ontouchcancel&quot;]) is &quot;function&quot;
</del><ins>+FAIL /*video*/ typeof (element[&quot;ontouchstart&quot;]) should be function. Was undefined.
+FAIL /*video*/ typeof (element[&quot;ontouchmove&quot;]) should be function. Was undefined.
+FAIL /*video*/ typeof (element[&quot;ontouchend&quot;]) should be function. Was undefined.
+FAIL /*video*/ typeof (element[&quot;ontouchcancel&quot;]) should be function. Was undefined.
</ins><span class="cx"> PASS /*video*/ typeof (element[&quot;onwebkitfullscreenchange&quot;]) is &quot;function&quot;
</span><span class="cx"> PASS /*video*/ typeof (element[&quot;onwebkitfullscreenerror&quot;]) is &quot;function&quot;
</span><span class="cx"> PASS /*video*/ typeof (element[&quot;onabort&quot;]) is &quot;function&quot;
</span><span class="lines">@@ -169,10 +169,10 @@
</span><span class="cx"> PASS /*div*/ typeof (element[&quot;onerror&quot;]) is &quot;function&quot;
</span><span class="cx"> PASS /*div*/ typeof (element[&quot;oninput&quot;]) is &quot;function&quot;
</span><span class="cx"> PASS /*div*/ typeof (element[&quot;oninvalid&quot;]) is &quot;function&quot;
</span><del>-PASS /*div*/ typeof (element[&quot;ontouchstart&quot;]) is &quot;function&quot;
-PASS /*div*/ typeof (element[&quot;ontouchmove&quot;]) is &quot;function&quot;
-PASS /*div*/ typeof (element[&quot;ontouchend&quot;]) is &quot;function&quot;
-PASS /*div*/ typeof (element[&quot;ontouchcancel&quot;]) is &quot;function&quot;
</del><ins>+FAIL /*div*/ typeof (element[&quot;ontouchstart&quot;]) should be function. Was undefined.
+FAIL /*div*/ typeof (element[&quot;ontouchmove&quot;]) should be function. Was undefined.
+FAIL /*div*/ typeof (element[&quot;ontouchend&quot;]) should be function. Was undefined.
+FAIL /*div*/ typeof (element[&quot;ontouchcancel&quot;]) should be function. Was undefined.
</ins><span class="cx"> PASS /*div*/ typeof (element[&quot;onwebkitfullscreenchange&quot;]) is &quot;function&quot;
</span><span class="cx"> PASS /*div*/ typeof (element[&quot;onwebkitfullscreenerror&quot;]) is &quot;function&quot;
</span><span class="cx"> PASS /*div*/ typeof (element[&quot;onabort&quot;]) is &quot;function&quot;
</span><span class="lines">@@ -213,10 +213,10 @@
</span><span class="cx"> PASS /*form*/ typeof (element[&quot;onerror&quot;]) is &quot;function&quot;
</span><span class="cx"> PASS /*form*/ typeof (element[&quot;oninput&quot;]) is &quot;function&quot;
</span><span class="cx"> PASS /*form*/ typeof (element[&quot;oninvalid&quot;]) is &quot;function&quot;
</span><del>-PASS /*form*/ typeof (element[&quot;ontouchstart&quot;]) is &quot;function&quot;
-PASS /*form*/ typeof (element[&quot;ontouchmove&quot;]) is &quot;function&quot;
-PASS /*form*/ typeof (element[&quot;ontouchend&quot;]) is &quot;function&quot;
-PASS /*form*/ typeof (element[&quot;ontouchcancel&quot;]) is &quot;function&quot;
</del><ins>+FAIL /*form*/ typeof (element[&quot;ontouchstart&quot;]) should be function. Was undefined.
+FAIL /*form*/ typeof (element[&quot;ontouchmove&quot;]) should be function. Was undefined.
+FAIL /*form*/ typeof (element[&quot;ontouchend&quot;]) should be function. Was undefined.
+FAIL /*form*/ typeof (element[&quot;ontouchcancel&quot;]) should be function. Was undefined.
</ins><span class="cx"> PASS /*form*/ typeof (element[&quot;onwebkitfullscreenchange&quot;]) is &quot;function&quot;
</span><span class="cx"> PASS /*form*/ typeof (element[&quot;onwebkitfullscreenerror&quot;]) is &quot;function&quot;
</span><span class="cx"> PASS /*form*/ typeof (element[&quot;onabort&quot;]) is &quot;function&quot;
</span><span class="lines">@@ -257,10 +257,10 @@
</span><span class="cx"> PASS /*input*/ typeof (element[&quot;onerror&quot;]) is &quot;function&quot;
</span><span class="cx"> PASS /*input*/ typeof (element[&quot;oninput&quot;]) is &quot;function&quot;
</span><span class="cx"> PASS /*input*/ typeof (element[&quot;oninvalid&quot;]) is &quot;function&quot;
</span><del>-PASS /*input*/ typeof (element[&quot;ontouchstart&quot;]) is &quot;function&quot;
-PASS /*input*/ typeof (element[&quot;ontouchmove&quot;]) is &quot;function&quot;
-PASS /*input*/ typeof (element[&quot;ontouchend&quot;]) is &quot;function&quot;
-PASS /*input*/ typeof (element[&quot;ontouchcancel&quot;]) is &quot;function&quot;
</del><ins>+FAIL /*input*/ typeof (element[&quot;ontouchstart&quot;]) should be function. Was undefined.
+FAIL /*input*/ typeof (element[&quot;ontouchmove&quot;]) should be function. Was undefined.
+FAIL /*input*/ typeof (element[&quot;ontouchend&quot;]) should be function. Was undefined.
+FAIL /*input*/ typeof (element[&quot;ontouchcancel&quot;]) should be function. Was undefined.
</ins><span class="cx"> PASS /*input*/ typeof (element[&quot;onwebkitfullscreenchange&quot;]) is &quot;function&quot;
</span><span class="cx"> PASS /*input*/ typeof (element[&quot;onwebkitfullscreenerror&quot;]) is &quot;function&quot;
</span><span class="cx"> PASS /*input*/ typeof (element[&quot;onabort&quot;]) is &quot;function&quot;
</span></span></pre></div>
<a id="trunkLayoutTestsplatformwinfasteventseventattributeexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/win/fast/events/event-attribute-expected.txt (182045 => 182046)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/win/fast/events/event-attribute-expected.txt        2015-03-27 00:13:59 UTC (rev 182045)
+++ trunk/LayoutTests/platform/win/fast/events/event-attribute-expected.txt        2015-03-27 01:02:38 UTC (rev 182046)
</span><span class="lines">@@ -37,10 +37,10 @@
</span><span class="cx"> PASS /*img*/ typeof (element[&quot;onerror&quot;]) is &quot;function&quot;
</span><span class="cx"> PASS /*img*/ typeof (element[&quot;oninput&quot;]) is &quot;function&quot;
</span><span class="cx"> PASS /*img*/ typeof (element[&quot;oninvalid&quot;]) is &quot;function&quot;
</span><del>-PASS /*img*/ typeof (element[&quot;ontouchstart&quot;]) is &quot;function&quot;
-PASS /*img*/ typeof (element[&quot;ontouchmove&quot;]) is &quot;function&quot;
-PASS /*img*/ typeof (element[&quot;ontouchend&quot;]) is &quot;function&quot;
-PASS /*img*/ typeof (element[&quot;ontouchcancel&quot;]) is &quot;function&quot;
</del><ins>+FAIL /*img*/ typeof (element[&quot;ontouchstart&quot;]) should be function. Was undefined.
+FAIL /*img*/ typeof (element[&quot;ontouchmove&quot;]) should be function. Was undefined.
+FAIL /*img*/ typeof (element[&quot;ontouchend&quot;]) should be function. Was undefined.
+FAIL /*img*/ typeof (element[&quot;ontouchcancel&quot;]) should be function. Was undefined.
</ins><span class="cx"> PASS /*img*/ typeof (element[&quot;onwebkitfullscreenchange&quot;]) is &quot;function&quot;
</span><span class="cx"> PASS /*img*/ typeof (element[&quot;onwebkitfullscreenerror&quot;]) is &quot;function&quot;
</span><span class="cx"> PASS /*img*/ typeof (element[&quot;onabort&quot;]) is &quot;function&quot;
</span><span class="lines">@@ -81,10 +81,10 @@
</span><span class="cx"> PASS /*script*/ typeof (element[&quot;onerror&quot;]) is &quot;function&quot;
</span><span class="cx"> PASS /*script*/ typeof (element[&quot;oninput&quot;]) is &quot;function&quot;
</span><span class="cx"> PASS /*script*/ typeof (element[&quot;oninvalid&quot;]) is &quot;function&quot;
</span><del>-PASS /*script*/ typeof (element[&quot;ontouchstart&quot;]) is &quot;function&quot;
-PASS /*script*/ typeof (element[&quot;ontouchmove&quot;]) is &quot;function&quot;
-PASS /*script*/ typeof (element[&quot;ontouchend&quot;]) is &quot;function&quot;
-PASS /*script*/ typeof (element[&quot;ontouchcancel&quot;]) is &quot;function&quot;
</del><ins>+FAIL /*script*/ typeof (element[&quot;ontouchstart&quot;]) should be function. Was undefined.
+FAIL /*script*/ typeof (element[&quot;ontouchmove&quot;]) should be function. Was undefined.
+FAIL /*script*/ typeof (element[&quot;ontouchend&quot;]) should be function. Was undefined.
+FAIL /*script*/ typeof (element[&quot;ontouchcancel&quot;]) should be function. Was undefined.
</ins><span class="cx"> PASS /*script*/ typeof (element[&quot;onwebkitfullscreenchange&quot;]) is &quot;function&quot;
</span><span class="cx"> PASS /*script*/ typeof (element[&quot;onwebkitfullscreenerror&quot;]) is &quot;function&quot;
</span><span class="cx"> PASS /*script*/ typeof (element[&quot;onabort&quot;]) is &quot;function&quot;
</span><span class="lines">@@ -125,10 +125,10 @@
</span><span class="cx"> PASS /*video*/ typeof (element[&quot;onerror&quot;]) is &quot;function&quot;
</span><span class="cx"> PASS /*video*/ typeof (element[&quot;oninput&quot;]) is &quot;function&quot;
</span><span class="cx"> PASS /*video*/ typeof (element[&quot;oninvalid&quot;]) is &quot;function&quot;
</span><del>-PASS /*video*/ typeof (element[&quot;ontouchstart&quot;]) is &quot;function&quot;
-PASS /*video*/ typeof (element[&quot;ontouchmove&quot;]) is &quot;function&quot;
-PASS /*video*/ typeof (element[&quot;ontouchend&quot;]) is &quot;function&quot;
-PASS /*video*/ typeof (element[&quot;ontouchcancel&quot;]) is &quot;function&quot;
</del><ins>+FAIL /*video*/ typeof (element[&quot;ontouchstart&quot;]) should be function. Was undefined.
+FAIL /*video*/ typeof (element[&quot;ontouchmove&quot;]) should be function. Was undefined.
+FAIL /*video*/ typeof (element[&quot;ontouchend&quot;]) should be function. Was undefined.
+FAIL /*video*/ typeof (element[&quot;ontouchcancel&quot;]) should be function. Was undefined.
</ins><span class="cx"> PASS /*video*/ typeof (element[&quot;onwebkitfullscreenchange&quot;]) is &quot;function&quot;
</span><span class="cx"> PASS /*video*/ typeof (element[&quot;onwebkitfullscreenerror&quot;]) is &quot;function&quot;
</span><span class="cx"> PASS /*video*/ typeof (element[&quot;onabort&quot;]) is &quot;function&quot;
</span><span class="lines">@@ -169,10 +169,10 @@
</span><span class="cx"> PASS /*div*/ typeof (element[&quot;onerror&quot;]) is &quot;function&quot;
</span><span class="cx"> PASS /*div*/ typeof (element[&quot;oninput&quot;]) is &quot;function&quot;
</span><span class="cx"> PASS /*div*/ typeof (element[&quot;oninvalid&quot;]) is &quot;function&quot;
</span><del>-PASS /*div*/ typeof (element[&quot;ontouchstart&quot;]) is &quot;function&quot;
-PASS /*div*/ typeof (element[&quot;ontouchmove&quot;]) is &quot;function&quot;
-PASS /*div*/ typeof (element[&quot;ontouchend&quot;]) is &quot;function&quot;
-PASS /*div*/ typeof (element[&quot;ontouchcancel&quot;]) is &quot;function&quot;
</del><ins>+FAIL /*div*/ typeof (element[&quot;ontouchstart&quot;]) should be function. Was undefined.
+FAIL /*div*/ typeof (element[&quot;ontouchmove&quot;]) should be function. Was undefined.
+FAIL /*div*/ typeof (element[&quot;ontouchend&quot;]) should be function. Was undefined.
+FAIL /*div*/ typeof (element[&quot;ontouchcancel&quot;]) should be function. Was undefined.
</ins><span class="cx"> PASS /*div*/ typeof (element[&quot;onwebkitfullscreenchange&quot;]) is &quot;function&quot;
</span><span class="cx"> PASS /*div*/ typeof (element[&quot;onwebkitfullscreenerror&quot;]) is &quot;function&quot;
</span><span class="cx"> PASS /*div*/ typeof (element[&quot;onabort&quot;]) is &quot;function&quot;
</span><span class="lines">@@ -213,10 +213,10 @@
</span><span class="cx"> PASS /*form*/ typeof (element[&quot;onerror&quot;]) is &quot;function&quot;
</span><span class="cx"> PASS /*form*/ typeof (element[&quot;oninput&quot;]) is &quot;function&quot;
</span><span class="cx"> PASS /*form*/ typeof (element[&quot;oninvalid&quot;]) is &quot;function&quot;
</span><del>-PASS /*form*/ typeof (element[&quot;ontouchstart&quot;]) is &quot;function&quot;
-PASS /*form*/ typeof (element[&quot;ontouchmove&quot;]) is &quot;function&quot;
-PASS /*form*/ typeof (element[&quot;ontouchend&quot;]) is &quot;function&quot;
-PASS /*form*/ typeof (element[&quot;ontouchcancel&quot;]) is &quot;function&quot;
</del><ins>+FAIL /*form*/ typeof (element[&quot;ontouchstart&quot;]) should be function. Was undefined.
+FAIL /*form*/ typeof (element[&quot;ontouchmove&quot;]) should be function. Was undefined.
+FAIL /*form*/ typeof (element[&quot;ontouchend&quot;]) should be function. Was undefined.
+FAIL /*form*/ typeof (element[&quot;ontouchcancel&quot;]) should be function. Was undefined.
</ins><span class="cx"> PASS /*form*/ typeof (element[&quot;onwebkitfullscreenchange&quot;]) is &quot;function&quot;
</span><span class="cx"> PASS /*form*/ typeof (element[&quot;onwebkitfullscreenerror&quot;]) is &quot;function&quot;
</span><span class="cx"> PASS /*form*/ typeof (element[&quot;onabort&quot;]) is &quot;function&quot;
</span><span class="lines">@@ -257,10 +257,10 @@
</span><span class="cx"> PASS /*input*/ typeof (element[&quot;onerror&quot;]) is &quot;function&quot;
</span><span class="cx"> PASS /*input*/ typeof (element[&quot;oninput&quot;]) is &quot;function&quot;
</span><span class="cx"> PASS /*input*/ typeof (element[&quot;oninvalid&quot;]) is &quot;function&quot;
</span><del>-PASS /*input*/ typeof (element[&quot;ontouchstart&quot;]) is &quot;function&quot;
-PASS /*input*/ typeof (element[&quot;ontouchmove&quot;]) is &quot;function&quot;
-PASS /*input*/ typeof (element[&quot;ontouchend&quot;]) is &quot;function&quot;
-PASS /*input*/ typeof (element[&quot;ontouchcancel&quot;]) is &quot;function&quot;
</del><ins>+FAIL /*input*/ typeof (element[&quot;ontouchstart&quot;]) should be function. Was undefined.
+FAIL /*input*/ typeof (element[&quot;ontouchmove&quot;]) should be function. Was undefined.
+FAIL /*input*/ typeof (element[&quot;ontouchend&quot;]) should be function. Was undefined.
+FAIL /*input*/ typeof (element[&quot;ontouchcancel&quot;]) should be function. Was undefined.
</ins><span class="cx"> PASS /*input*/ typeof (element[&quot;onwebkitfullscreenchange&quot;]) is &quot;function&quot;
</span><span class="cx"> PASS /*input*/ typeof (element[&quot;onwebkitfullscreenerror&quot;]) is &quot;function&quot;
</span><span class="cx"> PASS /*input*/ typeof (element[&quot;onabort&quot;]) is &quot;function&quot;
</span></span></pre></div>
<a id="trunkSourceWebCoreChangeLog"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/ChangeLog (182045 => 182046)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/ChangeLog        2015-03-27 00:13:59 UTC (rev 182045)
+++ trunk/Source/WebCore/ChangeLog        2015-03-27 01:02:38 UTC (rev 182046)
</span><span class="lines">@@ -1,3 +1,21 @@
</span><ins>+2015-03-26  Tim Horton  &lt;timothy_horton@apple.com&gt;
+
+        REGRESSION (r181358 and r181507): Lots of sites think that we support touch events on OS X
+        https://bugs.webkit.org/show_bug.cgi?id=142888
+        &lt;rdar://problem/20227304&gt;
+
+        Reviewed by Beth Dakin.
+
+        * dom/Document.idl:
+        * dom/Element.idl:
+        * html/HTMLBodyElement.idl:
+        * html/HTMLFrameSetElement.idl:
+        * page/DOMWindow.idl:
+        Re-conditionalize a lot of event listeners; sites test (&quot;ontouchstart&quot; in window), which
+        is not covered by NotEnumerable, and so r181358 and r181507 broke a bunch of sites
+        (apple.com, blaze.com, anything using nicescroll.js, etc.) by causing them to think
+        that (Mac) Safari was touch-enabled.
+
</ins><span class="cx"> 2015-03-26  Geoffrey Garen  &lt;ggaren@apple.com&gt;
</span><span class="cx"> 
</span><span class="cx">         &quot;lineNo&quot; does not match WebKit coding style guidelines
</span></span></pre></div>
<a id="trunkSourceWebCoredomDocumentidl"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/dom/Document.idl (182045 => 182046)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/dom/Document.idl        2015-03-27 00:13:59 UTC (rev 182045)
+++ trunk/Source/WebCore/dom/Document.idl        2015-03-27 01:02:38 UTC (rev 182046)
</span><span class="lines">@@ -279,35 +279,41 @@
</span><span class="cx">     [NotEnumerable] attribute EventHandler onmouseup;
</span><span class="cx">     [NotEnumerable] attribute EventHandler onmousewheel;
</span><span class="cx">     [NotEnumerable] attribute EventHandler onpaste;
</span><del>-    [NotEnumerable] attribute EventHandler onpointerlockchange;
-    [NotEnumerable] attribute EventHandler onpointerlockerror;
</del><span class="cx">     [NotEnumerable] attribute EventHandler onreadystatechange;
</span><span class="cx">     [NotEnumerable] attribute EventHandler onreset;
</span><span class="cx">     [NotEnumerable] attribute EventHandler onscroll;
</span><span class="cx">     [NotEnumerable] attribute EventHandler onsearch;
</span><del>-    [NotEnumerable] attribute EventHandler onsecuritypolicyviolation;
</del><span class="cx">     [NotEnumerable] attribute EventHandler onselect;
</span><span class="cx">     [NotEnumerable] attribute EventHandler onselectionchange;
</span><span class="cx">     [NotEnumerable] attribute EventHandler onselectstart;
</span><span class="cx">     [NotEnumerable] attribute EventHandler onsubmit;
</span><del>-    [NotEnumerable] attribute EventHandler ontouchcancel;
-    [NotEnumerable] attribute EventHandler ontouchend;
-    [NotEnumerable] attribute EventHandler ontouchmove;
-    [NotEnumerable] attribute EventHandler ontouchstart;
-    [NotEnumerable] attribute EventHandler onwebkitfullscreenchange;
-    [NotEnumerable] attribute EventHandler onwebkitfullscreenerror;
-    [NotEnumerable] attribute EventHandler onwebkitmouseforcecancelled;
-    [NotEnumerable] attribute EventHandler onwebkitmouseforcechanged;
-    [NotEnumerable] attribute EventHandler onwebkitmouseforceclick;
-    [NotEnumerable] attribute EventHandler onwebkitmouseforcedown;
-    [NotEnumerable] attribute EventHandler onwebkitmouseforceup;
-    [NotEnumerable] attribute EventHandler onwebkitmouseforcewillbegin;
-    [NotEnumerable] attribute EventHandler onwebkitwillrevealbottom;
-    [NotEnumerable] attribute EventHandler onwebkitwillrevealleft;
-    [NotEnumerable] attribute EventHandler onwebkitwillrevealright;
-    [NotEnumerable] attribute EventHandler onwebkitwillrevealtop;
</del><span class="cx">     [NotEnumerable] attribute EventHandler onwheel;
</span><span class="cx"> 
</span><ins>+    [NotEnumerable, Conditional=CSP_NEXT] attribute EventHandler onsecuritypolicyviolation;
+
+    [NotEnumerable, Conditional=TOUCH_EVENTS] attribute EventHandler ontouchcancel;
+    [NotEnumerable, Conditional=TOUCH_EVENTS] attribute EventHandler ontouchend;
+    [NotEnumerable, Conditional=TOUCH_EVENTS] attribute EventHandler ontouchmove;
+    [NotEnumerable, Conditional=TOUCH_EVENTS] attribute EventHandler ontouchstart;
+
+    [NotEnumerable, Conditional=WILL_REVEAL_EDGE_EVENTS] attribute EventHandler onwebkitwillrevealbottom;
+    [NotEnumerable, Conditional=WILL_REVEAL_EDGE_EVENTS] attribute EventHandler onwebkitwillrevealleft;
+    [NotEnumerable, Conditional=WILL_REVEAL_EDGE_EVENTS] attribute EventHandler onwebkitwillrevealright;
+    [NotEnumerable, Conditional=WILL_REVEAL_EDGE_EVENTS] attribute EventHandler onwebkitwillrevealtop;
+
+    [NotEnumerable, Conditional=MOUSE_FORCE_EVENTS] attribute EventHandler onwebkitmouseforcecancelled;
+    [NotEnumerable, Conditional=MOUSE_FORCE_EVENTS] attribute EventHandler onwebkitmouseforcechanged;
+    [NotEnumerable, Conditional=MOUSE_FORCE_EVENTS] attribute EventHandler onwebkitmouseforceclick;
+    [NotEnumerable, Conditional=MOUSE_FORCE_EVENTS] attribute EventHandler onwebkitmouseforcedown;
+    [NotEnumerable, Conditional=MOUSE_FORCE_EVENTS] attribute EventHandler onwebkitmouseforceup;
+    [NotEnumerable, Conditional=MOUSE_FORCE_EVENTS] attribute EventHandler onwebkitmouseforcewillbegin;
+
+    [NotEnumerable, Conditional=FULLSCREEN_API] attribute EventHandler onwebkitfullscreenchange;
+    [NotEnumerable, Conditional=FULLSCREEN_API] attribute EventHandler onwebkitfullscreenerror;
+
+    [NotEnumerable, Conditional=POINTER_LOCK] attribute EventHandler onpointerlockchange;
+    [NotEnumerable, Conditional=POINTER_LOCK] attribute EventHandler onpointerlockerror;
+
</ins><span class="cx"> #if defined(ENABLE_IOS_TOUCH_EVENTS) &amp;&amp; ENABLE_IOS_TOUCH_EVENTS
</span><span class="cx"> #include &lt;WebKitAdditions/DocumentIOS.idl&gt;
</span><span class="cx"> #elif defined(ENABLE_TOUCH_EVENTS) &amp;&amp; ENABLE_TOUCH_EVENTS
</span></span></pre></div>
<a id="trunkSourceWebCoredomElementidl"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/dom/Element.idl (182045 => 182046)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/dom/Element.idl        2015-03-27 00:13:59 UTC (rev 182045)
+++ trunk/Source/WebCore/dom/Element.idl        2015-03-27 01:02:38 UTC (rev 182046)
</span><span class="lines">@@ -172,8 +172,6 @@
</span><span class="cx">     [NotEnumerable] attribute EventHandler onanimationend;
</span><span class="cx">     [NotEnumerable] attribute EventHandler onanimationiteration;
</span><span class="cx">     [NotEnumerable] attribute EventHandler onanimationstart;
</span><del>-    [NotEnumerable] attribute EventHandler onautocomplete;
-    [NotEnumerable] attribute EventHandler onautocompleteerror;
</del><span class="cx">     [NotEnumerable] attribute EventHandler onbeforecopy;
</span><span class="cx">     [NotEnumerable] attribute EventHandler onbeforecut;
</span><span class="cx">     [NotEnumerable] attribute EventHandler onbeforeload;
</span><span class="lines">@@ -238,37 +236,51 @@
</span><span class="cx">     [NotEnumerable] attribute EventHandler onsubmit;
</span><span class="cx">     [NotEnumerable] attribute EventHandler onsuspend;
</span><span class="cx">     [NotEnumerable] attribute EventHandler ontimeupdate;
</span><del>-    [NotEnumerable] attribute EventHandler ontouchcancel;
-    [NotEnumerable] attribute EventHandler ontouchend;
-    [NotEnumerable] attribute EventHandler ontouchmove;
-    [NotEnumerable] attribute EventHandler ontouchstart;
</del><span class="cx">     [NotEnumerable] attribute EventHandler ontransitionend;
</span><span class="cx">     [NotEnumerable] attribute EventHandler onvolumechange;
</span><span class="cx">     [NotEnumerable] attribute EventHandler onwaiting;
</span><span class="cx">     [NotEnumerable] attribute EventHandler onwebkitanimationend;
</span><span class="cx">     [NotEnumerable] attribute EventHandler onwebkitanimationiteration;
</span><span class="cx">     [NotEnumerable] attribute EventHandler onwebkitanimationstart;
</span><del>-    [NotEnumerable] attribute EventHandler onwebkitcurrentplaybacktargetiswirelesschanged;
-    [NotEnumerable] attribute EventHandler onwebkitfullscreenchange;
-    [NotEnumerable] attribute EventHandler onwebkitfullscreenerror;
-    [NotEnumerable] attribute EventHandler onwebkitkeyadded;
-    [NotEnumerable] attribute EventHandler onwebkitkeyerror;
-    [NotEnumerable] attribute EventHandler onwebkitkeymessage;
-    [NotEnumerable] attribute EventHandler onwebkitmouseforcecancelled;
-    [NotEnumerable] attribute EventHandler onwebkitmouseforcechanged;
-    [NotEnumerable] attribute EventHandler onwebkitmouseforceclick;
-    [NotEnumerable] attribute EventHandler onwebkitmouseforcedown;
-    [NotEnumerable] attribute EventHandler onwebkitmouseforcewillbegin;
-    [NotEnumerable] attribute EventHandler onwebkitmouseforceup;
-    [NotEnumerable] attribute EventHandler onwebkitneedkey;
-    [NotEnumerable] attribute EventHandler onwebkitplaybacktargetavailabilitychanged;
-    [NotEnumerable] attribute EventHandler onwebkitpresentationmodechanged;
</del><span class="cx">     [NotEnumerable] attribute EventHandler onwebkittransitionend;
</span><del>-    [NotEnumerable] attribute EventHandler onwebkitwillrevealbottom;
-    [NotEnumerable] attribute EventHandler onwebkitwillrevealleft;
-    [NotEnumerable] attribute EventHandler onwebkitwillrevealright;
-    [NotEnumerable] attribute EventHandler onwebkitwillrevealtop;
</del><span class="cx">     [NotEnumerable] attribute EventHandler onwheel;
</span><ins>+
+    // Some sites use the existence of event handler properties for feature detection,
+    // so they actually need to be conditional, not just non-enumerable.
+
+    [NotEnumerable, Conditional=TOUCH_EVENTS] attribute EventHandler ontouchcancel;
+    [NotEnumerable, Conditional=TOUCH_EVENTS] attribute EventHandler ontouchend;
+    [NotEnumerable, Conditional=TOUCH_EVENTS] attribute EventHandler ontouchmove;
+    [NotEnumerable, Conditional=TOUCH_EVENTS] attribute EventHandler ontouchstart;
+
+    [NotEnumerable, Conditional=WILL_REVEAL_EDGE_EVENTS] attribute EventHandler onwebkitwillrevealbottom;
+    [NotEnumerable, Conditional=WILL_REVEAL_EDGE_EVENTS] attribute EventHandler onwebkitwillrevealleft;
+    [NotEnumerable, Conditional=WILL_REVEAL_EDGE_EVENTS] attribute EventHandler onwebkitwillrevealright;
+    [NotEnumerable, Conditional=WILL_REVEAL_EDGE_EVENTS] attribute EventHandler onwebkitwillrevealtop;
+
+    [NotEnumerable, Conditional=MOUSE_FORCE_EVENTS] attribute EventHandler onwebkitmouseforcecancelled;
+    [NotEnumerable, Conditional=MOUSE_FORCE_EVENTS] attribute EventHandler onwebkitmouseforcechanged;
+    [NotEnumerable, Conditional=MOUSE_FORCE_EVENTS] attribute EventHandler onwebkitmouseforceclick;
+    [NotEnumerable, Conditional=MOUSE_FORCE_EVENTS] attribute EventHandler onwebkitmouseforcedown;
+    [NotEnumerable, Conditional=MOUSE_FORCE_EVENTS] attribute EventHandler onwebkitmouseforcewillbegin;
+    [NotEnumerable, Conditional=MOUSE_FORCE_EVENTS] attribute EventHandler onwebkitmouseforceup;
+
+    [NotEnumerable, Conditional=ENCRYPTED_MEDIA] attribute EventHandler onwebkitkeyadded;
+    [NotEnumerable, Conditional=ENCRYPTED_MEDIA] attribute EventHandler onwebkitkeyerror;
+    [NotEnumerable, Conditional=ENCRYPTED_MEDIA] attribute EventHandler onwebkitkeymessage;
+
+    [NotEnumerable, Conditional=ENCRYPTED_MEDIA|ENCRYPTED_MEDIA_V2] attribute EventHandler onwebkitneedkey;
+
+    [NotEnumerable, Conditional=FULLSCREEN_API] attribute EventHandler onwebkitfullscreenchange;
+    [NotEnumerable, Conditional=FULLSCREEN_API] attribute EventHandler onwebkitfullscreenerror;
+
+    [NotEnumerable, Conditional=REQUEST_AUTOCOMPLETE] attribute EventHandler onautocomplete;
+    [NotEnumerable, Conditional=REQUEST_AUTOCOMPLETE] attribute EventHandler onautocompleteerror;
+
+    [NotEnumerable, Conditional=VIDEO_PRESENTATION_MODE] attribute EventHandler onwebkitpresentationmodechanged;
+
+    [NotEnumerable, Conditional=WIRELESS_PLAYBACK_TARGET] attribute EventHandler onwebkitcurrentplaybacktargetiswirelesschanged;
+    [NotEnumerable, Conditional=WIRELESS_PLAYBACK_TARGET] attribute EventHandler onwebkitplaybacktargetavailabilitychanged;
</ins><span class="cx"> };
</span><span class="cx"> 
</span><span class="cx"> Element implements ChildNode;
</span></span></pre></div>
<a id="trunkSourceWebCorehtmlHTMLBodyElementidl"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/html/HTMLBodyElement.idl (182045 => 182046)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/html/HTMLBodyElement.idl        2015-03-27 00:13:59 UTC (rev 182045)
+++ trunk/Source/WebCore/html/HTMLBodyElement.idl        2015-03-27 01:02:38 UTC (rev 182046)
</span><span class="lines">@@ -37,7 +37,6 @@
</span><span class="cx">     [NotEnumerable, WindowEventHandler] attribute EventHandler onmessage;
</span><span class="cx">     [NotEnumerable, WindowEventHandler] attribute EventHandler onoffline;
</span><span class="cx">     [NotEnumerable, WindowEventHandler] attribute EventHandler ononline;
</span><del>-    [NotEnumerable, WindowEventHandler] attribute EventHandler onorientationchange;
</del><span class="cx">     [NotEnumerable, WindowEventHandler] attribute EventHandler onpagehide;
</span><span class="cx">     [NotEnumerable, WindowEventHandler] attribute EventHandler onpageshow;
</span><span class="cx">     [NotEnumerable, WindowEventHandler] attribute EventHandler onpopstate;
</span><span class="lines">@@ -45,17 +44,21 @@
</span><span class="cx">     [NotEnumerable, WindowEventHandler] attribute EventHandler onscroll;
</span><span class="cx">     [NotEnumerable, WindowEventHandler] attribute EventHandler onstorage;
</span><span class="cx">     [NotEnumerable, WindowEventHandler] attribute EventHandler onunload;
</span><del>-    [NotEnumerable, WindowEventHandler] attribute EventHandler onwebkitmouseforcecancelled;
-    [NotEnumerable, WindowEventHandler] attribute EventHandler onwebkitmouseforcechanged;
-    [NotEnumerable, WindowEventHandler] attribute EventHandler onwebkitmouseforceclick;
-    [NotEnumerable, WindowEventHandler] attribute EventHandler onwebkitmouseforcedown;
-    [NotEnumerable, WindowEventHandler] attribute EventHandler onwebkitmouseforcewillbegin;
-    [NotEnumerable, WindowEventHandler] attribute EventHandler onwebkitmouseforceup;
-    [NotEnumerable, WindowEventHandler] attribute EventHandler onwebkitwillrevealbottom;
-    [NotEnumerable, WindowEventHandler] attribute EventHandler onwebkitwillrevealleft;
-    [NotEnumerable, WindowEventHandler] attribute EventHandler onwebkitwillrevealright;
-    [NotEnumerable, WindowEventHandler] attribute EventHandler onwebkitwillrevealtop;
</del><span class="cx"> 
</span><ins>+    [NotEnumerable, WindowEventHandler, Conditional=MOUSE_FORCE_EVENTS] attribute EventHandler onwebkitmouseforcecancelled;
+    [NotEnumerable, WindowEventHandler, Conditional=MOUSE_FORCE_EVENTS] attribute EventHandler onwebkitmouseforcechanged;
+    [NotEnumerable, WindowEventHandler, Conditional=MOUSE_FORCE_EVENTS] attribute EventHandler onwebkitmouseforceclick;
+    [NotEnumerable, WindowEventHandler, Conditional=MOUSE_FORCE_EVENTS] attribute EventHandler onwebkitmouseforcedown;
+    [NotEnumerable, WindowEventHandler, Conditional=MOUSE_FORCE_EVENTS] attribute EventHandler onwebkitmouseforcewillbegin;
+    [NotEnumerable, WindowEventHandler, Conditional=MOUSE_FORCE_EVENTS] attribute EventHandler onwebkitmouseforceup;
+
+    [NotEnumerable, WindowEventHandler, Conditional=ORIENTATION_EVENTS] attribute EventHandler onorientationchange;
+
+    [NotEnumerable, WindowEventHandler, Conditional=WILL_REVEAL_EDGE_EVENTS] attribute EventHandler onwebkitwillrevealbottom;
+    [NotEnumerable, WindowEventHandler, Conditional=WILL_REVEAL_EDGE_EVENTS] attribute EventHandler onwebkitwillrevealleft;
+    [NotEnumerable, WindowEventHandler, Conditional=WILL_REVEAL_EDGE_EVENTS] attribute EventHandler onwebkitwillrevealright;
+    [NotEnumerable, WindowEventHandler, Conditional=WILL_REVEAL_EDGE_EVENTS] attribute EventHandler onwebkitwillrevealtop;
+
</ins><span class="cx">     [NotEnumerable, DocumentEventHandler] attribute EventHandler onselectionchange;
</span><span class="cx"> };
</span><span class="cx"> 
</span></span></pre></div>
<a id="trunkSourceWebCorehtmlHTMLFrameSetElementidl"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/html/HTMLFrameSetElement.idl (182045 => 182046)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/html/HTMLFrameSetElement.idl        2015-03-27 00:13:59 UTC (rev 182045)
+++ trunk/Source/WebCore/html/HTMLFrameSetElement.idl        2015-03-27 01:02:38 UTC (rev 182046)
</span><span class="lines">@@ -35,7 +35,6 @@
</span><span class="cx">     [NotEnumerable, WindowEventHandler] attribute EventHandler onmessage;
</span><span class="cx">     [NotEnumerable, WindowEventHandler] attribute EventHandler onoffline;
</span><span class="cx">     [NotEnumerable, WindowEventHandler] attribute EventHandler ononline;
</span><del>-    [NotEnumerable, WindowEventHandler] attribute EventHandler onorientationchange;
</del><span class="cx">     [NotEnumerable, WindowEventHandler] attribute EventHandler onpagehide;
</span><span class="cx">     [NotEnumerable, WindowEventHandler] attribute EventHandler onpageshow;
</span><span class="cx">     [NotEnumerable, WindowEventHandler] attribute EventHandler onpopstate;
</span><span class="lines">@@ -43,9 +42,12 @@
</span><span class="cx">     [NotEnumerable, WindowEventHandler] attribute EventHandler onscroll;
</span><span class="cx">     [NotEnumerable, WindowEventHandler] attribute EventHandler onstorage;
</span><span class="cx">     [NotEnumerable, WindowEventHandler] attribute EventHandler onunload;
</span><del>-    [NotEnumerable, WindowEventHandler] attribute EventHandler onwebkitwillrevealbottom;
-    [NotEnumerable, WindowEventHandler] attribute EventHandler onwebkitwillrevealleft;
-    [NotEnumerable, WindowEventHandler] attribute EventHandler onwebkitwillrevealright;
-    [NotEnumerable, WindowEventHandler] attribute EventHandler onwebkitwillrevealtop;
</del><ins>+
+    [NotEnumerable, WindowEventHandler, Conditional=ORIENTATION_EVENTS] attribute EventHandler onorientationchange;
+
+    [NotEnumerable, WindowEventHandler, Conditional=WILL_REVEAL_EDGE_EVENTS] attribute EventHandler onwebkitwillrevealbottom;
+    [NotEnumerable, WindowEventHandler, Conditional=WILL_REVEAL_EDGE_EVENTS] attribute EventHandler onwebkitwillrevealleft;
+    [NotEnumerable, WindowEventHandler, Conditional=WILL_REVEAL_EDGE_EVENTS] attribute EventHandler onwebkitwillrevealright;
+    [NotEnumerable, WindowEventHandler, Conditional=WILL_REVEAL_EDGE_EVENTS] attribute EventHandler onwebkitwillrevealtop;
</ins><span class="cx"> };
</span><span class="cx"> 
</span></span></pre></div>
<a id="trunkSourceWebCorepageDOMWindowidl"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/page/DOMWindow.idl (182045 => 182046)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/page/DOMWindow.idl        2015-03-27 00:13:59 UTC (rev 182045)
+++ trunk/Source/WebCore/page/DOMWindow.idl        2015-03-27 01:02:38 UTC (rev 182046)
</span><span class="lines">@@ -198,8 +198,6 @@
</span><span class="cx">     [NotEnumerable] attribute EventHandler onclick;
</span><span class="cx">     [NotEnumerable] attribute EventHandler oncontextmenu;
</span><span class="cx">     [NotEnumerable] attribute EventHandler ondblclick;
</span><del>-    [NotEnumerable] attribute EventHandler ondevicemotion;
-    [NotEnumerable] attribute EventHandler ondeviceorientation;
</del><span class="cx">     [NotEnumerable] attribute EventHandler ondrag;
</span><span class="cx">     [NotEnumerable] attribute EventHandler ondragend;
</span><span class="cx">     [NotEnumerable] attribute EventHandler ondragenter;
</span><span class="lines">@@ -212,9 +210,6 @@
</span><span class="cx">     [NotEnumerable] attribute EventHandler onended;
</span><span class="cx">     [NotEnumerable] attribute EventHandler onerror;
</span><span class="cx">     [NotEnumerable] attribute EventHandler onfocus;
</span><del>-    [NotEnumerable] attribute EventHandler ongesturechange;
-    [NotEnumerable] attribute EventHandler ongestureend;
-    [NotEnumerable] attribute EventHandler ongesturestart;
</del><span class="cx">     [NotEnumerable] attribute EventHandler onhashchange;
</span><span class="cx">     [NotEnumerable] attribute EventHandler oninput;
</span><span class="cx">     [NotEnumerable] attribute EventHandler oninvalid;
</span><span class="lines">@@ -236,7 +231,6 @@
</span><span class="cx">     [NotEnumerable] attribute EventHandler onmousewheel;
</span><span class="cx">     [NotEnumerable] attribute EventHandler onoffline;
</span><span class="cx">     [NotEnumerable] attribute EventHandler ononline;
</span><del>-    [NotEnumerable] attribute EventHandler onorientationchange;
</del><span class="cx">     [NotEnumerable] attribute EventHandler onpagehide;
</span><span class="cx">     [NotEnumerable] attribute EventHandler onpageshow;
</span><span class="cx">     [NotEnumerable] attribute EventHandler onpause;
</span><span class="lines">@@ -257,10 +251,6 @@
</span><span class="cx">     [NotEnumerable] attribute EventHandler onsubmit;
</span><span class="cx">     [NotEnumerable] attribute EventHandler onsuspend;
</span><span class="cx">     [NotEnumerable] attribute EventHandler ontimeupdate;
</span><del>-    [NotEnumerable] attribute EventHandler ontouchcancel;
-    [NotEnumerable] attribute EventHandler ontouchend;
-    [NotEnumerable] attribute EventHandler ontouchmove;
-    [NotEnumerable] attribute EventHandler ontouchstart;
</del><span class="cx">     [NotEnumerable] attribute EventHandler ontransitionend;
</span><span class="cx">     [NotEnumerable] attribute EventHandler onunload;
</span><span class="cx">     [NotEnumerable] attribute EventHandler onvolumechange;
</span><span class="lines">@@ -268,20 +258,40 @@
</span><span class="cx">     [NotEnumerable] attribute EventHandler onwebkitanimationend;
</span><span class="cx">     [NotEnumerable] attribute EventHandler onwebkitanimationiteration;
</span><span class="cx">     [NotEnumerable] attribute EventHandler onwebkitanimationstart;
</span><del>-    [NotEnumerable] attribute EventHandler onwebkitdeviceproximity;
-    [NotEnumerable] attribute EventHandler onwebkitmouseforcecancelled;
-    [NotEnumerable] attribute EventHandler onwebkitmouseforcechanged;
-    [NotEnumerable] attribute EventHandler onwebkitmouseforceclick;
-    [NotEnumerable] attribute EventHandler onwebkitmouseforcedown;
-    [NotEnumerable] attribute EventHandler onwebkitmouseforceup;
-    [NotEnumerable] attribute EventHandler onwebkitmouseforcewillbegin;
</del><span class="cx">     [NotEnumerable] attribute EventHandler onwebkittransitionend;
</span><del>-    [NotEnumerable] attribute EventHandler onwebkitwillrevealbottom;
-    [NotEnumerable] attribute EventHandler onwebkitwillrevealleft;
-    [NotEnumerable] attribute EventHandler onwebkitwillrevealright;
-    [NotEnumerable] attribute EventHandler onwebkitwillrevealtop;
</del><span class="cx">     [NotEnumerable] attribute EventHandler onwheel;
</span><span class="cx"> 
</span><ins>+    // Some sites use the existence of event handler properties for feature detection,
+    // so they actually need to be conditional, not just non-enumerable.
+
+    [NotEnumerable, Conditional=DEVICE_ORIENTATION] attribute EventHandler ondevicemotion;
+    [NotEnumerable, Conditional=DEVICE_ORIENTATION] attribute EventHandler ondeviceorientation;
+
+    [NotEnumerable, Conditional=TOUCH_EVENTS] attribute EventHandler ontouchcancel;
+    [NotEnumerable, Conditional=TOUCH_EVENTS] attribute EventHandler ontouchend;
+    [NotEnumerable, Conditional=TOUCH_EVENTS] attribute EventHandler ontouchmove;
+    [NotEnumerable, Conditional=TOUCH_EVENTS] attribute EventHandler ontouchstart;
+
+    [NotEnumerable, Conditional=IOS_GESTURE_EVENTS] attribute EventHandler ongesturechange;
+    [NotEnumerable, Conditional=IOS_GESTURE_EVENTS] attribute EventHandler ongestureend;
+    [NotEnumerable, Conditional=IOS_GESTURE_EVENTS] attribute EventHandler ongesturestart;
+
+    [NotEnumerable, Conditional=ORIENTATION_EVENTS] attribute EventHandler onorientationchange;
+
+    [NotEnumerable, Conditional=PROXIMITY_EVENTS] attribute EventHandler onwebkitdeviceproximity;
+
+    [NotEnumerable, Conditional=WILL_REVEAL_EDGE_EVENTS] attribute EventHandler onwebkitwillrevealbottom;
+    [NotEnumerable, Conditional=WILL_REVEAL_EDGE_EVENTS] attribute EventHandler onwebkitwillrevealleft;
+    [NotEnumerable, Conditional=WILL_REVEAL_EDGE_EVENTS] attribute EventHandler onwebkitwillrevealright;
+    [NotEnumerable, Conditional=WILL_REVEAL_EDGE_EVENTS] attribute EventHandler onwebkitwillrevealtop;
+
+    [NotEnumerable, Conditional=MOUSE_FORCE_EVENTS] attribute EventHandler onwebkitmouseforcecancelled;
+    [NotEnumerable, Conditional=MOUSE_FORCE_EVENTS] attribute EventHandler onwebkitmouseforcechanged;
+    [NotEnumerable, Conditional=MOUSE_FORCE_EVENTS] attribute EventHandler onwebkitmouseforceclick;
+    [NotEnumerable, Conditional=MOUSE_FORCE_EVENTS] attribute EventHandler onwebkitmouseforcedown;
+    [NotEnumerable, Conditional=MOUSE_FORCE_EVENTS] attribute EventHandler onwebkitmouseforceup;
+    [NotEnumerable, Conditional=MOUSE_FORCE_EVENTS] attribute EventHandler onwebkitmouseforcewillbegin;
+
</ins><span class="cx">     // EventTarget interface
</span><span class="cx">     [Custom] void addEventListener(DOMString type, EventListener listener, optional boolean useCapture);
</span><span class="cx">     [Custom] void removeEventListener(DOMString type, EventListener listener, optional boolean useCapture);
</span></span></pre>
</div>
</div>

</body>
</html>