Title: [92987] trunk/LayoutTests
Revision
92987
Author
[email protected]
Date
2011-08-12 13:34:54 -0700 (Fri, 12 Aug 2011)

Log Message

Mac rebaselines after r92890.

* fast/dom/Window/window-properties-expected.txt:
* fast/dom/Window/window-property-descriptors-expected.txt:
* fast/dom/prototype-inheritance-2-expected.txt:
* platform/mac/fast/js/global-constructors-expected.txt:

Modified Paths

Diff

Modified: trunk/LayoutTests/ChangeLog (92986 => 92987)


--- trunk/LayoutTests/ChangeLog	2011-08-12 20:33:25 UTC (rev 92986)
+++ trunk/LayoutTests/ChangeLog	2011-08-12 20:34:54 UTC (rev 92987)
@@ -1,3 +1,12 @@
+2011-08-12  Ryosuke Niwa  <[email protected]>
+
+        Mac rebaselines after r92890.
+
+        * fast/dom/Window/window-properties-expected.txt:
+        * fast/dom/Window/window-property-descriptors-expected.txt:
+        * fast/dom/prototype-inheritance-2-expected.txt:
+        * platform/mac/fast/js/global-constructors-expected.txt:
+
 2011-08-12  Andy Estes  <[email protected]>
 
         Cancel in onbeforeunload dialog sometime causes a button to stop working.

Modified: trunk/LayoutTests/fast/dom/Window/window-properties-expected.txt (92986 => 92987)


--- trunk/LayoutTests/fast/dom/Window/window-properties-expected.txt	2011-08-12 20:33:25 UTC (rev 92986)
+++ trunk/LayoutTests/fast/dom/Window/window-properties-expected.txt	2011-08-12 20:34:54 UTC (rev 92987)
@@ -1115,6 +1115,8 @@
 window.HTMLTitleElement.prototype [printed above as window.Element.prototype]
 window.HTMLUListElement [object HTMLUListElementConstructor]
 window.HTMLUListElement.prototype [printed above as window.Element.prototype]
+window.HTMLUnknownElement [object HTMLUnknownElementConstructor]
+window.HTMLUnknownElement.prototype [printed above as window.Element.prototype]
 window.HTMLVideoElement [object HTMLVideoElementConstructor]
 window.HTMLVideoElement.prototype [printed above as window.Element.prototype]
 window.HashChangeEvent [object HashChangeEventConstructor]

Modified: trunk/LayoutTests/fast/dom/Window/window-property-descriptors-expected.txt (92986 => 92987)


--- trunk/LayoutTests/fast/dom/Window/window-property-descriptors-expected.txt	2011-08-12 20:33:25 UTC (rev 92986)
+++ trunk/LayoutTests/fast/dom/Window/window-property-descriptors-expected.txt	2011-08-12 20:34:54 UTC (rev 92987)
@@ -122,6 +122,7 @@
 PASS typeof Object.getOwnPropertyDescriptor(window, 'HTMLTextAreaElement') is 'object'
 PASS typeof Object.getOwnPropertyDescriptor(window, 'HTMLTitleElement') is 'object'
 PASS typeof Object.getOwnPropertyDescriptor(window, 'HTMLUListElement') is 'object'
+PASS typeof Object.getOwnPropertyDescriptor(window, 'HTMLUnknownElement') is 'object'
 PASS typeof Object.getOwnPropertyDescriptor(window, 'HTMLVideoElement') is 'object'
 PASS typeof Object.getOwnPropertyDescriptor(window, 'HashChangeEvent') is 'object'
 PASS typeof Object.getOwnPropertyDescriptor(window, 'Image') is 'object'

Modified: trunk/LayoutTests/fast/dom/prototype-inheritance-2-expected.txt (92986 => 92987)


--- trunk/LayoutTests/fast/dom/prototype-inheritance-2-expected.txt	2011-08-12 20:33:25 UTC (rev 92986)
+++ trunk/LayoutTests/fast/dom/prototype-inheritance-2-expected.txt	2011-08-12 20:34:54 UTC (rev 92987)
@@ -137,15 +137,18 @@
 PASS HTMLStyleElement from inner.document.forms.testForm.0.parentNode.lastElementChild.previousElementSibling
 PASS HTMLStyleElementConstructor from inner.document.forms.testForm.0.parentNode.lastElementChild.previousElementSibling.constructor
 PASS HTMLStyleElementPrototype from inner.document.forms.testForm.0.parentNode.lastElementChild.previousElementSibling.__proto__
