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

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

<h3>Log Message</h3>
<pre>Reaseline imported/w3c/web-platform-tests/html/dom/interfaces.html for ios-simulator after <a href="http://trac.webkit.org/projects/webkit/changeset/196374">r196374</a>

Unreviewed test gardening.

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

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

</div>
<div id="patch">
<h3>Diff</h3>
<a id="trunkLayoutTestsChangeLog"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/ChangeLog (196384 => 196385)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/ChangeLog        2016-02-10 20:56:11 UTC (rev 196384)
+++ trunk/LayoutTests/ChangeLog        2016-02-10 20:56:26 UTC (rev 196385)
</span><span class="lines">@@ -1,3 +1,11 @@
</span><ins>+2016-02-10  Ryan Haddad  &lt;ryanhaddad@apple.com&gt;
+
+        Reaseline imported/w3c/web-platform-tests/html/dom/interfaces.html for ios-simulator after r196374
+
+        Unreviewed test gardening.
+
+        * platform/ios-simulator/imported/w3c/web-platform-tests/html/dom/interfaces-expected.txt:
+
</ins><span class="cx"> 2016-02-10  Chris Dumez  &lt;cdumez@apple.com&gt;
</span><span class="cx"> 
</span><span class="cx">         Attributes on the Window instance should be configurable unless [Unforgeable]
</span></span></pre></div>
<a id="trunkLayoutTestsplatformiossimulatorimportedw3cwebplatformtestshtmldominterfacesexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/ios-simulator/imported/w3c/web-platform-tests/html/dom/interfaces-expected.txt (196384 => 196385)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/ios-simulator/imported/w3c/web-platform-tests/html/dom/interfaces-expected.txt        2016-02-10 20:56:11 UTC (rev 196384)
+++ trunk/LayoutTests/platform/ios-simulator/imported/w3c/web-platform-tests/html/dom/interfaces-expected.txt        2016-02-10 20:56:26 UTC (rev 196385)
</span><span class="lines">@@ -3800,30 +3800,34 @@
</span><span class="cx"> PASS Window interface object name 
</span><span class="cx"> FAIL Window interface: existence and properties of interface prototype object assert_equals: Class name for prototype of Window.prototype is not &quot;WindowProperties&quot; expected &quot;[object WindowProperties]&quot; but got &quot;[object Object]&quot;
</span><span class="cx"> FAIL Window interface: existence and properties of interface prototype object's &quot;constructor&quot; property assert_own_property: Window.prototype does not have own property &quot;constructor&quot; expected property &quot;constructor&quot; missing
</span><del>-FAIL Window interface: attribute self assert_true: property must be configurable expected true got false
-FAIL Window interface: attribute name assert_true: property must be configurable expected true got false
-FAIL Window interface: attribute history assert_true: property must be configurable expected true got false
-FAIL Window interface: attribute locationbar assert_true: property must be configurable expected true got false
-FAIL Window interface: attribute menubar assert_true: property must be configurable expected true got false
-FAIL Window interface: attribute personalbar assert_true: property must be configurable expected true got false
-FAIL Window interface: attribute scrollbars assert_true: property must be configurable expected true got false
-FAIL Window interface: attribute statusbar assert_true: property must be configurable expected true got false
-FAIL Window interface: attribute toolbar assert_true: property must be configurable expected true got false
-FAIL Window interface: attribute status assert_true: property must be configurable expected true got false
</del><ins>+PASS Window interface: attribute self 
+PASS Window interface: attribute name 
+FAIL Window interface: attribute history assert_equals: setter must be undefined for readonly attributes expected (undefined) undefined but got (function) function &quot;function history() {
+    [native code]
+}&quot;
+PASS Window interface: attribute locationbar 
+PASS Window interface: attribute menubar 
+PASS Window interface: attribute personalbar 
+PASS Window interface: attribute scrollbars 
+PASS Window interface: attribute statusbar 
+PASS Window interface: attribute toolbar 
+PASS Window interface: attribute status 
</ins><span class="cx"> FAIL Window interface: operation close() assert_equals: property should be writable if and only if not unforgeable expected true but got false
</span><del>-FAIL Window interface: attribute closed assert_true: property must be configurable expected true got false
</del><ins>+PASS Window interface: attribute closed 
</ins><span class="cx"> FAIL Window interface: operation stop() desc is not an Object. (evaluating '&quot;get&quot; in desc')
</span><span class="cx"> FAIL Window interface: operation focus() assert_equals: property should be writable if and only if not unforgeable expected true but got false
</span><span class="cx"> FAIL Window interface: operation blur() assert_equals: property should be writable if and only if not unforgeable expected true but got false
</span><del>-FAIL Window interface: attribute frames assert_true: property must be configurable expected true got false
-FAIL Window interface: attribute length assert_true: property must be configurable expected true got false
-FAIL Window interface: attribute opener assert_true: property must be configurable expected true got false
-FAIL Window interface: attribute parent assert_true: property must be configurable expected true got false
-FAIL Window interface: attribute frameElement assert_true: property must be configurable expected true got false
</del><ins>+PASS Window interface: attribute frames 
+PASS Window interface: attribute length 
+PASS Window interface: attribute opener 
+PASS Window interface: attribute parent 
+PASS Window interface: attribute frameElement 
</ins><span class="cx"> FAIL Window interface: operation open(DOMString,DOMString,DOMString,boolean) desc is not an Object. (evaluating '&quot;get&quot; in desc')
</span><del>-FAIL Window interface: attribute navigator assert_true: property must be configurable expected true got false
</del><ins>+FAIL Window interface: attribute navigator assert_equals: setter must be undefined for readonly attributes expected (undefined) undefined but got (function) function &quot;function navigator() {
+    [native code]
+}&quot;
</ins><span class="cx"> FAIL Window interface: attribute external assert_own_property: The global object must have a property &quot;external&quot; expected property &quot;external&quot; missing
</span><del>-FAIL Window interface: attribute applicationCache assert_true: property must be configurable expected true got false
</del><ins>+PASS Window interface: attribute applicationCache 
</ins><span class="cx"> FAIL Window interface: operation alert() desc is not an Object. (evaluating '&quot;get&quot; in desc')
</span><span class="cx"> FAIL Window interface: operation confirm(DOMString) desc is not an Object. (evaluating '&quot;get&quot; in desc')
</span><span class="cx"> FAIL Window interface: operation prompt(DOMString,DOMString) desc is not an Object. (evaluating '&quot;get&quot; in desc')
</span><span class="lines">@@ -3832,82 +3836,82 @@
</span><span class="cx"> FAIL Window interface: operation postMessage(any,DOMString,[object Object]) assert_equals: property should be writable if and only if not unforgeable expected true but got false
</span><span class="cx"> FAIL Window interface: operation captureEvents() desc is not an Object. (evaluating '&quot;get&quot; in desc')
</span><span class="cx"> FAIL Window interface: operation releaseEvents() desc is not an Object. (evaluating '&quot;get&quot; in desc')
</span><del>-FAIL Window interface: attribute onabort assert_true: property must be configurable expected true got false
</del><ins>+PASS Window interface: attribute onabort 
</ins><span class="cx"> FAIL Window interface: attribute onautocomplete assert_own_property: The global object must have a property &quot;onautocomplete&quot; expected property &quot;onautocomplete&quot; missing
</span><span class="cx"> FAIL Window interface: attribute onautocompleteerror assert_own_property: The global object must have a property &quot;onautocompleteerror&quot; expected property &quot;onautocompleteerror&quot; missing
</span><del>-FAIL Window interface: attribute onblur assert_true: property must be configurable expected true got false
</del><ins>+PASS Window interface: attribute onblur 
</ins><span class="cx"> FAIL Window interface: attribute oncancel assert_own_property: The global object must have a property &quot;oncancel&quot; expected property &quot;oncancel&quot; missing
</span><del>-FAIL Window interface: attribute oncanplay assert_true: property must be configurable expected true got false
-FAIL Window interface: attribute oncanplaythrough assert_true: property must be configurable expected true got false
-FAIL Window interface: attribute onchange assert_true: property must be configurable expected true got false
-FAIL Window interface: attribute onclick assert_true: property must be configurable expected true got false
</del><ins>+PASS Window interface: attribute oncanplay 
+PASS Window interface: attribute oncanplaythrough 
+PASS Window interface: attribute onchange 
+PASS Window interface: attribute onclick 
</ins><span class="cx"> FAIL Window interface: attribute onclose assert_own_property: The global object must have a property &quot;onclose&quot; expected property &quot;onclose&quot; missing
</span><del>-FAIL Window interface: attribute oncontextmenu assert_true: property must be configurable expected true got false
</del><ins>+PASS Window interface: attribute oncontextmenu 
</ins><span class="cx"> FAIL Window interface: attribute oncuechange assert_own_property: The global object must have a property &quot;oncuechange&quot; expected property &quot;oncuechange&quot; missing
</span><del>-FAIL Window interface: attribute ondblclick assert_true: property must be configurable expected true got false
-FAIL Window interface: attribute ondrag assert_true: property must be configurable expected true got false
-FAIL Window interface: attribute ondragend assert_true: property must be configurable expected true got false
-FAIL Window interface: attribute ondragenter assert_true: property must be configurable expected true got false
</del><ins>+PASS Window interface: attribute ondblclick 
+PASS Window interface: attribute ondrag 
+PASS Window interface: attribute ondragend 
+PASS Window interface: attribute ondragenter 
</ins><span class="cx"> FAIL Window interface: attribute ondragexit assert_own_property: The global object must have a property &quot;ondragexit&quot; expected property &quot;ondragexit&quot; missing
</span><del>-FAIL Window interface: attribute ondragleave assert_true: property must be configurable expected true got false
-FAIL Window interface: attribute ondragover assert_true: property must be configurable expected true got false
-FAIL Window interface: attribute ondragstart assert_true: property must be configurable expected true got false
-FAIL Window interface: attribute ondrop assert_true: property must be configurable expected true got false
-FAIL Window interface: attribute ondurationchange assert_true: property must be configurable expected true got false
-FAIL Window interface: attribute onemptied assert_true: property must be configurable expected true got false
-FAIL Window interface: attribute onended assert_true: property must be configurable expected true got false
-FAIL Window interface: attribute onerror assert_true: property must be configurable expected true got false
-FAIL Window interface: attribute onfocus assert_true: property must be configurable expected true got false
-FAIL Window interface: attribute oninput assert_true: property must be configurable expected true got false
-FAIL Window interface: attribute oninvalid assert_true: property must be configurable expected true got false
-FAIL Window interface: attribute onkeydown assert_true: property must be configurable expected true got false
-FAIL Window interface: attribute onkeypress assert_true: property must be configurable expected true got false
-FAIL Window interface: attribute onkeyup assert_true: property must be configurable expected true got false
-FAIL Window interface: attribute onload assert_true: property must be configurable expected true got false
-FAIL Window interface: attribute onloadeddata assert_true: property must be configurable expected true got false
-FAIL Window interface: attribute onloadedmetadata assert_true: property must be configurable expected true got false
-FAIL Window interface: attribute onloadstart assert_true: property must be configurable expected true got false
-FAIL Window interface: attribute onmousedown assert_true: property must be configurable expected true got false
-FAIL Window interface: attribute onmouseenter assert_true: property must be configurable expected true got false
-FAIL Window interface: attribute onmouseleave assert_true: property must be configurable expected true got false
-FAIL Window interface: attribute onmousemove assert_true: property must be configurable expected true got false
-FAIL Window interface: attribute onmouseout assert_true: property must be configurable expected true got false
-FAIL Window interface: attribute onmouseover assert_true: property must be configurable expected true got false
-FAIL Window interface: attribute onmouseup assert_true: property must be configurable expected true got false
-FAIL Window interface: attribute onmousewheel assert_true: property must be configurable expected true got false
-FAIL Window interface: attribute onpause assert_true: property must be configurable expected true got false
-FAIL Window interface: attribute onplay assert_true: property must be configurable expected true got false
-FAIL Window interface: attribute onplaying assert_true: property must be configurable expected true got false
-FAIL Window interface: attribute onprogress assert_true: property must be configurable expected true got false
-FAIL Window interface: attribute onratechange assert_true: property must be configurable expected true got false
-FAIL Window interface: attribute onreset assert_true: property must be configurable expected true got false
-FAIL Window interface: attribute onresize assert_true: property must be configurable expected true got false
-FAIL Window interface: attribute onscroll assert_true: property must be configurable expected true got false
-FAIL Window interface: attribute onseeked assert_true: property must be configurable expected true got false
-FAIL Window interface: attribute onseeking assert_true: property must be configurable expected true got false
-FAIL Window interface: attribute onselect assert_true: property must be configurable expected true got false
</del><ins>+PASS Window interface: attribute ondragleave 
+PASS Window interface: attribute ondragover 
+PASS Window interface: attribute ondragstart 
+PASS Window interface: attribute ondrop 
+PASS Window interface: attribute ondurationchange 
+PASS Window interface: attribute onemptied 
+PASS Window interface: attribute onended 
+PASS Window interface: attribute onerror 
+PASS Window interface: attribute onfocus 
+PASS Window interface: attribute oninput 
+PASS Window interface: attribute oninvalid 
+PASS Window interface: attribute onkeydown 
+PASS Window interface: attribute onkeypress 
+PASS Window interface: attribute onkeyup 
+PASS Window interface: attribute onload 
+PASS Window interface: attribute onloadeddata 
+PASS Window interface: attribute onloadedmetadata 
+PASS Window interface: attribute onloadstart 
+PASS Window interface: attribute onmousedown 
+PASS Window interface: attribute onmouseenter 
+PASS Window interface: attribute onmouseleave 
+PASS Window interface: attribute onmousemove 
+PASS Window interface: attribute onmouseout 
+PASS Window interface: attribute onmouseover 
+PASS Window interface: attribute onmouseup 
+PASS Window interface: attribute onmousewheel 
+PASS Window interface: attribute onpause 
+PASS Window interface: attribute onplay 
+PASS Window interface: attribute onplaying 
+PASS Window interface: attribute onprogress 
+PASS Window interface: attribute onratechange 
+PASS Window interface: attribute onreset 
+PASS Window interface: attribute onresize 
+PASS Window interface: attribute onscroll 
+PASS Window interface: attribute onseeked 
+PASS Window interface: attribute onseeking 
+PASS Window interface: attribute onselect 
</ins><span class="cx"> FAIL Window interface: attribute onshow assert_own_property: The global object must have a property &quot;onshow&quot; expected property &quot;onshow&quot; missing
</span><span class="cx"> FAIL Window interface: attribute onsort assert_own_property: The global object must have a property &quot;onsort&quot; expected property &quot;onsort&quot; missing
</span><del>-FAIL Window interface: attribute onstalled assert_true: property must be configurable expected true got false
-FAIL Window interface: attribute onsubmit assert_true: property must be configurable expected true got false
-FAIL Window interface: attribute onsuspend assert_true: property must be configurable expected true got false
-FAIL Window interface: attribute ontimeupdate assert_true: property must be configurable expected true got false
</del><ins>+PASS Window interface: attribute onstalled 
+PASS Window interface: attribute onsubmit 
+PASS Window interface: attribute onsuspend 
+PASS Window interface: attribute ontimeupdate 
</ins><span class="cx"> FAIL Window interface: attribute ontoggle assert_own_property: The global object must have a property &quot;ontoggle&quot; expected property &quot;ontoggle&quot; missing
</span><del>-FAIL Window interface: attribute onvolumechange assert_true: property must be configurable expected true got false
-FAIL Window interface: attribute onwaiting assert_true: property must be configurable expected true got false
</del><ins>+PASS Window interface: attribute onvolumechange 
+PASS Window interface: attribute onwaiting 
</ins><span class="cx"> FAIL Window interface: attribute onafterprint assert_own_property: The global object must have a property &quot;onafterprint&quot; expected property &quot;onafterprint&quot; missing
</span><span class="cx"> FAIL Window interface: attribute onbeforeprint assert_own_property: The global object must have a property &quot;onbeforeprint&quot; expected property &quot;onbeforeprint&quot; missing
</span><del>-FAIL Window interface: attribute onbeforeunload assert_true: property must be configurable expected true got false
-FAIL Window interface: attribute onhashchange assert_true: property must be configurable expected true got false
</del><ins>+PASS Window interface: attribute onbeforeunload 
+PASS Window interface: attribute onhashchange 
</ins><span class="cx"> FAIL Window interface: attribute onlanguagechange assert_own_property: The global object must have a property &quot;onlanguagechange&quot; expected property &quot;onlanguagechange&quot; missing
</span><del>-FAIL Window interface: attribute onmessage assert_true: property must be configurable expected true got false
-FAIL Window interface: attribute onoffline assert_true: property must be configurable expected true got false
-FAIL Window interface: attribute ononline assert_true: property must be configurable expected true got false
-FAIL Window interface: attribute onpagehide assert_true: property must be configurable expected true got false
-FAIL Window interface: attribute onpageshow assert_true: property must be configurable expected true got false
-FAIL Window interface: attribute onpopstate assert_true: property must be configurable expected true got false
-FAIL Window interface: attribute onstorage assert_true: property must be configurable expected true got false
-FAIL Window interface: attribute onunload assert_true: property must be configurable expected true got false
</del><ins>+PASS Window interface: attribute onmessage 
+PASS Window interface: attribute onoffline 
+PASS Window interface: attribute ononline 
+PASS Window interface: attribute onpagehide 
+PASS Window interface: attribute onpageshow 
+PASS Window interface: attribute onpopstate 
+PASS Window interface: attribute onstorage 
+PASS Window interface: attribute onunload 
</ins><span class="cx"> FAIL Window interface: operation btoa(DOMString) desc is not an Object. (evaluating '&quot;get&quot; in desc')
</span><span class="cx"> FAIL Window interface: operation atob(DOMString) desc is not an Object. (evaluating '&quot;get&quot; in desc')
</span><span class="cx"> FAIL Window interface: operation setTimeout(Function,long,any) desc is not an Object. (evaluating '&quot;get&quot; in desc')
</span><span class="lines">@@ -3917,8 +3921,8 @@
</span><span class="cx"> FAIL Window interface: operation setInterval(DOMString,long,any) desc is not an Object. (evaluating '&quot;get&quot; in desc')
</span><span class="cx"> FAIL Window interface: operation clearInterval(long) desc is not an Object. (evaluating '&quot;get&quot; in desc')
</span><span class="cx"> FAIL Window interface: operation createImageBitmap(ImageBitmapSource,long,long,long,long) assert_own_property: global object missing non-static operation expected property &quot;createImageBitmap&quot; missing
</span><del>-FAIL Window interface: attribute sessionStorage assert_true: property must be configurable expected true got false
-FAIL Window interface: attribute localStorage assert_true: property must be configurable expected true got false
</del><ins>+PASS Window interface: attribute sessionStorage 
+PASS Window interface: attribute localStorage 
</ins><span class="cx"> PASS Window must be primary interface of window 
</span><span class="cx"> PASS Stringification of window 
</span><span class="cx"> PASS Window interface: window must have own property &quot;window&quot; 
</span></span></pre>
</div>
</div>

</body>
</html>