<!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>[196431] 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/196431">196431</a></dd>
<dt>Author</dt> <dd>ryanhaddad@apple.com</dd>
<dt>Date</dt> <dd>2016-02-11 12:50:07 -0800 (Thu, 11 Feb 2016)</dd>
</dl>

<h3>Log Message</h3>
<pre>Rebaseline imported/w3c/web-platform-tests/html/dom/interfaces.html for ios-simulator after <a href="http://trac.webkit.org/projects/webkit/changeset/196423">r196423</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 (196430 => 196431)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/ChangeLog        2016-02-11 20:33:32 UTC (rev 196430)
+++ trunk/LayoutTests/ChangeLog        2016-02-11 20:50:07 UTC (rev 196431)
</span><span class="lines">@@ -1,3 +1,11 @@
</span><ins>+2016-02-11  Ryan Haddad  &lt;ryanhaddad@apple.com&gt;
+
+        Rebaseline imported/w3c/web-platform-tests/html/dom/interfaces.html for ios-simulator after r196423
+
+        Unreviewed test gardening.
+
+        * platform/ios-simulator/imported/w3c/web-platform-tests/html/dom/interfaces-expected.txt:
+
</ins><span class="cx"> 2016-02-11  Chris Dumez  &lt;cdumez@apple.com&gt;
</span><span class="cx"> 
</span><span class="cx">         Move 'length' property to the prototype
</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 (196430 => 196431)</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-11 20:33:32 UTC (rev 196430)
+++ trunk/LayoutTests/platform/ios-simulator/imported/w3c/web-platform-tests/html/dom/interfaces-expected.txt        2016-02-11 20:50:07 UTC (rev 196431)
</span><span class="lines">@@ -12,7 +12,7 @@
</span><span class="cx"> PASS Stringification of document.getElementsByName(&quot;name&quot;) 
</span><span class="cx"> PASS NodeList interface: document.getElementsByName(&quot;name&quot;) must inherit property &quot;item&quot; with the proper type (0) 
</span><span class="cx"> PASS NodeList interface: calling item(unsigned long) on document.getElementsByName(&quot;name&quot;) with too few arguments must throw TypeError 
</span><del>-FAIL NodeList interface: document.getElementsByName(&quot;name&quot;) must inherit property &quot;length&quot; with the proper type (1) assert_inherits: property &quot;length&quot; found on object expected in prototype chain
</del><ins>+PASS NodeList interface: document.getElementsByName(&quot;name&quot;) must inherit property &quot;length&quot; with the proper type (1) 
</ins><span class="cx"> PASS Document interface: attribute domain 
</span><span class="cx"> PASS Document interface: attribute referrer 
</span><span class="cx"> PASS Document interface: attribute cookie 
</span><span class="lines">@@ -802,7 +802,7 @@
</span><span class="cx"> PASS HTMLOptionsCollection interface object name 
</span><span class="cx"> PASS HTMLOptionsCollection interface: existence and properties of interface prototype object 
</span><span class="cx"> PASS HTMLOptionsCollection interface: existence and properties of interface prototype object's &quot;constructor&quot; property 
</span><del>-FAIL HTMLOptionsCollection interface: attribute length assert_true: The prototype object must have a property &quot;length&quot; expected true got false
</del><ins>+PASS HTMLOptionsCollection interface: attribute length 
</ins><span class="cx"> PASS HTMLOptionsCollection interface: operation add([object Object],[object Object],[object Object],[object Object]) 
</span><span class="cx"> FAIL HTMLOptionsCollection interface: operation remove(long) assert_equals: property has wrong .length expected 1 but got 0
</span><span class="cx"> PASS HTMLOptionsCollection interface: attribute selectedIndex 
</span><span class="lines">@@ -2321,14 +2321,14 @@
</span><span class="cx"> PASS TextTrackList interface object name 
</span><span class="cx"> FAIL TextTrackList interface: existence and properties of interface prototype object assert_equals: prototype of TextTrackList.prototype is not EventTarget.prototype expected object &quot;[object EventTargetPrototype]&quot; but got object &quot;[object Object]&quot;
</span><span class="cx"> PASS TextTrackList interface: existence and properties of interface prototype object's &quot;constructor&quot; property 
</span><del>-FAIL TextTrackList interface: attribute length assert_true: The prototype object must have a property &quot;length&quot; expected true got false
</del><ins>+PASS TextTrackList interface: attribute length 
</ins><span class="cx"> PASS TextTrackList interface: operation getTrackById(DOMString) 
</span><span class="cx"> PASS TextTrackList interface: attribute onchange 
</span><span class="cx"> PASS TextTrackList interface: attribute onaddtrack 
</span><span class="cx"> PASS TextTrackList interface: attribute onremovetrack 
</span><span class="cx"> PASS TextTrackList must be primary interface of document.createElement(&quot;video&quot;).textTracks 
</span><span class="cx"> PASS Stringification of document.createElement(&quot;video&quot;).textTracks 
</span><del>-FAIL TextTrackList interface: document.createElement(&quot;video&quot;).textTracks must inherit property &quot;length&quot; with the proper type (0) assert_inherits: property &quot;length&quot; found on object expected in prototype chain
</del><ins>+PASS TextTrackList interface: document.createElement(&quot;video&quot;).textTracks must inherit property &quot;length&quot; with the proper type (0) 
</ins><span class="cx"> PASS TextTrackList interface: document.createElement(&quot;video&quot;).textTracks must inherit property &quot;getTrackById&quot; with the proper type (2) 
</span><span class="cx"> PASS TextTrackList interface: calling getTrackById(DOMString) on document.createElement(&quot;video&quot;).textTracks with too few arguments must throw TypeError 
</span><span class="cx"> PASS TextTrackList interface: document.createElement(&quot;video&quot;).textTracks must inherit property &quot;onchange&quot; with the proper type (3) 
</span><span class="lines">@@ -2398,11 +2398,11 @@
</span><span class="cx"> PASS TextTrackCueList interface object name 
</span><span class="cx"> PASS TextTrackCueList interface: existence and properties of interface prototype object 
</span><span class="cx"> PASS TextTrackCueList interface: existence and properties of interface prototype object's &quot;constructor&quot; property 
</span><del>-FAIL TextTrackCueList interface: attribute length assert_true: The prototype object must have a property &quot;length&quot; expected true got false
</del><ins>+PASS TextTrackCueList interface: attribute length 
</ins><span class="cx"> PASS TextTrackCueList interface: operation getCueById(DOMString) 
</span><span class="cx"> PASS TextTrackCueList must be primary interface of document.createElement(&quot;video&quot;).addTextTrack(&quot;subtitles&quot;).cues 
</span><span class="cx"> PASS Stringification of document.createElement(&quot;video&quot;).addTextTrack(&quot;subtitles&quot;).cues 
</span><del>-FAIL TextTrackCueList interface: document.createElement(&quot;video&quot;).addTextTrack(&quot;subtitles&quot;).cues must inherit property &quot;length&quot; with the proper type (0) assert_inherits: property &quot;length&quot; found on object expected in prototype chain
</del><ins>+PASS TextTrackCueList interface: document.createElement(&quot;video&quot;).addTextTrack(&quot;subtitles&quot;).cues must inherit property &quot;length&quot; with the proper type (0) 
</ins><span class="cx"> PASS TextTrackCueList interface: document.createElement(&quot;video&quot;).addTextTrack(&quot;subtitles&quot;).cues must inherit property &quot;getCueById&quot; with the proper type (2) 
</span><span class="cx"> PASS TextTrackCueList interface: calling getCueById(DOMString) on document.createElement(&quot;video&quot;).addTextTrack(&quot;subtitles&quot;).cues with too few arguments must throw TypeError 
</span><span class="cx"> FAIL TextTrackCue interface: existence and properties of interface object assert_equals: prototype of TextTrackCue is not EventTarget expected function &quot;function EventTarget() {
</span><span class="lines">@@ -2426,12 +2426,12 @@
</span><span class="cx"> PASS TimeRanges interface object name 
</span><span class="cx"> PASS TimeRanges interface: existence and properties of interface prototype object 
</span><span class="cx"> PASS TimeRanges interface: existence and properties of interface prototype object's &quot;constructor&quot; property 
</span><del>-FAIL TimeRanges interface: attribute length assert_true: The prototype object must have a property &quot;length&quot; expected true got false
</del><ins>+PASS TimeRanges interface: attribute length 
</ins><span class="cx"> PASS TimeRanges interface: operation start(unsigned long) 
</span><span class="cx"> PASS TimeRanges interface: operation end(unsigned long) 
</span><span class="cx"> PASS TimeRanges must be primary interface of document.createElement(&quot;video&quot;).buffered 
</span><span class="cx"> PASS Stringification of document.createElement(&quot;video&quot;).buffered 
</span><del>-FAIL TimeRanges interface: document.createElement(&quot;video&quot;).buffered must inherit property &quot;length&quot; with the proper type (0) assert_inherits: property &quot;length&quot; found on object expected in prototype chain
</del><ins>+PASS TimeRanges interface: document.createElement(&quot;video&quot;).buffered must inherit property &quot;length&quot; with the proper type (0) 
</ins><span class="cx"> PASS TimeRanges interface: document.createElement(&quot;video&quot;).buffered must inherit property &quot;start&quot; with the proper type (1) 
</span><span class="cx"> PASS TimeRanges interface: calling start(unsigned long) on document.createElement(&quot;video&quot;).buffered with too few arguments must throw TypeError 
</span><span class="cx"> PASS TimeRanges interface: document.createElement(&quot;video&quot;).buffered must inherit property &quot;end&quot; with the proper type (2) 
</span><span class="lines">@@ -2785,7 +2785,7 @@
</span><span class="cx"> PASS HTMLFormElement interface: attribute noValidate 
</span><span class="cx"> PASS HTMLFormElement interface: attribute target 
</span><span class="cx"> PASS HTMLFormElement interface: attribute elements 
</span><del>-FAIL HTMLFormElement interface: attribute length assert_true: The prototype object must have a property &quot;length&quot; expected true got false
</del><ins>+PASS HTMLFormElement interface: attribute length 
</ins><span class="cx"> PASS HTMLFormElement interface: operation submit() 
</span><span class="cx"> PASS HTMLFormElement interface: operation reset() 
</span><span class="cx"> PASS HTMLFormElement interface: operation checkValidity() 
</span><span class="lines">@@ -2803,7 +2803,7 @@
</span><span class="cx"> PASS HTMLFormElement interface: document.createElement(&quot;form&quot;) must inherit property &quot;noValidate&quot; with the proper type (7) 
</span><span class="cx"> PASS HTMLFormElement interface: document.createElement(&quot;form&quot;) must inherit property &quot;target&quot; with the proper type (8) 
</span><span class="cx"> PASS HTMLFormElement interface: document.createElement(&quot;form&quot;) must inherit property &quot;elements&quot; with the proper type (9) 
</span><del>-FAIL HTMLFormElement interface: document.createElement(&quot;form&quot;) must inherit property &quot;length&quot; with the proper type (10) assert_inherits: property &quot;length&quot; found on object expected in prototype chain
</del><ins>+PASS HTMLFormElement interface: document.createElement(&quot;form&quot;) must inherit property &quot;length&quot; with the proper type (10) 
</ins><span class="cx"> PASS HTMLFormElement interface: document.createElement(&quot;form&quot;) must inherit property &quot;submit&quot; with the proper type (13) 
</span><span class="cx"> PASS HTMLFormElement interface: document.createElement(&quot;form&quot;) must inherit property &quot;reset&quot; with the proper type (14) 
</span><span class="cx"> PASS HTMLFormElement interface: document.createElement(&quot;form&quot;) must inherit property &quot;checkValidity&quot; with the proper type (15) 
</span><span class="lines">@@ -3016,7 +3016,7 @@
</span><span class="cx"> PASS HTMLSelectElement interface: attribute size 
</span><span class="cx"> PASS HTMLSelectElement interface: attribute type 
</span><span class="cx"> PASS HTMLSelectElement interface: attribute options 
</span><del>-FAIL HTMLSelectElement interface: attribute length assert_true: The prototype object must have a property &quot;length&quot; expected true got false
</del><ins>+PASS HTMLSelectElement interface: attribute length 
</ins><span class="cx"> PASS HTMLSelectElement interface: operation item(unsigned long) 
</span><span class="cx"> FAIL HTMLSelectElement interface: operation namedItem(DOMString) assert_equals: property has wrong .length expected 1 but got 0
</span><span class="cx"> PASS HTMLSelectElement interface: operation add([object Object],[object Object],[object Object],[object Object]) 
</span><span class="lines">@@ -3044,7 +3044,7 @@
</span><span class="cx"> PASS HTMLSelectElement interface: document.createElement(&quot;select&quot;) must inherit property &quot;size&quot; with the proper type (7) 
</span><span class="cx"> PASS HTMLSelectElement interface: document.createElement(&quot;select&quot;) must inherit property &quot;type&quot; with the proper type (8) 
</span><span class="cx"> PASS HTMLSelectElement interface: document.createElement(&quot;select&quot;) must inherit property &quot;options&quot; with the proper type (9) 
</span><del>-FAIL HTMLSelectElement interface: document.createElement(&quot;select&quot;) must inherit property &quot;length&quot; with the proper type (10) assert_inherits: property &quot;length&quot; found on object expected in prototype chain
</del><ins>+PASS HTMLSelectElement interface: document.createElement(&quot;select&quot;) must inherit property &quot;length&quot; with the proper type (10) 
</ins><span class="cx"> PASS HTMLSelectElement interface: document.createElement(&quot;select&quot;) must inherit property &quot;item&quot; with the proper type (11) 
</span><span class="cx"> PASS HTMLSelectElement interface: calling item(unsigned long) on document.createElement(&quot;select&quot;) with too few arguments must throw TypeError 
</span><span class="cx"> PASS HTMLSelectElement interface: document.createElement(&quot;select&quot;) must inherit property &quot;namedItem&quot; with the proper type (12) 
</span><span class="lines">@@ -4113,7 +4113,7 @@
</span><span class="cx"> PASS History interface object name 
</span><span class="cx"> PASS History interface: existence and properties of interface prototype object 
</span><span class="cx"> PASS History interface: existence and properties of interface prototype object's &quot;constructor&quot; property 
</span><del>-FAIL History interface: attribute length assert_true: The prototype object must have a property &quot;length&quot; expected true got false
</del><ins>+PASS History interface: attribute length 
</ins><span class="cx"> FAIL History interface: attribute scrollRestoration assert_true: The prototype object must have a property &quot;scrollRestoration&quot; expected true got false
</span><span class="cx"> PASS History interface: attribute state 
</span><span class="cx"> PASS History interface: operation go(long) 
</span><span class="lines">@@ -4123,7 +4123,7 @@
</span><span class="cx"> PASS History interface: operation replaceState(any,DOMString,DOMString) 
</span><span class="cx"> PASS History must be primary interface of window.history 
</span><span class="cx"> PASS Stringification of window.history 
</span><del>-FAIL History interface: window.history must inherit property &quot;length&quot; with the proper type (0) assert_inherits: property &quot;length&quot; found on object expected in prototype chain
</del><ins>+PASS History interface: window.history must inherit property &quot;length&quot; with the proper type (0) 
</ins><span class="cx"> FAIL History interface: window.history must inherit property &quot;scrollRestoration&quot; with the proper type (1) assert_inherits: property &quot;scrollRestoration&quot; not found in prototype chain
</span><span class="cx"> PASS History interface: window.history must inherit property &quot;state&quot; with the proper type (2) 
</span><span class="cx"> PASS History interface: window.history must inherit property &quot;go&quot; with the proper type (3) 
</span><span class="lines">@@ -4344,7 +4344,7 @@
</span><span class="cx"> PASS PluginArray interface: existence and properties of interface prototype object 
</span><span class="cx"> PASS PluginArray interface: existence and properties of interface prototype object's &quot;constructor&quot; property 
</span><span class="cx"> PASS PluginArray interface: operation refresh(boolean) 
</span><del>-FAIL PluginArray interface: attribute length assert_true: The prototype object must have a property &quot;length&quot; expected true got false
</del><ins>+PASS PluginArray interface: attribute length 
</ins><span class="cx"> FAIL PluginArray interface: operation item(unsigned long) assert_equals: property has wrong .length expected 1 but got 0
</span><span class="cx"> FAIL PluginArray interface: operation namedItem(DOMString) assert_equals: property has wrong .length expected 1 but got 0
</span><span class="cx"> PASS MimeTypeArray interface: existence and properties of interface object 
</span><span class="lines">@@ -4352,7 +4352,7 @@
</span><span class="cx"> PASS MimeTypeArray interface object name 
</span><span class="cx"> PASS MimeTypeArray interface: existence and properties of interface prototype object 
</span><span class="cx"> PASS MimeTypeArray interface: existence and properties of interface prototype object's &quot;constructor&quot; property 
</span><del>-FAIL MimeTypeArray interface: attribute length assert_true: The prototype object must have a property &quot;length&quot; expected true got false
</del><ins>+PASS MimeTypeArray interface: attribute length 
</ins><span class="cx"> FAIL MimeTypeArray interface: operation item(unsigned long) assert_equals: property has wrong .length expected 1 but got 0
</span><span class="cx"> FAIL MimeTypeArray interface: operation namedItem(DOMString) assert_equals: property has wrong .length expected 1 but got 0
</span><span class="cx"> PASS Plugin interface: existence and properties of interface object 
</span><span class="lines">@@ -4363,7 +4363,7 @@
</span><span class="cx"> PASS Plugin interface: attribute name 
</span><span class="cx"> PASS Plugin interface: attribute description 
</span><span class="cx"> PASS Plugin interface: attribute filename 
</span><del>-FAIL Plugin interface: attribute length assert_true: The prototype object must have a property &quot;length&quot; expected true got false
</del><ins>+PASS Plugin interface: attribute length 
</ins><span class="cx"> FAIL Plugin interface: operation item(unsigned long) assert_equals: property has wrong .length expected 1 but got 0
</span><span class="cx"> FAIL Plugin interface: operation namedItem(DOMString) assert_equals: property has wrong .length expected 1 but got 0
</span><span class="cx"> PASS MimeType interface: existence and properties of interface object 
</span><span class="lines">@@ -4655,7 +4655,7 @@
</span><span class="cx"> PASS Storage interface object name 
</span><span class="cx"> PASS Storage interface: existence and properties of interface prototype object 
</span><span class="cx"> PASS Storage interface: existence and properties of interface prototype object's &quot;constructor&quot; property 
</span><del>-FAIL Storage interface: attribute length assert_true: The prototype object must have a property &quot;length&quot; expected true got false
</del><ins>+PASS Storage interface: attribute length 
</ins><span class="cx"> PASS Storage interface: operation key(unsigned long) 
</span><span class="cx"> PASS Storage interface: operation getItem(DOMString) 
</span><span class="cx"> PASS Storage interface: operation setItem(DOMString,DOMString) 
</span></span></pre>
</div>
</div>

</body>
</html>