-PASS HTMLTextAreaElement from inner.document.forms.testForm.0.previousElementSibling.previousElementSibling.previousElementSibling.previousElementSibling
-PASS HTMLTextAreaElementConstructor from inner.document.forms.testForm.0.previousElementSibling.previousElementSibling.previousElementSibling.previousElementSibling.constructor
-PASS HTMLTextAreaElementPrototype from inner.document.forms.testForm.0.previousElementSibling.previousElementSibling.previousElementSibling.previousElementSibling.__proto__
-PASS HTMLTitleElement from inner.document.forms.testForm.0.previousElementSibling.previousElementSibling.previousElementSibling
-PASS HTMLTitleElementConstructor from inner.document.forms.testForm.0.previousElementSibling.previousElementSibling.previousElementSibling.constructor
-PASS HTMLTitleElementPrototype from inner.document.forms.testForm.0.previousElementSibling.previousElementSibling.previousElementSibling.__proto__
-PASS HTMLUListElement from inner.document.forms.testForm.0.previousElementSibling.previousElementSibling
-PASS HTMLUListElementConstructor from inner.document.forms.testForm.0.previousElementSibling.previousElementSibling.constructor
-PASS HTMLUListElementPrototype from inner.document.forms.testForm.0.previousElementSibling.previousElementSibling.__proto__
+PASS HTMLTextAreaElement from inner.document.forms.testForm.0.previousElementSibling.previousElementSibling.previousElementSibling.previousElementSibling.previousElementSibling
+PASS HTMLTextAreaElementConstructor from inner.document.forms.testForm.0.previousElementSibling.previousElementSibling.previousElementSibling.previousElementSibling.previousElementSibling.constructor
+PASS HTMLTextAreaElementPrototype from inner.document.forms.testForm.0.previousElementSibling.previousElementSibling.previousElementSibling.previousElementSibling.previousElementSibling.__proto__
+PASS HTMLTitleElement from inner.document.forms.testForm.0.previousElementSibling.previousElementSibling.previousElementSibling.previousElementSibling
+PASS HTMLTitleElementConstructor from inner.document.forms.testForm.0.previousElementSibling.previousElementSibling.previousElementSibling.previousElementSibling.constructor
+PASS HTMLTitleElementPrototype from inner.document.forms.testForm.0.previousElementSibling.previousElementSibling.previousElementSibling.previousElementSibling.__proto__
+PASS HTMLUListElement from inner.document.forms.testForm.0.previousElementSibling.previousElementSibling.previousElementSibling
+PASS HTMLUListElementConstructor from inner.document.forms.testForm.0.previousElementSibling.previousElementSibling.previousElementSibling.constructor
+PASS HTMLUListElementPrototype from inner.document.forms.testForm.0.previousElementSibling.previousElementSibling.previousElementSibling.__proto__
+PASS HTMLUnknownElement from inner.document.forms.testForm.0.previousElementSibling.previousElementSibling
+PASS HTMLUnknownElementConstructor from inner.document.forms.testForm.0.previousElementSibling.previousElementSibling.constructor
+PASS HTMLUnknownElementPrototype from inner.document.forms.testForm.0.previousElementSibling.previousElementSibling.__proto__
 PASS HTMLVideoElement from inner.document.forms.testForm.0.previousElementSibling
 PASS HTMLVideoElementConstructor from inner.document.forms.testForm.0.previousElementSibling.constructor
 PASS HTMLVideoElementPrototype from inner.document.forms.testForm.0.previousElementSibling.__proto__

Modified: trunk/LayoutTests/platform/mac/fast/js/global-constructors-expected.txt (92986 => 92987)


--- trunk/LayoutTests/platform/mac/fast/js/global-constructors-expected.txt	2011-08-12 20:33:25 UTC (rev 92986)
+++ trunk/LayoutTests/platform/mac/fast/js/global-constructors-expected.txt	2011-08-12 20:34:54 UTC (rev 92987)
@@ -116,6 +116,7 @@
 PASS HTMLTextAreaElement.toString() is '[object HTMLTextAreaElementConstructor]'
 PASS HTMLTitleElement.toString() is '[object HTMLTitleElementConstructor]'
 PASS HTMLUListElement.toString() is '[object HTMLUListElementConstructor]'
+PASS HTMLUnknownElement.toString() is '[object HTMLUnknownElementConstructor]'
 PASS HTMLVideoElement.toString() is '[object HTMLVideoElementConstructor]'
 PASS HashChangeEvent.toString() is '[object HashChangeEventConstructor]'
 PASS Image.toString() is '[object ImageConstructor]'
_______________________________________________
webkit-changes mailing list
[email protected]
http://lists.webkit.org/mailman/listinfo.cgi/webkit-changes

Reply via email to