Update test results after r113945.
authorandersca@apple.com <andersca@apple.com@268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Thu, 12 Apr 2012 19:23:58 +0000 (19:23 +0000)
committerandersca@apple.com <andersca@apple.com@268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Thu, 12 Apr 2012 19:23:58 +0000 (19:23 +0000)
* fast/dom/Window/window-properties-expected.txt:
* platform/mac/fast/dom/prototype-inheritance-2-expected.txt:

git-svn-id: http://svn.webkit.org/repository/webkit/trunk@114015 268f45cc-cd09-0410-ab3c-d52691b4dbfc

LayoutTests/ChangeLog
LayoutTests/fast/dom/Window/window-properties-expected.txt
LayoutTests/platform/mac/fast/dom/prototype-inheritance-2-expected.txt

index 1b6cb44..6f39476 100644 (file)
@@ -1,3 +1,10 @@
+2012-04-12  Anders Carlsson  <andersca@apple.com>
+
+        Update test results after r113945.
+
+        * fast/dom/Window/window-properties-expected.txt:
+        * platform/mac/fast/dom/prototype-inheritance-2-expected.txt:
+
 2012-04-12  Dmitry Lomov  <dslomov@google.com>
 
         REGRESSION (r113233): fast/canvas/webgl/array-message-passing.html crashing on Lion and Snow Leopard bots.
index 13a7b0d..831dee8 100644 (file)
@@ -2343,6 +2343,7 @@ window.isNaN [function]
 window.length [number]
 window.localStorage [printed above as window.Storage.prototype]
 window.location [object Location]
+window.location.ancestorOrigins [printed above as window.DOMStringList.prototype]
 window.location.assign [function]
 window.location.hash [string]
 window.location.host [string]
index f4cfac5..0e36b36 100644 (file)
@@ -75,6 +75,9 @@ PASS DOMApplicationCachePrototype from inner.document.forms.testForm.0.ownerDocu
 PASS DOMImplementation from inner.document.forms.testForm.0.ownerDocument.implementation
 PASS DOMImplementationConstructor from inner.document.forms.testForm.0.ownerDocument.implementation.constructor
 PASS DOMImplementationPrototype from inner.document.forms.testForm.0.ownerDocument.implementation.__proto__
+PASS DOMStringList from inner.document.location.ancestorOrigins
+PASS DOMStringListConstructor from inner.document.location.ancestorOrigins.constructor
+PASS DOMStringListPrototype from inner.document.location.ancestorOrigins.__proto__
 PASS DOMStringMap from inner.document.forms.testForm.0.dataset
 PASS DOMStringMapConstructor from inner.document.forms.testForm.0.dataset.constructor
 PASS DOMStringMapPrototype from inner.document.forms.testForm.0.dataset.__proto__
@@ -246,7 +249,6 @@ Never found CharacterData
 Never found Clipboard
 Never found DOMParser
 Never found DOMSettableTokenList
-Never found DOMStringList
 Never found Document
 Never found DocumentFragment
 Never found DocumentType