<!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>[195731] 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/195731">195731</a></dd>
<dt>Author</dt> <dd>cdumez@apple.com</dd>
<dt>Date</dt> <dd>2016-01-27 22:23:57 -0800 (Wed, 27 Jan 2016)</dd>
</dl>

<h3>Log Message</h3>
<pre>Expose ValidityState on the global Window object
https://bugs.webkit.org/show_bug.cgi?id=153582

Reviewed by Antti Koivisto.

LayoutTests/imported/w3c:

Rebaseline W3C html test now that more checks are passing.

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

Source/WebCore:

Expose ValidityState on the global Window object:
https://html.spec.whatwg.org/#validitystate

Firefox and Chrome match the specification.

No new tests, already covered by existing tests.

* html/ValidityState.idl:

LayoutTests:

Rebaseline test now that ValidityState is exposed on the global Window
object.

* js/dom/global-constructors-attributes-expected.txt:
* platform/efl/js/dom/global-constructors-attributes-expected.txt:
* platform/gtk/js/dom/global-constructors-attributes-expected.txt:
* platform/mac-mavericks/js/dom/global-constructors-attributes-expected.txt:
* platform/mac-yosemite/js/dom/global-constructors-attributes-expected.txt:
* platform/mac/js/dom/global-constructors-attributes-expected.txt:
* platform/win/js/dom/global-constructors-attributes-expected.txt:</pre>

<h3>Modified Paths</h3>
<ul>
<li><a href="#trunkLayoutTestsChangeLog">trunk/LayoutTests/ChangeLog</a></li>
<li><a href="#trunkLayoutTestsimportedw3cChangeLog">trunk/LayoutTests/imported/w3c/ChangeLog</a></li>
<li><a href="#trunkLayoutTestsimportedw3cwebplatformtestshtmldominterfacesexpectedtxt">trunk/LayoutTests/imported/w3c/web-platform-tests/html/dom/interfaces-expected.txt</a></li>
<li><a href="#trunkLayoutTestsjsdomglobalconstructorsattributesexpectedtxt">trunk/LayoutTests/js/dom/global-constructors-attributes-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformefljsdomglobalconstructorsattributesexpectedtxt">trunk/LayoutTests/platform/efl/js/dom/global-constructors-attributes-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformgtkjsdomglobalconstructorsattributesexpectedtxt">trunk/LayoutTests/platform/gtk/js/dom/global-constructors-attributes-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformmacjsdomglobalconstructorsattributesexpectedtxt">trunk/LayoutTests/platform/mac/js/dom/global-constructors-attributes-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformmacmavericksjsdomglobalconstructorsattributesexpectedtxt">trunk/LayoutTests/platform/mac-mavericks/js/dom/global-constructors-attributes-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformmacyosemitejsdomglobalconstructorsattributesexpectedtxt">trunk/LayoutTests/platform/mac-yosemite/js/dom/global-constructors-attributes-expected.txt</a></li>
<li><a href="#trunkLayoutTestsplatformwinjsdomglobalconstructorsattributesexpectedtxt">trunk/LayoutTests/platform/win/js/dom/global-constructors-attributes-expected.txt</a></li>
<li><a href="#trunkSourceWebCoreChangeLog">trunk/Source/WebCore/ChangeLog</a></li>
<li><a href="#trunkSourceWebCorehtmlValidityStateidl">trunk/Source/WebCore/html/ValidityState.idl</a></li>
</ul>

</div>
<div id="patch">
<h3>Diff</h3>
<a id="trunkLayoutTestsChangeLog"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/ChangeLog (195730 => 195731)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/ChangeLog        2016-01-28 06:00:37 UTC (rev 195730)
+++ trunk/LayoutTests/ChangeLog        2016-01-28 06:23:57 UTC (rev 195731)
</span><span class="lines">@@ -1,5 +1,23 @@
</span><span class="cx"> 2016-01-27  Chris Dumez  &lt;cdumez@apple.com&gt;
</span><span class="cx"> 
</span><ins>+        Expose ValidityState on the global Window object
+        https://bugs.webkit.org/show_bug.cgi?id=153582
+
+        Reviewed by Antti Koivisto.
+
+        Rebaseline test now that ValidityState is exposed on the global Window
+        object.
+
+        * js/dom/global-constructors-attributes-expected.txt:
+        * platform/efl/js/dom/global-constructors-attributes-expected.txt:
+        * platform/gtk/js/dom/global-constructors-attributes-expected.txt:
+        * platform/mac-mavericks/js/dom/global-constructors-attributes-expected.txt:
+        * platform/mac-yosemite/js/dom/global-constructors-attributes-expected.txt:
+        * platform/mac/js/dom/global-constructors-attributes-expected.txt:
+        * platform/win/js/dom/global-constructors-attributes-expected.txt:
+
+2016-01-27  Chris Dumez  &lt;cdumez@apple.com&gt;
+
</ins><span class="cx">         Expose ApplicationCache on the global Window object
</span><span class="cx">         https://bugs.webkit.org/show_bug.cgi?id=153578
</span><span class="cx"> 
</span></span></pre></div>
<a id="trunkLayoutTestsimportedw3cChangeLog"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/imported/w3c/ChangeLog (195730 => 195731)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/imported/w3c/ChangeLog        2016-01-28 06:00:37 UTC (rev 195730)
+++ trunk/LayoutTests/imported/w3c/ChangeLog        2016-01-28 06:23:57 UTC (rev 195731)
</span><span class="lines">@@ -1,5 +1,16 @@
</span><span class="cx"> 2016-01-27  Chris Dumez  &lt;cdumez@apple.com&gt;
</span><span class="cx"> 
</span><ins>+        Expose ValidityState on the global Window object
+        https://bugs.webkit.org/show_bug.cgi?id=153582
+
+        Reviewed by Antti Koivisto.
+
+        Rebaseline W3C html test now that more checks are passing.
+
+        * web-platform-tests/html/dom/interfaces-expected.txt:
+
+2016-01-27  Chris Dumez  &lt;cdumez@apple.com&gt;
+
</ins><span class="cx">         Expose ApplicationCache on the global Window object
</span><span class="cx">         https://bugs.webkit.org/show_bug.cgi?id=153578
</span><span class="cx"> 
</span></span></pre></div>
<a id="trunkLayoutTestsimportedw3cwebplatformtestshtmldominterfacesexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/imported/w3c/web-platform-tests/html/dom/interfaces-expected.txt (195730 => 195731)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/imported/w3c/web-platform-tests/html/dom/interfaces-expected.txt        2016-01-28 06:00:37 UTC (rev 195730)
+++ trunk/LayoutTests/imported/w3c/web-platform-tests/html/dom/interfaces-expected.txt        2016-01-28 06:23:57 UTC (rev 195731)
</span><span class="lines">@@ -3312,23 +3312,23 @@
</span><span class="cx"> FAIL AutocompleteErrorEvent interface: existence and properties of interface prototype object assert_own_property: self does not have own property &quot;AutocompleteErrorEvent&quot; expected property &quot;AutocompleteErrorEvent&quot; missing
</span><span class="cx"> FAIL AutocompleteErrorEvent interface: existence and properties of interface prototype object's &quot;constructor&quot; property assert_own_property: self does not have own property &quot;AutocompleteErrorEvent&quot; expected property &quot;AutocompleteErrorEvent&quot; missing
</span><span class="cx"> FAIL AutocompleteErrorEvent interface: attribute reason assert_own_property: self does not have own property &quot;AutocompleteErrorEvent&quot; expected property &quot;AutocompleteErrorEvent&quot; missing
</span><del>-FAIL ValidityState interface: existence and properties of interface object assert_own_property: self does not have own property &quot;ValidityState&quot; expected property &quot;ValidityState&quot; missing
-FAIL ValidityState interface object length assert_own_property: self does not have own property &quot;ValidityState&quot; expected property &quot;ValidityState&quot; missing
-FAIL ValidityState interface object name assert_own_property: self does not have own property &quot;ValidityState&quot; expected property &quot;ValidityState&quot; missing
-FAIL ValidityState interface: existence and properties of interface prototype object assert_own_property: self does not have own property &quot;ValidityState&quot; expected property &quot;ValidityState&quot; missing
-FAIL ValidityState interface: existence and properties of interface prototype object's &quot;constructor&quot; property assert_own_property: self does not have own property &quot;ValidityState&quot; expected property &quot;ValidityState&quot; missing
-FAIL ValidityState interface: attribute valueMissing assert_own_property: self does not have own property &quot;ValidityState&quot; expected property &quot;ValidityState&quot; missing
-FAIL ValidityState interface: attribute typeMismatch assert_own_property: self does not have own property &quot;ValidityState&quot; expected property &quot;ValidityState&quot; missing
-FAIL ValidityState interface: attribute patternMismatch assert_own_property: self does not have own property &quot;ValidityState&quot; expected property &quot;ValidityState&quot; missing
-FAIL ValidityState interface: attribute tooLong assert_own_property: self does not have own property &quot;ValidityState&quot; expected property &quot;ValidityState&quot; missing
-FAIL ValidityState interface: attribute tooShort assert_own_property: self does not have own property &quot;ValidityState&quot; expected property &quot;ValidityState&quot; missing
-FAIL ValidityState interface: attribute rangeUnderflow assert_own_property: self does not have own property &quot;ValidityState&quot; expected property &quot;ValidityState&quot; missing
-FAIL ValidityState interface: attribute rangeOverflow assert_own_property: self does not have own property &quot;ValidityState&quot; expected property &quot;ValidityState&quot; missing
-FAIL ValidityState interface: attribute stepMismatch assert_own_property: self does not have own property &quot;ValidityState&quot; expected property &quot;ValidityState&quot; missing
-FAIL ValidityState interface: attribute badInput assert_own_property: self does not have own property &quot;ValidityState&quot; expected property &quot;ValidityState&quot; missing
-FAIL ValidityState interface: attribute customError assert_own_property: self does not have own property &quot;ValidityState&quot; expected property &quot;ValidityState&quot; missing
-FAIL ValidityState interface: attribute valid assert_own_property: self does not have own property &quot;ValidityState&quot; expected property &quot;ValidityState&quot; missing
-FAIL ValidityState must be primary interface of document.createElement(&quot;input&quot;).validity assert_own_property: self does not have own property &quot;ValidityState&quot; expected property &quot;ValidityState&quot; missing
</del><ins>+FAIL ValidityState interface: existence and properties of interface object assert_equals: class string of ValidityState expected &quot;[object Function]&quot; but got &quot;[object ValidityStateConstructor]&quot;
+PASS ValidityState interface object length 
+PASS ValidityState interface object name 
+PASS ValidityState interface: existence and properties of interface prototype object 
+FAIL ValidityState interface: existence and properties of interface prototype object's &quot;constructor&quot; property assert_true: ValidityState.prototype.constructor is not writable expected true got false
+FAIL ValidityState interface: attribute valueMissing assert_equals: getter must be Function expected &quot;function&quot; but got &quot;undefined&quot;
+FAIL ValidityState interface: attribute typeMismatch assert_equals: getter must be Function expected &quot;function&quot; but got &quot;undefined&quot;
+FAIL ValidityState interface: attribute patternMismatch assert_equals: getter must be Function expected &quot;function&quot; but got &quot;undefined&quot;
+FAIL ValidityState interface: attribute tooLong assert_equals: getter must be Function expected &quot;function&quot; but got &quot;undefined&quot;
+FAIL ValidityState interface: attribute tooShort assert_true: The prototype object must have a property &quot;tooShort&quot; expected true got false
+FAIL ValidityState interface: attribute rangeUnderflow assert_equals: getter must be Function expected &quot;function&quot; but got &quot;undefined&quot;
+FAIL ValidityState interface: attribute rangeOverflow assert_equals: getter must be Function expected &quot;function&quot; but got &quot;undefined&quot;
+FAIL ValidityState interface: attribute stepMismatch assert_equals: getter must be Function expected &quot;function&quot; but got &quot;undefined&quot;
+FAIL ValidityState interface: attribute badInput assert_equals: getter must be Function expected &quot;function&quot; but got &quot;undefined&quot;
+FAIL ValidityState interface: attribute customError assert_equals: getter must be Function expected &quot;function&quot; but got &quot;undefined&quot;
+FAIL ValidityState interface: attribute valid assert_equals: getter must be Function expected &quot;function&quot; but got &quot;undefined&quot;
+PASS ValidityState must be primary interface of document.createElement(&quot;input&quot;).validity 
</ins><span class="cx"> PASS Stringification of document.createElement(&quot;input&quot;).validity 
</span><span class="cx"> PASS ValidityState interface: document.createElement(&quot;input&quot;).validity must inherit property &quot;valueMissing&quot; with the proper type (0) 
</span><span class="cx"> PASS ValidityState interface: document.createElement(&quot;input&quot;).validity must inherit property &quot;typeMismatch&quot; with the proper type (1) 
</span></span></pre></div>
<a id="trunkLayoutTestsjsdomglobalconstructorsattributesexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/js/dom/global-constructors-attributes-expected.txt (195730 => 195731)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/js/dom/global-constructors-attributes-expected.txt        2016-01-28 06:00:37 UTC (rev 195730)
+++ trunk/LayoutTests/js/dom/global-constructors-attributes-expected.txt        2016-01-28 06:23:57 UTC (rev 195731)
</span><span class="lines">@@ -1798,6 +1798,11 @@
</span><span class="cx"> PASS Object.getOwnPropertyDescriptor(global, 'VTTCue').hasOwnProperty('set') is false
</span><span class="cx"> PASS Object.getOwnPropertyDescriptor(global, 'VTTCue').enumerable is false
</span><span class="cx"> PASS Object.getOwnPropertyDescriptor(global, 'VTTCue').configurable is true
</span><ins>+PASS Object.getOwnPropertyDescriptor(global, 'ValidityState').value is ValidityState
+PASS Object.getOwnPropertyDescriptor(global, 'ValidityState').hasOwnProperty('get') is false
+PASS Object.getOwnPropertyDescriptor(global, 'ValidityState').hasOwnProperty('set') is false
+PASS Object.getOwnPropertyDescriptor(global, 'ValidityState').enumerable is false
+PASS Object.getOwnPropertyDescriptor(global, 'ValidityState').configurable is true
</ins><span class="cx"> PASS Object.getOwnPropertyDescriptor(global, 'WaveShaperNode').value is WaveShaperNode
</span><span class="cx"> PASS Object.getOwnPropertyDescriptor(global, 'WaveShaperNode').hasOwnProperty('get') is false
</span><span class="cx"> PASS Object.getOwnPropertyDescriptor(global, 'WaveShaperNode').hasOwnProperty('set') is false
</span></span></pre></div>
<a id="trunkLayoutTestsplatformefljsdomglobalconstructorsattributesexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/efl/js/dom/global-constructors-attributes-expected.txt (195730 => 195731)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/efl/js/dom/global-constructors-attributes-expected.txt        2016-01-28 06:00:37 UTC (rev 195730)
+++ trunk/LayoutTests/platform/efl/js/dom/global-constructors-attributes-expected.txt        2016-01-28 06:23:57 UTC (rev 195731)
</span><span class="lines">@@ -1888,6 +1888,11 @@
</span><span class="cx"> PASS Object.getOwnPropertyDescriptor(global, 'VTTCue').hasOwnProperty('set') is false
</span><span class="cx"> PASS Object.getOwnPropertyDescriptor(global, 'VTTCue').enumerable is false
</span><span class="cx"> PASS Object.getOwnPropertyDescriptor(global, 'VTTCue').configurable is true
</span><ins>+PASS Object.getOwnPropertyDescriptor(global, 'ValidityState').value is ValidityState
+PASS Object.getOwnPropertyDescriptor(global, 'ValidityState').hasOwnProperty('get') is false
+PASS Object.getOwnPropertyDescriptor(global, 'ValidityState').hasOwnProperty('set') is false
+PASS Object.getOwnPropertyDescriptor(global, 'ValidityState').enumerable is false
+PASS Object.getOwnPropertyDescriptor(global, 'ValidityState').configurable is true
</ins><span class="cx"> PASS Object.getOwnPropertyDescriptor(global, 'VideoStreamTrack').value is VideoStreamTrack
</span><span class="cx"> PASS Object.getOwnPropertyDescriptor(global, 'VideoStreamTrack').hasOwnProperty('get') is false
</span><span class="cx"> PASS Object.getOwnPropertyDescriptor(global, 'VideoStreamTrack').hasOwnProperty('set') is false
</span></span></pre></div>
<a id="trunkLayoutTestsplatformgtkjsdomglobalconstructorsattributesexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/gtk/js/dom/global-constructors-attributes-expected.txt (195730 => 195731)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/gtk/js/dom/global-constructors-attributes-expected.txt        2016-01-28 06:00:37 UTC (rev 195730)
+++ trunk/LayoutTests/platform/gtk/js/dom/global-constructors-attributes-expected.txt        2016-01-28 06:23:57 UTC (rev 195731)
</span><span class="lines">@@ -1908,6 +1908,11 @@
</span><span class="cx"> PASS Object.getOwnPropertyDescriptor(global, 'VTTCue').hasOwnProperty('set') is false
</span><span class="cx"> PASS Object.getOwnPropertyDescriptor(global, 'VTTCue').enumerable is false
</span><span class="cx"> PASS Object.getOwnPropertyDescriptor(global, 'VTTCue').configurable is true
</span><ins>+PASS Object.getOwnPropertyDescriptor(global, 'ValidityState').value is ValidityState
+PASS Object.getOwnPropertyDescriptor(global, 'ValidityState').hasOwnProperty('get') is false
+PASS Object.getOwnPropertyDescriptor(global, 'ValidityState').hasOwnProperty('set') is false
+PASS Object.getOwnPropertyDescriptor(global, 'ValidityState').enumerable is false
+PASS Object.getOwnPropertyDescriptor(global, 'ValidityState').configurable is true
</ins><span class="cx"> PASS Object.getOwnPropertyDescriptor(global, 'VideoStreamTrack').value is VideoStreamTrack
</span><span class="cx"> PASS Object.getOwnPropertyDescriptor(global, 'VideoStreamTrack').hasOwnProperty('get') is false
</span><span class="cx"> PASS Object.getOwnPropertyDescriptor(global, 'VideoStreamTrack').hasOwnProperty('set') is false
</span></span></pre></div>
<a id="trunkLayoutTestsplatformmacjsdomglobalconstructorsattributesexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/mac/js/dom/global-constructors-attributes-expected.txt (195730 => 195731)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/mac/js/dom/global-constructors-attributes-expected.txt        2016-01-28 06:00:37 UTC (rev 195730)
+++ trunk/LayoutTests/platform/mac/js/dom/global-constructors-attributes-expected.txt        2016-01-28 06:23:57 UTC (rev 195731)
</span><span class="lines">@@ -1923,6 +1923,11 @@
</span><span class="cx"> PASS Object.getOwnPropertyDescriptor(global, 'VTTRegion').hasOwnProperty('set') is false
</span><span class="cx"> PASS Object.getOwnPropertyDescriptor(global, 'VTTRegion').enumerable is false
</span><span class="cx"> PASS Object.getOwnPropertyDescriptor(global, 'VTTRegion').configurable is true
</span><ins>+PASS Object.getOwnPropertyDescriptor(global, 'ValidityState').value is ValidityState
+PASS Object.getOwnPropertyDescriptor(global, 'ValidityState').hasOwnProperty('get') is false
+PASS Object.getOwnPropertyDescriptor(global, 'ValidityState').hasOwnProperty('set') is false
+PASS Object.getOwnPropertyDescriptor(global, 'ValidityState').enumerable is false
+PASS Object.getOwnPropertyDescriptor(global, 'ValidityState').configurable is true
</ins><span class="cx"> PASS Object.getOwnPropertyDescriptor(global, 'WaveShaperNode').value is WaveShaperNode
</span><span class="cx"> PASS Object.getOwnPropertyDescriptor(global, 'WaveShaperNode').hasOwnProperty('get') is false
</span><span class="cx"> PASS Object.getOwnPropertyDescriptor(global, 'WaveShaperNode').hasOwnProperty('set') is false
</span></span></pre></div>
<a id="trunkLayoutTestsplatformmacmavericksjsdomglobalconstructorsattributesexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/mac-mavericks/js/dom/global-constructors-attributes-expected.txt (195730 => 195731)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/mac-mavericks/js/dom/global-constructors-attributes-expected.txt        2016-01-28 06:00:37 UTC (rev 195730)
+++ trunk/LayoutTests/platform/mac-mavericks/js/dom/global-constructors-attributes-expected.txt        2016-01-28 06:23:57 UTC (rev 195731)
</span><span class="lines">@@ -1898,6 +1898,11 @@
</span><span class="cx"> PASS Object.getOwnPropertyDescriptor(global, 'VTTRegion').hasOwnProperty('set') is false
</span><span class="cx"> PASS Object.getOwnPropertyDescriptor(global, 'VTTRegion').enumerable is false
</span><span class="cx"> PASS Object.getOwnPropertyDescriptor(global, 'VTTRegion').configurable is true
</span><ins>+PASS Object.getOwnPropertyDescriptor(global, 'ValidityState').value is ValidityState
+PASS Object.getOwnPropertyDescriptor(global, 'ValidityState').hasOwnProperty('get') is false
+PASS Object.getOwnPropertyDescriptor(global, 'ValidityState').hasOwnProperty('set') is false
+PASS Object.getOwnPropertyDescriptor(global, 'ValidityState').enumerable is false
+PASS Object.getOwnPropertyDescriptor(global, 'ValidityState').configurable is true
</ins><span class="cx"> PASS Object.getOwnPropertyDescriptor(global, 'WaveShaperNode').value is WaveShaperNode
</span><span class="cx"> PASS Object.getOwnPropertyDescriptor(global, 'WaveShaperNode').hasOwnProperty('get') is false
</span><span class="cx"> PASS Object.getOwnPropertyDescriptor(global, 'WaveShaperNode').hasOwnProperty('set') is false
</span></span></pre></div>
<a id="trunkLayoutTestsplatformmacyosemitejsdomglobalconstructorsattributesexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/mac-yosemite/js/dom/global-constructors-attributes-expected.txt (195730 => 195731)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/mac-yosemite/js/dom/global-constructors-attributes-expected.txt        2016-01-28 06:00:37 UTC (rev 195730)
+++ trunk/LayoutTests/platform/mac-yosemite/js/dom/global-constructors-attributes-expected.txt        2016-01-28 06:23:57 UTC (rev 195731)
</span><span class="lines">@@ -1923,6 +1923,11 @@
</span><span class="cx"> PASS Object.getOwnPropertyDescriptor(global, 'VTTRegion').hasOwnProperty('set') is false
</span><span class="cx"> PASS Object.getOwnPropertyDescriptor(global, 'VTTRegion').enumerable is false
</span><span class="cx"> PASS Object.getOwnPropertyDescriptor(global, 'VTTRegion').configurable is true
</span><ins>+PASS Object.getOwnPropertyDescriptor(global, 'ValidityState').value is ValidityState
+PASS Object.getOwnPropertyDescriptor(global, 'ValidityState').hasOwnProperty('get') is false
+PASS Object.getOwnPropertyDescriptor(global, 'ValidityState').hasOwnProperty('set') is false
+PASS Object.getOwnPropertyDescriptor(global, 'ValidityState').enumerable is false
+PASS Object.getOwnPropertyDescriptor(global, 'ValidityState').configurable is true
</ins><span class="cx"> PASS Object.getOwnPropertyDescriptor(global, 'WaveShaperNode').value is WaveShaperNode
</span><span class="cx"> PASS Object.getOwnPropertyDescriptor(global, 'WaveShaperNode').hasOwnProperty('get') is false
</span><span class="cx"> PASS Object.getOwnPropertyDescriptor(global, 'WaveShaperNode').hasOwnProperty('set') is false
</span></span></pre></div>
<a id="trunkLayoutTestsplatformwinjsdomglobalconstructorsattributesexpectedtxt"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/win/js/dom/global-constructors-attributes-expected.txt (195730 => 195731)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/win/js/dom/global-constructors-attributes-expected.txt        2016-01-28 06:00:37 UTC (rev 195730)
+++ trunk/LayoutTests/platform/win/js/dom/global-constructors-attributes-expected.txt        2016-01-28 06:23:57 UTC (rev 195731)
</span><span class="lines">@@ -1723,6 +1723,11 @@
</span><span class="cx"> PASS Object.getOwnPropertyDescriptor(global, 'VTTRegion').hasOwnProperty('set') is false
</span><span class="cx"> PASS Object.getOwnPropertyDescriptor(global, 'VTTRegion').enumerable is false
</span><span class="cx"> PASS Object.getOwnPropertyDescriptor(global, 'VTTRegion').configurable is true
</span><ins>+PASS Object.getOwnPropertyDescriptor(global, 'ValidityState').value is ValidityState
+PASS Object.getOwnPropertyDescriptor(global, 'ValidityState').hasOwnProperty('get') is false
+PASS Object.getOwnPropertyDescriptor(global, 'ValidityState').hasOwnProperty('set') is false
+PASS Object.getOwnPropertyDescriptor(global, 'ValidityState').enumerable is false
+PASS Object.getOwnPropertyDescriptor(global, 'ValidityState').configurable is true
</ins><span class="cx"> PASS Object.getOwnPropertyDescriptor(global, 'WebKitAnimationEvent').value is WebKitAnimationEvent
</span><span class="cx"> PASS Object.getOwnPropertyDescriptor(global, 'WebKitAnimationEvent').hasOwnProperty('get') is false
</span><span class="cx"> PASS Object.getOwnPropertyDescriptor(global, 'WebKitAnimationEvent').hasOwnProperty('set') is false
</span></span></pre></div>
<a id="trunkSourceWebCoreChangeLog"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/ChangeLog (195730 => 195731)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/ChangeLog        2016-01-28 06:00:37 UTC (rev 195730)
+++ trunk/Source/WebCore/ChangeLog        2016-01-28 06:23:57 UTC (rev 195731)
</span><span class="lines">@@ -1,5 +1,21 @@
</span><span class="cx"> 2016-01-27  Chris Dumez  &lt;cdumez@apple.com&gt;
</span><span class="cx"> 
</span><ins>+        Expose ValidityState on the global Window object
+        https://bugs.webkit.org/show_bug.cgi?id=153582
+
+        Reviewed by Antti Koivisto.
+
+        Expose ValidityState on the global Window object:
+        https://html.spec.whatwg.org/#validitystate
+
+        Firefox and Chrome match the specification.
+
+        No new tests, already covered by existing tests.
+
+        * html/ValidityState.idl:
+
+2016-01-27  Chris Dumez  &lt;cdumez@apple.com&gt;
+
</ins><span class="cx">         Expose ApplicationCache on the global Window object
</span><span class="cx">         https://bugs.webkit.org/show_bug.cgi?id=153578
</span><span class="cx"> 
</span></span></pre></div>
<a id="trunkSourceWebCorehtmlValidityStateidl"></a>
<div class="modfile"><h4>Modified: trunk/Source/WebCore/html/ValidityState.idl (195730 => 195731)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Source/WebCore/html/ValidityState.idl        2016-01-28 06:00:37 UTC (rev 195730)
+++ trunk/Source/WebCore/html/ValidityState.idl        2016-01-28 06:23:57 UTC (rev 195731)
</span><span class="lines">@@ -21,7 +21,6 @@
</span><span class="cx">  */
</span><span class="cx"> 
</span><span class="cx"> [
</span><del>-    NoInterfaceObject,
</del><span class="cx">     SkipVTableValidation
</span><span class="cx"> ] interface ValidityState {
</span><span class="cx">     readonly attribute boolean         valueMissing;
</span></span></pre>
</div>
</div>

</body>
</html>